@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 48em) {
  .container, .footer__container, .header__container {
    width: 46rem; }
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 62em) {
  .container, .footer__container, .header__container {
    width: 61rem; }
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 75em) {
  .container, .footer__container, .header__container {
    width: 71rem; }
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Fonts
 */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 6, 2019 */
@font-face {
  font-family: 'ah-icons';
  src: url("../fonts/ah-icons.eot?sny3zl");
  src: url("../fonts/ah-icons.eot?sny3zl#iefix") format("embedded-opentype"), url("../fonts/ah-icons.ttf?sny3zl") format("truetype"), url("../fonts/ah-icons.woff?sny3zl") format("woff"), url("../fonts/ah-icons.svg?sny3zl#ah-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ah-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube-square:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905"; }

.icon-angle-right:before, .tips-list__filters li a:after {
  content: "\e903"; }

.icon-angle-down:before {
  content: "\e902"; }

.icon-facebook-official:before {
  content: "\e900"; }

.icon-linkedin:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e906"; }

/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Containers
 */
/**
 * Breakpoints
 */
/**
 * Gradients
 */
/** Responsive */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 106px; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 96px; } }
  body.product-page {
    padding-top: 166px; }
    @media screen and (max-width: 991px) {
      body.product-page {
        padding-top: 156px; } }
    @media screen and (max-width: 767px) {
      body.product-page {
        padding-top: 96px; } }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Poppins", sans-serif; }

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }

.container, .footer__container, .header__container {
  max-width: calc(100% - 44px);
  width: 1156px;
  margin-left: auto;
  margin-right: auto; }

.container-outer {
  max-width: 100%;
  width: 1440px;
  margin-left: auto;
  margin-right: auto; }

