/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
* body `font-size` is set using `em` units.
*/
@import url(../../../bower_components/animate.css/animate.css);
html {
  font-size: 87.5%;
  line-height: 1.5;
}

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
*/
[hidden] {
  display: none;
}

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
blockquote {
  margin: 1.5 40px;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.57143em;
  line-height: 1.04167em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h2 {
  font-size: 2.14286em;
  line-height: 1.05em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h3 {
  font-size: 1.42857em;
  line-height: 1.125em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h4 {
  font-size: 1.21429em;
  line-height: 1.14706em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h5 {
  font-size: 1.07143em;
  line-height: 1.1em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h6 {
  font-size: 0.92857em;
  line-height: 1.15385em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
p,
pre {
  margin: 1.5 0;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1.5 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1.5 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
* 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
* 5. Improve appearance and consistency with IE 6/7.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: -0.03393em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: -0.00179em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: -0.00446em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: -0.00446em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a,
a:hover {
  color: #fff;
}

img {
  max-width: 100%;
}

body {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: .5em;
  margin-bottom: .5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  background: #fff;
  color: #fff;
}

::selection {
  background: #fff;
  color: #fff;
}

::-moz-selection {
  background: #fff;
  color: #fff;
}

.error-message {
  color: red;
}

.form-error {
  border-color: red;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.button {
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 30px;
  display: inline-block;
  margin: 10px;
  text-decoration: none;
}

.text-left {
  text-align: left;
}
@media screen and (min-width: 0) {
  .text-left-xs {
    text-align: left;
  }
}
@media screen and (min-width: 752px) {
  .text-left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 972px) {
  .text-left-md {
    text-align: left;
  }
}
@media screen and (min-width: 1172px) {
  .text-left-lg {
    text-align: left;
  }
}

.text-right {
  text-align: right;
}
@media screen and (min-width: 0) {
  .text-right-xs {
    text-align: right;
  }
}
@media screen and (min-width: 752px) {
  .text-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 972px) {
  .text-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 1172px) {
  .text-right-lg {
    text-align: right;
  }
}

.text-center {
  text-align: center;
}
@media screen and (min-width: 0) {
  .text-center-xs {
    text-align: center;
  }
}
@media screen and (min-width: 752px) {
  .text-center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 972px) {
  .text-center-md {
    text-align: center;
  }
}
@media screen and (min-width: 1172px) {
  .text-center-lg {
    text-align: center;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-light {
  font-weight: 300;
}

.text-bold {
  font-weight: 700;
}

.text-thin {
  font-weight: 100;
}

.text-extra-light {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extra-bold {
  font-weight: 800;
}

.text-ultra-bold {
  font-weight: 900;
}

.hide {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.no-decoration {
  text-decoration: none;
}

@media screen and (max-width: 0) {
  .hide-xs {
    display: none;
  }
}

@media screen and (max-width: 752px) {
  .hide-sm {
    display: none;
  }
}

@media screen and (max-width: 972px) {
  .hide-md {
    display: none;
  }
}

@media screen and (max-width: 1172px) {
  .hide-lg {
    display: none;
  }
}

#main {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  max-width: 1440px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#main.is-exiting {
  opacity: 0;
}

/* Base container properties */
.container, .container-fluid, .container-full, .container-fixed {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Base column properties */
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
  float: left;
}

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  box-sizing: border-box;
}

/* Container */
.container {
  max-width: 752px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}
.container-fixed {
  width: 992px;
}
@media screen and (min-width: 972px) {
  .container {
    max-width: 972px;
  }
}
@media screen and (min-width: 1172px) {
  .container {
    max-width: 1172px;
  }
}

/* Clearfix & box-model + list-style reset for ul support */
.row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: -8px;
  margin-right: -8px;
  /* Nested grid */
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > .row {
  clear: none;
  float: left;
  margin: 0 !important;
}

/* Generate columns */
@media screen and (min-width: 0) {
  .col-xs-0 {
    width: 0%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 752px) {
  .col-sm-0 {
    width: 0%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 972px) {
  .col-md-0 {
    width: 0%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1172px) {
  .col-lg-0 {
    width: 0%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  line-height: 140px;
  z-index: 3;
  text-align: center;
}
@media (max-width: 46.99em) {
  .header {
    height: 70px;
    line-height: 70px;
  }
}
.header__menu-button-container {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/menu-btn-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 140px;
  width: 160px;
  text-align: left;
  padding-left: 17px;
}
@media (max-width: 46.99em) {
  .header__menu-button-container {
    background-size: 70% 70%;
  }
}
.header__menu-button {
  position: relative;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 60px;
  vertical-align: middle;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  top: -25px;
}
@media (max-width: 46.99em) {
  .header__menu-button {
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
}

.footer {
  height: 230px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #E9372F;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
  border-top: 1px solid white;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
@media (max-width: 46.99em) {
  .footer {
    position: relative;
    margin-top: 100px;
    height: auto;
  }
}
.footer__cell {
  height: 230px;
  padding: 25px 20px;
  border-right: 1px solid white;
  text-decoration: none;
}
.footer__cell.active .footer__cell-image, .footer__cell:hover .footer__cell-image {
  opacity: 1;
}
.footer__cell.active .footer__cell-title, .footer__cell:hover .footer__cell-title {
  opacity: 1;
}
.footer__cell:hover .footer__cell-image {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.footer__cell:hover .footer__cell-title {
  opacity: 1;
}
.footer__cell:first-of-type {
  border-left: 1px solid white;
}
@media (max-width: 46.99em) {
  .footer__cell {
    border-left: 0;
    border-right: 0;
    height: auto;
  }
  .footer__cell:first-of-type {
    border-left: 0;
  }
}
.footer__cell-image {
  display: block;
  margin: 0 auto;
  width: 40%;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer__cell-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.fixed-background {
  background-image: url("/img/bg.png"), url("/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #E83830;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.fixed-background.loading {
  background-image: url("/img/bg.png"), url("/img/bg.png"), url("/img/ripple.svg");
  background-size: cover, cover, 50px 50px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-container--fullscreen {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
}
@media (max-width: 46.99em) {
  .flex-container--fullscreen {
    height: auto;
  }
}
.flex-container__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.flex-container__item--top {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 46.99em) {
  .flex-container__item--top {
    position: relative;
  }
}
.flex-container__item--bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 46.99em) {
  .flex-container__item--bottom {
    position: relative;
  }
}

.lang-switcher {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 70px;
}
.lang-switcher--pre-home .lang-switcher__separator {
  display: none;
}
.lang-switcher--pre-home .lang-switcher__link {
  margin: 0 10px;
}
.lang-switcher__link {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-weight: 300;
  text-decoration: none;
  font-size: 26px;
  width: 50px;
  margin: 0 10px;
}
@media (max-width: 46.99em) {
  .lang-switcher__link {
    width: 15%;
  }
}
.lang-switcher__link.active {
  font-weight: 700;
}
.lang-switcher__separator {
  display: none;
  height: 70px;
  width: 1px;
  background: white;
  vertical-align: top;
}

.pre-home-form {
  font-size: 50px;
  font-weight: 700;
  margin: 2em 0;
}
.pre-home-form > p {
  margin-bottom: .25em;
}
.pre-home-form__legend {
  font-size: 1.5rem;
  text-align: left;
}
.pre-home-form__error {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.pre-home-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-color: #ccc;
  color: black;
  font-family: inherit;
  font-size: .875rem;
  line-height: normal;
  padding: .5rem;
  border-radius: 0;
  border: 2px solid white !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.pre-home-form__country {
  width: 100%;
}
.pre-home-form__day, .pre-home-form__month, .pre-home-form__year {
  width: 75px;
}
.pre-home-form input[type="submit"] {
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: white;
  color: red;
  padding: 0.1875rem 2rem;
  border: 2px solid white !important;
  text-align: center;
  border-radius: 10px !important;
}

.logo--prehome {
  display: block;
  margin-top: 4em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logo--header {
  display: inline-block;
}
.logo--header > img {
  height: 110px;
  vertical-align: middle;
}
@media (max-width: 46.99em) {
  .logo--header {
    text-align: right;
    display: block;
    padding-right: 30px;
  }
  .logo--header > img {
    width: 30%;
    height: auto;
  }
}

.menu {
  background-image: url("/img/bg.png"), url("/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #390D0B;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 46.99em) {
  .menu {
    padding: 30px;
  }
}
.menu__close-button {
  position: absolute;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 60px;
  vertical-align: middle;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  left: 16px;
  top: 15px;
  z-index: 3;
}
@media (max-width: 46.99em) {
  .menu__close-button {
    top: 17px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
}
.menu__content {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 46.99em) {
  .menu__content {
    width: 100%;
  }
}
.menu__button {
  margin-top: 80px;
}
.menu__logo {
  margin-top: 80px;
}
.menu__nav-title {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  margin-top: 80px;
}
@media (max-width: 46.99em) {
  .menu__nav-title {
    margin-top: 30px;
  }
}
.menu__nav-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.menu__nav-item {
  font-size: 16px;
  font-weight: 300;
}
.menu__nav-item > a {
  text-decoration: none;
}
.menu .lang-switcher {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.product-item {
  display: inline-block;
  width: 32%;
  text-align: center;
  padding: 60px 60px;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: top;
}
@media (max-width: 60.74em) {
  .product-item {
    width: 48%;
  }
}
@media (max-width: 46.99em) {
  .product-item {
    width: 98%;
  }
}
.product-item:hover {
  /*background: #00874D;
  border: 1px solid white;*/
}
.product-item:hover .product-item__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item__image {
  margin-bottom: 30px;
  padding-bottom: 53.76884%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-item__image img {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-item__image > img {
  max-width: 100%;
  height: auto;
}

.home-item {
  position: absolute;
  width: 25%;
  overflow: visible;
}
@media (max-width: 46.99em) {
  .home-item {
    width: 100% !important;
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
  }
  .home-item:first-child {
    margin-top: 80px;
  }
}
.home-item--filters {
  /*top: 682px;
  left: 143px;*/
  top: 66.2%;
  left: 15%;
  width: 8.3%;
  height: auto;
}
.home-item--filters .home-item__image {
  width: 100%;
}
@media (max-width: 46.99em) {
  .home-item--filters .home-item__image {
    width: 30%;
  }
}
.home-item--filters .home-item__title {
  bottom: -214%;
  /*&:before {
      height: 103px;
      top: -110px;
  }*/
}
@media (max-width: 46.99em) {
  .home-item--filters .home-item__title {
    margin-top: 30px;
    margin-left: 0;
  }
}
.home-item--filters .home-item__line {
  left: 50%;
  height: 172%;
  bottom: -155%;
}
.home-item--papers {
  /*left: 401px;
  top: 524px;*/
  left: 27.8%;
  top: 52.4%;
  width: 16.7%;
  height: auto;
}
.home-item--papers .home-item__image {
  width: 100%;
}
@media (max-width: 46.99em) {
  .home-item--papers .home-item__image {
    width: 60%;
  }
}
.home-item--papers .home-item__title {
  bottom: -73%;
  left: 29%;
}
.home-item--papers .home-item__title:before {
  height: 157px;
  top: -164px;
}
@media (max-width: 46.99em) {
  .home-item--papers .home-item__title {
    margin-top: 30px;
    margin-left: 0;
  }
}
.home-item--papers .home-item__line {
  left: 50%;
  height: 55%;
  bottom: -50%;
}
.home-item--tubes {
  /*left: 597px;
  top: 430px;*/
  left: 41.4%;
  top: 43%;
  width: 23.8%;
  height: auto;
}
.home-item--tubes .home-item__image {
  width: 100%;
}
@media (max-width: 46.99em) {
  .home-item--tubes .home-item__image {
    width: 70%;
  }
}
.home-item--tubes .home-item__title {
  bottom: -127%;
  left: 62.5%;
}
.home-item--tubes .home-item__title:before {
  height: 223px;
  top: -240px;
}
@media (max-width: 46.99em) {
  .home-item--tubes .home-item__title {
    margin-top: 30px;
    margin-left: 0;
  }
}
.home-item--tubes .home-item__line {
  left: 72%;
  height: 100%;
  bottom: -103%;
}
.home-item--machines {
  /*left: 837px;
  top: 260px;*/
  left: 58.1%;
  top: 26%;
  width: 28.6%;
  height: auto;
}
.home-item--machines .home-item__image {
  width: 100%;
}
@media (max-width: 46.99em) {
  .home-item--machines .home-item__image {
    width: 80%;
  }
}
.home-item--machines .home-item__title {
  bottom: -139%;
  left: 51.9%;
}
.home-item--machines .home-item__title:before {
  height: 347px;
  top: -354px;
}
@media (max-width: 46.99em) {
  .home-item--machines .home-item__title {
    margin-top: 30px;
    margin-left: 0;
  }
}
.home-item--machines .home-item__line {
  left: 65%;
  height: 115%;
  bottom: -120%;
}
.home-item__title {
  position: absolute;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 73.24em) {
  .home-item__title {
    font-size: 18px;
  }
}
@media (max-width: 60.74em) {
  .home-item__title {
    font-size: 15px;
  }
}
@media (max-width: 46.99em) {
  .home-item__title {
    opacity: 1;
    position: static;
  }
}
.home-item__line {
  position: absolute;
  width: 1px;
  background: white;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 46.99em) {
  .home-item__line {
    display: none;
  }
}
.home-item__image {
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-8, OffY=8, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-8, OffY=8, Color='#444')";
  filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(-8px 8px 5px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(-8px 8px 5px rgba(0, 0, 0, 0.8));
}
@media (max-width: 46.99em) {
  .home-item__image {
    margin: 0 auto;
  }
}
.home-item:hover .home-item__image {
  top: -50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-8, OffY=58, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-8, OffY=58, Color='#444')";
  filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(-8px 58px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-8px 58px 5px rgba(0, 0, 0, 0.2));
}
.home-item:hover .home-item__title {
  opacity: 1;
}
.home-item:hover .home-item__line {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.product__image {
  padding-bottom: 53.76884%;
  position: relative;
}
.product__image img {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.product__image > img {
  max-width: 100%;
  height: auto;
}
.product__prev, .product__next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
}
.product__prev {
  left: 10px;
}
.product__next {
  right: 10px;
}
.product__title {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 35px;
}
.product__subtitle {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}
.product__body {
  font-size: 18px;
  margin-top: 35px;
}
.product__back-btn {
  font-size: 22px;
  text-decoration: none;
  display: block;
}
.product__back-btn i:first-child {
  margin-right: 15px;
}
@media (max-width: 46.99em) {
  .product__back-btn {
    margin-top: 60px;
  }
}

.page-pages-display-home .footer {
  display: none;
}
.page-pages-display-home #main {
  width: 1440px;
  height: 1000px;
  position: relative;
  margin: 0 auto;
  padding-top: 0;
}
@media (max-width: 46.99em) {
  .page-pages-display-home #main {
    width: auto;
    padding-top: 140px;
  }
}

.page-pages-display-pre-home .header {
  display: none;
}
.page-pages-display-pre-home .footer {
  display: none;
}
.page-pages-display-pre-home #main {
  position: static;
  padding-top: 0;
}

.page-pages-display-pre-home-validation .header {
  display: none;
}
.page-pages-display-pre-home-validation .footer {
  display: none;
}
.page-pages-display-pre-home-validation #main {
  position: static;
  padding-top: 0;
}

.page-products-display #main {
  position: static;
  padding-top: 0;
}
@media (max-width: 46.99em) {
  .page-products-display #main {
    position: relative;
    padding-top: 190px;
  }
}
.page-products-display .flex-container {
  bottom: 230px;
  top: 140px;
  height: auto;
}
@media (max-width: 46.99em) {
  .page-products-display .flex-container {
    position: static;
  }
}

.page-posts-display .footer {
  display: none;
}
.page-posts-display #main {
  padding-top: 180px;
}

.page-products-index #main {
  padding-bottom: 280px;
}
@media (max-width: 46.99em) {
  .page-products-index #main {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=main.min.css.map */