p {
  font-size: 16px;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #d45a6a; }
  a:hover, a:active {
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

:focus {
  outline: none; }

.hidden {
  display: none !important; }

/**
 * Responsive 
 */
@media screen and (min-width: 768px) {
  .mobile {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .tablet {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .tablet-down {
    display: none !important; } }

/**
 * Various
 */
.gradient-blue-title, .rich-text blockquote {
  color: #89abdb;
  background: -webkit-linear-gradient(183deg, #89abdb 0%, #b27fab 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.gradient-orange-title {
  color: #f6a343;
  background: -webkit-linear-gradient(180deg, #f6a343 0%, #ed715b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.icon--rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.anchor {
  -webkit-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
          transform: translateY(-75px); }
  @media screen and (max-width: 767px) {
    .anchor {
      -webkit-transform: translateY(-97px);
          -ms-transform: translateY(-97px);
              transform: translateY(-97px); } }
  body.product-page .anchor {
    -webkit-transform: translateY(-135px);
        -ms-transform: translateY(-135px);
            transform: translateY(-135px); }
    @media screen and (max-width: 991px) {
      body.product-page .anchor {
        -webkit-transform: translateY(-157px);
            -ms-transform: translateY(-157px);
                transform: translateY(-157px); } }
    @media screen and (max-width: 767px) {
      body.product-page .anchor {
        -webkit-transform: translateY(-96px);
            -ms-transform: translateY(-96px);
                transform: translateY(-96px); } }

.iconlink {
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-bottom: 12px;
  margin-right: 12px; }
  .iconlink:before {
    content: '';
    width: 29px;
    height: 29px;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .iconlink:hover {
    text-decoration: none;
    color: #d45a6a; }
    .iconlink:hover:before {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.iconlink--download:before {
  background-image: url(../img/download.svg); }

.iconlink--play:before {
  background-image: url(../img/play.svg); }

.iconlink--break:after {
  content: '';
  display: table; }

.position-relative {
  position: relative; }

/**
 * Responsive YouTube Videos
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.lazyloaded {
  opacity: 1; }

/**
 * Forms
 */
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #89abdb;
  background-color: #89abdb;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 0 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .btn:after {
    content: "\e903";
    font-family: 'ah-icons';
    margin-left: 7px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .btn:hover {
    text-decoration: none; }
    .btn:hover:after {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); }
  .btn[disabled] {
    opacity: .3; }

.btn--transparent {
  border-color: #fff;
  background-color: transparent; }

.btn--empty {
  border-color: #fff;
  background-color: transparent;
  color: #d45a6a;
  height: auto;
  border: 0;
  padding: 0; }

.btn--red {
  border-color: #d45a6a;
  background-color: #d45a6a; }

.btn--block {
  width: 100%; }

.btn--no-arrow:after {
  display: none; }

.btn--green {
  background-color: #91ba8b;
  border-color: #91ba8b;
  padding: 0 50px;
  margin-left: 100px; }
  @media screen and (max-width: 767px) {
    .btn--green {
      margin-left: 0;
      margin-top: 22px; } }

.btn--orange {
  border-color: #ef3125;
  background-color: #ef3125; }
  .btn--orange:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a; }

.select-wrapper {
  position: relative;
  width: 100%; }
  .select-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    background-color: #e3e3e3;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  .select-wrapper:hover:before, .select-wrapper:active:before, .select-wrapper:focus:before {
    background-color: #d3d3d3; }

select,
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 50px 13px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%; }
  select option,
  .select option {
    padding: 10px 20px;
    line-height: 20px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 48px 0 20px;
    font-size: 16px;
    line-height: 48px;
    color: #a0a0a0;
    height: 48px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aeaeae; }

.selectric-hover .selectric {
  border-color: #c8c8c8; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c8c8c8; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.selectric {
  border-color: #e1e1e1 !important; }
  .selectric .button {
    display: none; }

.selectric-items li {
  color: #a0a0a0;
  padding-left: 20px; }

.selectric-items .selectric-group li {
  padding-left: 20px; }

.selectric-items .selectric-group .selectric-group-label {
  color: #4a4a4a;
  background-color: #f1f1f1;
  padding-left: 20px; }

.selectric-items .disabled {
  opacity: 1;
  padding-left: 20px;
  color: #a0a0a0 !important; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"] {
  height: 50px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 48px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #a0a0a0; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    color: #a0a0a0; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #a0a0a0; }
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder {
    color: #a0a0a0; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder {
    color: #a0a0a0; }

textarea {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 24px;
  height: 150px;
  resize: vertical; }
  textarea::-webkit-input-placeholder {
    color: #a0a0a0; }
  textarea::-moz-placeholder {
    color: #a0a0a0; }
  textarea:-ms-input-placeholder {
    color: #a0a0a0; }
  textarea::-ms-input-placeholder {
    color: #a0a0a0; }
  textarea::placeholder {
    color: #a0a0a0; }

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  input[type="checkbox"]:checked {
    background-color: #777; }

.form-holder {
  padding-top: 22px;
  position: relative; }

.form-holder__optional {
  position: absolute;
  right: 0;
  top: -20px;
  color: #a0a0a0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .form-holder__optional {
      position: relative;
      top: auto;
      right: auto; } }

.form-label {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 3px;
  display: block; }

.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: -10px;
  margin-top: 3px; }
  .parsley-errors-list li {
    color: #d45a6a;
    font-family: Arial;
    font-size: 14px; }

.newsletter__checkbox-container + .parsley-errors-list {
  margin-top: -10px;
  margin-bottom: 20px; }

.form-radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .form-radio-buttons {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.form-radio-button {
  position: relative;
  margin-right: 20px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .form-radio-button {
      margin-right: 0;
      margin-bottom: 10px; } }
  .form-radio-button:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .form-radio-button:last-child {
        margin-bottom: 0; } }
  .form-radio-button label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    padding: 0 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    width: 100%; }
  .form-radio-button input[type="radio"] {
    font-size: 0;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .form-radio-button input[type="radio"]:checked + label {
      background-color: #fff;
      color: #ed715b; }

/**
 * Footer
 */
.footer {
  padding-top: 100px;
  padding-bottom: 85px;
  background-color: #4A4A4A;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 51px;
      padding-bottom: 60px; } }
  .footer a {
    color: #fff; }
    .footer a:active, .footer a:hover {
      text-decoration: underline; }

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__logo {
  width: 100%; }
  .footer__logo img {
    display: block;
    max-height: 48px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .footer__logo img {
        margin-left: auto;
        margin-right: auto;
        max-height: 38px; } }

.footer__products {
  width: 68%; }
  @media screen and (max-width: 991px) {
    .footer__products {
      width: 100%; } }

.footer__product-container {
  float: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .footer__product-container {
      float: none;
      padding-right: 0;
      text-align: center;
      width: 100% !important; } }
  .footer__product-container:nth-child(2) {
    width: 35%; }
  .footer__product-container:nth-child(3) {
    width: 35%; }
  .footer__product-container:nth-child(4), .footer__product-container:nth-child(5) {
    width: 30%; }
  .footer__product-container:nth-child(5) {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .footer__product-container:nth-child(5) {
        margin-top: 0; } }

.footer__title {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .footer__title {
      text-align: center;
      margin-top: 40px; } }
  .footer__links + .footer__title {
    margin-top: 38px; }

.footer__nav {
  width: 10.5%; }
  @media screen and (max-width: 991px) {
    .footer__nav {
      width: calc(50% - 11px); } }
  @media screen and (max-width: 767px) {
    .footer__nav {
      width: 100%;
      text-align: center; } }
  .footer__nav:last-child {
    width: 15%; }
    @media screen and (max-width: 991px) {
      .footer__nav:last-child {
        width: calc(50% - 11px); } }
    @media screen and (max-width: 767px) {
      .footer__nav:last-child {
        width: 100%; } }

.footer__product-group {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .footer__product-group {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; } }
  .footer__product-group i {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    display: inline-block; }
  .footer__product-group.open i {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.footer__links {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .footer__links li {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin: 8px 0; }
  @media screen and (max-width: 767px) {
    .js--footer-product-group + .footer__links {
      -webkit-transition: max-height cubic-bezier(0, 1, 0, 1), padding-bottom 0.2s ease-out;
      -o-transition: max-height cubic-bezier(0, 1, 0, 1), padding-bottom 0.2s ease-out;
      transition: max-height cubic-bezier(0, 1, 0, 1), padding-bottom 0.2s ease-out;
      max-height: 0;
      overflow: hidden;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .open + .footer__links {
      -webkit-transition: max-height 0.2s ease-out, padding-bottom 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out, padding-bottom 0.2s ease-out;
      transition: max-height 0.2s ease-out, padding-bottom 0.2s ease-out;
      max-height: 500px;
      padding-bottom: 20px; } }

.footer__socials {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .footer__socials a {
    font-size: 34px;
    line-height: 34px;
    display: inline-block;
    margin-right: 16px; }
  .footer__socials li {
    display: inline-block; }
    .footer__socials li a:active, .footer__socials li a:hover {
      text-decoration: none; }
    .footer__socials li:last-child a {
      margin-right: 0; }

.footer-bar {
  background-image: -o-linear-gradient(183deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(267deg, #f6a343 0%, #ed715b 100%);
  padding: 27px 0; }
  @media screen and (max-width: 767px) {
    .footer-bar {
      padding: 25px 0; } }
  .footer-bar p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff; }
  .footer-bar a {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer-bar a {
        white-space: nowrap; } }
    .footer-bar a:hover, .footer-bar a:active {
      text-decoration: underline; }

.footer-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .footer-bar__container {
      display: block; } }

@media screen and (max-width: 767px) {
  .footer-bar__half {
    text-align: center; }
    .footer-bar__half + .footer-bar__half {
      margin-top: 4px; } }

/**
 * Header
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  z-index: 1000; }
  .scroll .header {
    border-bottom: 1px solid #f1f1f1; }

.header__container {
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out; }
  .scroll .header__container {
    height: 74px; }
    @media screen and (max-width: 991px) {
      .scroll .header__container {
        height: 96px; } }
  @media screen and (max-width: 991px) {
    .header__container {
      height: 96px;
      position: relative; } }

.header__logo img {
  max-height: 46px;
  width: auto;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  @media screen and (max-width: 991px) {
    .header__logo img {
      max-height: 36px; } }
  .scroll .header__logo img {
    max-height: 36px; }

.header__nav-sub {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  margin: 0;
  padding: 19px 22px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  list-style-type: none;
  min-width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s; }
  @media screen and (max-width: 991px) {
    .header__nav-sub {
      display: none; } }
  .header__nav-sub li a {
    color: #a0a0a0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 6px 0;
    display: block; }

.header__nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .header__nav {
      position: absolute;
      top: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      left: -22px;
      width: calc(100% + 44px);
      max-height: calc(100vh - 96px);
      overflow: auto;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; } }
  @media screen and (max-width: 991px) {
    .js--header.open .header__nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .header__nav > li {
    margin-left: 36px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .header__nav > li {
        margin-left: 0; } }
    .header__nav > li > a {
      color: #a0a0a0;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 0;
      position: relative;
      display: block;
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out;
      white-space: nowrap; }
      @media screen and (max-width: 991px) {
        .header__nav > li > a {
          color: #4a4a4a;
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
          padding: 20px 30px;
          background-color: #fff;
          border-top: 1px solid #e3e3e3; } }
      .header__nav > li > a:after {
        display: block;
        position: absolute; }
        @media screen and (min-width: 992px) {
          .header__nav > li > a:after {
            content: '';
            top: 100%;
            width: 100%;
            height: 2px;
            -webkit-transition: opacity 0.2s ease-out;
            -o-transition: opacity 0.2s ease-out;
            transition: opacity 0.2s ease-out;
            background-color: #d45a6a;
            opacity: 0; } }
        @media screen and (max-width: 991px) {
          .header__nav > li > a:after {
            content: "\e903";
            font-family: 'ah-icons';
            right: 20px;
            font-size: 36px;
            color: #a0a0a0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
            transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
            -o-transition: transform 0.2s ease-out, color 0.2s ease-out;
            transition: transform 0.2s ease-out, color 0.2s ease-out;
            transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out; } }
      .header__nav > li > a:hover {
        text-decoration: none; }
        .header__nav > li > a:hover:after {
          opacity: 1; }
      @media screen and (max-width: 991px) {
        .header__nav > li > a.dropdown:after {
          -webkit-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); } }
      @media screen and (max-width: 991px) {
        .header__nav > li > a.dropdown:before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          top: 6px;
          bottom: 6px;
          left: 0;
          background-color: #d45a6a;
          -webkit-transition: width 0.2s ease-out;
          -o-transition: width 0.2s ease-out;
          transition: width 0.2s ease-out; } }
      .header__nav > li > a.active:after, .header__nav > li > a.hover:after {
        opacity: 1; }
        @media screen and (max-width: 991px) {
          .header__nav > li > a.active:after, .header__nav > li > a.hover:after {
            -webkit-transform: translateY(-50%) rotate(90deg) rotateY(180deg);
                    transform: translateY(-50%) rotate(90deg) rotateY(180deg);
            color: #d45a6a; } }
      @media screen and (max-width: 991px) {
        .header__nav > li > a.active:before, .header__nav > li > a.hover:before {
          width: 8px; } }
    .header__nav > li:hover .header__nav-sub {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
      transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }
  .header__nav > li.nav-btn {
    display: none; }
    @media screen and (min-width: 992px) {
      .header__nav > li.nav-btn {
        display: block; } }
    .header__nav > li.nav-btn a {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      background: #ef3125;
      text-transform: none;
      border-radius: 5px;
      padding: 10px 20px;
      display: inline-block;
      white-space: nowrap;
      -webkit-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
      .header__nav > li.nav-btn a:hover {
        background: #4a4a4a;
        border: none; }
      .header__nav > li.nav-btn a:before, .header__nav > li.nav-btn a:after {
        display: none; }

.header__nav-triangle {
  display: block;
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #d45a6a transparent transparent transparent;
  top: calc(100% + 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease-out, border-width 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, border-width 0.2s ease-out;
  transition: opacity 0.2s ease-out, border-width 0.2s ease-out;
  opacity: 0; }
  .header__nav-triangle:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #fff transparent transparent transparent;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: border-width 0.2s ease-out;
    -o-transition: border-width 0.2s ease-out;
    transition: border-width 0.2s ease-out; }
  a:hover .header__nav-triangle,
  a.hover .header__nav-triangle {
    opacity: 1;
    border-width: 4px 5px 0 5px; }
    a:hover .header__nav-triangle:after,
    a.hover .header__nav-triangle:after {
      border-width: 4px 5px 0 5px; }
  @media screen and (max-width: 991px) {
    .header__nav-triangle {
      display: none; } }

.header-megamenu {
  position: fixed;
  background-color: #f7f7f7;
  top: 106px;
  width: 100%;
  left: 0;
  -webkit-transition: top 0.2s ease-out, max-height 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: top 0.2s ease-out, max-height 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: top 0.2s ease-out, max-height 0.2s ease-out, transform 0.2s ease-out;
  transition: top 0.2s ease-out, max-height 0.2s ease-out, transform 0.2s ease-out;
  transition: top 0.2s ease-out, max-height 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  max-height: calc(100% - 106px);
  overflow: auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 990; }
  .scroll .header-megamenu {
    top: 75px;
    max-height: calc(100% - 75px); }
  .header-megamenu.open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media screen and (max-width: 991px) {
    .header-megamenu {
      display: none; } }

.header-megamenu__container {
  max-width: calc(100% - 44px);
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header-megamenu__nav-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .header-megamenu__nav-container {
      margin-left: 0; } }

.header-megamenu__title {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 54px; }

.header-megamenu__nav-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .header-megamenu__nav-groups {
      background-color: #f7f7f7;
      margin: 0;
      padding: 0 30px 0;
      max-height: 0;
      -webkit-transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s cubic-bezier(0, 1, 0, 1);
      -o-transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s cubic-bezier(0, 1, 0, 1);
      transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s cubic-bezier(0, 1, 0, 1);
      -webkit-box-shadow: inset 0 1px 0 #e3e3e3;
              box-shadow: inset 0 1px 0 #e3e3e3; } }
  @media screen and (max-width: 991px) {
    .hover + .header-megamenu__nav-groups {
      max-height: 650px;
      padding: 14px 30px 26px;
      -webkit-transition: max-height .2s ease-out, padding .2s ease-out;
      -o-transition: max-height .2s ease-out, padding .2s ease-out;
      transition: max-height .2s ease-out, padding .2s ease-out; } }

.header-megamenu__nav-group {
  width: 25%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    .header-megamenu__nav-group {
      width: 50%; } }
  @media screen and (max-width: 991px) {
    .header-megamenu__nav-group {
      width: 100%; } }

.header-megamenu__group-title {
  color: #d45a6a;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 28px;
  display: inline-block; }
  @media screen and (max-width: 991px) {
    .header-megamenu__group-title {
      margin-top: 17px; } }
  .header-megamenu__group-title:active, .header-megamenu__group-title:hover {
    text-decoration: underline; }

.header-megamenu__group-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 3px;
  padding-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .header-megamenu__group-items {
      padding-bottom: 0; } }
  .header-megamenu__group-items li {
    margin-top: 10px; }
    .header-megamenu__group-items li a {
      color: #4a4a4a;
      font-family: Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      .header-megamenu__group-items li a:hover {
        text-decoration: underline; }

.header__nav-ctas {
  width: 319px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: -22px; }
  @media screen and (max-width: 991px) {
    .header__nav-ctas {
      width: 100%; } }

.header-cta {
  padding: 27px 25px 30px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 50%; }

.header-cta__title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  max-width: 150px; }
  .header-cta__title + .btn {
    margin-top: 26px; }

.header-cta__title--larger {
  font-size: 40px;
  line-height: 38px;
  max-width: 215px; }

.header-megamenu__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 980;
  visibility: hidden;
  -webkit-transition: visibility .2s ease-out .2s, opacity .2s ease;
  -o-transition: visibility .2s ease-out .2s, opacity .2s ease;
  transition: visibility .2s ease-out .2s, opacity .2s ease; }
  @media screen and (max-width: 991px) {
    .header-megamenu__overlay {
      display: none; } }
  .open + .header-megamenu__overlay {
    visibility: visible;
    opacity: .7;
    -webkit-transition: visibility .2s ease-out, opacity .2s ease;
    -o-transition: visibility .2s ease-out, opacity .2s ease;
    transition: visibility .2s ease-out, opacity .2s ease; }

.header__burger-wrapper {
  position: absolute;
  z-index: 1001;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.header__burger {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .header__burger, .header__burger::before, .header__burger::after {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #a0a0a0;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .header__burger::before, .header__burger::after {
    position: absolute;
    content: ""; }
  .header__burger::before {
    top: -12px; }
  .header__burger::after {
    top: 12px; }
  .js--header.open .header__burger {
    background-color: transparent; }
  .js--header.open .header__burger::before {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg); }
  .js--header.open .header__burger::after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg); }

.header__product-container {
  background-color: #f1f1f1;
  position: fixed;
  top: 106px;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  z-index: 989; }
  @media screen and (max-width: 991px) {
    .header__product-container {
      top: 97px; } }
  .scroll .header__product-container {
    top: 75px; }
    @media screen and (max-width: 991px) {
      .scroll .header__product-container {
        top: 97px; } }

.product-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .product-nav {
      display: none; } }
  .product-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0; }
    .product-nav li a {
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out;
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      padding: 0 55px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 60px; }
      @media screen and (max-width: 991px) {
        .product-nav li a {
          padding: 0 20px; } }
      .product-nav li a:hover {
        color: #d45a6a;
        text-decoration: none; }
      .product-nav li a.active {
        color: #d45a6a; }

/**
 * Heading Hero
 */
.hero {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .hero {
      margin-top: 0; } }

.hero--downloads .hero__content-background {
  background-image: -o-linear-gradient(221deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(229deg, #89abdb 0%, #b27fab 100%); }
  .hero--downloads .hero__content-background .select-wrapper {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .hero--downloads .hero__content-background .select-wrapper {
        margin-top: 20px; } }

.hero--downloads .hero__container {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 0; }
  @media screen and (max-width: 767px) {
    .hero--downloads .hero__container {
      padding-top: 180px;
      padding-bottom: 0; } }

.hero--faqs .hero__content-background {
  background-image: -o-linear-gradient(221deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(229deg, #89abdb 0%, #b27fab 100%); }

.hero--contact .hero__content-background {
  background-image: -o-linear-gradient(221deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(229deg, #89abdb 0%, #b27fab 100%); }

.hero__container {
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .hero--productGroup .hero__container,
  .hero--roadshow .hero__container {
    min-height: 430px; }
  @media screen and (max-width: 767px) {
    .hero__container {
      min-height: 0;
      padding-top: 182px;
      padding-bottom: 0; } }

.hero__content {
  max-width: 100%;
  position: relative;
  z-index: 1; }

.hero__content-background {
  background-image: -o-linear-gradient(183deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(267deg, #f6a343 0%, #ed715b 100%);
  padding: 49px 33px 70px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .hero__content-background {
      padding: 23px 18px 23px 22px;
      margin-left: -22px; } }

.hero__background {
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    .hero__background {
      width: auto;
      left: 22px;
      height: 228px; } }

.hero__title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .hero__title {
      font-size: 34px;
      line-height: 36px; } }

.hero__paragraph p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0; }

/**
 * Products
 */
.products {
  margin-top: 59px; }
  @media screen and (max-width: 767px) {
    .products {
      margin-top: 59px; } }

.products__title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0a0a0;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .products__title {
      font-size: 30px;
      line-height: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; } }
  .products__title span span {
    color: #ed6a5b; }
  .products__title img {
    max-height: 42px;
    width: auto;
    margin-right: 2px;
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .products__title img {
        margin-right: 12px;
        margin-top: -5px; } }

.products__title--blue span span {
  color: #89abdb; }

.products__title--left {
  text-align: left; }

.product__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px; }
  @media screen and (max-width: 767px) {
    .product__filters {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 24px; } }
  .product__filters .products__group {
    color: #a0a0a0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
    margin-right: 20px; }
    .product__filters .products__group.active {
      color: #d45a6a;
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .product__filters .select-wrapper {
      margin-top: 14px; } }

.products__products {
  margin-top: 43px;
  position: relative;
  min-height: 283px; }
  @media screen and (max-width: 991px) {
    .products__products .owl-nav {
      display: none; } }
  .products__products .owl-nav button.owl-prev,
  .products__products .owl-nav button.owl-next {
    width: 27px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: transparent;
    position: absolute;
    top: 70px;
    -webkit-transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, opacity 0.2s ease-out;
    transition: filter 0.2s ease-out, opacity 0.2s ease-out;
    transition: filter 0.2s ease-out, opacity 0.2s ease-out, -webkit-filter 0.2s ease-out; }
    .products__products .owl-nav button.owl-prev.disabled,
    .products__products .owl-nav button.owl-next.disabled {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: .2; }
  .products__products .owl-nav button.owl-prev {
    background-image: url("../img/thin-left.svg");
    right: calc(100% + 69px); }
  .products__products .owl-nav button.owl-next {
    background-image: url("../img/thin-right.svg");
    left: calc(100% + 69px); }
  .products__products .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto; }

.product {
  width: 176px;
  display: block; }
  @media screen and (max-width: 767px) {
    .product {
      width: 235px; } }
  .product:active, .product:hover {
    text-decoration: none; }
    .product:active .product__title, .product:hover .product__title {
      text-decoration: underline; }

.product__image {
  width: 176px !important;
  height: auto; }
  @media screen and (max-width: 767px) {
    .product__image {
      width: 236px !important; } }

.product__title {
  color: #d45a6a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px; }

.product__description {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px; }

.products__link {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .products__link {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .products__link a {
    font-size: 18px;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .products__link a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .products__link a:hover {
      text-decoration: none; }
  .products__link i {
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .products__link i {
        font-weight: 400;
        font-size: 50px;
        margin-right: 18px;
        margin-left: 18px;
        color: transparent;
        background-image: url("../img/thin-right.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; } }

.products__filter-label {
  color: #a0a0a0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

/**
 * Image Text Block
 */
.image-text {
  margin-top: 146px; }
  @media screen and (max-width: 767px) {
    .image-text {
      margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .image-text__content {
    margin-top: 34px; } }

.image-text__content p {
  margin-top: 26px;
  color: #4a4a4a;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .image-text__content p {
      margin-top: 16px; } }
  .image-text__content p + p {
    margin-top: 16px; }
  .image-text__content p + .btn {
    margin-top: 34px; }
    @media screen and (max-width: 767px) {
      .image-text__content p + .btn {
        margin-top: 26px; } }

.image-text__title {
  color: #a0a0a0;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .image-text__title {
      font-size: 30px;
      line-height: 32px; } }

/**
 * Icons block
 */
.icons {
  margin-top: 150px;
  padding-top: 150px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .icons {
      margin-top: 60px;
      padding-top: 60px; } }

.icons__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 315px;
  background-image: -o-linear-gradient(191deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(259deg, #89abdb 0%, #b27fab 100%);
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .icons__background {
      height: 305px;
      -webkit-box-sizing: auto;
              box-sizing: auto; } }

.icons__container {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .icons__container {
      padding-left: 22px;
      padding-right: 22px; } }
  @media screen and (max-width: 767px) {
    .icons__container {
      padding-top: 38px;
      padding-left: 0;
      padding-right: 0; } }
  .icons__container p {
    text-align: center;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .icons__container p {
        display: none; } }

.icons__title {
  margin: 0;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 62px;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .icons__title {
      font-size: 40px;
      line-height: 44px; } }
  .icons__title + p {
    margin-top: 40px; }

.icon__icon {
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .icon__icon {
      margin-top: 30px; } }
  .icon__icon img {
    height: 78px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .icon__icon img {
        height: 100px; } }
  .icon__icon p {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
    display: block; }

.icon__heading {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .icons__icons-container {
    padding: 0;
    margin: 0; } }

.owl-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px; }
  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .owl-dots button.owl-dot.active {
      background-color: #a0a0a0; }

.icons--numbers .icons__background {
  background-image: -o-linear-gradient(206deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(244deg, #f6a343 0%, #ed715b 100%); }

.icons--numbers p {
  display: block; }
  @media screen and (max-width: 767px) {
    .icons--numbers p {
      display: block; } }
  @media screen and (max-width: 767px) {
    .icons--numbers p {
      margin-left: 23px;
      margin-right: 23px; } }

@media screen and (max-width: 767px) {
  .icons--numbers .icon__icon {
    width: 100%; } }

.icon__number {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px; }

.icon__label {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px; }

/**
 * Downloads block
 */
.downloads {
  margin-top: 150px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .downloads {
      margin-top: 60px; } }
  .downloads p {
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 0; }
  .downloads .btn {
    margin-top: 36px; }
    @media screen and (max-width: 767px) {
      .downloads .btn {
        margin-top: 33px; } }

@media screen and (max-width: 767px) {
  .downloads__button-container {
    text-align: center; } }

.downloads__main {
  position: relative;
  display: block;
  margin-right: 40px; }
  @media screen and (max-width: 767px) {
    .downloads__main {
      margin-right: 0; } }
  .downloads__main img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .downloads__main img {
        position: relative;
        max-width: 190%;
        max-height: 255px;
        float: right; } }

.downloads__title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #a0a0a0;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 80px;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .downloads__title {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .downloads__title {
      font-size: 30px;
      line-height: 32px;
      margin-top: 0; } }
  .downloads__title + p {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .downloads__title + p {
        margin-top: 20px; } }
  .downloads__title span {
    color: #d45a6a; }

.downloads__secondary-documents {
  margin-top: 80px;
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .downloads__secondary-documents {
      margin-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .downloads__secondary-documents .col-xs-6:first-child img {
      margin-left: auto; } }

.downloads__secondary {
  display: block; }
  .downloads__secondary img {
    display: block;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25); }

.downloads__background {
  position: absolute;
  height: 235px;
  background-image: -o-linear-gradient(183deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(267deg, #f6a343 0%, #ed715b 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .downloads__background {
      height: 135px; } }

.product-downloads {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .product-downloads {
      margin-top: 45px; } }
  .product-downloads p {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .product-downloads p {
        text-align: left; } }
    .product-downloads p:first-child {
      margin-top: 30px; }
    .product-downloads p:last-child {
      margin-bottom: 0; }

.product-downloads__section {
  border-top: 1px solid #e3e3e3;
  margin-top: 50px;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .product-downloads__section {
      margin-top: 30px;
      padding-top: 20px; } }
  .product-downloads__section .iconlink:last-of-type {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .product-downloads__section .iconlink:last-of-type {
        margin-bottom: 12px; } }
  @media screen and (max-width: 767px) {
    .product-downloads__section:last-child {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 20px; } }

.product-downloads__section-title {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  margin-top: 7px; }
  @media screen and (max-width: 767px) {
    .product-downloads__section-title {
      font-size: 30px;
      line-height: 30px;
      margin-top: 0;
      margin-bottom: 20px; } }

/**
 * Tips block
 */
.tips-block {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .tips-block {
      margin-top: 60px; } }
  .page-content + .tips-block > .container, .page-content + .tips-block > .footer__container, .page-content + .tips-block > .header__container {
    border-top: 1px solid #e3e3e3;
    padding-top: 100px; }

.tips-block__tips {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .tips-block__tips {
      overflow: auto;
      margin-left: -22px;
      margin-right: -22px;
      margin-top: 10px;
      padding-top: 20px;
      padding-bottom: 14px; }
      .tips-block__tips:after {
        content: '';
        display: block;
        width: 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
  .tips-block__tips .tip {
    width: calc(33% - 33px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media screen and (max-width: 991px) {
      .tips-block__tips .tip {
        width: calc(33% - 13px); } }
    @media screen and (max-width: 767px) {
      .tips-block__tips .tip {
        width: 260px;
        margin-left: 20px; } }

.tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 143px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .tip {
      padding-bottom: 114px; } }
  .tip:hover {
    text-decoration: none; }
    .tip:hover .tip__title {
      color: #d45a6a; }
    .tip:hover .btn {
      border-color: #d45a6a;
      background-color: #d45a6a; }
  .tip .btn {
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    position: absolute;
    bottom: 40px;
    left: 40px; }
    @media screen and (max-width: 991px) {
      .tip .btn {
        bottom: 30px;
        left: 20px; } }
  .tip picture {
    max-width: 100%; }

.tip-list__tip-container .tip--video {
  border: 0;
  padding-bottom: 0 !important; }
  .tip-list__tip-container .tip--video .tip__category {
    padding-left: 0;
    padding-right: 0; }
  .tip-list__tip-container .tip--video .tip__title {
    padding-left: 0;
    padding-right: 0; }

.tip__image-holder {
  position: relative; }
  .tip__image-holder:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 30px;
    background-image: url(../img/video-play.svg);
    background-repeat: no-repeat;
    background-position: center; }

.tip__image {
  margin-bottom: 39px; }
  @media screen and (max-width: 991px) {
    .tip__image {
      margin-bottom: 20px; } }

.tip__category {
  padding-left: 40px;
  padding-right: 40px;
  color: #a0a0a0; }
  @media screen and (max-width: 991px) {
    .tip__category {
      padding-left: 20px;
      padding-right: 20px; } }

.tip__title {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 12px;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .tip__title {
      padding-left: 20px;
      padding-right: 20px; } }

.tips-block__button-holder {
  text-align: center;
  margin-top: 44px; }
  @media screen and (max-width: 767px) {
    .tips-block__button-holder {
      margin-top: 15px; } }

/** Sidebar */
.tips-list__sidebar-heading {
  color: #4a4a4a;
  font-size: 34px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
  .tips-list__sidebar-heading img {
    vertical-align: text-bottom;
    margin-right: 7px; }

.tips-list__sidebar-subheading {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 28px;
  margin-top: 12px; }

.tips-list__sidebar-paragraph {
  margin-bottom: 40px; }

/**
 * Newsletter block
 */
.newsletter {
  background-image: -o-linear-gradient(191deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(259deg, #89abdb 0%, #b27fab 100%);
  padding-top: 46px;
  margin-top: 94px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .newsletter {
      margin-top: 53px;
      padding-bottom: 40px; } }
  .newsletter input[type="text"],
  .newsletter input[type="email"] {
    margin-bottom: 10px; }

.newsletter--gray {
  background-image: none;
  background-color: #f7f7f7; }
  .newsletter--gray .newsletter__heading {
    color: #4a4a4a; }
    .newsletter--gray .newsletter__heading span {
      color: #d45a6a; }
  .newsletter--gray .newsletter__checkbox-paragraph p {
    color: #4a4a4a; }
    .newsletter--gray .newsletter__checkbox-paragraph p a {
      color: #d45a6a; }

.newsletter__heading {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .newsletter__heading {
      font-size: 30px;
      line-height: 34px; } }

.newsletter__checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .newsletter__checkbox-container {
      margin-top: 16px;
      margin-bottom: 20px; } }
  .newsletter__checkbox-container input[type="checkbox"] {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.newsletter__checkbox-paragraph p {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 9px; }
  .newsletter__checkbox-paragraph p:first-child {
    margin-top: -2px; }
  .newsletter__checkbox-paragraph p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .newsletter__checkbox-paragraph p a:active, .newsletter__checkbox-paragraph p a:hover {
      color: #d45a6a; }

.newsletter__checkbox-container--dark-text {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .newsletter__checkbox-container--dark-text {
      margin-bottom: 20px; } }
  .newsletter__checkbox-container--dark-text .newsletter__checkbox-paragraph p {
    color: #4a4a4a; }
    .newsletter__checkbox-container--dark-text .newsletter__checkbox-paragraph p a {
      color: #d45a6a;
      text-decoration: none; }
      .newsletter__checkbox-container--dark-text .newsletter__checkbox-paragraph p a:hover {
        text-decoration: underline; }

/**
 * Rich Text
 */
.rich-text {
  color: #4a4a4a; }
  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4 {
    margin-bottom: 24px;
    color: #4a4a4a; }
    .rich-text h1 + h1, .rich-text h1 + h2, .rich-text h1 + h3, .rich-text h1 + h4, .rich-text h2 + h1, .rich-text h2 + h2, .rich-text h2 + h3, .rich-text h2 + h4, .rich-text h3 + h1, .rich-text h3 + h2, .rich-text h3 + h3, .rich-text h3 + h4, .rich-text h4 + h1, .rich-text h4 + h2, .rich-text h4 + h3, .rich-text h4 + h4 {
      margin-top: 24px; }
  .rich-text h1 {
    font-size: 48px;
    line-height: 58px;
    margin-top: 48px; }
    @media screen and (max-width: 991px) {
      .rich-text h1 {
        margin-top: 23px; } }
    @media screen and (max-width: 767px) {
      .rich-text h1 {
        font-size: 34px;
        line-height: 39px; } }
  .rich-text h2 {
    font-size: 34px;
    margin-top: 41px; }
    @media screen and (max-width: 767px) {
      .rich-text h2 {
        font-size: 30px; } }
  .rich-text h3 {
    font-size: 24px;
    margin-top: 41px; }
  .rich-text h4 {
    font-size: 20px;
    margin-top: 41px; }
  .rich-text p {
    margin-bottom: 24px;
    margin-bottom: 24px; }
  .rich-text figure {
    margin: 48px 0; }
    .rich-text figure figcaption {
      color: #a0a0a0;
      font-size: 80%;
      margin-top: 10px; }
  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
    width: 510px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 33px; }
    @media screen and (max-width: 767px) {
      .rich-text blockquote {
        font-size: 29px;
        padding-top: 55px; } }
    .rich-text blockquote:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url(../img/quotes.svg);
      background-repeat: no-repeat;
      background-position: top center;
      width: 56px;
      height: 48px;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .rich-text blockquote:before {
          width: 40px;
          height: 34px; } }
    .rich-text blockquote + .quote-author {
      margin-top: -30px; }
  .rich-text .quote-author {
    color: #a0a0a0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
  .rich-text ul,
  .rich-text ol {
    list-style-type: none;
    line-height: 1.5; }
    .rich-text ul li,
    .rich-text ol li {
      margin: 24px 0;
      position: relative;
      margin-bottom: 1em; }
      .rich-text ul li:before,
      .rich-text ol li:before {
        position: absolute;
        color: #89abdb;
        top: 0; }
  .rich-text ul {
    padding-left: 20px; }
    .rich-text ul li:before {
      content: '•';
      left: -20px; }
  .rich-text ol {
    padding-left: 40px;
    counter-reset: rich-text-counter; }
    .rich-text ol li {
      counter-increment: rich-text-counter; }
      .rich-text ol li:before {
        padding-right: 7px;
        content: counter(rich-text-counter) ". ";
        white-space: pre;
        right: 100%;
        font-weight: 500;
        font-family: "Poppins", sans-serif; }

/**
 * Key Features
 */
.key-features {
  margin-top: 87px;
  padding-top: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .key-features {
      padding-top: 53px; } }

.key-features__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .key-features__title {
      text-align: left;
      position: relative;
      margin-bottom: 27px; } }
  .key-features__title img {
    height: 76px;
    width: auto;
    display: inline-block;
    vertical-align: text-bottom; }
    @media screen and (max-width: 767px) {
      .key-features__title img {
        position: absolute;
        left: 0;
        top: -7px; } }

.key-features__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 504px;
  background-image: -o-linear-gradient(183deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(267deg, #f6a343 0%, #ed715b 100%);
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .key-features__background {
      height: 305px;
      -webkit-box-sizing: auto;
              box-sizing: auto; } }

.key-features__container {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .key-features__container {
      padding-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .key-features__tabs-container .owl-dots {
    display: none; } }

@media screen and (max-width: 767px) {
  .key-features__tabs-container .owl-dots {
    margin-top: 0; } }

.key-features__tabs {
  padding-top: 56px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .key-features__tabs {
      overflow: auto;
      padding-top: 30px;
      padding-bottom: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 20px; } }
  .key-features__tabs a {
    display: block;
    margin: 0 16px;
    padding: 3px 0;
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    position: relative;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .key-features__tabs a {
        border-bottom: 0px;
        color: #a0a0a0; } }
    .key-features__tabs a:hover, .key-features__tabs a.active {
      color: #d45a6a;
      border-bottom: 2px solid #d45a6a;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .key-features__tabs a:hover, .key-features__tabs a.active {
          border-bottom: 0px;
          color: #4a4a4a; } }
    .key-features__tabs a.active .header__nav-triangle {
      opacity: 1;
      border-width: 4px 5px 0 5px; }
      .key-features__tabs a.active .header__nav-triangle:after {
        border-width: 4px 5px 0 5px; }
    @media screen and (max-width: 767px) {
      .key-features__tabs a:last-child {
        padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .key-features__tab-icons {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px; } }

.key-features__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .key-features__icon:last-child {
    margin-bottom: 0; }

.key-features__icon-icon {
  width: 78px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 19px;
  -webkit-align-self: top;
      -ms-flex-item-align: top;
          align-self: top; }

.key-features__icon-label {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  @media screen and (min-width: 992px) {
    .key-features__icon-label {
      padding-right: 45px; } }
  .key-features__icon-label p:first-child {
    margin-top: 0; }
  .key-features__icon-label p:last-child {
    margin-bottom: 0; }

/**
 * Technical Data
 */
.technical-data {
  margin-top: 96px; }
  @media screen and (max-width: 767px) {
    .technical-data {
      margin-top: 60px; } }

.technical-data__paragraph {
  margin-top: 38px; }
  @media screen and (max-width: 767px) {
    .technical-data__paragraph {
      margin-top: 26px; } }
  .technical-data__paragraph p {
    color: #4a4a4a;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .technical-data__paragraph p {
        text-align: left; } }
    .technical-data__paragraph p:first-child {
      margin-top: 0; }
    .technical-data__paragraph p:last-child {
      margin-bottom: 0; }

.data-table {
  margin-top: 50px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .data-table {
      margin-top: 20px;
      margin-left: -22px;
      margin-right: -22px; } }

.data-table__container {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .data-table__container {
      overflow: auto; } }

.data-table__table {
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  border-spacing: 0;
  color: #4a4a4a; }
  .data-table__table thead {
    background-color: #89abdb; }
    .data-table__table thead tr th {
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      padding: 18px;
      text-align: center;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .data-table__table thead tr th {
          text-align: left; } }
  .data-table__table tbody tr td {
    text-align: center;
    padding: 17px;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 767px) {
      .data-table__table tbody tr td {
        text-align: left; } }
    .data-table__table tbody tr td.data-table__subheading {
      background-color: rgba(137, 171, 219, 0.7);
      color: #fff;
      padding: 12px;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .data-table__table tbody tr td.data-table__subheading {
          color: transparent;
          text-transform: none; } }
  .data-table__table tbody tr:nth-child(even) {
    background-color: #f7f7f7; }
  .data-table__table tbody tr:nth-child(odd) {
    background-color: #fff; }

.data-table__fixed-column {
  display: none;
  pointer-events: none; }
  .data-table__fixed-column td {
    font-weight: 700;
    padding-right: 3px !important; }
    .data-table__fixed-column td.data-table__subheading {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      font-weight: 400 !important;
      font-size: 90% !important;
      color: #fff !important; }
  .data-table__fixed-column th {
    -webkit-box-shadow: 10px 0px 5px -5px #89abdb;
            box-shadow: 10px 0px 5px -5px #89abdb;
    padding-right: 3px !important; }
  .data-table__fixed-column tr:nth-child(even) td {
    -webkit-box-shadow: 10px 0px 5px -5px #f7f7f7;
            box-shadow: 10px 0px 5px -5px #f7f7f7; }
  .data-table__fixed-column tr:nth-child(odd) td {
    -webkit-box-shadow: 10px 0px 5px -5px #fff;
            box-shadow: 10px 0px 5px -5px #fff; }
  @media screen and (max-width: 991px) {
    .data-table__fixed-column {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; } }

.diagrams {
  margin-top: 80px; }
  .diagrams p, .diagrams ul, .diagrams ol {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 24px; }
  .diagrams ul, .diagrams ol {
    padding-left: 20px; }
    .diagrams ul li, .diagrams ol li {
      margin: 7px 0; }
  .diagrams h3 {
    font-size: 20px;
    line-height: 24px;
    color: #4a4a4a; }

/**
 * Product CTAs
 */
.product-ctas {
  margin-top: 122px; }

.product-ctas__selector {
  padding-bottom: 60px;
  background-image: -o-linear-gradient(191deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(259deg, #89abdb 0%, #b27fab 100%); }
  @media screen and (max-width: 767px) {
    .product-ctas__selector {
      text-align: center;
      padding-bottom: 30px; } }

.product-ctas__selector-title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 39px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .product-ctas__selector-title {
      font-size: 30px;
      line-height: 32px;
      text-align: center;
      margin-top: 30px; } }

.product-ctas__selector-image img {
  margin-top: -25px; }
  @media screen and (max-width: 767px) {
    .product-ctas__selector-image img {
      margin-top: -46px;
      max-width: 75%;
      margin-left: auto;
      margin-right: auto;
      display: block; } }

/**
 * Cozy Touch
 */
.cozy-touch:last-child {
  margin-bottom: -94px; }
  @media screen and (max-width: 767px) {
    .cozy-touch:last-child {
      margin-bottom: -53px; } }

.cozy-touch__container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cozy-touch__inner {
  position: relative;
  z-index: 1;
  padding: 50px 50px 60px 40px;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .cozy-touch__inner {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 25px 20px 40px; } }
  .cozy-touch__inner:before {
    content: '';
    position: absolute;
    background-image: -o-linear-gradient(230deg, #f6a343 0%, #ed715b 100%);
    background-image: linear-gradient(220deg, #f6a343 0%, #ed715b 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9; }

.cozy-touch__title {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .cozy-touch__title {
      font-size: 34px;
      line-height: 36px; } }

.cozy-touch__paragraph {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .cozy-touch__paragraph {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .cozy-touch__paragraph p {
    color: #fff; }
    .cozy-touch__paragraph p:first-child {
      margin-top: 0; }
    .cozy-touch__paragraph p:last-child {
      margin-bottom: 0; }

/**
 * FAQ
 */
.product-faqs {
  margin-top: 150px; }
  @media screen and (max-width: 767px) {
    .product-faqs {
      margin-top: 64px; } }

.product-faqs__title {
  color: #4a4a4a;
  font-size: 34px;
  margin: 0;
  border-top: 9px solid #89abdb;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .product-faqs__title {
      font-size: 30px; } }

.product-faqs__subtitle {
  color: #4a4a4a;
  line-height: 28px;
  font-size: 24px;
  max-width: 272px;
  margin-bottom: 30px;
  margin-top: 7px; }
  @media screen and (max-width: 767px) {
    .product-faqs__subtitle {
      font-size: 20px;
      line-height: 24px;
      max-width: 100%; } }

.faq {
  border-top: 1px solid #e3e3e3;
  padding: 24px 0; }
  .faq:last-of-type {
    border-bottom: 1px solid #e3e3e3; }

.faq__question {
  position: relative;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  padding-right: 35px; }
  @media screen and (max-width: 767px) {
    .faq__question {
      font-size: 16px; } }
  .faq__question:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    background-image: url("../img/plus.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0; }
  .faq__question.open:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .faq__question:hover {
    text-decoration: none; }

.faq__answer-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out; }

.faq__answer > *:first-child {
  margin-top: 0;
  padding-top: 20px; }

.faq__answer > *:last-child {
  margin-bottom: 0; }

/**
 * Video Modal
 */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.video-modal__shade {
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.video-modal__container {
  position: relative;
  z-index: 10;
  max-width: calc(100% - 44px);
  width: 764px;
  padding-top: 25px; }

@media screen and (max-width: 991px) and (orientation: landscape) {
  .video-modal__container {
    padding-top: 0;
    width: auto;
    max-width: 100%; } }

.video-modal__caption {
  color: #ffffff;
  margin-top: 10px; }

@media screen and (max-width: 991px) and (orientation: landscape) {
  .video-modal__caption {
    display: none; } }

.video-modal__close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: -25px;
  background-image: url(../img/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .video-modal__close {
      right: 0; } }
  @media screen and (max-width: 991px) and (orientation: landscape) {
    .video-modal__close {
      right: -25px;
      top: 10px; } }

.modal__video-outer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

@media screen and (max-width: 991px) and (orientation: landscape) {
  .modal__video-outer {
    padding-bottom: 0;
    width: 178vh;
    max-width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto; } }
  .modal__video-outer iframe,
  .modal__video-outer object,
  .modal__video-outer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/**
 * Cookies bar
 */
.cookie-bar {
  background-color: #4a4a4a;
  padding: 22px 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  display: none; }
  .cookie-bar p {
    font-size: 16px;
    line-height: 20px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .cookie-bar p {
        text-align: center; } }
    .cookie-bar p a {
      text-decoration: underline;
      color: #fff;
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      .cookie-bar p a:hover {
        color: #d45a6a; }

.cookie-bar--shown {
  display: block; }

.cookie-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .cookie-bar__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.locations table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 20px;
  width: 100%; }

.locations td, .locations th {
  padding: 0; }

.locations td div, .locations th:not(.table-heading) div {
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 8px; }

.locations table.open td, .locations table.open th:not(.table-heading) {
  border-bottom: 1px solid #e5e5e5; }
  .locations table.open td div, .locations table.open th:not(.table-heading) div {
    padding: 12px 8px;
    height: auto; }

.locations th {
  font-weight: 700; }

.locations tr:nth-child(even) td, .locations tr:nth-child(even) th {
  background-color: #f5f5f5; }

.locations .table-heading a {
  background-image: -o-linear-gradient(183deg, #f6a343 0%, #ed715b 100%);
  background-image: linear-gradient(267deg, #f6a343 0%, #ed715b 100%);
  padding: 12px 8px;
  color: #fff;
  text-align: center;
  display: block; }

.locations-map {
  margin-top: 80px; }

.roadshow-map-popout-content-area-inner {
  font-size: .8888888889rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 27px;
  padding: 29px 16px;
  padding-right: 266px;
  position: relative;
  width: 600px; }
  .roadshow-map-popout-content-area-inner strong {
    font-size: 1rem;
    color: #e2122a;
    display: block;
    margin-bottom: 8px; }

/**
 * Tips & Advice page
 */
.tips-hero {
  margin-top: 118px; }
  @media screen and (max-width: 767px) {
    .tips-hero {
      margin-top: 39px; } }

.tips-hero--faqs .tips-hero__title img {
  max-height: 300px; }

@media screen and (min-width: 768px) {
  .tips-hero--faqs .tips-hero__radiator {
    margin-left: -76px;
    margin-bottom: -24px; } }

@media screen and (min-width: 768px) {
  .tips-hero--faqs .tips-hero__images {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.tips-hero__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .tips-hero__images {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.tips-hero__title {
  margin: 0; }
  .tips-hero__title img {
    max-height: 191px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .tips-hero__title img {
        max-height: 153px; } }

.tips-hero__radiator {
  margin-left: -16px; }
  @media screen and (max-width: 767px) {
    .tips-hero__radiator {
      margin-left: 0;
      margin-top: 24px; } }
  .tips-hero__radiator img {
    max-height: 214px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .tips-hero__radiator img {
        max-height: 175px; } }

.tips-hero__paragraph {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .tips-hero__paragraph {
      margin-top: 30px; } }
  .tips-hero__paragraph p {
    color: #a0a0a0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0; }
    .tips-hero__paragraph p + p {
      margin-top: 1em; }

.tips-list {
  margin-top: 78px; }
  @media screen and (min-width: 768px) {
    .tips-list .select-wrapper {
      margin-bottom: 30px; } }

.tips-list__filter-title {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 30px; }
  @media screen and (max-width: 991px) {
    .tips-list__filter-title {
      margin-bottom: 16px;
      padding-left: 0; } }

.tips-list__filters {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 30px; }
  @media screen and (max-width: 991px) {
    .tips-list__filters {
      margin-bottom: 30px;
      padding-right: 0;
      display: none; } }
  .tips-list__filters li a {
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 0 25px 0 30px;
    border-top: 1px solid #e3e3e3;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .tips-list__filters li a:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      -webkit-transition: opacity 0.2s ease-out, width 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out, width 0.2s ease-out;
      transition: opacity 0.2s ease-out, width 0.2s ease-out;
      width: 0;
      opacity: 0;
      background-color: #89abdb; }
    .tips-list__filters li a:after {
      font-family: 'ah-icons';
      position: absolute;
      top: 50%;
      right: 0;
      color: #89abdb;
      font-size: 34px;
      -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
      transition: opacity 0.2s ease-out, transform 0.2s ease-out;
      transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
      -webkit-transform: translateY(-50%) translateX(-10px);
          -ms-transform: translateY(-50%) translateX(-10px);
              transform: translateY(-50%) translateX(-10px);
      opacity: 0; }
    .tips-list__filters li a:hover, .tips-list__filters li a:active, .tips-list__filters li a.active {
      text-decoration: none; }
      .tips-list__filters li a:hover:before, .tips-list__filters li a:active:before, .tips-list__filters li a.active:before {
        width: 10px;
        opacity: 1; }
      .tips-list__filters li a:hover:after, .tips-list__filters li a:active:after, .tips-list__filters li a.active:after {
        opacity: 1;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition-delay: 100ms;
             -o-transition-delay: 100ms;
                transition-delay: 100ms; }
  .tips-list__filters li:last-child a {
    border-bottom: 1px solid #e3e3e3; }

.tips-list__filters--no-padding {
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .tip-list__list {
    margin-top: 39px; } }

.tip-list__list .tip {
  max-width: 274px; }
  @media screen and (max-width: 991px) {
    .tip-list__list .tip {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .tip-list__list .tip {
      max-width: 370px; } }

.tip-list__tip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px; }
  .tip-list__tip-container .tip {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 110px; }
    .tip-list__tip-container .tip .btn {
      bottom: 30px;
      left: 30px; }
  .tip-list__tip-container .tip__image {
    margin-bottom: 30px; }
  .tip-list__tip-container .tip__category {
    padding-left: 30px;
    padding-right: 30px; }
  .tip-list__tip-container .tip__title {
    font-size: 20px;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 30px; }

.tip-list__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tip-list__pagination > a,
  .tip-list__pagination > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    background-color: #fff;
    color: #89abdb;
    margin: 0 5px; }
    .tip-list__pagination > a:active, .tip-list__pagination > a:hover, .tip-list__pagination > a.current,
    .tip-list__pagination > span:active,
    .tip-list__pagination > span:hover,
    .tip-list__pagination > span.current {
      background-color: #89abdb;
      color: #fff;
      text-decoration: none; }
    .tip-list__pagination > a i,
    .tip-list__pagination > span i {
      font-size: 20px; }

@media screen and (min-width: 992px) {
  .tips-list__filters-dropdown {
    display: none; } }

/**
 * Generic pages
 */
.hero-image + .page-content {
  margin-top: -282px; }
  @media screen and (max-width: 991px) {
    .hero-image + .page-content {
      margin-top: -172px; } }

.page-content__container {
  background-color: #fff;
  padding-top: 1px;
  padding: 1px calc(8.33% + 20px); }
  @media screen and (max-width: 991px) {
    .page-content__container {
      padding: 1px 20px; } }

.page-content__gradient {
  height: 10px;
  background-image: -o-linear-gradient(191deg, #89abdb 0%, #b27fab 100%);
  background-image: linear-gradient(259deg, #89abdb 0%, #b27fab 100%); }

/**
 * Products Page
 */
.product-intro {
  margin-top: 68px; }
  @media screen and (max-width: 767px) {
    .product-intro {
      margin-top: 0; } }

@media screen and (min-width: 992px) {
  .product-intro__data {
    padding-left: 40px; } }

@media screen and (max-width: 991px) {
  .product-intro__data {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .product-intro__data {
    margin-top: 30px; } }

.product-intro__title {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .product-intro__title {
      font-size: 34px;
      line-height: 48px; } }

.product-intro__short-description {
  color: #ed6a5b;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .product-intro__short-description {
      font-size: 20px;
      line-height: 24px; } }

.product-intro__output {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .product-intro__output {
      margin-top: 5px; } }

.product-intro__intro-text {
  margin-top: 20px; }
  .product-intro__intro-text p:first-child {
    margin-top: 0; }
  .product-intro__intro-text p:last-child {
    margin-bottom: 0; }

.product-intro__warranty-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-intro__warranty-badges img {
    display: block;
    width: 80px;
    height: auto;
    margin-bottom: 7px; }

.product-intro__color-selector {
  margin-top: 30px; }

.product-intro__color-selector-title {
  color: #a0a0a0; }

.product-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }

.product-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px; }
  .product-color:hover {
    text-decoration: none; }

.product-color__color {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  .active .product-color__color {
    border-color: #d45a6a; }
  .product-color:hover .product-color__color {
    border-color: #d45a6a; }

.product-color__name {
  margin-top: 10px;
  color: #a0a0a0; }

.product-intro__mobile-color-label--1 {
  display: none !important; }
  .product-intro__mobile-color-label--1 + .select-wrapper {
    display: none; }

.product-intro__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -30px; }
  @media screen and (max-width: 1450px) {
    .product-intro__badges {
      margin-right: -20px; } }

.product-badge {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  text-align: center;
  width: 100px;
  margin-right: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1450px) {
    .product-badge {
      margin-right: 20px; } }
  .product-badge img {
    width: 78px;
    max-width: 100%;
    height: auto; }

.product-badge__label {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px; }
  @media screen and (max-width: 991px) {
    .product-badge__label {
      font-size: 13px;
      line-height: 18px; } }

@media screen and (min-width: 768px) {
  .product-carousel {
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (max-width: 991px) {
  .product-carousel {
    width: 419px;
    margin-left: auto;
    margin-right: auto; } }

.product-carousel__thumbnail {
  margin-top: 29px; }

.product-carousel__mobile {
  max-width: 419px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative; }
  .product-carousel__mobile .owl-nav button.owl-prev,
  .product-carousel__mobile .owl-nav button.owl-next {
    width: 18px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: transparent;
    position: absolute;
    top: 50%;
    top: calc(50% - 31px);
    -webkit-transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out, opacity 0.2s ease-out;
    transition: filter 0.2s ease-out, opacity 0.2s ease-out;
    transition: filter 0.2s ease-out, opacity 0.2s ease-out, -webkit-filter 0.2s ease-out; }
    .product-carousel__mobile .owl-nav button.owl-prev.disabled,
    .product-carousel__mobile .owl-nav button.owl-next.disabled {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: .2; }
  .product-carousel__mobile .owl-nav button.owl-prev {
    background-image: url("../img/thin-left.svg");
    left: -9px; }
  .product-carousel__mobile .owl-nav button.owl-next {
    background-image: url("../img/thin-right.svg");
    right: -8px; }

.product-carousel__thumbnail-image {
  border: 1px solid #fff;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  .current .product-carousel__thumbnail-image {
    border-color: #d45a6a; }

@media screen and (max-width: 991px) {
  .product-carousel__large-image {
    text-align: center; } }

.product-intro__mobile-color-label {
  display: none; }
  @media screen and (max-width: 767px) {
    .product-intro__mobile-color-label {
      display: block;
      color: #a0a0a0;
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      line-height: 24px;
      margin-top: 30px;
      font-weight: 700; } }

/** Product List */
.product-list {
  margin-top: 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-list {
      margin-top: 20px; } }
  .product-list:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #dcdcdc;
    top: -15px;
    left: 50%;
    width: 780px;
    height: 1px;
    max-width: calc(100% - 40px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .product-list:before {
        top: 10px; } }
  .product-list > .container > .row > .col-xs-12, .product-list > .footer__container > .row > .col-xs-12, .product-list > .header__container > .row > .col-xs-12 {
    margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .product-list > .container > .row, .product-list > .footer__container > .row, .product-list > .header__container > .row {
      margin-left: -20px;
      margin-right: -20px; }
      .product-list > .container > .row > .col-xs-12, .product-list > .footer__container > .row > .col-xs-12, .product-list > .header__container > .row > .col-xs-12 {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 1240px) {
    .product-list > .container > .row, .product-list > .footer__container > .row, .product-list > .header__container > .row {
      margin-left: -30px;
      margin-right: -30px; }
      .product-list > .container > .row > .col-xs-12, .product-list > .footer__container > .row > .col-xs-12, .product-list > .header__container > .row > .col-xs-12 {
        padding-left: 30px;
        padding-right: 30px; } }

.product-list__item {
  padding: 15px 20px 90px;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; }
  .product-list__item:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
    .product-list__item:hover .product-list__title {
      text-decoration: underline; }
    .product-list__item:hover .btn--red:after {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); }
  .product-list__item .btn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    width: calc(100% - 40px); }

.product-list__image {
  border: 1px solid #f2f2f2;
  text-align: center; }

.product-list__title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 0;
  color: #d45a6a; }
  @media screen and (max-width: 767px) {
    .product-list__title {
      font-size: 26px; } }

.product-list__subtitle {
  color: #d45a6a;
  margin-top: 7px; }

.product-list__output {
  margin-top: 5px;
  color: #a6a6a6; }

.product-list__intro {
  margin-top: 10px; }
  .product-list__intro p {
    color: #a6a6a6; }
    .product-list__intro p:first-child {
      margin-top: 0; }
    .product-list__intro p:last-child {
      margin-bottom: 0; }

.product-list__link {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-list__badge {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 70px;
  height: auto; }

.product-list-under {
  margin-top: 60px; }
  .product-list-under h2 {
    font-weight: 400;
    color: #d45a6a; }
  .product-list-under h3 {
    font-size: 20px; }

.product-list-under__more {
  text-align: center; }
  .product-list-under__more .more-text {
    white-space: nowrap; }
    .product-list-under__paragraph:not(.less) .product-list-under__more .more-text {
      display: none; }
  .product-list-under__more .less-text {
    white-space: nowrap; }
    .product-list-under__paragraph.less .product-list-under__more .less-text {
      display: none; }

.product-list-under__container {
  max-height: 5000px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in; }
  .product-list-under__container:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 95%); }
  .product-list-under__paragraph.less .product-list-under__container {
    max-height: 150px;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
    .product-list-under__paragraph.less .product-list-under__container:after {
      display: block; }

.product-list-under__button {
  color: #5f5e5c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .product-list-under__button:hover {
    color: #d45a6a;
    text-decoration: none; }
  .product-list-under__paragraph:not(.less) .product-list-under__button svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/**
 * Downloads pages
 */
.downloads-page {
  margin-top: 80px; }

.downloads-page__group-title {
  background-color: #89abdb;
  color: #ffffff;
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  min-width: 520px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .downloads-page__group-title {
      display: block;
      min-width: 0;
      margin-top: 0;
      font-size: 30px;
      line-height: 32px;
      padding: 10px 20px; } }

.downloads-group {
  border-top: 1px solid #e3e3e3;
  padding-bottom: 39px; }

.downloads-group__image {
  margin-top: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .downloads-group__image {
      margin-top: 30px; } }

.product-group__title {
  margin-top: 45px;
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 34px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .product-group__title {
      font-size: 30px;
      line-height: 36px;
      margin-top: 30px; } }

.product-group__subtitle {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  margin-top: 14px; }
  @media screen and (max-width: 767px) {
    .product-group__subtitle {
      margin-top: 30px; } }

/**
 * Contact
 */
.contact-page {
  margin-top: 94px; }

.contact-page__info-container {
  position: relative;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .contact-page__info-container {
      margin-top: 60px;
      text-align: center; } }
  .contact-page__info-container:before {
    content: '';
    display: block;
    position: absolute;
    background-image: -o-linear-gradient(278deg, #89abdb 0%, #b27fab 100%);
    background-image: linear-gradient(172deg, #89abdb 0%, #b27fab 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: -40px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .contact-page__info-container:before {
        left: 0; } }
  .contact-page__info-container p {
    margin-top: 7px; }
    .contact-page__info-container p a {
      color: #fff; }
  .contact-page__info-container .footer__socials {
    margin-top: 7px; }
    .contact-page__info-container .footer__socials a {
      color: #fff; }

.contact-page__subtitle {
  margin-top: 37px;
  margin-bottom: 0; }
  .contact-page__subtitle:first-child {
    margin-top: 0; }

.contact-page__thank-you {
  margin-top: 50px; }
  .contact-page__thank-you h2 {
    color: #4a4a4a;
    font-size: 34px;
    font-weight: 400;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .contact-page__thank-you h2 {
        font-size: 28px; } }
  .contact-page__thank-you p {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .contact-page__thank-you p {
        font-size: 16px;
        line-height: 24px; } }
    .contact-page__thank-you p + .btn {
      margin-top: 40px; }

/**
 * About us page
 */
.history-block {
  margin-top: 100px;
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .history-block {
      margin-top: 60px;
      margin-bottom: 50px; } }

.history-block__paragraph {
  margin-top: 26px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .history-block__paragraph {
      text-align: left; } }

.history-block__years {
  margin-top: 90px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .history-block__years {
      margin-top: 40px; } }
  .history-block__years:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    z-index: -1; }
  .history-block__years .owl-stage-outer {
    padding-bottom: 15px; }

.history-block__years-year {
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  -webkit-transition: font-size 0.2s ease-out;
  -o-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
  position: relative; }
  .history-block__years-year:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #4a4a4a;
    border-radius: 50%;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .owl-item.center .history-block__years-year {
    font-weight: 700;
    font-size: 44px; }
    .owl-item.center .history-block__years-year:after {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.history-block__content .owl-item img {
  width: auto;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .history-block__content .owl-item img {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (max-width: 991px) {
  .history-block__content .owl-nav {
    display: block; } }

@media screen and (max-width: 767px) {
  .history-block__content .owl-nav {
    display: none; } }

.history-block__content .owl-nav button.owl-next {
  left: calc(100% - 74px); }
  @media screen and (max-width: 991px) {
    .history-block__content .owl-nav button.owl-next {
      left: auto;
      right: 0; } }

.history-block__content .owl-nav button.owl-prev {
  right: calc(100% - 74px); }
  @media screen and (max-width: 991px) {
    .history-block__content .owl-nav button.owl-prev {
      right: auto;
      left: 0; } }

.history-block__year-heading {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .history-block__year-heading {
      margin-top: 30px;
      margin-left: 12%;
      margin-right: 12%; } }

.history-block__year-paragraph {
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .history-block__year-paragraph {
      margin-left: 12%;
      margin-right: 12%; } }
  .history-block__year-paragraph p:first-child {
    margin-top: 0; }
  .history-block__year-paragraph p:last-child {
    margin-bottom: 0; }

/**
 * Product Selector page
 */
.hero--productSelector h3 {
  color: #fff;
  margin-bottom: 0; }

.hero--productSelector label {
  color: #fff; }

.hero--productSelector button[type="submit"] {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .hero--productSelector input[name="room-height"] {
    margin-top: 10px; } }

.product-selector__form {
  margin-top: -10px; }

.product-results {
  margin-top: 93px; }
  @media screen and (max-width: 767px) {
    .product-results {
      margin-top: 60px; } }

.product-results__title {
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .product-results__title {
      font-size: 30px;
      line-height: 34px; } }

.product-results__table {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .product-results__table {
      margin-top: 50px;
      margin-bottom: 0; } }

.product-results__table-heading {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px; }

.product-result__item {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .product-result__item {
      padding-top: 20px;
      padding-bottom: 60px; } }
  .product-result__item .product-result__number {
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .product-result__item .product-result__number {
        padding-left: 40%;
        font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .product-result__item .btn {
      width: 100%;
      margin-top: 30px; } }

.product-result__product-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .product-result__product-title {
      padding-left: 40%; } }
  .product-result__product-title + p {
    margin-top: 3px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .product-result__product-title + p {
        padding-left: 40%; } }

.product-result__number {
  padding-left: 20px; }

.product-result__button {
  text-align: center; }

@media screen and (max-width: 767px) {
  .product-result__img {
    position: absolute;
    width: calc(40% - 8px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  .product-result__powers {
    padding-left: 40%; } }

.product-result__subtitle {
  display: none; }
  @media screen and (max-width: 767px) {
    .product-result__subtitle {
      display: block;
      color: #4a4a4a;
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      padding-left: 40%;
      margin-top: 22px;
      margin-bottom: 12px; } }

.roadshow {
  margin-top: 80px; }
  .roadshow + .page-content {
    margin-top: 80px; }

.tips-hero--stockists {
  margin-bottom: 48px;
  margin-top: 48px; }
  .tips-hero--stockists h1 {
    margin-bottom: 24px;
    color: #4a4a4a;
    font-size: 48px;
    line-height: 58px; }
  .tips-hero--stockists .tips-hero__paragraph {
    margin-top: 0; }

.stockists-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .stockists-search {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .stockists-search .form-group:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .stockists-search label {
    margin-bottom: .5rem;
    display: block; }
  .stockists-search .select-wrapper--radius {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .stockists-search .select-wrapper--radius {
        width: 150px; } }
  .stockists-search .select-wrapper--results {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .stockists-search .select-wrapper--results {
        width: 100px; } }
  .stockists-search .select-wrapper--wholesaler {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .stockists-search .select-wrapper--wholesaler {
        width: 290px; } }
  .stockists-search .selectric .label {
    margin-right: 58px;
    margin-left: 10px; }

.stockists-results-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .stockists-results-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 50vh; } }
  .stockists-results-container .stockists-results {
    width: 100%;
    background-color: #f7f7f7;
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .stockists-results-container .stockists-results {
        width: 34%;
        overflow-y: auto;
        max-height: 100vh; } }
  .stockists-results-container .stockists-map {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .stockists-results-container .stockists-map {
        width: 66%; } }
    .stockists-results-container .stockists-map .gm-map {
      background-color: #f7f7f7;
      width: 100%;
      height: 100%;
      min-height: 300px; }
  .stockists-results-container .stockists-placeholder {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    color: #5f5e5c;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.stockist {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .stockist:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .stockist header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    margin-bottom: .5rem; }
  .stockist .stockist-title {
    color: #d45a6a;
    font-size: 1.2rem;
    margin: 0;
    cursor: pointer; }
  .stockist .stockist-distance {
    color: #4a4a4a;
    margin-left: auto; }
  .stockist .stockist-address {
    margin-bottom: 1rem; }
    .stockist .stockist-address p {
      margin: 0; }
  .stockist .stockist-contact {
    margin-bottom: 1rem; }
    .stockist .stockist-contact p {
      margin: 0; }
      .stockist .stockist-contact p span {
        font-weight: 600; }
  .stockist .stockist-directions {
    color: #d45a6a;
    border: 1px solid #d45a6a;
    border-radius: 3px;
    padding: .5rem 1rem;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.stockist-info-window h3 {
  color: #d45a6a;
  font-size: 1.1rem;
  margin: 0; }

.stockist-info-window p {
  margin: 0;
  font-size: .9rem; }

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