@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap);@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'ApercuPro-Bold';
  src: url(768f1e8c7fec751da2e1643571797460.woff2) format("woff2"), url(7f138e4e4aecfdc917b5f3d640f8c7db.woff) format("woff"), url(09a9784f4eca16a77744536ae698c2eb.svg#ApercuPro-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ApercuMonoPro-Bold';
  src: url(7c89d2109109d7cd44b15d9293708ac7.woff2) format("woff2"), url(0111eece1457f69b441a12be38d89fc9.woff) format("woff"), url(d72b73dd6fc733aaec06f98410c8f9ae.svg#ApercuMonoPro-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifPro-It';
  src: url(0278fb41d7b4a504c607f3db9f840892.woff2) format("woff2"), url(bada6bfb949ef8fdddec23ccdfd77ed9.woff) format("woff"), url(f65e1d5f5c53330bd585a5b293437bf4.svg#SourceSerifPro-It) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(4b065583e03db0df5ade2d4d4c86ba22.woff2) format("woff2"), url(89ff0ba5f96dd68372031157b2d2fab5.woff) format("woff"), url(781c7b222e32bf17bbf2620bfd51aec5.svg#SourceSerifPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 21px; }
  @media (max-width: 1024px) {
    html {
      font-size: 17px; } }
  @media (max-width: 768px) {
    html {
      font-size: 13px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  color: #000;
  font-family: 'SourceSerifPro-Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  @media (max-width: 1024px) {
    body {
      line-height: 21px; } }
  @media (max-width: 768px) {
    body {
      line-height: 17px; } }
  body.no-scroll {
    overflow: hidden; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

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

b, strong, .strong {
  font-family: 'ApercuPro-Bold';
  font-weight: normal;
  font-style: normal; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1, .h1 {
  font-family: 'ApercuPro-Bold';
  font-size: 50px;
  line-height: 50px; }
  @media (max-width: 1024px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    h1, .h1 {
      font-size: 25px;
      line-height: 25px; } }

h2, .h2 {
  font-family: 'ApercuPro-Bold';
  font-size: 40px;
  line-height: 40px; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    h2, .h2 {
      font-size: 25px;
      line-height: 25px; } }

h3, .h3 {
  font-family: 'ApercuPro-Bold';
  font-size: 30px;
  line-height: 30px; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 25px;
      line-height: 25px; } }

h4, .h4 {
  font-family: 'SourceSerifPro-Regular';
  font-size: 21px;
  line-height: 25px; }
  @media (max-width: 1024px) {
    h4, .h4 {
      font-size: 17px;
      line-height: 21px; } }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 13px;
      line-height: 17px; } }

h5, .h5 {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px; }
  @media (max-width: 768px) {
    h5, .h5 {
      font-size: 13px;
      line-height: 16px; } }

h6, .h6 {
  font-family: 'ApercuPro-Bold';
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 1024px) {
    h6, .h6 {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    h6, .h6 {
      font-size: 11px;
      line-height: 13px; } }

.h7 {
  font-family: 'SourceSerifPro-Regular';
  font-size: 14px;
  line-height: 1; }
  @media (max-width: 768px) {
    .h7 {
      font-size: 13px; } }

.h8 {
  font-family: 'SourceSerifPro-Regular';
  font-size: 17px;
  line-height: 37px; }
  @media (max-width: 768px) {
    .h8 {
      font-size: 13px;
      line-height: 30px; } }

p {
  margin: 0 0 30px 0; }
  p:last-child {
    margin: 0 !important; }

#app {
  position: relative;
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uppercase {
  text-transform: uppercase; }

.red {
  color: #ff604e; }

.center {
  text-align: center; }

@media (max-width: 660px) {
  .no-mobile {
    opacity: 0; } }

.max-width {
  margin: 0 auto;
  max-width: 1440px; }
  @media (max-width: 1440px) {
    .max-width {
      max-width: none;
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 1024px) {
    .max-width {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768px) {
    .max-width {
      padding-left: 15px;
      padding-right: 15px; } }

#content {
  padding-top: 95px; }
  @media (max-width: 1024px) {
    #content {
      padding-top: 85px; } }
  @media (max-width: 768px) {
    #content {
      padding-top: 70px; } }

.lightblue,
.blue {
  border-radius: 60px;
  margin: 0 25px; }
  @media (max-width: 1024px) {
    .lightblue,
    .blue {
      border-radius: 40px;
      margin: 0 20px; } }
  @media (max-width: 768px) {
    .lightblue,
    .blue {
      border-radius: 30px;
      margin: 0 15px; } }
  .lightblue .max-width,
  .blue .max-width {
    padding: 0; }

.blue {
  background: #d1eff0; }

.lightblue {
  background: #eefbfb; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px 0 0;
    width: 30px; }
    @media (max-width: 1024px) {
      .social a {
        height: 22px;
        width: 22px; } }
    .social a:last-child {
      margin: 0; }
    .social a:hover path {
      fill: #ff604e; }
  .social path {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

.pagination {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #fff;
  border-radius: 60px;
  margin: 0 25px;
  padding: 25px 0;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .pagination {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 1024px) {
    .pagination {
      margin: 0 20px;
      padding: 20px 0; } }
  @media (max-width: 768px) {
    .pagination {
      margin: 0 15px;
      padding: 15px 0; } }
  .pagination .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 8.33333%; }
    @media (max-width: 1440px) {
      .pagination .inner {
        padding: 0 calc((1 / 12 * 100%) - 25px); } }
    @media (max-width: 1024px) {
      .pagination .inner {
        padding: 0 calc((1 / 12 * 100%) - 20px); } }
    @media (max-width: 768px) {
      .pagination .inner {
        padding: 0 calc((1 / 12 * 100%) - 15px); } }
  .pagination a {
    position: relative; }
    .pagination a:after {
      background: #000;
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      will-change: transform; }
    .pagination a:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    @media (max-width: 512px) {
      .pagination a span {
        display: none; } }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: 'ApercuPro-Bold';
  font-size: 30px;
  line-height: 30px;
  margin: 60px 0 30px 0; }
  @media (max-width: 768px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
      font-size: 25px;
      line-height: 25px; } }

.content blockquote {
  font-size: 27px;
  line-height: 35px;
  margin: 30px 0; }
  @media (max-width: 1024px) {
    .content blockquote {
      font-size: 25px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .content blockquote {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 660px) {
    .content blockquote {
      font-size: 25px;
      line-height: 30px; } }

.intro .blue {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.intro .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 525px;
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .intro .inner {
      height: auto;
      min-height: 430px; } }
  @media (max-width: 768px) {
    .intro .inner {
      height: auto;
      min-height: 325px; } }
  @media (max-width: 660px) {
    .intro .inner {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: calc(100vh - 70px - 15px);
      padding: 50px 8.33333% 0 8.33333%; } }

.intro .titles {
  max-width: 420px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .intro .titles {
      max-width: 260px; } }
  @media (max-width: 660px) {
    .intro .titles {
      max-width: none;
      text-align: center; } }

.intro .title {
  margin: 0 0 20px 0; }

.intro .button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 768px) {
    .intro .button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .intro .button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .intro .button {
      padding: 10px 30px 10px 50px; } }
  .intro .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .intro .button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .intro .button:before {
        left: 10px; } }
  .intro .button:hover {
    background: #000; }
  @media (max-width: 660px) {
    .intro .button {
      bottom: 25px; } }

.intro .stores {
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1; }
  @media (max-width: 660px) {
    .intro .stores {
      bottom: 25px;
      display: block;
      text-align: center; } }
  .intro .stores a {
    margin: 0 2.5px; }
    @media (max-width: 660px) {
      .intro .stores a {
        margin: 5px 0 0 0; } }

.startnow {
  padding: 100px 0; }
  @media (max-width: 660px) {
    .startnow {
      padding: 40px 0; } }
  .startnow .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8.33333%; }
    @media (max-width: 1200px) {
      .startnow .inner {
        padding: 0; } }
  .startnow .banner__1 {
    background: #d1eff0;
    border-radius: 60px;
    padding: 65px 50px;
    position: relative;
    width: calc(25% - 10px);
    text-align: center; }
    @media (max-width: 768px) {
      .startnow .banner__1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: calc(50% - 10px);
        margin: 20px 0 0 0; } }
    @media (max-width: 660px) {
      .startnow .banner__1 {
        border-radius: 30px;
        padding: 65px 40px;
        min-height: 400px;
        width: 100%; } }
    .startnow .banner__1 .title {
      font-family: 'ApercuPro-Bold';
      margin: 0 0 10px 0;
      padding: 0; }
    .startnow .banner__1 .text {
      font-size: 18px;
      line-height: 20px;
      padding: 0; }
    .startnow .banner__1 .image {
      position: absolute;
      left: -40px;
      right: -40px;
      bottom: -40px;
      z-index: 1; }
  .startnow .banner__2 {
    border-radius: 60px;
    padding: 65px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #d1eff0;
    width: calc(50% - 10px);
    text-align: center;
    overflow: hidden; }
    @media (max-width: 768px) {
      .startnow .banner__2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%; } }
    @media (max-width: 660px) {
      .startnow .banner__2 {
        border-radius: 30px; } }
    .startnow .banner__2 .title {
      margin: 0 0 20px 0;
      padding: 0; }
    .startnow .banner__2 .text {
      margin: 0 0 20px 0;
      padding: 0; }
    .startnow .banner__2 .button {
      margin: 0 0 20px 0; }
      .startnow .banner__2 .button a {
        color: #ff604e;
        position: relative; }
        .startnow .banner__2 .button a:after {
          background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmY2MDRlIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
          background-size: contain;
          content: '';
          height: 24px;
          position: absolute;
          right: -25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 24px; }
    .startnow .banner__2 .download {
      margin: 0 0 20px 0; }
  .startnow .banner__3 {
    background: #d1eff0;
    border-radius: 60px;
    padding: 65px 40px;
    position: relative;
    width: calc(25% - 10px);
    text-align: center;
    overflow: hidden; }
    @media (max-width: 768px) {
      .startnow .banner__3 {
        margin: 20px 0 0 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: calc(50% - 10px); } }
    @media (max-width: 660px) {
      .startnow .banner__3 {
        border-radius: 30px;
        min-height: 400px;
        width: 100%; } }
    .startnow .banner__3 .text {
      font-family: 'ApercuPro-Bold';
      font-size: 26px;
      line-height: 30px;
      padding: 0; }
      .startnow .banner__3 .text strong {
        color: #ff604e; }
    .startnow .banner__3 .image {
      margin: 0 -40px 20px 0; }

.rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
  text-transform: none;
  line-height: 1; }
  .rating img {
    margin: 0 5px 2px 0; }

.rating_text {
  margin: 5px 0 0 0;
  text-transform: none;
  text-align: center; }

.stores a.h5 {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  min-width: 0; }
  @media (max-width: 768px) {
    .stores a.h5 {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .stores a.h5 {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .stores a.h5 {
      padding: 10px 30px 10px 50px; } }
  .stores a.h5:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .stores a.h5:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .stores a.h5:before {
        left: 10px; } }
  .stores a.h5:hover {
    background: #000; }

.delay-1 {
  -webkit-transition-delay: 0.10s !important;
       -o-transition-delay: 0.10s !important;
          transition-delay: 0.10s !important; }
  @media (max-width: 767px) {
    .delay-1 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-2 {
  -webkit-transition-delay: 0.20s !important;
       -o-transition-delay: 0.20s !important;
          transition-delay: 0.20s !important; }
  @media (max-width: 767px) {
    .delay-2 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-3 {
  -webkit-transition-delay: 0.30s !important;
       -o-transition-delay: 0.30s !important;
          transition-delay: 0.30s !important; }
  @media (max-width: 767px) {
    .delay-3 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-4 {
  -webkit-transition-delay: 0.40s !important;
       -o-transition-delay: 0.40s !important;
          transition-delay: 0.40s !important; }
  @media (max-width: 767px) {
    .delay-4 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-5 {
  -webkit-transition-delay: 0.50s !important;
       -o-transition-delay: 0.50s !important;
          transition-delay: 0.50s !important; }
  @media (max-width: 767px) {
    .delay-5 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-6 {
  -webkit-transition-delay: 0.60s !important;
       -o-transition-delay: 0.60s !important;
          transition-delay: 0.60s !important; }
  @media (max-width: 767px) {
    .delay-6 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-7 {
  -webkit-transition-delay: 0.70s !important;
       -o-transition-delay: 0.70s !important;
          transition-delay: 0.70s !important; }
  @media (max-width: 767px) {
    .delay-7 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-8 {
  -webkit-transition-delay: 0.80s !important;
       -o-transition-delay: 0.80s !important;
          transition-delay: 0.80s !important; }
  @media (max-width: 767px) {
    .delay-8 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-9 {
  -webkit-transition-delay: 0.90s !important;
       -o-transition-delay: 0.90s !important;
          transition-delay: 0.90s !important; }
  @media (max-width: 767px) {
    .delay-9 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-10 {
  -webkit-transition-delay: 1.00s !important;
       -o-transition-delay: 1.00s !important;
          transition-delay: 1.00s !important; }

.delay-11 {
  -webkit-transition-delay: 1.10s !important;
       -o-transition-delay: 1.10s !important;
          transition-delay: 1.10s !important; }

.delay-12 {
  -webkit-transition-delay: 1.20s !important;
       -o-transition-delay: 1.20s !important;
          transition-delay: 1.20s !important; }

.delay-13 {
  -webkit-transition-delay: 1.30s !important;
       -o-transition-delay: 1.30s !important;
          transition-delay: 1.30s !important; }

.delay-14 {
  -webkit-transition-delay: 1.40s !important;
       -o-transition-delay: 1.40s !important;
          transition-delay: 1.40s !important; }

.delay-15 {
  -webkit-transition-delay: 1.50s !important;
       -o-transition-delay: 1.50s !important;
          transition-delay: 1.50s !important; }

.show-in-view {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0) !important;
          transform: translate3d(0, 20px, 0) !important;
  -webkit-transition: opacity 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), visibility 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), -webkit-transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98);
  transition: opacity 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), visibility 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), -webkit-transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98);
  -o-transition: transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), opacity 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), visibility 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98);
  transition: transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), opacity 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), visibility 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98);
  transition: transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), opacity 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), visibility 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98), -webkit-transform 0.65s cubic-bezier(0.01, 0.3, 0.2, 0.98);
  will-change: transform, opacity; }
  .show-in-view.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

.show-in-load {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-load.animate {
    opacity: 1; }

.show-from-left {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-left.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-right {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-right.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.fade-in-view {
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .fade-in-view.animate {
    opacity: 1; }

.anim-curtain {
  position: relative;
  overflow: hidden; }
  .anim-curtain:after {
    background: #fff;
    bottom: -1px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98);
    -o-transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98);
    transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
  .anim-curtain img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98);
    -o-transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98);
    transition: all 1.5s cubic-bezier(0.01, 0.3, 0.2, 0.98); }
  .anim-curtain.animate:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .anim-curtain.animate img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.banner {
  text-align: center;
  overflow: hidden; }
  .banner .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }

@media (max-width: 660px) {
  .banner__images {
    display: none; } }

.banner__images img:nth-child(1) {
  bottom: -75px;
  max-width: 33.33333%;
  position: absolute;
  left: 0; }

.banner__images img:nth-child(2) {
  max-width: 25%;
  position: absolute;
  right: 0;
  top: 0; }

.banner__content {
  margin: 0 auto;
  max-width: 590px;
  padding: 120px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .banner__content {
      padding: 75px 0; } }
  @media (max-width: 660px) {
    .banner__content {
      padding: 75px 20px; } }

.banner__title {
  margin: 0 0 30px 0; }

.banner__text {
  margin: 0 auto 40px auto;
  max-width: 365px; }

.banner__small {
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 10px 0; }

.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 370px; }
  .banner__buttons a {
    border-radius: 60px;
    display: inline-block;
    margin: 0 10px;
    overflow: hidden; }

.banner__button a {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .banner__button a {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .banner__button a {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .banner__button a {
      padding: 10px 30px 10px 50px; } }
  .banner__button a:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .banner__button a:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .banner__button a:before {
        left: 10px; } }
  .banner__button a:hover {
    background: #000; }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0 65px 0; }
  @media (max-width: 512px) {
    .footer__top {
      margin: 40px 0 20px 0; } }
  .footer__top > div:nth-child(1) {
    width: 25%; }
    @media (max-width: 512px) {
      .footer__top > div:nth-child(1) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%; } }
  .footer__top > div:nth-child(2) {
    text-align: center;
    width: 50%; }
    @media (max-width: 512px) {
      .footer__top > div:nth-child(2) {
        margin: 0 0 40px 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%; } }
  .footer__top > div:nth-child(3) {
    text-align: right;
    width: 25%; }
    @media (max-width: 512px) {
      .footer__top > div:nth-child(3) {
        margin: 0 0 40px 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left;
        width: 100%; } }

.footer__menu {
  margin: 0 0 65px 0; }
  @media (max-width: 512px) {
    .footer__menu {
      margin: 0 0 40px 0; } }
  .footer__menu li {
    margin: 0 0 5px 0; }
    .footer__menu li a {
      font-family: 'ApercuPro-Bold';
      position: relative; }
      .footer__menu li a:after {
        background: #000;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        will-change: transform; }
      .footer__menu li a:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.footer__upper {
  padding: 60px 8.33333%; }
  @media (max-width: 1024px) {
    .footer__upper {
      padding: 40px 0 30px 0; } }
  @media (max-width: 767px) {
    .footer__upper {
      padding: 40px 0 15px 0; } }

.footer__middle {
  padding: 60px 0;
  position: relative;
  text-align: center; }
  @media (max-width: 1024px) {
    .footer__middle {
      margin: 60px 8.33333% 0 8.33333%;
      padding: 0; } }
  @media (max-width: 767px) {
    .footer__middle {
      margin: 150px 0 0 0;
      padding: 0; } }

@media (max-width: 1024px) {
  .footer__logo img {
    max-width: 335px; } }

@media (max-width: 768px) {
  .footer__logo img {
    max-width: 260px; } }

@media (max-width: 767px) {
  .footer__logo img {
    max-width: none;
    width: 100%; } }

.footer__mastercard div {
  margin: 0 0 10px 0; }

@media (max-width: 768px) {
  .footer__mastercard img {
    max-width: 50px; } }

@media (max-width: 767px) {
  .footer__mastercard img {
    max-width: none; } }

@media (max-width: 512px) {
  .footer__espa {
    text-align: center; } }

.footer__espa a {
  display: inline-block; }

.footer__espa img {
  max-width: 150px; }
  @media (max-width: 512px) {
    .footer__espa img {
      max-width: 50%; } }

.footer__contact {
  margin: 0 0 65px 0; }
  @media (max-width: 512px) {
    .footer__contact {
      margin: 0 0 40px 0; } }

.footer__contact__title {
  margin: 0 0 10px 0; }

.footer__contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__contact__link span {
    display: inline-block;
    font-family: 'SourceSerifPro-It';
    margin: 0 5px 0 0; }

.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 60px 0 0 0; }
  @media (max-width: 767px) {
    .footer__bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer__social {
  margin: 0 0 65px 0; }
  @media (max-width: 512px) {
    .footer__social {
      margin: 0 0 40px 0; } }

.footer__smallmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__smallmenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__smallmenu li:after {
    content: '|';
    display: inline-block;
    margin: 0 10px; }
    @media (max-width: 660px) {
      .footer__smallmenu li:after {
        margin: 0 5px; } }
  .footer__smallmenu li:last-child:after {
    content: none; }

.footer__smallmenu a {
  font-size: 14px;
  white-space: nowrap; }
  .footer__smallmenu a:hover {
    text-decoration: underline; }

.footer__copy {
  font-size: 14px; }
  @media (max-width: 767px) {
    .footer__copy {
      display: none; } }

.footer__lower {
  background-color: #eefbfb;
  position: relative; }
  .footer__lower:before {
    background: #000;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0; }

.footer__lower__title {
  font-size: 14px;
  padding: 20px 0;
  position: relative; }
  @media (max-width: 1024px) {
    .footer__lower__title {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .footer__lower__title {
      padding: 10px 0; } }
  .footer__lower__title a:hover {
    text-decoration: underline; }
  .footer__lower__title .arrow {
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .footer__lower__title .arrow svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .footer__lower__title .arrow path {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .footer__lower__title .arrow:hover {
      border-color: #ff604e; }
      .footer__lower__title .arrow:hover path {
        fill: #ff604e; }

.footer__lower__text {
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  font-size: 14px;
  line-height: 18px; }
  .footer__lower__text > div {
    padding: 0 0 25px 0; }
  .footer__lower__text a {
    text-decoration: underline; }

.footer__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  @media (max-width: 512px) {
    .footer__country {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .footer__country .label {
    color: #ff604e;
    margin: 0 10px 0 0;
    display: block; }
  .footer__country .dropdown {
    display: inline-block;
    position: relative; }
  .footer__country select {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    padding: 0; }
    @media (max-width: 768px) {
      .footer__country select {
        font-size: 13px;
        line-height: 16px; } }
  .footer__country option {
    text-align: right; }

.gfield {
  margin: 0 0 15px 0; }

.gfield_label,
.screen-reader-text {
  display: none; }

.gform_ajax_spinner {
  display: none !important; }

.validation_error {
  display: none !important; }

.validation_message {
  display: none !important; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #ff604e !important; }

.gfield_error .gfield_checkbox li label:before {
  border: 1px solid #ff604e !important; }

.gfield .gfield_checkbox li {
  position: relative;
  padding: 15px 0; }
  .gfield .gfield_checkbox li input {
    display: none; }
  .gfield .gfield_checkbox li label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 0 20px;
    position: relative; }
    .gfield .gfield_checkbox li label a {
      text-decoration: underline; }
    .gfield .gfield_checkbox li label:before {
      background: transparent;
      border-radius: 50%;
      border: 1px solid #000;
      content: '';
      display: block;
      height: 10px;
      left: 0;
      position: absolute;
      top: 1px;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s;
      width: 10px; }
    .gfield .gfield_checkbox li label:after {
      background: #ff604e;
      border-radius: 50%;
      content: '';
      display: block;
      height: 6px;
      left: 2px;
      opacity: 0;
      position: absolute;
      top: 3px;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s;
      width: 6px; }
  .gfield .gfield_checkbox li input:checked + label:after {
    opacity: 1; }

input[type='text'],
input[type='email'],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%; }
  @media all and (max-width: 660px) {
    input[type='text'],
    input[type='email'],
    select,
    textarea {
      padding: 20px 0; } }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 0 25px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5; }
  @media (max-width: 1024px) {
    #header {
      height: 85px; } }
  @media (max-width: 768px) {
    #header {
      height: 70px;
      padding: 0 20px; } }
  @media (max-width: 660px) {
    #header {
      padding: 0 15px; } }

.header__logo {
  position: relative;
  z-index: 2; }
  .header__logo a {
    display: block; }
  @media (max-width: 1024px) {
    .header__logo img {
      height: 40px; } }

.header__burger {
  cursor: pointer;
  display: none;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 2; }
  @media (max-width: 1160px) {
    .header__burger {
      display: block; } }
  @media (max-width: 1160px) {
    .header__burger {
      left: auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative;
      top: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .header__burger span, .header__burger:before, .header__burger:after {
    background: #000;
    content: '';
    width: 20px;
    left: 50%;
    position: absolute;
    height: 1px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    top: 50%; }
  .header__burger span {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .header__burger:before {
    -webkit-transform: translateY(calc(-50% + 5px)) translateX(-50%);
        -ms-transform: translateY(calc(-50% + 5px)) translateX(-50%);
            transform: translateY(calc(-50% + 5px)) translateX(-50%); }
  .header__burger:after {
    -webkit-transform: translateY(calc(-50% - 5px)) translateX(-50%);
        -ms-transform: translateY(calc(-50% - 5px)) translateX(-50%);
            transform: translateY(calc(-50% - 5px)) translateX(-50%); }
  .header__burger.is-active span {
    opacity: 0; }
  .header__burger.is-active:before {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
            transform: translateY(-50%) translateX(-50%) rotate(45deg); }
  .header__burger.is-active:after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
            transform: translateY(-50%) translateX(-50%) rotate(-45deg); }

.header__menu {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media (max-width: 1160px) {
    .header__menu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #d1eff0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100vh;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      opacity: 0;
      position: fixed;
      right: 0;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: hidden; } }
  .header__menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1160px) {
      .header__menu > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .header__menu > ul > li {
      margin: 0 30px;
      position: relative;
      white-space: nowrap; }
      @media (max-width: 1160px) {
        .header__menu > ul > li {
          margin: 10px 0;
          text-align: center;
          width: 100%; } }
      .header__menu > ul > li.menu-item-has-children:after {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjguOTgsMS42NTYgNS4yMDMsNS42NTYgNS4yMDMsNS42NTYgDQoJMC45OCwxLjY1NiAiLz4NCjwvc3ZnPg0K) no-repeat center;
        bottom: -15px;
        content: '';
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 10px;
        height: 8px; }
        @media (max-width: 1160px) {
          .header__menu > ul > li.menu-item-has-children:after {
            content: none; } }
      @media (min-width: 1161px) {
        .header__menu > ul > li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible; } }
      @media (max-width: 1160px) {
        .header__menu > ul > li.menu-item-has-children > a:after {
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjguOTgsMS42NTYgNS4yMDMsNS42NTYgNS4yMDMsNS42NTYgDQoJMC45OCwxLjY1NiAiLz4NCjwvc3ZnPg0K) no-repeat center;
          top: 3px;
          content: '';
          position: absolute;
          width: 10px;
          height: 8px;
          right: -20px; } }
      .header__menu > ul > li > a {
        position: relative;
        z-index: 1; }
        @media (max-width: 660px) {
          .header__menu > ul > li > a {
            font-size: 17px;
            line-height: 21px; } }
      .header__menu > ul > li > ul {
        background: #e8fafa;
        border-radius: 40px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        left: 50%;
        opacity: 0;
        padding: 80px 35px 15px 35px;
        position: absolute;
        text-align: center;
        top: -20px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        visibility: hidden; }
        @media (max-width: 1160px) {
          .header__menu > ul > li > ul {
            display: none;
            background: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            left: auto;
            opacity: 1;
            padding: 10px 0 0 0;
            position: relative;
            right: auto;
            top: auto;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            visibility: visible;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        .header__menu > ul > li > ul li {
          white-space: nowrap; }
          .header__menu > ul > li > ul li.current-menu-item a {
            color: #ff6051; }
          .header__menu > ul > li > ul li a:hover {
            color: #ff6051; }
  @media (max-width: 1160px) {
    .header__menu.is-active {
      opacity: 1;
      visibility: visible; } }

.header__tools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1160px) {
    .header__tools {
      margin: 0 0 0 auto; } }
  .header__tools .button {
    background: #000;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    position: relative; }
    @media (max-width: 768px) {
      .header__tools .button {
        padding: 10px 20px; } }
    @media (max-width: 375px) {
      .header__tools .button {
        padding: 10px 10px; } }
    .header__tools .button:hover {
      background: #ff604e; }

.header__secondary {
  margin: 0 40px 0 0; }
  @media (max-width: 1360px) {
    .header__secondary {
      margin: 0 20px 0 0; } }
  @media (max-width: 1160px) {
    .header__secondary {
      display: none; } }
  .header__secondary a {
    color: #ff604e; }
    .header__secondary a:after {
      background: #ff604e; }

.header__languages {
  margin: 0 50px 0 0; }
  @media (max-width: 1360px) {
    .header__languages {
      margin: 0 20px 0 0; } }
  @media (max-width: 1160px) {
    .header__languages {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0;
      position: relative;
      z-index: 1; }
      .header__languages a {
        padding: 15px; } }

.only-mobile {
  display: none; }
  .only-mobile a {
    color: #ff604e; }
    .only-mobile a:after {
      background: #ff604e; }
  @media (max-width: 1160px) {
    .only-mobile {
      display: block; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

.slick-dots {
  bottom: -100px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 1024px) {
    .slick-dots {
      bottom: -60px; } }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 3px;
    padding: 0;
    position: relative;
    width: 11px; }
    .slick-dots li button {
      background: transparent;
      border-radius: 50%;
      border: 1px solid black;
      color: transparent;
      cursor: pointer;
      display: block;
      height: 11px;
      outline: none;
      padding: 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      width: 11px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button {
      background: black; }

#waitlist {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  #waitlist:before {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0; }

.waitlist__contents {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px; }
  @media all and (max-width: 660px) {
    .waitlist__contents {
      width: 340px; } }

.waitlist__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px; }

.waitlist__text {
  margin: 0 0 20px 0;
  text-align: center; }

.waitlist__more {
  font-family: 'SourceSerifPro-Regular';
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: none; }

.waitlist__form {
  position: relative; }
  .waitlist__form input[type='email'] {
    border-bottom: solid 1px #000;
    font-family: 'SourceSerifPro-Regular';
    font-size: 17px;
    line-height: 21px;
    padding: 0; }
  .waitlist__form input[type='submit'] {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 10px 30px 10px 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    margin: 20px 0 0 0;
    width: 100% !important; }
    @media (max-width: 768px) {
      .waitlist__form input[type='submit'] {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 768px) {
      .waitlist__form input[type='submit'] {
        padding: 5px 30px 5px 50px; } }
    @media (max-width: 660px) {
      .waitlist__form input[type='submit'] {
        padding: 10px 30px 10px 50px; } }
    .waitlist__form input[type='submit']:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 24px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
      @media (max-width: 768px) {
        .waitlist__form input[type='submit']:before {
          background-size: 20px;
          height: 18px;
          left: 5px;
          width: 18px; } }
      @media (max-width: 768px) {
        .waitlist__form input[type='submit']:before {
          left: 10px; } }
    .waitlist__form input[type='submit']:hover {
      background: #000; }
  .waitlist__form .gfield_checkbox li {
    padding: 5px 0 0 0; }
  .waitlist__form .gfield_checkbox li label {
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    cursor: initial; }
  .waitlist__form .gfield_checkbox li label:before,
  .waitlist__form .gfield_checkbox li label:after {
    content: none; }
  .waitlist__form .gform_confirmation_wrapper {
    padding: 15px 0;
    text-align: center; }

.waitlist__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 175px; }
  .waitlist__stores a {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center; }
    .waitlist__stores a:hover {
      opacity: 0.75; }
  .waitlist__stores img {
    height: auto;
    width: 100%; }

#message {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #message:before {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0; }

.message__contents {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #D0D5D5;
  padding: 72px 128px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.15);
  width: 700px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px); }
  @media (max-width: 700px) {
    .message__contents {
      padding: 48px 16px 16px 16px;
      width: calc(100% - 32px); } }

.message__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .message__close svg {
    -webkit-filter: invert(1);
            filter: invert(1); }

.message__text {
  margin: 0 0 20px 0;
  text-align: center; }

.message__more {
  font-family: 'SourceSerifPro-Regular';
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: none; }

.message__form .gform_title {
  color: #49A293;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.64px;
  margin: 0 0 32px 0; }
  @media (max-width: 1160px) {
    .message__form .gform_title {
      margin: 0 0 24px 0; } }

.message__form .gform_description {
  font-family: 'ApercuPro-Bold';
  color: #929999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin: 0 0 32px 0 !important;
  display: block; }
  @media (max-width: 1160px) {
    .message__form .gform_description {
      margin: 0 0 24px 0 !important; } }

.message__form .gfield {
  margin: 0 0 32px 0;
  position: relative; }
  @media (max-width: 1160px) {
    .message__form .gfield {
      margin: 0 0 24px 0; } }
  @media (max-width: 700px) {
    .message__form .gfield {
      margin: 0 0 16px 0; } }

.message__form .gfield_label {
  background: #fff;
  position: absolute;
  display: inline-block !important;
  color: #555858;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  z-index: 1;
  left: 20px;
  top: -15px;
  font-family: 'ApercuPro-Bold'; }

.message__form .gfield_required {
  display: none !important; }

.message__form input {
  background: #fff;
  border: 1px solid #929999;
  border-radius: 10px;
  color: #111212;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'ApercuPro-Bold'; }
  @media (max-width: 700px) {
    .message__form input {
      padding: 16px 20px; } }

.message__form textarea {
  background: #fff;
  border: 1px solid #929999;
  border-radius: 10px;
  color: #111212;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  height: 120px;
  font-family: 'ApercuPro-Bold';
  resize: none; }
  @media (max-width: 700px) {
    .message__form textarea {
      padding: 16px 20px; } }

.message__form .gform_footer {
  text-align: right; }

.message__form .gform_button {
  background: #49A293;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  padding: 16px 24px;
  font-family: 'ApercuPro-Bold';
  border: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .message__form .gform_button:hover {
    color: #fff;
    background: #09262B;
    border-color: #09262B; }

.message__form .gform_confirmation_message {
  text-align: center; }

.message__form .gform_submission_error {
  display: none !important; }

.message__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 175px; }
  .message__stores a {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center; }
    .message__stores a:hover {
      opacity: 0.75; }
  .message__stores img {
    height: auto;
    width: 100%; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

#popup {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  left: 50%;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  width: 550px;
  z-index: 5; }
  @media (max-width: 768px) {
    #popup {
      width: 400px; } }
  @media (max-width: 512px) {
    #popup {
      padding: 15px;
      width: calc(100% - 80px); } }
  #popup.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  #popup .image {
    margin: 0 0 20px 0; }
  #popup img {
    border-radius: 30px;
    width: 100%; }
  #popup .text {
    margin: 0 0 20px 0; }
  #popup .button a {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 10px 30px 10px 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap;
    min-width: 0; }
    @media (max-width: 768px) {
      #popup .button a {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 768px) {
      #popup .button a {
        padding: 5px 30px 5px 50px; } }
    @media (max-width: 660px) {
      #popup .button a {
        padding: 10px 30px 10px 50px; } }
    #popup .button a:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 24px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
      @media (max-width: 768px) {
        #popup .button a:before {
          background-size: 20px;
          height: 18px;
          left: 5px;
          width: 18px; } }
      @media (max-width: 768px) {
        #popup .button a:before {
          left: 10px; } }
    #popup .button a:hover {
      background: #000; }
  #popup .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer; }
    #popup .close:before {
      content: '';
      height: 1px;
      width: 30px;
      background: #000;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      position: absolute;
      top: 50%;
      left: 50%; }
    #popup .close:after {
      content: '';
      height: 1px;
      width: 30px;
      background: #000;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      position: absolute;
      top: 50%;
      left: 50%; }

.about__intro .blue {
  position: relative; }

.about__intro .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 525px;
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .about__intro .inner {
      height: auto;
      min-height: 430px; } }
  @media (max-width: 768px) {
    .about__intro .inner {
      height: auto;
      min-height: 325px; } }
  @media (max-width: 660px) {
    .about__intro .inner {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: calc(100vh - 70px - 15px);
      padding: 50px 8.33333% 0 8.33333%; } }

.about__intro .titles {
  max-width: 420px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .about__intro .titles {
      max-width: 260px; } }
  @media (max-width: 660px) {
    .about__intro .titles {
      max-width: none;
      text-align: center; } }

.about__intro .title {
  margin: 0 0 20px 0; }

.about__intro .button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .about__intro .button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .about__intro .button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .about__intro .button {
      padding: 10px 30px 10px 50px; } }
  .about__intro .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .about__intro .button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .about__intro .button:before {
        left: 10px; } }
  .about__intro .button:hover {
    background: #000; }
  @media (max-width: 660px) {
    .about__intro .button {
      bottom: 25px; } }

.about__intro .stores {
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 660px) {
    .about__intro .stores {
      bottom: 25px;
      text-align: center;
      width: calc(100% - 40px); } }
  .about__intro .stores a {
    margin: 0 2.5px; }

.about__intro .image {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 660px) {
    .about__intro .image {
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; } }

.about__texts .inner {
  padding: 85px 25% 200px 25%;
  text-align: center; }
  @media (max-width: 1024px) {
    .about__texts .inner {
      padding: 85px 16.66667% 150px 16.66667%; } }
  @media (max-width: 660px) {
    .about__texts .inner {
      padding: 50px 8.33333% 50px 8.33333%; } }
  @media (max-width: 512px) {
    .about__texts .inner {
      padding: 50px 0% 50px 0%; } }

.about__texts .h5 {
  font-family: 'SourceSerifPro-Regular'; }

.about__texts__titles {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 0 100px 0; }
  @media (max-width: 1024px) {
    .about__texts__titles {
      max-width: none;
      padding: 0 8.33333% 100px 8.33333%; } }
  @media (max-width: 660px) {
    .about__texts__titles {
      padding: 0 0 50px 0; } }
  @media (max-width: 768px) {
    .about__texts__titles .title {
      margin: 0 0 5px 0; } }

.about__story {
  padding: 0 0 180px 0; }
  @media (max-width: 1024px) {
    .about__story {
      padding: 0 0 100px 0; } }
  @media (max-width: 660px) {
    .about__story {
      padding: 0 0 85px 0; } }
  .about__story .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about__story .inner > div {
      width: 50%; }
      @media (max-width: 660px) {
        .about__story .inner > div {
          width: 100%; } }
      .about__story .inner > div:nth-child(1) {
        border-radius: 60px;
        overflow: hidden; }
        .about__story .inner > div:nth-child(1) img {
          width: 100%; }
      .about__story .inner > div:nth-child(2) {
        padding: 0 8.33333%; }
        @media (max-width: 660px) {
          .about__story .inner > div:nth-child(2) {
            padding: 40px 0 0 0; } }
  .about__story--right .inner > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 660px) {
      .about__story--right .inner > div:nth-child(1) {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }

.about__story__title {
  margin: 0 0 20px 0; }

.about__story__text li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0; }
  .about__story__text li:before {
    background-size: contain;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yNjIiIGhlaWdodD0iMTEuMzc0IiB2aWV3Qm94PSIwIDAgMTUuMjYyIDExLjM3NCI+PHBhdGggZmlsbD0iI0ZGNjA0QyIgZD0iTTQuOTMzIDExLjM3NGMtLjEyOSAwLS4yNDctLjAyNC0uMzQ3LS4wNTlhMS4xMDUgMS4xMDUgMCAwIDEtLjQzNC0uMjg0TC4zNDMgNy4yMkExLjEyMiAxLjEyMiAwIDAgMSAwIDYuNDI3Yy4wMDItLjI3My4xMTUtLjUzNC4zMTktLjczMi40MjMtLjQxMSAxLjA3MS0uMzkxIDEuNTA4LjA0NSAxLjAzNyAxLjAzNiAyLjA3NCAyLjA3IDMuMTA3IDMuMTFMMTMuMzk5LjM4MWMuNDc3LS40NzYuOTM2LS40MTkgMS4yMzgtLjI4OC4zNTQuMTU1LjQ5OC40NTcuNTc2LjYybC4wNDkuMjE0LS4wMzcuNDM3Yy0uMTA1LjI2NS0uMjg1LjQ0Mi0uNDI5LjU4Ni0zLjAyIDMuMDE4LTYuMDM2IDYuMDM0LTkuMDQ5IDkuMDUyLS4yODQuMjgzLS41NjkuMzcyLS44MTQuMzcyek0xLjA0MiA2LjM5OWEuMDMuMDMgMCAwIDAtLjAyNC4wMTFsLjAzNC4xMDMgMy44MDggMy44MTJjLjA3NS4wNDkuMTA4LjA0Mi4xODEtLjAzIDMuMDE0LTMuMDE4IDYuMDMtNi4wMzMgOS4wNDYtOS4wNDkuMDcyLS4wNzEuMTM1LS4xMzQuMTc2LS4xOTF2LS4wMDljLS4wMTMtLjAyMS0uMDIxLS4wMzUtLjAyOS0uMDQxLS4wMTQtLjAwNy0uMDUxLjAwNi0uMTI4LjA4MmwtOC43MSA4LjcxNmEuNjQ2LjY0NiAwIDAgMS0uNDYxLjIxNGMtLjI1LS4wMDEtLjQwNy0uMTU5LS40NTktLjIxMUMzLjM2IDguNjgzIDIuMjQgNy41NjUgMS4xMjEgNi40NDdjLS4wMzgtLjAzOC0uMDYzLS4wNDgtLjA3OS0uMDQ4eiIvPjwvc3ZnPg==) no-repeat center;
    content: '';
    left: 0;
    position: absolute;
    top: 6px;
    width: 16px;
    height: 12px; }
  .about__story__text li span {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    display: block;
    font-family: 'SourceSerifPro-Regular'; }
    @media (max-width: 768px) {
      .about__story__text li span {
        font-size: 13px;
        line-height: 16px; } }

.article__titles {
  text-align: center;
  padding: 85px 0;
  margin: 0 8.33333%;
  position: relative; }
  @media (max-width: 1024px) {
    .article__titles {
      padding: 85px 0 60px 0; } }
  @media (max-width: 768px) {
    .article__titles {
      padding: 40px 0 40px 0; } }
  @media (max-width: 660px) {
    .article__titles {
      margin: 0 15px; } }
  .article__titles .inner {
    margin: 0 auto;
    max-width: 620px; }
    @media (max-width: 1024px) {
      .article__titles .inner {
        max-width: none;
        padding: 0 16.66667%; } }
    @media (max-width: 660px) {
      .article__titles .inner {
        padding: 0 15px; } }

.article__title {
  margin: 0 0 30px 0; }
  @media (max-width: 1024px) {
    .article__title {
      margin: 0 0 15px 0; } }

.article__date {
  color: #ff604e; }

.article__social {
  bottom: 85px;
  left: 50px;
  position: absolute;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px); }
  @media (max-width: 1024px) {
    .article__social {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 15px 0 0 0; } }
  .article__social a {
    height: 40px;
    width: 40px; }
    @media (max-width: 1024px) {
      .article__social a {
        height: 30px;
        width: 30px; } }

.article__image {
  border-radius: 60px;
  overflow: hidden;
  margin: 0 8.33333%; }
  @media (max-width: 1024px) {
    .article__image {
      border-radius: 40px; } }
  @media (max-width: 768px) {
    .article__image {
      border-radius: 30px; } }
  @media (max-width: 660px) {
    .article__image {
      margin: 0 15px; } }
  .article__image img {
    width: 100%; }

.article__content {
  padding: 120px 20%; }
  @media (max-width: 1024px) {
    .article__content {
      padding: 85px 20%; } }
  @media (max-width: 768px) {
    .article__content {
      padding: 85px 10%;
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 660px) {
    .article__content {
      padding: 75px 15px; } }
  .article__content ol {
    padding: 0 0 0 1em; }
  .article__content a {
    color: #ff604e; }
    .article__content a:hover {
      opacity: 0.5; }

.article__related .blue {
  padding: 0 0 25px 0; }
  @media (max-width: 1024px) {
    .article__related .blue {
      padding: 0 0 20px 0; } }
  @media (max-width: 768px) {
    .article__related .blue {
      padding: 0 0 15px 0; } }

.article__pagination {
  position: relative; }
  .article__pagination .back {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .article__pagination .prev a {
    margin: 0 0 0 25px; }
    .article__pagination .prev a:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xMi42Miw4LjkwNmwtMi4xNTgsMi4xOTJoNi40NTlWMTIuOWgtNi40NTlsMi4xNTgsMi4xOTJsLTEuMjA3LDEuMjQxbC00LjMzNC00LjMzNWw0LjMzNC00LjMzM0wxMi42Miw4LjkwNnoiLz4NCjwvc3ZnPg0K) no-repeat center;
      content: '';
      height: 24px;
      left: -24px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
  .article__pagination .next a {
    margin: 0 25px 0 0; }
    .article__pagination .next a:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xMi41ODcsNy42NjZsNC4zMzQsNC4zMzNsLTQuMzM0LDQuMzM1bC0xLjIwNy0xLjI0MWwyLjE1OC0yLjE5Mkg3LjA3OXYtMS44MDJoNi40NTlMMTEuMzgsOC45MDZMMTIuNTg3LDcuNjY2eiIvPg0KPC9zdmc+DQo=) no-repeat center;
      content: '';
      height: 24px;
      right: -24px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }

.related__title {
  padding: 175px 8.33333% 45px 8.33333%; }
  @media (max-width: 1024px) {
    .related__title {
      padding: 100px 8.33333% 40px 8.33333%; } }
  @media (max-width: 660px) {
    .related__title {
      padding: 85px 15px 40px 15px; } }

.related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8.33333% 85px 8.33333%; }
  @media (max-width: 1024px) {
    .related__list {
      padding: 0 8.33333% 0 8.33333%; } }
  @media (max-width: 660px) {
    .related__list {
      padding: 0 15px; } }
  .related__list .tease {
    width: calc(33.33333% - 12.5px); }
    @media (max-width: 1024px) {
      .related__list .tease {
        width: calc(33.33333% - 7.5px); } }
    @media (max-width: 768px) {
      .related__list .tease {
        width: calc(50% - 7.5px); }
        .related__list .tease:nth-child(3) {
          display: none; } }
    @media (max-width: 768px) {
      .related__list .tease {
        width: 100%; } }

.tag-all a,
.term-all {
  background: #423746 !important;
  border: 1px solid #423746 !important;
  color: #fff; }

.tag-parents a,
.term-parents-el,
.term-parents {
  background: #5dbaaa !important;
  border: 1px solid #5dbaaa !important;
  color: #fff; }

.tag-teens a,
.term-teens-el,
.term-teens {
  background: #f16051 !important;
  border: 1px solid #f16051 !important;
  color: #fff; }

.term-nea,
.term-blog {
  background: #f79e1e !important;
  border: 1px solid #f79e1e !important; }

.page-blog .blue {
  padding: 0 0 25px 0; }
  @media (max-width: 1024px) {
    .page-blog .blue {
      padding: 0 0 20px 0; } }
  @media (max-width: 768px) {
    .page-blog .blue {
      padding: 0 0 15px 0; } }

.blog__menu {
  padding: 50px 0 0 0; }
  @media (max-width: 660px) {
    .blog__menu {
      padding: 15px 0 0 0; } }
  .blog__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 660px) {
      .blog__menu ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 660px) {
      .blog__menu ul.top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 12.5px; } }
    .blog__menu ul.top li {
      margin: 0 5px; }
      @media (max-width: 660px) {
        .blog__menu ul.top li {
          margin: 0 2.5px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .blog__menu ul.top li.current-post-ancestor a, .blog__menu ul.top li.current-menu-ancestor a, .blog__menu ul.top li.current-menu-item a {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        background: #ff604c;
        color: #fff; }
    .blog__menu ul.top a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border-radius: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 100px;
      padding: 0 25px; }
    .blog__menu ul.bottom {
      margin: 20px 0 0 0; }
      @media (max-width: 660px) {
        .blog__menu ul.bottom {
          margin: 20px 15px 0 15px; } }
      .blog__menu ul.bottom li {
        margin: 0 2px; }
        @media (max-width: 660px) {
          .blog__menu ul.bottom li {
            margin: 0 5px 10px 5px;
            width: calc(50% - 10px); } }
        @media (max-width: 768px) {
          .blog__menu ul.bottom li:first-child {
            display: none; } }
        .blog__menu ul.bottom li.current-post-ancestor a, .blog__menu ul.bottom li.current-menu-item a {
          background: #000;
          color: #fff; }
      .blog__menu ul.bottom span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        margin: 0 10px 0 0; }
      .blog__menu ul.bottom a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #000;
        border-radius: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        padding: 0 20px;
        white-space: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .blog__menu ul.bottom a.is-parent {
          background: #ff604c;
          border: 1px solid #ff604c;
          color: #fff; }
        .blog__menu ul.bottom a:hover {
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

.blog__titles {
  margin: 0 auto;
  max-width: 41.66667%;
  padding: 85px 0 50px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .blog__titles {
      max-width: 50%;
      padding: 40px 0 40px 0; } }
  @media (max-width: 660px) {
    .blog__titles {
      max-width: 320px; } }

.blog__title {
  margin: 0 0 10px 0; }

.blog__partners {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0 0; }
  .blog__partners span {
    display: inline-block;
    margin: 0 15px 0 0; }

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8.33333%; }
  @media (max-width: 660px) {
    .blog__list {
      padding: 0 15px; } }
  .blog__list .tease {
    width: calc(33.33333% - 10px); }
    @media (max-width: 1024px) {
      .blog__list .tease {
        width: calc(33.33333% - 10px); } }
    @media (max-width: 768px) {
      .blog__list .tease {
        width: calc(50% - 7.5px); } }
    @media (max-width: 660px) {
      .blog__list .tease {
        width: 100%; } }
    .blog__list .tease:nth-child(1), .blog__list .tease:nth-child(2) {
      width: calc(50% - 12.5px); }
      @media (max-width: 1024px) {
        .blog__list .tease:nth-child(1), .blog__list .tease:nth-child(2) {
          width: calc(50% - 7.5px); } }
      @media (max-width: 660px) {
        .blog__list .tease:nth-child(1), .blog__list .tease:nth-child(2) {
          width: 100%; } }
      .blog__list .tease:nth-child(1) .tease__title h2, .blog__list .tease:nth-child(2) .tease__title h2 {
        font-family: 'ApercuPro-Bold';
        font-size: 30px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .blog__list .tease:nth-child(1) .tease__title h2, .blog__list .tease:nth-child(2) .tease__title h2 {
            font-size: 25px;
            line-height: 25px; } }
        @media (max-width: 768px) {
          .blog__list .tease:nth-child(1) .tease__title h2, .blog__list .tease:nth-child(2) .tease__title h2 {
            font-family: 'SourceSerifPro-Regular';
            font-size: 21px;
            line-height: 25px; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .blog__list .tease:nth-child(1) .tease__title h2, .blog__list .tease:nth-child(2) .tease__title h2 {
      font-size: 17px;
      line-height: 21px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .blog__list .tease:nth-child(1) .tease__title h2, .blog__list .tease:nth-child(2) .tease__title h2 {
      font-size: 13px;
      line-height: 17px; } }

.blog__banner {
  position: relative;
  width: calc(33.33333% - 10px); }
  @media (max-width: 768px) {
    .blog__banner {
      width: calc(50% - 7.5px); } }
  @media (max-width: 660px) {
    .blog__banner {
      margin: 0 0 40px 0;
      width: 100%; } }
  .blog__banner .background img {
    left: 25px;
    max-width: none;
    position: absolute;
    top: -50px;
    width: 150%; }
    @media (max-width: 768px) {
      .blog__banner .background img {
        left: 50px;
        top: 0;
        width: 125%; } }
    @media (max-width: 660px) {
      .blog__banner .background img {
        position: static; } }
  .blog__banner .badge {
    display: inline-block;
    left: 35px;
    position: absolute;
    top: 35px;
    z-index: 1; }
    @media (max-width: 768px) {
      .blog__banner .badge {
        left: 120px;
        top: 110px;
        width: 80px; } }
    @media (max-width: 660px) {
      .blog__banner .badge {
        left: 50%;
        top: 70%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: auto; } }

.blog__pagination {
  cursor: pointer; }
  .blog__pagination .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blog__pagination .inner div {
      position: relative; }
      .blog__pagination .inner div:after {
        background: #000;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        will-change: transform; }
      .blog__pagination .inner div:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  .blog__pagination a {
    display: none; }

.tease--post {
  margin: 0 0 75px 0; }
  @media (max-width: 768px) {
    .tease--post {
      margin: 0 0 40px 0; } }
  .tease--post .tease__image {
    border-radius: 50px;
    overflow: hidden;
    margin: 0 0 20px 0;
    will-change: transform; }
    @media (max-width: 1024px) {
      .tease--post .tease__image {
        border-radius: 25px;
        margin: 0 0 10px 0; } }
    .tease--post .tease__image a {
      display: block; }
    .tease--post .tease__image img {
      -webkit-transition: -webkit-transform 1.5s;
      transition: -webkit-transform 1.5s;
      -o-transition: transform 1.5s;
      transition: transform 1.5s;
      transition: transform 1.5s, -webkit-transform 1.5s;
      will-change: transform; }
  .tease--post .tease__date {
    color: #ff604e; }
  .tease--post .tease__title {
    margin: 10px 0;
    padding: 0 85px 0 0; }
    @media (max-width: 1024px) {
      .tease--post .tease__title {
        padding: 0; } }
    .tease--post .tease__title h2 {
      font-family: 'SourceSerifPro-Regular';
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 1024px) {
        .tease--post .tease__title h2 {
          font-size: 17px;
          line-height: 21px; } }
      @media (max-width: 768px) {
        .tease--post .tease__title h2 {
          font-size: 13px;
          line-height: 17px; } }
  .tease--post .tease__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tease--post .tease__category a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #000;
      border-radius: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 24px;
      margin: 0 10px 10px 0;
      padding: 0 20px;
      white-space: nowrap; }
      .tease--post .tease__category a.is-parent {
        background: #ff604c;
        border: 1px solid #ff604c;
        color: #fff; }
      .tease--post .tease__category a:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .tease--post:hover .tease__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.category-blog .blog__menu {
  display: none !important; }

.page-pricing .about__story .inner > div:nth-child(2) {
  padding: 0 0 0 8.33333%; }
  @media (max-width: 660px) {
    .page-pricing .about__story .inner > div:nth-child(2) {
      padding: 40px 0 0 0; } }

.pricing__intro .blue {
  position: relative; }

.pricing__intro .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 525px;
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .pricing__intro .inner {
      height: auto;
      min-height: 430px; } }
  @media (max-width: 768px) {
    .pricing__intro .inner {
      height: auto;
      min-height: 325px; } }
  @media (max-width: 660px) {
    .pricing__intro .inner {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: calc(100vh - 70px - 15px);
      padding: 50px 8.33333% 0 8.33333%; } }

.pricing__intro .titles {
  max-width: 420px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .pricing__intro .titles {
      max-width: 260px; } }
  @media (max-width: 660px) {
    .pricing__intro .titles {
      max-width: none;
      text-align: center; } }

.pricing__intro .title {
  margin: 0 0 20px 0; }

.pricing__intro .button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .pricing__intro .button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .pricing__intro .button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .pricing__intro .button {
      padding: 10px 30px 10px 50px; } }
  .pricing__intro .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .pricing__intro .button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .pricing__intro .button:before {
        left: 10px; } }
  .pricing__intro .button:hover {
    background: #000; }
  @media (max-width: 660px) {
    .pricing__intro .button {
      bottom: 25px; } }

.pricing__intro .stores {
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 660px) {
    .pricing__intro .stores {
      bottom: 25px;
      text-align: center;
      width: calc(100% - 40px); } }
  .pricing__intro .stores a {
    margin: 0 2.5px; }

.pricing__intro .image {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 660px) {
    .pricing__intro .image {
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; } }

.pricing__prices .blue {
  background-color: #eefbfb; }

.pricing__prices .title {
  margin: 0 0 45px 0;
  text-align: center; }

.pricing__prices .prices {
  padding: 75px 25% 100px 25%; }
  @media (max-width: 1024px) {
    .pricing__prices .prices {
      padding: 75px 16.66667% 100px 16.66667%; } }
  @media (max-width: 768px) {
    .pricing__prices .prices {
      padding: 30px 8.33333% 30px 8.33333%; } }

.pricing__prices .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 65px; }
  .pricing__prices .item:last-child {
    border-bottom: none; }
  .pricing__prices .item span:nth-child(1) {
    padding: 0 20px 0 0;
    width: 80%; }
  .pricing__prices .item span:nth-child(2) {
    font-family: 'ApercuPro-Bold';
    white-space: nowrap;
    width: 20%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right; }
  .pricing__prices .item a {
    border-radius: 30px;
    border: 1px solid black;
    display: inline-block;
    min-width: 90px;
    padding: 5px 15px;
    text-align: center; }
    @media (max-width: 512px) {
      .pricing__prices .item a {
        display: none; } }
    .pricing__prices .item a:hover {
      background: #000;
      color: #fff; }

.pricing__texts_1 {
  padding: 85px 0 200px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .pricing__texts_1 {
      padding: 85px 0 150px 0; } }
  @media (max-width: 768px) {
    .pricing__texts_1 {
      padding: 85px 0; } }
  .pricing__texts_1 .inner {
    margin: 0 auto;
    max-width: 640px; }
  @media (max-width: 768px) {
    .pricing__texts_1 .title {
      margin: 0 0 5px 0; } }
  .pricing__texts_1 strong {
    color: #ff604e; }

.pricing__texts_2 {
  padding: 0 0 200px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .pricing__texts_2 {
      padding: 0 0 150px 0; } }
  @media (max-width: 768px) {
    .pricing__texts_2 {
      padding: 0 0 85px 0; } }
  .pricing__texts_2 .inner {
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .pricing__texts_2 .inner {
        padding: 0 16.66667%; } }
    @media (max-width: 660px) {
      .pricing__texts_2 .inner {
        padding: 0; } }
  .pricing__texts_2 .title {
    margin: 0 0 20px 0; }

.pricing__download {
  padding: 35px 0 150px 0; }
  @media (max-width: 1024px) {
    .pricing__download {
      padding: 20px 0 150px 0; } }
  @media (max-width: 768px) {
    .pricing__download {
      padding: 15px 0 85px 0; } }
  .pricing__download .button {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 40px;
    color: #fff;
    display: block;
    margin: 0 25%;
    padding: 25px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s; }
    @media (max-width: 768px) {
      .pricing__download .button {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 1024px) {
      .pricing__download .button {
        padding: 20px; } }
    @media (max-width: 960px) {
      .pricing__download .button {
        margin: 0 20%;
        padding: 20px; } }
    @media (max-width: 768px) {
      .pricing__download .button {
        padding: 15px; } }
    @media (max-width: 600px) {
      .pricing__download .button {
        margin: 0 15px;
        padding: 15px; } }
    .pricing__download .button:after {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMzM0IDEyLjU4N2wtNC4zMzMgNC4zMzQtNC4zMzUtNC4zMzQgMS4yNDEtMS4yMDcgMi4xOTIgMi4xNThWNy4wNzloMS44MDJ2Ni40NTlsMi4xOTItMi4xNTggMS4yNDEgMS4yMDd6Ii8+PC9zdmc+Cg==) no-repeat center;
      background-size: contain;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 47px;
      right: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 47px; }
      @media (max-width: 1024px) {
        .pricing__download .button:after {
          right: 10px; } }
      @media (max-width: 768px) {
        .pricing__download .button:after {
          height: 30px;
          width: 30px; } }
    .pricing__download .button:hover {
      background: #000; }
  .pricing__download .terms {
    font-family: 'SourceSerifPro-Regular';
    margin: 35px 0 0 0;
    text-align: center; }
    @media (max-width: 660px) {
      .pricing__download .terms {
        padding: 0 16.66667%; } }
    .pricing__download .terms a {
      text-decoration: underline; }

.pblue {
  color: #1B0E3D; }

.pricing-section1 {
  padding: 85px 0 100px 0; }
  @media (max-width: 768px) {
    .pricing-section1 {
      padding: 65px 0; } }
  .pricing-section1 > .smalltitle {
    margin: 0 0 10px 0; }
    @media (max-width: 768px) {
      .pricing-section1 > .smalltitle {
        margin: 0 0 5px 0; } }
  .pricing-section1 > .title {
    margin: 0 0 50px 0; }
  .pricing-section1 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .pricing-section1 .items {
        margin: 0 -10px; } }
  .pricing-section1 .item {
    width: 33.33333%;
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .pricing-section1 .item {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .pricing-section1 .item {
        margin: 0 0 20px 0;
        width: 50%; } }
    @media (max-width: 660px) {
      .pricing-section1 .item {
        width: 100%;
        margin: 0 0 30px 0; } }
    .pricing-section1 .item .inner {
      background: #E9F7F7;
      border-radius: 24px;
      padding: 40px 20px 20px 20px;
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .pricing-section1 .item .bottom {
      margin: auto 0 0 0; }
    .pricing-section1 .item .popular {
      position: absolute;
      padding: 10px 30px;
      border-bottom-left-radius: 12px;
      border-top-right-radius: 12px;
      top: 0;
      right: 0;
      color: #fff;
      background: #F99F1B;
      font-family: 'ApercuPro-Bold';
      font-size: 14px;
      font-style: normal;
      line-height: normal; }
    .pricing-section1 .item .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 0 10px 0; }
      .pricing-section1 .item .title span {
        display: inline-block; }
        .pricing-section1 .item .title span:nth-child(1) {
          font-family: 'ApercuPro-Bold';
          font-size: 24px;
          line-height: 30px; }
        .pricing-section1 .item .title span:nth-child(2) {
          font-size: 20px;
          line-height: 27px;
          color: #828282;
          margin: 0 0 0 5px; }
    .pricing-section1 .item .text {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 20px 0; }
    .pricing-section1 .item .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .pricing-section1 .item .price span {
        display: inline-block; }
        .pricing-section1 .item .price span:nth-child(1) {
          font-family: 'ApercuPro-Bold';
          font-size: 30px;
          line-height: 30px; }
        .pricing-section1 .item .price span:nth-child(2) {
          font-size: 15px;
          line-height: 21px;
          color: #828282;
          margin: 0 0 0 5px; }
    .pricing-section1 .item .trial {
      color: #60B8AA;
      font-size: 13px;
      font-family: 'ApercuPro-Bold';
      line-height: 20px; }
    .pricing-section1 .item .btitle {
      font-family: 'ApercuPro-Bold';
      font-size: 13px;
      line-height: 20px;
      position: relative;
      padding: 30px 0 10px 0; }
      .pricing-section1 .item .btitle:before {
        content: '';
        height: 1px;
        position: absolute;
        top: 15px;
        left: -20px;
        right: -20px;
        background: #e6e6e6; }
    .pricing-section1 .item .benefit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 5px 0; }
      .pricing-section1 .item .benefit span {
        display: block; }
        .pricing-section1 .item .benefit span:nth-child(1) {
          margin: 0 10px 0 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .pricing-section1 .item .benefit.inactive {
        opacity: 0.5; }
    .pricing-section1 .item .button {
      margin: 40px 0 0 0; }
      .pricing-section1 .item .button a {
        background: #FF604E;
        color: #fff;
        border-radius: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 40px;
        font-family: 'ApercuPro-Bold';
        font-size: 20px;
        line-height: 1; }
        @media (max-width: 768px) {
          .pricing-section1 .item .button a {
            font-size: 15px; } }
        .pricing-section1 .item .button a:hover {
          background: #000; }
    .pricing-section1 .item:nth-child(3) .inner {
      background: #F5F9F9; }
    .pricing-section1 .item:nth-child(3) .price span:nth-child(1) {
      color: #FF604E; }

.pricing-section2 {
  padding: 0 0 100px 0; }
  .pricing-section2 > .smalltitle {
    margin: 0 0 10px 0; }
    @media (max-width: 768px) {
      .pricing-section2 > .smalltitle {
        margin: 0 0 5px 0; } }
  .pricing-section2 > .title {
    margin: 0 0 50px 0; }
  .pricing-section2 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .pricing-section2 .items {
        margin: 0 -10px; } }
  .pricing-section2 .item {
    width: 25%;
    padding: 0 20px;
    margin: 0 0 40px 0; }
    @media (max-width: 1024px) {
      .pricing-section2 .item {
        padding: 0 10px;
        margin: 0 0 20px 0; } }
    @media (max-width: 1024px) {
      .pricing-section2 .item {
        width: 33.33333%; } }
    @media (max-width: 768px) {
      .pricing-section2 .item {
        width: 50%; } }
    @media (max-width: 660px) {
      .pricing-section2 .item {
        width: 100%; } }
    .pricing-section2 .item .inner {
      overflow: hidden; }
    .pricing-section2 .item .top {
      border-top-right-radius: 24px;
      border-top-left-radius: 24px;
      background: #e9f7f7; }
    .pricing-section2 .item .bottom {
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px;
      background: #D1EFF0;
      padding: 30px 20px; }
      .pricing-section2 .item .bottom .title {
        margin: 0 0 10px 0;
        font-family: 'ApercuPro-Bold';
        font-size: 18px;
        line-height: 24px; }
      .pricing-section2 .item .bottom .text {
        font-size: 16px;
        line-height: 24px; }
  .pricing-section2 .button {
    margin: 10px 0 0 0; }
    @media (max-width: 1024px) {
      .pricing-section2 .button {
        margin: 30px 0 0 0; } }
    .pricing-section2 .button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .pricing-section2 .button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .pricing-section2 .button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .pricing-section2 .button a {
          padding: 10px 30px 10px 50px; } }
      .pricing-section2 .button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .pricing-section2 .button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .pricing-section2 .button a:before {
            left: 10px; } }
      .pricing-section2 .button a:hover {
        background: #000; }

.pricing-section3 {
  background: #e9f7f7;
  border-radius: 60px;
  padding: 60px 40px; }
  @media (max-width: 1024px) {
    .pricing-section3 {
      padding: 60px 20px; } }
  .pricing-section3 > .smalltitle {
    margin: 0 0 10px 0; }
    @media (max-width: 768px) {
      .pricing-section3 > .smalltitle {
        margin: 0 0 5px 0; } }
  .pricing-section3 > .title {
    margin: 0 0 50px 0; }
  .pricing-section3 .items {
    margin: 0 -20px; }
    @media (max-width: 1024px) {
      .pricing-section3 .items {
        margin: 0 -10px; } }
  .pricing-section3 .item {
    padding: 0 20px;
    height: 100%; }
    @media (max-width: 1024px) {
      .pricing-section3 .item {
        padding: 0 10px; } }
    .pricing-section3 .item .inner {
      background: #D1EFF0;
      border-radius: 30px;
      padding: 44px 30px 30px 30px;
      height: 100%; }
    .pricing-section3 .item .title {
      margin: 0 0 10px 0;
      font-family: 'ApercuPro-Bold';
      font-size: 18px;
      line-height: 24px; }
    .pricing-section3 .item .text {
      font-size: 16px;
      line-height: 24px; }
  .pricing-section3 .button {
    margin: 50px 0 0 0; }
    .pricing-section3 .button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .pricing-section3 .button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .pricing-section3 .button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .pricing-section3 .button a {
          padding: 10px 30px 10px 50px; } }
      .pricing-section3 .button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .pricing-section3 .button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .pricing-section3 .button a:before {
            left: 10px; } }
      .pricing-section3 .button a:hover {
        background: #000; }
  .pricing-section3 .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .pricing-section3 .slick-slide {
    height: inherit !important; }
    .pricing-section3 .slick-slide > div {
      height: 100%; }

.page-terms .title {
  padding: 85px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .page-terms .title {
      padding: 65px 0; } }

.page-terms .tabs,
.page-terms .text {
  padding: 0 25% 150px 25%; }
  @media (max-width: 1024px) {
    .page-terms .tabs,
    .page-terms .text {
      padding: 0 16.66667% 150px 16.66667%; } }
  @media (max-width: 768px) {
    .page-terms .tabs,
    .page-terms .text {
      padding: 0 8.33333% 50px 8.33333%; } }
  @media (max-width: 767px) {
    .page-terms .tabs,
    .page-terms .text {
      padding: 0 0 50px 0; } }

.page-terms .text a {
  text-decoration: none; }
  .page-terms .text a:hover {
    text-decoration: underline; }

.page-terms .tab {
  border-bottom: 1px solid #000; }
  .page-terms .tab.is-active .tab__title {
    color: #ff604e; }
    .page-terms .tab.is-active .tab__title span:nth-child(2):before, .page-terms .tab.is-active .tab__title span:nth-child(2):after {
      background: #ff604e; }
    .page-terms .tab.is-active .tab__title span:nth-child(2):after {
      -webkit-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0); }

.page-terms .tab__title {
  cursor: pointer;
  padding: 20px 0;
  position: relative; }
  .page-terms .tab__title span:nth-child(2):before, .page-terms .tab__title span:nth-child(2):after {
    background: #000;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-terms .tab__title span:nth-child(2):after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }

.page-terms .tab__texts {
  display: none; }
  .page-terms .tab__texts > div {
    padding: 0 0 20px 0; }
  .page-terms .tab__texts ul {
    list-style: disc;
    list-style-position: inside; }

.page-terms .text {
  font-size: 17px; }
  @media (max-width: 768px) {
    .page-terms .text {
      font-size: 13px; } }
  .page-terms .text p {
    margin: 0 0 15px 0; }
  .page-terms .text li {
    margin: 0 0 15px 0; }

.note {
  padding: 50px 0 0; }
  .note ul {
    list-style: circle;
    list-style-position: inside; }

.features__intro .blue {
  position: relative; }

.features__intro .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 525px;
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .features__intro .inner {
      height: auto;
      min-height: 430px; } }
  @media (max-width: 768px) {
    .features__intro .inner {
      height: auto;
      min-height: 325px; } }
  @media (max-width: 660px) {
    .features__intro .inner {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: calc(100vh - 70px - 15px);
      padding: 50px 8.33333% 0 8.33333%; } }

.features__intro .titles {
  max-width: 420px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .features__intro .titles {
      max-width: 260px; } }
  @media (max-width: 660px) {
    .features__intro .titles {
      max-width: none;
      text-align: center; } }

.features__intro .title {
  margin: 0 0 20px 0; }

.features__intro .button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .features__intro .button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .features__intro .button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .features__intro .button {
      padding: 10px 30px 10px 50px; } }
  .features__intro .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .features__intro .button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .features__intro .button:before {
        left: 10px; } }
  .features__intro .button:hover {
    background: #000; }
  @media (max-width: 660px) {
    .features__intro .button {
      bottom: 25px; } }

.features__intro .stores {
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 660px) {
    .features__intro .stores {
      bottom: 25px;
      text-align: center;
      width: calc(100% - 40px); } }
  .features__intro .stores a {
    margin: 0 2.5px; }

.features__intro .image {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 660px) {
    .features__intro .image {
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; } }

.features__content {
  padding: 85px 0 100px 0;
  text-align: center; }
  @media (max-width: 660px) {
    .features__content {
      padding: 85px 0 85px 0; } }
  .features__content .inner {
    margin: 0 auto;
    max-width: 640px; }
  @media (max-width: 768px) {
    .features__content .title {
      margin: 0 0 5px 0; } }
  .features__content .text p:first-child {
    font-family: 'ApercuPro-Bold';
    font-size: 30px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .features__content .text p:first-child {
        font-size: 25px;
        line-height: 25px; } }
  .features__content strong {
    color: #ff604e; }

.features__features .features.features--reverse .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.features__features .features.features--reverse .texts {
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .features__features .features.features--reverse .texts {
      padding: 0 0 0 8.33333%; } }
  @media (max-width: 660px) {
    .features__features .features.features--reverse .texts {
      padding: 0; } }

.features__features .features .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  padding: 50px 0 0 0; }
  @media (max-width: 768px) {
    .features__features .features .inner {
      min-height: 0; } }

.features__features .features .titles {
  text-align: center;
  margin: 0 0 85px 0; }
  @media (max-width: 768px) {
    .features__features .features .titles {
      margin: 0 0 40px 0; } }

.features__features .features .title {
  margin: 0 0 20px 0; }

.features__features .features .text {
  font-family: 'SourceSerifPro-Regular'; }

.features__features .features .image {
  position: relative;
  width: 50%; }
  @media (max-width: 768px) {
    .features__features .features .image {
      width: 40%; } }
  @media (max-width: 660px) {
    .features__features .features .image {
      margin: 0 0 40px 0;
      width: 100%;
      -webkit-box-ordinal-group: 6 !important;
          -ms-flex-order: 5 !important;
              order: 5 !important; } }

.features__features .features .texts {
  padding: 0 16.66667% 0 0;
  width: 50%; }
  @media (max-width: 1024px) {
    .features__features .features .texts {
      padding: 0 8.33333% 0 0; } }
  @media (max-width: 768px) {
    .features__features .features .texts {
      width: 60%; } }
  @media (max-width: 660px) {
    .features__features .features .texts {
      padding: 0;
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.features__features .bullet:hover, .features__features .bullet.is-active {
  opacity: 1; }
  .features__features .bullet:hover .bullet__text, .features__features .bullet.is-active .bullet__text {
    opacity: 1; }

.features__features .bullet__text {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 35px 0;
  padding: 0 0 0 30px;
  position: relative;
  opacity: 0.35;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  will-change: opacity; }
  .features__features .bullet__text:before {
    background-size: contain;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yNjIiIGhlaWdodD0iMTEuMzc0IiB2aWV3Qm94PSIwIDAgMTUuMjYyIDExLjM3NCI+PHBhdGggZmlsbD0iI0ZGNjA0QyIgZD0iTTQuOTMzIDExLjM3NGMtLjEyOSAwLS4yNDctLjAyNC0uMzQ3LS4wNTlhMS4xMDUgMS4xMDUgMCAwIDEtLjQzNC0uMjg0TC4zNDMgNy4yMkExLjEyMiAxLjEyMiAwIDAgMSAwIDYuNDI3Yy4wMDItLjI3My4xMTUtLjUzNC4zMTktLjczMi40MjMtLjQxMSAxLjA3MS0uMzkxIDEuNTA4LjA0NSAxLjAzNyAxLjAzNiAyLjA3NCAyLjA3IDMuMTA3IDMuMTFMMTMuMzk5LjM4MWMuNDc3LS40NzYuOTM2LS40MTkgMS4yMzgtLjI4OC4zNTQuMTU1LjQ5OC40NTcuNTc2LjYybC4wNDkuMjE0LS4wMzcuNDM3Yy0uMTA1LjI2NS0uMjg1LjQ0Mi0uNDI5LjU4Ni0zLjAyIDMuMDE4LTYuMDM2IDYuMDM0LTkuMDQ5IDkuMDUyLS4yODQuMjgzLS41NjkuMzcyLS44MTQuMzcyek0xLjA0MiA2LjM5OWEuMDMuMDMgMCAwIDAtLjAyNC4wMTFsLjAzNC4xMDMgMy44MDggMy44MTJjLjA3NS4wNDkuMTA4LjA0Mi4xODEtLjAzIDMuMDE0LTMuMDE4IDYuMDMtNi4wMzMgOS4wNDYtOS4wNDkuMDcyLS4wNzEuMTM1LS4xMzQuMTc2LS4xOTF2LS4wMDljLS4wMTMtLjAyMS0uMDIxLS4wMzUtLjAyOS0uMDQxLS4wMTQtLjAwNy0uMDUxLjAwNi0uMTI4LjA4MmwtOC43MSA4LjcxNmEuNjQ2LjY0NiAwIDAgMS0uNDYxLjIxNGMtLjI1LS4wMDEtLjQwNy0uMTU5LS40NTktLjIxMUMzLjM2IDguNjgzIDIuMjQgNy41NjUgMS4xMjEgNi40NDdjLS4wMzgtLjAzOC0uMDYzLS4wNDgtLjA3OS0uMDQ4eiIvPjwvc3ZnPg==) no-repeat center;
    content: '';
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    height: 12px; }

.features__features .bullet__image {
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  max-width: 110%; }
  @media (max-width: 1024px) {
    .features__features .bullet__image {
      max-width: 125%; } }
  @media (max-width: 660px) {
    .features__features .bullet__image {
      position: static;
      display: none;
      max-width: 150%;
      -webkit-transform: translateX(calc(-12.5% - 10px));
          -ms-transform: translateX(calc(-12.5% - 10px));
              transform: translateX(calc(-12.5% - 10px)); } }
  .features__features .bullet__image.is-active {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 660px) {
      .features__features .bullet__image.is-active {
        display: block; } }

.features__features .magic {
  pointer-events: none; }
  @media (max-width: 768px) {
    .features__features .magic {
      display: none; } }
  .features__features .magic > div {
    height: 50vh;
    position: relative;
    z-index: 10; }

.features__keypoints {
  padding: 100px 0 200px 0; }
  @media (max-width: 1024px) {
    .features__keypoints {
      padding: 100px 0 150px 0; } }
  @media (max-width: 768px) {
    .features__keypoints {
      margin: 0; } }
  @media (max-width: 660px) {
    .features__keypoints {
      padding: 0; } }
  .features__keypoints .titles {
    padding: 0 25% 85px 25%;
    text-align: center; }
    @media (max-width: 1024px) {
      .features__keypoints .titles {
        padding: 0 16.66667% 85px 16.66667%; } }
    @media (max-width: 660px) {
      .features__keypoints .titles {
        padding: 0 0 85px 0; } }
  .features__keypoints .title {
    margin: 0 auto 20px auto;
    max-width: 420px; }
    @media (max-width: 768px) {
      .features__keypoints .title {
        max-width: 320px; } }
  .features__keypoints .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .features__keypoints .bullets {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .features__keypoints .bullets > div {
      padding: 0 30px;
      text-align: center;
      width: 25%; }
      @media (max-width: 1024px) {
        .features__keypoints .bullets > div {
          padding: 0;
          width: 40%; } }
      @media (max-width: 660px) {
        .features__keypoints .bullets > div {
          margin: 0 0 85px 0;
          width: 100%; } }
      .features__keypoints .bullets > div:nth-child(1), .features__keypoints .bullets > div:nth-child(2) {
        margin: 0 0 85px 0; }
  .features__keypoints .bullet__image {
    margin: 0 auto 20px auto;
    max-width: 90px; }
    @media (max-width: 768px) {
      .features__keypoints .bullet__image {
        max-width: 80px; } }
  .features__keypoints .bullet__text {
    font-family: 'SourceSerifPro-Regular'; }

.features__cta {
  margin: 40px 0 0 0;
  text-align: center; }
  @media (max-width: 660px) {
    .features__cta {
      margin: 0 0 100px 0; } }
  .features__cta a {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 10px 30px 10px 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap;
    min-width: 0; }
    @media (max-width: 768px) {
      .features__cta a {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 768px) {
      .features__cta a {
        padding: 5px 30px 5px 50px; } }
    @media (max-width: 660px) {
      .features__cta a {
        padding: 10px 30px 10px 50px; } }
    .features__cta a:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 24px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
      @media (max-width: 768px) {
        .features__cta a:before {
          background-size: 20px;
          height: 18px;
          left: 5px;
          width: 18px; } }
      @media (max-width: 768px) {
        .features__cta a:before {
          left: 10px; } }
    .features__cta a:hover {
      background: #000; }

.page-features-sub .banner .inner {
  border-radius: 60px;
  background: #eefbfb; }
  @media (max-width: 768px) {
    .page-features-sub .banner .inner {
      border-radius: 30px; } }

.features-sub__intro {
  padding: 0 0 100px 0; }
  @media (max-width: 660px) {
    .features-sub__intro {
      padding: 0 0 40px 0; } }
  .features-sub__intro .inner {
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .features-sub__intro .inner {
        padding: 0; } }
  .features-sub__intro .texts {
    padding: 85px 0; }
    @media (max-width: 960px) {
      .features-sub__intro .texts {
        padding: 50px 0; } }
    @media (max-width: 660px) {
      .features-sub__intro .texts {
        padding: 20px 0 40px 0; } }
    .features-sub__intro .texts .inside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .features-sub__intro .texts .inside > div {
        width: 50%; }
        @media (max-width: 768px) {
          .features-sub__intro .texts .inside > div {
            width: 100%; } }
        .features-sub__intro .texts .inside > div:nth-child(2) {
          padding: 0 0 0 10%;
          font-family: 'SourceSerifPro-Regular'; }
          @media (max-width: 768px) {
            .features-sub__intro .texts .inside > div:nth-child(2) {
              padding: 10px 0 0 0; } }
  .features-sub__intro .image img {
    border-radius: 60px;
    width: 100%; }
    @media (max-width: 768px) {
      .features-sub__intro .image img {
        border-radius: 30px; } }

@media (max-width: 660px) {
  .home__boxes--features .box .title {
    margin: 0 0 20px 0; } }

.home__boxes--features .box .text {
  margin: 0; }

.home__boxes--features .box .link {
  margin: 120px 0 40px 0;
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block; }
  @media (max-width: 660px) {
    .home__boxes--features .box .link {
      margin: 40px 0 10px 0; } }
  .home__boxes--features .box .link:after {
    top: 47%; }

.home__boxes--features .box a {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

.home__boxes--features .box > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.home__boxes--features .box--big {
  padding: 60px 60px 60px 60px !important; }
  @media (max-width: 660px) {
    .home__boxes--features .box--big {
      padding: 40px 20px 40px 20px !important; } }
  .home__boxes--features .box--big:nth-child(odd) > div:nth-child(1) {
    padding: 0 0 0 100px; }
    @media (max-width: 768px) {
      .home__boxes--features .box--big:nth-child(odd) > div:nth-child(1) {
        padding: 0 0 0 0; } }
  .home__boxes--features .box--big:nth-child(even) > div:nth-child(1) {
    padding: 0 100px 0 0; }
    @media (max-width: 768px) {
      .home__boxes--features .box--big:nth-child(even) > div:nth-child(1) {
        padding: 0; } }

.home__boxes--features .has-video a {
  position: relative;
  z-index: 6; }

.features-section1 {
  padding: 85px 0 100px 0; }
  @media (max-width: 1440px) {
    .features-section1 {
      padding: 85px 0 0 0; } }
  @media (max-width: 768px) {
    .features-section1 {
      padding: 65px 0 0 0; } }
  .features-section1 > .smalltitle {
    margin: 0 0 50px 0; }
  .features-section1 > .title {
    margin: 0 0 10px 0; }
  .features-section1 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1440px) {
      .features-section1 .items {
        margin: 0 -15px; } }
  .features-section1 .item {
    width: 33.33333%;
    padding: 0 20px;
    margin: 0 0 60px 0; }
    @media (max-width: 1440px) {
      .features-section1 .item {
        padding: 0 12.5px; } }
    @media (max-width: 768px) {
      .features-section1 .item {
        margin: 0 0 50px 0;
        width: 50%; } }
    @media (max-width: 660px) {
      .features-section1 .item {
        width: 100%; } }
    .features-section1 .item .top {
      background: #E9F7F7;
      border-radius: 24px;
      position: relative;
      margin: 0 0 30px 0; }
      @media (max-width: 768px) {
        .features-section1 .item .top {
          margin: 0 0 20px 0; } }
    .features-section1 .item .soon {
      position: absolute;
      padding: 10px 30px;
      border-bottom-left-radius: 12px;
      border-top-right-radius: 12px;
      top: 0;
      right: 0;
      color: #fff;
      background: #712B8F;
      font-family: 'ApercuPro-Bold';
      font-size: 14px;
      font-style: normal;
      line-height: normal; }
    .features-section1 .item .plans {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 12px 150px 7px 12px; }
    .features-section1 .item .plan {
      white-space: nowrap;
      border-radius: 12px;
      border: 1px solid #428F83;
      height: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: 'ApercuPro-Bold';
      font-size: 13px;
      line-height: normal;
      padding: 0 20px;
      margin: 0 5px 5px 0;
      color: #428F83; }
    .features-section1 .item .title {
      margin: 0 0 30px 0;
      font-family: 'ApercuPro-Bold';
      padding: 0 20px;
      font-size: 24px;
      line-height: 25px; }
      @media (max-width: 768px) {
        .features-section1 .item .title {
          margin: 0 0 10px 0;
          font-size: 17px;
          line-height: 20px; } }
      @media (max-width: 660px) {
        .features-section1 .item .title {
          padding: 0; } }
    .features-section1 .item .text {
      padding: 0 20px;
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 768px) {
        .features-section1 .item .text {
          font-size: 13px;
          line-height: 17px; } }
      @media (max-width: 660px) {
        .features-section1 .item .text {
          padding: 0; } }
    .features-section1 .item .button {
      margin: 20px 0 0 0; }
      .features-section1 .item .button a {
        font-family: 'ApercuPro-Bold';
        font-size: 17px;
        line-height: 21px;
        background: #ff604e;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        color: #fff;
        display: inline-block;
        min-width: 360px;
        padding: 10px 30px 10px 50px;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        white-space: nowrap;
        min-width: 0; }
        @media (max-width: 768px) {
          .features-section1 .item .button a {
            font-size: 13px;
            line-height: 16px; } }
        @media (max-width: 768px) {
          .features-section1 .item .button a {
            padding: 5px 30px 5px 50px; } }
        @media (max-width: 660px) {
          .features-section1 .item .button a {
            padding: 10px 30px 10px 50px; } }
        .features-section1 .item .button a:before {
          background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
          border-radius: 50%;
          border: 1px solid #fff;
          content: '';
          height: 24px;
          left: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 24px; }
          @media (max-width: 768px) {
            .features-section1 .item .button a:before {
              background-size: 20px;
              height: 18px;
              left: 5px;
              width: 18px; } }
          @media (max-width: 768px) {
            .features-section1 .item .button a:before {
              left: 10px; } }
        .features-section1 .item .button a:hover {
          background: #000; }

.home__intro {
  position: relative; }
  .home__intro .blue {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .home__intro .blue {
        background-position: center right; } }
    @media (max-width: 660px) {
      .home__intro .blue {
        overflow: hidden;
        background-image: none !important; } }
    @media (max-width: 660px) {
      .home__intro .blue .text {
        opacity: 0; } }
  @media (max-width: 660px) {
    .home__intro .no-mobile {
      display: none; } }
  .home__intro .mobile-image {
    display: none; }
    @media (max-width: 660px) {
      .home__intro .mobile-image {
        display: block; } }
  .home__intro .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 95px - 25px);
    padding: 0 8.33333%;
    width: 50%; }
    @media (max-width: 1024px) {
      .home__intro .inner {
        height: calc(100vh - 85px - 20px);
        padding: 0 0 0 8.33333%; } }
    @media (max-width: 768px) {
      .home__intro .inner {
        height: auto;
        min-height: 420px; } }
    @media (max-width: 660px) {
      .home__intro .inner {
        padding: 0;
        width: 100%;
        min-height: 0; } }
  .home__intro .title {
    margin: 0 0 20px 0;
    text-align: center; }
  .home__intro .text {
    font-family: "SourceSerifPro-Regular";
    margin: 0 0 40px 0;
    text-align: center; }
  .home__intro .link {
    text-align: center; }
  .home__intro .button {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 10px 30px 10px 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .home__intro .button {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 768px) {
      .home__intro .button {
        padding: 5px 30px 5px 50px; } }
    @media (max-width: 660px) {
      .home__intro .button {
        padding: 10px 30px 10px 50px; } }
    .home__intro .button:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 24px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
      @media (max-width: 768px) {
        .home__intro .button:before {
          background-size: 20px;
          height: 18px;
          left: 5px;
          width: 18px; } }
      @media (max-width: 768px) {
        .home__intro .button:before {
          left: 10px; } }
    .home__intro .button:hover {
      background: #000; }
  .home__intro .mobile {
    display: none; }
    @media (max-width: 660px) {
      .home__intro .mobile {
        display: block;
        max-width: 360px;
        margin: 0 auto;
        padding: 40px 15px 0 15px; } }
    .home__intro .mobile .text {
      margin: 0 0 10px 0; }
  .home__intro .espa {
    position: absolute;
    top: 50px;
    right: 25px; }
    @media (max-width: 1024px) {
      .home__intro .espa {
        right: 20px; } }
    @media (max-width: 768px) {
      .home__intro .espa {
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (max-width: 660px) {
      .home__intro .espa {
        display: none; } }
    .home__intro .espa img {
      max-width: 140px; }
      @media (max-width: 1024px) {
        .home__intro .espa img {
          max-width: 100px; } }

.home__partners {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .home__partners {
      padding: 40px 0; } }
  .home__partners .title {
    margin: 0 0 85px 0;
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .home__partners .title {
        margin: 0 0 50px 0; } }
  .home__partners .slick-list {
    overflow: visible !important; }
  .home__partners a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 135px; }
    @media (max-width: 660px) {
      .home__partners a {
        height: 80px; } }
  .home__partners img {
    max-height: 135px;
    padding: 0 30px; }
    @media (max-width: 660px) {
      .home__partners img {
        max-height: 80px;
        padding: 0 20px; } }

.home__boxes .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .home__boxes .inner {
      padding: 0; } }

.box {
  background: #eefbfb;
  border-radius: 60px;
  margin: 0 0 25px 0;
  overflow: hidden;
  padding: 60px 60px 0 60px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%; }
  @media (max-width: 1024px) {
    .box {
      border-radius: 40px;
      margin: 0 0 20px 0;
      width: calc(50% - 10px); } }
  @media (max-width: 960px) {
    .box {
      padding: 60px 40px 0 40px; } }
  @media (max-width: 768px) {
    .box {
      border-radius: 30px;
      margin: 0 0 15px 0;
      padding: 50px 40px 0 40px;
      width: calc(50% - 7.5px); } }
  @media (max-width: 767px) {
    .box {
      width: 100%; } }
  .box .number {
    border-radius: 50%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "ApercuPro-Bold";
    font-size: 12px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 24px;
    margin: 0 20px 0 0;
    width: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0; }
    @media (max-width: 960px) {
      .box .title {
        margin: 0 0 40px 0; } }
    .box .title strong {
      color: #ff604e; }
  @media (max-width: 1024px) {
    .box .text {
      margin: 0; } }
  .box .text li {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
    position: relative; }
    @media (max-width: 960px) {
      .box .text li {
        margin: 0 0 20px 0; } }
    .box .text li:before {
      background-size: contain;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yNjIiIGhlaWdodD0iMTEuMzc0IiB2aWV3Qm94PSIwIDAgMTUuMjYyIDExLjM3NCI+PHBhdGggZmlsbD0iI0ZGNjA0QyIgZD0iTTQuOTMzIDExLjM3NGMtLjEyOSAwLS4yNDctLjAyNC0uMzQ3LS4wNTlhMS4xMDUgMS4xMDUgMCAwIDEtLjQzNC0uMjg0TC4zNDMgNy4yMkExLjEyMiAxLjEyMiAwIDAgMSAwIDYuNDI3Yy4wMDItLjI3My4xMTUtLjUzNC4zMTktLjczMi40MjMtLjQxMSAxLjA3MS0uMzkxIDEuNTA4LjA0NSAxLjAzNyAxLjAzNiAyLjA3NCAyLjA3IDMuMTA3IDMuMTFMMTMuMzk5LjM4MWMuNDc3LS40NzYuOTM2LS40MTkgMS4yMzgtLjI4OC4zNTQuMTU1LjQ5OC40NTcuNTc2LjYybC4wNDkuMjE0LS4wMzcuNDM3Yy0uMTA1LjI2NS0uMjg1LjQ0Mi0uNDI5LjU4Ni0zLjAyIDMuMDE4LTYuMDM2IDYuMDM0LTkuMDQ5IDkuMDUyLS4yODQuMjgzLS41NjkuMzcyLS44MTQuMzcyek0xLjA0MiA2LjM5OWEuMDMuMDMgMCAwIDAtLjAyNC4wMTFsLjAzNC4xMDMgMy44MDggMy44MTJjLjA3NS4wNDkuMTA4LjA0Mi4xODEtLjAzIDMuMDE0LTMuMDE4IDYuMDMtNi4wMzMgOS4wNDYtOS4wNDkuMDcyLS4wNzEuMTM1LS4xMzQuMTc2LS4xOTF2LS4wMDljLS4wMTMtLjAyMS0uMDIxLS4wMzUtLjAyOS0uMDQxLS4wMTQtLjAwNy0uMDUxLjAwNi0uMTI4LjA4MmwtOC43MSA4LjcxNmEuNjQ2LjY0NiAwIDAgMS0uNDYxLjIxNGMtLjI1LS4wMDEtLjQwNy0uMTU5LS40NTktLjIxMUMzLjM2IDguNjgzIDIuMjQgNy41NjUgMS4xMjEgNi40NDdjLS4wMzgtLjAzOC0uMDYzLS4wNDgtLjA3OS0uMDQ4eiIvPjwvc3ZnPg==) no-repeat center;
      content: "";
      left: 0;
      position: absolute;
      top: 3px;
      width: 16px;
      height: 12px; }
  .box .link {
    color: #ff604e;
    position: relative;
    padding: 10px 0 10px 30px;
    display: inline-block;
    margin: 0 0 50px 0; }
    .box .link:after {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmY2MDRlIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      background-size: contain;
      content: "";
      height: 24px;
      position: absolute;
      right: -30px;
      top: 50%;
      -webkit-transform: translateY(-53%);
          -ms-transform: translateY(-53%);
              transform: translateY(-53%);
      width: 24px; }
  .box a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .box:hover {
    background: #d1eff0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

.box--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 60px 0 60px;
  width: 100%; }
  @media (max-width: 960px) {
    .box--big {
      padding: 60px 40px 0 40px; } }
  @media (max-width: 768px) {
    .box--big {
      padding: 50px 40px 0 40px; } }
  @media (max-width: 660px) {
    .box--big {
      padding: 40px 0 0 0; } }
  .box--big > div {
    width: 50%; }
    @media (max-width: 1024px) {
      .box--big > div {
        width: calc(50% - 40px); } }
    @media (max-width: 660px) {
      .box--big > div {
        width: 100%; } }
    .box--big > div:nth-child(1) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 60px 0 0; }
      @media (max-width: 1024px) {
        .box--big > div:nth-child(1) {
          padding: 0; } }
      @media (max-width: 660px) {
        .box--big > div:nth-child(1) {
          padding: 0 20px; } }
    .box--big > div:nth-child(2) {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .box--big > div:nth-child(2) img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  @media (max-width: 660px) {
    .box--big .text {
      margin: 0 0 20px 0; } }
  .box--big:nth-child(odd) > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    padding: 0 0 0 60px; }
    @media (max-width: 1024px) {
      .box--big:nth-child(odd) > div:nth-child(1) {
        padding: 0; } }
    @media (max-width: 660px) {
      .box--big:nth-child(odd) > div:nth-child(1) {
        padding: 0 20px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .box--big:nth-child(even) {
    padding: 60px 0 0 60px; }
    @media (max-width: 660px) {
      .box--big:nth-child(even) {
        padding: 40px 0 0 0; } }
    .box--big:nth-child(even) img {
      width: 100%; }
  .box--big:nth-child(3) .mastercard {
    position: absolute;
    right: 0;
    bottom: 43px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1320px) {
      .box--big:nth-child(3) .mastercard {
        max-width: 110px;
        bottom: 55px; } }
    @media (max-width: 1024px) {
      .box--big:nth-child(3) .mastercard {
        left: 0;
        bottom: 30px;
        max-width: none; } }
    @media (max-width: 660px) {
      .box--big:nth-child(3) .mastercard {
        left: 20px;
        bottom: 30px; } }

.home__features .blue {
  background: #ade1e1;
  position: relative; }

.home__features .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100vh - 95px - 25px);
  padding: 0 8.33333%; }
  @media (max-width: 1024px) {
    .home__features .inner {
      min-height: calc(100vh - 85px - 20px); } }
  @media (max-width: 768px) {
    .home__features .inner {
      min-height: 0;
      padding: 25vw 8.33333%; } }
  @media (max-width: 660px) {
    .home__features .inner {
      padding: 40px 8.33333% 15px 8.33333%; } }
  .home__features .inner > div {
    width: 50%; }
    @media (max-width: 660px) {
      .home__features .inner > div {
        width: 100%; } }

.home__features .slick-list {
  overflow: visible !important; }

.home__features .slide > div {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 16.66667% 0 auto;
  max-width: 380px;
  min-height: 250px;
  text-align: right; }
  @media (max-width: 660px) {
    .home__features .slide > div {
      margin: 0 auto;
      text-align: center; } }

.home__features .slick-dots {
  bottom: auto;
  left: 100%;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto; }
  @media (max-width: 660px) {
    .home__features .slick-dots {
      bottom: -50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 50%;
      top: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .home__features .slick-dots li {
    height: 24px;
    margin: 40px 0;
    width: 24px; }
    @media (max-width: 768px) {
      .home__features .slick-dots li {
        margin: 20px 0; } }
    @media (max-width: 660px) {
      .home__features .slick-dots li {
        margin: 0 10px; } }
    .home__features .slick-dots li button {
      border-color: transparent;
      color: black;
      font-family: "ApercuPro-Bold";
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      width: 24px; }
    .home__features .slick-dots li.slick-active button {
      background: transparent;
      border-color: black; }

.home__features .image {
  position: absolute;
  right: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75%; }
  @media (max-width: 660px) {
    .home__features .image {
      position: static;
      width: 100%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0; } }

.home__features .title {
  margin: 0 0 20px 0;
  width: 100%; }

.home__features .text {
  width: 100%; }

.home__features .button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .home__features .button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .home__features .button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .home__features .button {
      padding: 10px 30px 10px 50px; } }
  .home__features .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .home__features .button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .home__features .button:before {
        left: 10px; } }
  .home__features .button:hover {
    background: #000; }
  @media (max-width: 660px) {
    .home__features .button {
      bottom: auto;
      left: auto;
      margin: 80px auto 0 auto;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.home__steps {
  padding: 200px 0 100px 0; }
  @media (max-width: 1024px) {
    .home__steps {
      padding: 150px 0; } }
  @media (max-width: 960px) {
    .home__steps {
      padding: 85px 0; } }
  .home__steps .inner {
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .home__steps .inner {
        padding: 0; } }
  .home__steps .titles {
    margin: 0 0 0 0;
    text-align: center; }
    @media (max-width: 1024px) {
      .home__steps .titles {
        margin: 0 0 20px 0; } }
    @media (max-width: 660px) {
      .home__steps .titles {
        margin: 0 0 85px 0; } }
    .home__steps .titles h2 {
      margin: 10px 0 0 0; }
  .home__steps .slider {
    display: none; }
    @media (max-width: 660px) {
      .home__steps .slider {
        display: block; } }
    .home__steps .slider .step {
      margin: 0 10px !important; }
  @media (max-width: 660px) {
    .home__steps .slick-list {
      padding: 0 10px !important; } }
  .home__steps .group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 660px) {
      .home__steps .group {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 660px) {
      .home__steps .group .steps {
        display: none; } }
  .home__steps .images {
    display: inline-block;
    position: relative;
    width: 50%; }
    @media (max-width: 660px) {
      .home__steps .images {
        max-width: none;
        margin: 0 auto;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%; } }
  .home__steps .step {
    margin: 0 0 55px 0;
    max-width: 240px;
    text-align: center; }
    .home__steps .step:last-child {
      margin: 0; }
    .home__steps .step > div:nth-child(1) {
      margin: 0 0 20px 0; }
    .home__steps .step .number {
      display: block;
      position: relative;
      margin: 0 0 10px 0; }
      .home__steps .step .number span {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .home__steps .step strong {
      font-family: 'ApercuPro-Bold';
      font-size: 30px;
      line-height: 30px;
      display: block;
      margin: 0 0 5px 0; }
      @media (max-width: 768px) {
        .home__steps .step strong {
          font-size: 25px;
          line-height: 25px; } }
  .home__steps .button {
    margin: 40px 0 0 0;
    text-align: center; }
    .home__steps .button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .home__steps .button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .home__steps .button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .home__steps .button a {
          padding: 10px 30px 10px 50px; } }
      .home__steps .button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .home__steps .button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .home__steps .button a:before {
            left: 10px; } }
      .home__steps .button a:hover {
        background: #000; }

.home__setup {
  padding: 0 0 100px 0; }
  @media (max-width: 660px) {
    .home__setup {
      padding: 0 0 85px 0; } }
  .home__setup .titles {
    margin: 0 0 30px 0; }
    .home__setup .titles .subtitle {
      margin: 10px 0 0 0; }
  .home__setup .setups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1024px) {
      .home__setup .setups {
        margin: 0 -10px; } }
    @media (max-width: 768px) {
      .home__setup .setups {
        margin: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 660px) {
      .home__setup .setups {
        display: block;
        padding: 0 40px; }
        .home__setup .setups .slick-list {
          overflow: visible !important; }
        .home__setup .setups .slick-slide {
          margin: 0 10px; } }
  .home__setup .setup {
    padding: 0 15px;
    width: 33.33333%; }
    @media (max-width: 1024px) {
      .home__setup .setup {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .home__setup .setup {
        padding: 0;
        width: 100%;
        margin: 0 0 20px 0; } }
    .home__setup .setup > div {
      background: #dcf4f8;
      border-radius: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding: 40px;
      text-align: center; }
      @media (max-width: 768px) {
        .home__setup .setup > div {
          min-height: 450px; } }
    .home__setup .setup .title {
      color: #ff604e;
      font-family: "ApercuPro-Bold";
      margin: 0 0 20px 0; }
    .home__setup .setup .subtitle {
      margin: 0 0 20px 0; }
    .home__setup .setup .text {
      margin: 0 0 10px 0; }
      .home__setup .setup .text a {
        color: #ff604e;
        text-decoration: underline; }
    .home__setup .setup .image {
      margin: auto 0 0 0; }
      .home__setup .setup .image img {
        margin: 0 auto; }
    .home__setup .setup .stores {
      margin: 20px 0 0 0; }
      .home__setup .setup .stores a:nth-child(3) {
        display: none; }

.home__reviews {
  padding: 0 0 150px 0; }
  @media (max-width: 768px) {
    .home__reviews {
      padding: 0 0 100px 0; } }
  @media (max-width: 660px) {
    .home__reviews {
      padding: 0 0 40px 0; } }
  .home__reviews .background {
    background-color: #eefbfb;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: 60px; }
    @media (max-width: 767px) {
      .home__reviews .background {
        background: none !important;
        mix-blend-mode: normal; } }
  .home__reviews .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25%;
    position: relative; }
    @media (max-width: 1024px) {
      .home__reviews .inner {
        min-height: 0;
        padding: 0 16.66667%; } }
    @media (max-width: 768px) {
      .home__reviews .inner {
        min-height: 0;
        padding: 0 8.33333% 0 8.33333%; } }
    @media (max-width: 767px) {
      .home__reviews .inner {
        padding: 0; } }
  .home__reviews .label {
    left: 8.33333%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .home__reviews .label {
        display: block;
        margin: 0 0 40px 0;
        position: static;
        text-align: center;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%; } }
    .home__reviews .label span {
      display: inline-block;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      @media (max-width: 767px) {
        .home__reviews .label span {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
  .home__reviews .slider {
    width: 100%; }
  .home__reviews .slide {
    text-align: center; }
  .home__reviews .slick-dots {
    bottom: -50px; }
    @media (max-width: 660px) {
      .home__reviews .slick-dots {
        bottom: -20px; } }
  .home__reviews .title {
    font-family: "SourceSerifPro-Regular"; }
  .home__reviews .stars {
    margin: 40px 0 0 0;
    text-align: center; }
    .home__reviews .stars img {
      display: inline-block; }
  .home__reviews .text {
    padding: 10px 0 0 0; }
  .home__reviews .logo {
    padding: 40px 0;
    text-align: center; }
    .home__reviews .logo img {
      display: inline-block;
      width: auto;
      max-width: 150px; }
  .home__reviews .name {
    text-transform: none; }

.home__cta .inner {
  height: calc(100vh - 95px - 25px);
  min-height: 800px;
  position: relative; }
  @media (max-width: 1024px) {
    .home__cta .inner {
      height: auto;
      min-height: 0;
      padding: calc(25vw + 25px) 0; } }

.home__cta .image {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .home__cta .image img {
    max-width: 100vw; }

.home__cta .image2 {
  z-index: 4; }

.home__cta .slogan {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3; }
  .home__cta .slogan strong {
    color: #ff604e;
    text-decoration: underline; }

.home__quotes .background {
  background-color: #c9e6e7;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px; }
  @media (max-width: 767px) {
    .home__quotes .background {
      background: none !important;
      mix-blend-mode: normal; } }

.home__quotes .inner {
  overflow: hidden;
  padding: 100px 8.33333% 60px 8.33333%; }
  @media (max-width: 768px) {
    .home__quotes .inner {
      padding: 60px 8.33333% 40px 8.33333%; } }

.home__quotes .title {
  text-align: center;
  margin: 0 0 100px 0; }
  @media (max-width: 768px) {
    .home__quotes .title {
      margin: 0 0 40px 0; } }

.home__quotes .slider {
  margin: 0 0 100px 0; }
  @media (max-width: 768px) {
    .home__quotes .slider {
      margin: 0 0 40px 0; } }

.home__quotes .slick-list {
  margin: 0 -10px; }

.home__quotes .slick-slide {
  margin: 0 10px; }

.home__quotes .slide {
  padding: 30px;
  border-radius: 30px;
  background: #e8f8f8;
  height: 100%;
  min-height: 360px;
  position: relative; }
  @media (max-width: 768px) {
    .home__quotes .slide {
      min-height: 300px; } }

.home__quotes .stars {
  margin: 0 0 20px 0; }

.home__quotes .name {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.home__quotes .bottom {
  text-align: center; }
  .home__quotes .bottom .button a {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    background: #ff604e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 10px 30px 10px 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap;
    min-width: 0; }
    @media (max-width: 768px) {
      .home__quotes .bottom .button a {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 768px) {
      .home__quotes .bottom .button a {
        padding: 5px 30px 5px 50px; } }
    @media (max-width: 660px) {
      .home__quotes .bottom .button a {
        padding: 10px 30px 10px 50px; } }
    .home__quotes .bottom .button a:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
      border-radius: 50%;
      border: 1px solid #fff;
      content: '';
      height: 24px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 24px; }
      @media (max-width: 768px) {
        .home__quotes .bottom .button a:before {
          background-size: 20px;
          height: 18px;
          left: 5px;
          width: 18px; } }
      @media (max-width: 768px) {
        .home__quotes .bottom .button a:before {
          left: 10px; } }
    .home__quotes .bottom .button a:hover {
      background: #000; }
  .home__quotes .bottom .text {
    margin: 20px 0 0 0; }
    .home__quotes .bottom .text a,
    .home__quotes .bottom .text strong {
      color: #ff604e; }

.home__video {
  margin: 0 0 100px 0; }
  @media (max-width: 1024px) {
    .home__video {
      margin: 0 0 50px 0; } }
  .home__video .inner {
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .home__video .inner {
        padding: 0; } }
  .home__video img {
    border-radius: 30px; }
  .home__video a {
    display: block;
    border-radius: 30px; }
    .home__video a:hover {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .home__video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 40px; }
    @media (max-width: 1024px) {
      .home__video .video-container {
        border-radius: 20px; } }
    .home__video .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 40px; }
      @media (max-width: 1024px) {
        .home__video .video-container iframe {
          border-radius: 20px; } }

.viralloops__milestones .inner {
  padding: 0 8.33333% 100px 8.33333%; }

.page-template-template-home--new {
  font-size: 20px;
  letter-spacing: -0.2px;
  /*
    #header {
        background: none;
        margin: 0 auto;
        height: 80px;
        top: 50px;
        position: absolute;
        padding: 0 (1/12*100%);
        @media (max-width: 1024px) {
            padding: 0 16px;
            top: 20px;
            height: 50px;
        }
    }

    .header__logo {
        flex-shrink: 0;

        img {
            filter: invert(1);
            width: 150px;
            height: auto;
            @media (max-width: 1160px) {
                width: 100px;
            }
        }
    }

    .header__menu {
        background: #2e4c55;
        border-radius: 50px;
        padding: 0 15px;
        @media (max-width: 1160px) {
            border-radius: 0;
        }

        > ul {
            > li {
                margin: 0;

                > a {
                    font-family: "Roboto Flex", sans-serif;
                    padding: 0 30px;
                    display: flex;
                    align-items: center;
                    height: 80px;
                    font-weight: 500;
                    letter-spacing: 0;
                    font-size: 20px;
                    line-height: 20px;
                    text-transform: none;
                    @media (max-width: 1160px) {
                        justify-content: center;
                        padding: 0;
                    }

                    &:hover {
                        color: #75E1CF;
                    }
                }
            }
        }
    }

    .header__menu > ul > li > ul {
        display: none !important;
    }

    .header__menu > ul > li.menu-item-has-children:after {
        content: none !important;
    }

    .header__menu > ul > li.menu-item-has-children > a:after {
        content: none !important;
    }

    .header__tools {
        display: none;
    }
    */ }
  @media (max-width: 1160px) {
    .page-template-template-home--new {
      font-size: 17px; } }
  .page-template-template-home--new .trans {
    opacity: 0.8; }
  .page-template-template-home--new .button-green a {
    display: inline-block;
    padding: 16px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    border: 2px solid #75E1CF;
    background: #75E1CF;
    white-space: nowrap;
    font-weight: 500;
    color: #09262B; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .button-green a {
        padding: 12px 24px; } }
    .page-template-template-home--new .button-green a:hover {
      color: #fff;
      background: #09262B;
      border-color: #09262B; }
  .page-template-template-home--new .button-trans a {
    display: inline-block;
    padding: 16px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
    white-space: nowrap;
    font-weight: 500; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .button-trans a {
        padding: 12px 24px; } }
    .page-template-template-home--new .button-trans a:hover {
      color: #081c21;
      background: #fff; }
  .page-template-template-home--new body {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
    color: #fff;
    background: #0e343d; }
    @media (max-width: 1160px) {
      .page-template-template-home--new body {
        line-height: 20px; } }
  .page-template-template-home--new a {
    color: #fff; }
  .page-template-template-home--new .max-width {
    max-width: 1200px; }
    @media (max-width: 960px) {
      .page-template-template-home--new .max-width {
        padding: 0 16px; } }
  .page-template-template-home--new #header {
    background: #2e4c55; }
  .page-template-template-home--new .header__logo img {
    -webkit-filter: invert(1);
            filter: invert(1); }
  .page-template-template-home--new .header__burger span, .page-template-template-home--new .header__burger:before, .page-template-template-home--new .header__burger:after {
    background: #fff; }
  .page-template-template-home--new .header__menu > ul > li > ul {
    background: #0e343d;
    padding: 80px 24px 16px 24px;
    border-radius: 30px; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .header__menu > ul > li > ul {
        padding: 10px 0;
        margin: 10px 0 0 0; } }
  .page-template-template-home--new .header__menu > ul > li.menu-item-has-children:after {
    -webkit-filter: invert(1);
            filter: invert(1); }
  .page-template-template-home--new .header__menu > ul > li.menu-item-has-children > a:after {
    -webkit-filter: invert(1);
            filter: invert(1); }
    @media (max-width: 1160px) {
      .page-template-template-home--new .header__menu > ul > li.menu-item-has-children > a:after {
        top: 9px; } }
  @media (max-width: 1160px) {
    .page-template-template-home--new .header__menu {
      background: #2e4c55; } }
  .page-template-template-home--new #content {
    padding-top: 0; }
  .page-template-template-home--new .footer__top {
    margin: 0; }
  .page-template-template-home--new .footer__lower {
    background: #0a282f; }
    .page-template-template-home--new .footer__lower:before {
      background: #071B20; }
  .page-template-template-home--new .footer__lower__title .arrow {
    border-color: #fff; }
  .page-template-template-home--new .footer__lower__title {
    padding: 24px 0 32px 0; }
  .page-template-template-home--new .footer__lower__text {
    font-size: 14px;
    line-height: 17px; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .footer__lower__text {
        font-size: 14px;
        line-height: 17px; } }
    .page-template-template-home--new .footer__lower__text > div {
      padding: 0 0 48px 0; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .footer__lower__text > div {
          padding: 0 0 24px 0; } }
  .page-template-template-home--new .footer__social {
    margin: 48px 0; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .footer__social {
        margin: 24px 0; } }
    @media (max-width: 960px) {
      .page-template-template-home--new .footer__social {
        margin: 16px 0; } }
  .page-template-template-home--new .social a {
    width: 40px;
    height: 40px;
    background: #071B20;
    margin: 0 16px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .page-template-template-home--new .footer__contact__title {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.4px; }
  .page-template-template-home--new .footer__contact__link {
    margin: 0 0 16px 0; }
  .page-template-template-home--new .footer__mastercard .h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.2px;
    margin: 0 0 24px 0; }
  @media (max-width: 1160px) {
    .page-template-template-home--new .footer__mastercard svg {
      max-width: 128px; } }
  .page-template-template-home--new .footer__menu li {
    margin: 0 0 16px 0; }
    .page-template-template-home--new .footer__menu li a {
      font-size: 20px;
      font-weight: 700;
      line-height: 23px;
      letter-spacing: -0.4px; }
      .page-template-template-home--new .footer__menu li a:hover:after {
        content: none; }
  .page-template-template-home--new .footer__smallmenu {
    display: none; }
  .page-template-template-home--new .s1 .max-width {
    max-width: none;
    padding: 0 48px; }
    @media (max-width: 960px) {
      .page-template-template-home--new .s1 .max-width {
        padding: 0 16px; } }
    @media (max-width: 660px) {
      .page-template-template-home--new .s1 .max-width {
        padding: 0 16px; } }
  .page-template-template-home--new .s1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .page-template-template-home--new .s1 .inner {
        padding: 70px 0 0 0; } }
    .page-template-template-home--new .s1 .inner > div {
      width: 50%;
      min-height: 600px;
      height: 100vh; }
      @media (max-width: 660px) {
        .page-template-template-home--new .s1 .inner > div {
          width: 100%;
          height: auto;
          min-height: 0; } }
  .page-template-template-home--new .s1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8.33333%; }
    @media (max-width: 1024px) {
      .page-template-template-home--new .s1 .left {
        padding: 0; } }
    @media (max-width: 660px) {
      .page-template-template-home--new .s1 .left {
        margin: 24px 0 0 0;
        text-align: center; } }
    .page-template-template-home--new .s1 .left .title {
      font-size: 40px;
      line-height: 47px;
      font-weight: 700;
      margin: 0 0 32px 0;
      letter-spacing: -0.8px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s1 .left .title {
          font-size: 32px;
          line-height: 38px;
          margin: 0 0 24px 0; } }
    .page-template-template-home--new .s1 .left .text {
      margin: 0 0 32px 0; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s1 .left .text {
          margin: 0 0 24px 0; } }
  .page-template-template-home--new .s1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1360px) {
      .page-template-template-home--new .s1 .right {
        padding: 0; } }
    @media (max-width: 660px) {
      .page-template-template-home--new .s1 .right {
        text-align: center;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding: 0; } }
    .page-template-template-home--new .s1 .right .image img {
      width: 100%; }
  .page-template-template-home--new .s2 {
    text-align: center;
    padding: 128px 0; }
    @media (max-width: 1160px) {
      .page-template-template-home--new .s2 {
        padding: 64px 0; } }
    @media (max-width: 660px) {
      .page-template-template-home--new .s2 {
        padding: 128px 0; } }
    .page-template-template-home--new .s2 .title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700;
      margin: 0 0 32px 0;
      letter-spacing: -0.96px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s2 .title {
          font-size: 40px;
          line-height: 48px;
          margin: 0 0 24px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s2 .title {
          font-size: 32px;
          line-height: 38px; } }
    .page-template-template-home--new .s2 .text {
      margin: 0 auto;
      max-width: 1114px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s2 .text {
          max-width: 768px; } }
  .page-template-template-home--new .s3 {
    text-align: center;
    margin: 128px 0; }
    @media (max-width: 660px) {
      .page-template-template-home--new .s3 {
        margin: 48px 0; } }
    .page-template-template-home--new .s3 .suptitle {
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      margin: 0 0 16px 0;
      letter-spacing: 0.51px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s3 .suptitle {
          font-size: 14px;
          line-height: 17px; } }
    .page-template-template-home--new .s3 .suptitle + .title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700;
      margin: 0 0 40px 0;
      letter-spacing: -0.96px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s3 .suptitle + .title {
          font-size: 40px;
          line-height: 48px;
          margin: 0 0 20px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s3 .suptitle + .title {
          font-size: 32px;
          line-height: 38px; } }
    .page-template-template-home--new .s3 .text {
      font-size: 17px;
      line-height: 20px;
      letter-spacing: -0.17px; }
    .page-template-template-home--new .s3 .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-template-template-home--new .s3 .items > div {
        padding: 0 12px;
        width: 25%; }
        @media (max-width: 960px) {
          .page-template-template-home--new .s3 .items > div {
            width: 50%;
            margin: 0 0 24px 0; } }
        @media (max-width: 660px) {
          .page-template-template-home--new .s3 .items > div {
            padding: 0;
            width: 100%;
            margin: 0 0 16px 0; } }
        .page-template-template-home--new .s3 .items > div > div {
          background: #2e4c55;
          border-radius: 20px;
          height: 100%;
          padding: 40px 24px 0 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .page-template-template-home--new .s3 .items > div > div .title {
            color: #75E1CF;
            font-size: 24px;
            line-height: 28px;
            font-weight: 700;
            margin: 0 0 16px 0;
            letter-spacing: -0.48px; }
            @media (max-width: 1160px) {
              .page-template-template-home--new .s3 .items > div > div .title {
                font-size: 20px;
                line-height: 23px; } }
          .page-template-template-home--new .s3 .items > div > div .text {
            margin: 0 0 24px 0; }
          .page-template-template-home--new .s3 .items > div > div .image {
            margin: auto 0 0 0; }
  .page-template-template-home--new .s3_1 {
    text-align: center; }
    @media (max-width: 660px) {
      .page-template-template-home--new .s3_1 {
        margin: 48px 0; } }
    .page-template-template-home--new .s3_1 .suptitle {
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      margin: 0 0 16px 0;
      letter-spacing: 0.51px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s3_1 .suptitle {
          font-size: 14px;
          line-height: 17px; } }
    .page-template-template-home--new .s3_1 .suptitle + .title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700;
      margin: 0 0 40px 0;
      letter-spacing: -0.96px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s3_1 .suptitle + .title {
          font-size: 40px;
          line-height: 48px;
          margin: 0 0 20px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s3_1 .suptitle + .title {
          font-size: 32px;
          line-height: 38px; } }
  .page-template-template-home--new .s4 .items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 100px 0; }
    @media (max-width: 660px) {
      .page-template-template-home--new .s4 .items > div {
        margin: 0 0 48px 0; } }
    .page-template-template-home--new .s4 .items > div:nth-child(even) .left {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: right; }
      @media (max-width: 660px) {
        .page-template-template-home--new .s4 .items > div:nth-child(even) .left {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          text-align: center; } }
  .page-template-template-home--new .s4 .items .left {
    width: 50%; }
    @media (max-width: 660px) {
      .page-template-template-home--new .s4 .items .left {
        width: 100%; } }
    @media (max-width: 660px) {
      .page-template-template-home--new .s4 .items .left .image {
        text-align: center; } }
    .page-template-template-home--new .s4 .items .left img {
      max-width: 400px; }
      @media (max-width: 660px) {
        .page-template-template-home--new .s4 .items .left img {
          max-width: 75%; } }
  .page-template-template-home--new .s4 .items .right {
    width: 50%; }
    @media (max-width: 660px) {
      .page-template-template-home--new .s4 .items .right {
        width: 100%;
        text-align: center; } }
    .page-template-template-home--new .s4 .items .right .title {
      font-size: 40px;
      line-height: 47px;
      font-weight: 700;
      margin: 0 0 32px 0;
      letter-spacing: -0.8px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s4 .items .right .title {
          font-size: 32px;
          line-height: 38px;
          margin: 0 0 24px 0; } }
    .page-template-template-home--new .s4 .items .right .text {
      margin: 0 0 32px 0; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s4 .items .right .text {
          margin: 0 0 24px 0; } }
  .page-template-template-home--new .s5 {
    background: #081c21; }
    .page-template-template-home--new .s5 .max-width {
      max-width: none;
      padding: 0; }
      @media (max-width: 960px) {
        .page-template-template-home--new .s5 .max-width {
          padding: 0 16px; } }
    .page-template-template-home--new .s5 .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .page-template-template-home--new .s5 .left {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 0 0 0 8.33333%; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s5 .left {
          padding: 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s5 .left {
          width: 100%; } }
      .page-template-template-home--new .s5 .left img {
        width: auto;
        max-height: 600px; }
    .page-template-template-home--new .s5 .right {
      width: 50%;
      max-width: 650px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s5 .right {
          padding: 48px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s5 .right {
          text-align: center;
          width: 100%; } }
      .page-template-template-home--new .s5 .right .title {
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        letter-spacing: -0.64px;
        margin: 0 0 32px 0; }
        @media (max-width: 1160px) {
          .page-template-template-home--new .s5 .right .title {
            margin: 0 0 24px 0; } }
      .page-template-template-home--new .s5 .right .text {
        margin: 0 0 32px 0; }
        @media (max-width: 1160px) {
          .page-template-template-home--new .s5 .right .text {
            margin: 0 0 24px 0; } }
  .page-template-template-home--new .s6 {
    text-align: center;
    margin: 128px 0; }
    .page-template-template-home--new .s6 .title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700;
      margin: 0 0 32px 0;
      letter-spacing: -0.96px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s6 .title {
          font-size: 40px;
          line-height: 48px;
          margin: 0 0 24px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s6 .title {
          font-size: 32px;
          line-height: 38px; } }
    .page-template-template-home--new .s6 .text {
      margin: 0 auto 32px auto;
      max-width: 1000px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s6 .text {
          margin: 0 auto 24px auto;
          max-width: 768px; } }
  .page-template-template-home--new .s7 {
    margin: 0 0 128px 0; }
    .page-template-template-home--new .s7 .inner {
      padding: 0 8.33333%; }
      @media (max-width: 1024px) {
        .page-template-template-home--new .s7 .inner {
          padding: 0; } }
    .page-template-template-home--new .s7 img {
      border-radius: 30px; }
    .page-template-template-home--new .s7 a {
      display: block;
      border-radius: 30px; }
      .page-template-template-home--new .s7 a:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
    .page-template-template-home--new .s7 .video-container {
      position: relative;
      padding-bottom: 56.25%;
      border-radius: 40px; }
      @media (max-width: 1024px) {
        .page-template-template-home--new .s7 .video-container {
          border-radius: 20px; } }
      .page-template-template-home--new .s7 .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 40px; }
        @media (max-width: 1024px) {
          .page-template-template-home--new .s7 .video-container iframe {
            border-radius: 20px; } }
  .page-template-template-home--new .s8 {
    background: #081c21;
    padding: 20px 0; }
    @media (max-width: 960px) {
      .page-template-template-home--new .s8 {
        padding: 40px 0; } }
    .page-template-template-home--new .s8 .title {
      margin: 0 0 85px 0;
      padding: 0 8.33333%; }
      @media (max-width: 1024px) {
        .page-template-template-home--new .s8 .title {
          margin: 0 0 50px 0; } }
    .page-template-template-home--new .s8 .slick-list {
      overflow: visible !important; }
    .page-template-template-home--new .s8 a {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 135px; }
      @media (max-width: 660px) {
        .page-template-template-home--new .s8 a {
          height: 80px; } }
    .page-template-template-home--new .s8 img {
      max-height: 135px;
      padding: 0 30px;
      -webkit-filter: invert(100%);
              filter: invert(100%); }
      @media (max-width: 660px) {
        .page-template-template-home--new .s8 img {
          max-height: 80px;
          padding: 0 30px; } }
  .page-template-template-home--new .s9 {
    padding: 100px 0;
    text-align: center; }
    .page-template-template-home--new .s9 .inner > .title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700;
      margin: 0 0 40px 0;
      letter-spacing: -0.96px; }
      @media (max-width: 1160px) {
        .page-template-template-home--new .s9 .inner > .title {
          font-size: 40px;
          line-height: 48px;
          margin: 0 0 24px 0; } }
      @media (max-width: 660px) {
        .page-template-template-home--new .s9 .inner > .title {
          font-size: 32px;
          line-height: 38px; } }
    .page-template-template-home--new .s9 .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-template-template-home--new .s9 .items > div {
        padding: 0 12px;
        width: 25%; }
        @media (max-width: 960px) {
          .page-template-template-home--new .s9 .items > div {
            width: 50%;
            margin: 0 0 24px 0; } }
        @media (max-width: 660px) {
          .page-template-template-home--new .s9 .items > div {
            padding: 0;
            margin: 0 0 16px 0;
            width: 100%; } }
        .page-template-template-home--new .s9 .items > div > div {
          background: #2e4c55;
          border-radius: 20px;
          height: 100%;
          padding: 40px 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .page-template-template-home--new .s9 .items > div > div .title {
            color: #75E1CF;
            font-size: 24px;
            line-height: 28px;
            font-weight: 700;
            margin: 0 0 20px 0;
            letter-spacing: -0.48px; }
            @media (max-width: 1160px) {
              .page-template-template-home--new .s9 .items > div > div .title {
                font-size: 20px;
                line-height: 23px; } }
          .page-template-template-home--new .s9 .items > div > div .text {
            margin: auto 0 0 0; }
  .page-template-template-home--new #demo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0E353D33;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .page-template-template-home--new #demo.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .page-template-template-home--new #demo .form {
      border-radius: 12px;
      background: #0E353D;
      border: 1px solid #455457;
      padding: 72px 128px;
      -webkit-box-shadow: 0 16px 32px 0px #00000073;
              box-shadow: 0 16px 32px 0px #00000073;
      width: 700px;
      position: relative;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media (max-width: 700px) {
        .page-template-template-home--new #demo .form {
          padding: 48px 16px 16px 16px;
          width: calc(100% - 32px); } }
      .page-template-template-home--new #demo .form .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page-template-template-home--new #demo .form .gform_title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
        margin: 0 0 32px 0; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #demo .form .gform_title {
            margin: 0 0 24px 0; } }
      .page-template-template-home--new #demo .form .gform_description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.28px;
        margin: 0 0 32px 0 !important;
        display: block; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #demo .form .gform_description {
            margin: 0 0 24px 0 !important; } }
      .page-template-template-home--new #demo .form .gfield {
        margin: 0 0 32px 0;
        position: relative; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #demo .form .gfield {
            margin: 0 0 24px 0; } }
        @media (max-width: 700px) {
          .page-template-template-home--new #demo .form .gfield {
            margin: 0 0 16px 0; } }
      .page-template-template-home--new #demo .form .gfield_label {
        position: absolute;
        display: inline-block !important;
        border-radius: 4px;
        background: #0E353D;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding: 4px 10px;
        z-index: 1;
        left: 20px;
        top: -15px; }
      .page-template-template-home--new #demo .form .gfield_required {
        display: none !important; }
      .page-template-template-home--new #demo .form input {
        background: #134853;
        border: 1px solid #455457;
        border-radius: 10px;
        color: #D0D5D5;
        padding: 18px 20px;
        font-family: "Roboto Flex", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; }
        @media (max-width: 700px) {
          .page-template-template-home--new #demo .form input {
            padding: 16px 20px; } }
      .page-template-template-home--new #demo .form .gform_footer {
        text-align: right; }
      .page-template-template-home--new #demo .form .gform_button {
        background: #75E1CF;
        border-radius: 50px;
        color: #09262B;
        cursor: pointer;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        padding: 16px 24px;
        font-family: "Roboto Flex", sans-serif;
        border: none;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #demo .form .gform_button {
            font-size: 17px; } }
        .page-template-template-home--new #demo .form .gform_button:hover {
          color: #fff;
          background: #09262B;
          border-color: #09262B; }
      .page-template-template-home--new #demo .form .gform_confirmation_message {
        text-align: center; }
        .page-template-template-home--new #demo .form .gform_confirmation_message a {
          text-decoration: underline; }
      .page-template-template-home--new #demo .form .gform_submission_error {
        display: none !important; }
  .page-template-template-home--new #whitepaper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0E353D33;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .page-template-template-home--new #whitepaper.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .page-template-template-home--new #whitepaper .form {
      border-radius: 12px;
      background: #0E353D;
      border: 1px solid #455457;
      padding: 72px 128px;
      -webkit-box-shadow: 0 16px 32px 0px #00000073;
              box-shadow: 0 16px 32px 0px #00000073;
      width: 700px;
      position: relative;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media (max-width: 700px) {
        .page-template-template-home--new #whitepaper .form {
          padding: 48px 16px 16px 16px;
          width: calc(100% - 32px); } }
      .page-template-template-home--new #whitepaper .form .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page-template-template-home--new #whitepaper .form .gform_title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
        margin: 0 0 32px 0; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #whitepaper .form .gform_title {
            margin: 0 0 24px 0; } }
      .page-template-template-home--new #whitepaper .form .gform_description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.28px;
        margin: 0 0 32px 0 !important;
        display: block; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #whitepaper .form .gform_description {
            margin: 0 0 24px 0 !important; } }
      .page-template-template-home--new #whitepaper .form .gfield {
        margin: 0 0 32px 0;
        position: relative; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #whitepaper .form .gfield {
            margin: 0 0 24px 0; } }
        @media (max-width: 700px) {
          .page-template-template-home--new #whitepaper .form .gfield {
            margin: 0 0 16px 0; } }
      .page-template-template-home--new #whitepaper .form .gfield_label {
        position: absolute;
        display: inline-block !important;
        border-radius: 4px;
        background: #0E353D;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding: 4px 10px;
        z-index: 1;
        left: 20px;
        top: -15px; }
      .page-template-template-home--new #whitepaper .form .gfield_required {
        display: none !important; }
      .page-template-template-home--new #whitepaper .form input {
        background: #134853;
        border: 1px solid #455457;
        border-radius: 10px;
        color: #D0D5D5;
        padding: 18px 20px;
        font-family: "Roboto Flex", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; }
        @media (max-width: 700px) {
          .page-template-template-home--new #whitepaper .form input {
            padding: 16px 20px; } }
      .page-template-template-home--new #whitepaper .form .gform_footer {
        text-align: right; }
      .page-template-template-home--new #whitepaper .form .gform_button {
        background: #75E1CF;
        border-radius: 50px;
        color: #09262B;
        cursor: pointer;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        padding: 16px 24px;
        font-family: "Roboto Flex", sans-serif;
        border: none;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        @media (max-width: 1160px) {
          .page-template-template-home--new #whitepaper .form .gform_button {
            font-size: 17px; } }
        .page-template-template-home--new #whitepaper .form .gform_button:hover {
          color: #fff;
          background: #09262B;
          border-color: #09262B; }
      .page-template-template-home--new #whitepaper .form .gform_confirmation_message {
        text-align: center; }
      .page-template-template-home--new #whitepaper .form .gform_submission_error {
        display: none !important; }
  .page-template-template-home--new #message {
    background: #0E353D33;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
    .page-template-template-home--new #message:before {
      content: none; }
    .page-template-template-home--new #message .message__contents {
      background: #0E353D;
      border: 1px solid #455457;
      -webkit-box-shadow: 0 16px 32px 0px #00000073;
              box-shadow: 0 16px 32px 0px #00000073; }
    .page-template-template-home--new #message .message__close svg {
      -webkit-filter: invert(0);
              filter: invert(0); }
    .page-template-template-home--new #message .message__form .gform_title {
      color: #fff;
      font-family: "Roboto Flex", sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: -0.64px; }
    .page-template-template-home--new #message .message__form .gform_description {
      color: #fff;
      font-family: "Roboto Flex", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.28px; }
    .page-template-template-home--new #message .message__form .gfield_label {
      background: #0E353D;
      color: #fff;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      padding: 4px 10px;
      left: 20px;
      top: -15px; }
    .page-template-template-home--new #message .message__form .gform_button {
      background: #75E1CF;
      color: #09262B;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      padding: 16px 24px;
      font-family: "Roboto Flex", sans-serif;
      border: none; }
      @media (max-width: 1160px) {
        .page-template-template-home--new #message .message__form .gform_button {
          font-size: 17px; } }
      .page-template-template-home--new #message .message__form .gform_button:hover {
        color: #fff;
        background: #09262B;
        border-color: #09262B; }
    .page-template-template-home--new #message .message__form input {
      background: #134853;
      border: 1px solid #455457;
      color: #D0D5D5; }
    .page-template-template-home--new #message .message__form textarea {
      background: #134853;
      border: 1px solid #455457;
      color: #D0D5D5; }

@media (max-width: 1024px) {
  .page-landing .home__intro .inner {
    height: calc(100vh - 85px - 20px); } }

@media (max-width: 660px) {
  .page-landing .home__intro .inner {
    width: 100%;
    height: calc(100vh - 85px - 20px); } }

.page-landing .home__intro .inner > div {
  width: 100%; }

.page-landing .message__contents {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (max-width: 660px) {
    .page-landing .message__contents {
      width: 100%; } }

@media (max-width: 660px) {
  .thanks__intro .blue {
    background-position: right center; } }

.page-press .intro .blue {
  background-position: bottom right;
  background-size: contain; }

.page-press .intro .image {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 660px) {
    .page-press .intro .image {
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; } }

.page-press .intro .stores {
  bottom: 35px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 660px) {
    .page-press .intro .stores {
      bottom: 25px;
      text-align: center;
      width: calc(100% - 40px); } }
  .page-press .intro .stores a {
    margin: 0 2.5px; }

.press {
  padding: 75px 8.33333% 55px 8.33333%; }
  @media (max-width: 1024px) {
    .press {
      padding: 40px 20px 20px 20px; } }
  @media (max-width: 660px) {
    .press {
      padding: 20px; } }
  .press .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 660px) {
      .press .list {
        margin: 0; } }
  .press .pages {
    font-family: 'ApercuPro-Bold';
    font-size: 17px;
    line-height: 21px;
    margin: 75px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .press .pages {
        font-size: 13px;
        line-height: 16px; } }
    .press .pages span {
      color: #ff604e; }
    .press .pages span,
    .press .pages a {
      display: block;
      margin: 0 5px; }

.press__article {
  padding: 0 10px;
  width: 33.33333%;
  margin: 0 0 20px 0; }
  @media (max-width: 1200px) {
    .press__article {
      width: 50%; } }
  @media (max-width: 660px) {
    .press__article {
      padding: 0;
      width: 100%; } }
  .press__article .inner {
    padding: 50px;
    background: #f0fcfc;
    border-radius: 30px;
    height: 100%;
    position: relative; }
    @media (max-width: 660px) {
      .press__article .inner {
        padding: 40px; } }
  .press__article a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .press__article .date {
    color: #ff604e;
    margin: 0 0 20px 0;
    text-transform: none; }
  .press__article .text {
    margin: 0 0 20px 0; }
  .press__article .logo {
    width: 50%; }

.inquiries {
  text-align: center; }
  .inquiries .inner {
    border: 2px solid #76d0cb;
    border-radius: 60px;
    padding: 50px 0;
    margin: 0 8.33333%; }
    @media (max-width: 1024px) {
      .inquiries .inner {
        margin: 0; } }
    @media (max-width: 660px) {
      .inquiries .inner {
        border-radius: 30px;
        padding: 40px 0; } }
  .inquiries .title {
    margin: 0 0 20px 0; }
  .inquiries .button {
    margin: 20px 0 0 0; }
    .inquiries .button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .inquiries .button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .inquiries .button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .inquiries .button a {
          padding: 10px 30px 10px 50px; } }
      .inquiries .button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .inquiries .button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .inquiries .button a:before {
            left: 10px; } }
      .inquiries .button a:hover {
        background: #000; }

.videos {
  padding: 75px 0 0 0; }
  .videos .title {
    margin: 0 0 40px 0;
    text-align: center; }
  .videos .blue {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  .videos .inner {
    display: block;
    padding: 40px 16.66667%; }
    @media (max-width: 1024px) {
      .videos .inner {
        height: auto;
        padding: 40px; } }
    @media (max-width: 768px) {
      .videos .inner {
        height: auto; } }
    @media (max-width: 660px) {
      .videos .inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 40px 8.33333% 40px 8.33333%; } }
  .videos .top {
    margin: 0 0 40px 0; }
    .videos .top .has-video {
      cursor: pointer;
      position: relative; }
      .videos .top .has-video:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAABGdBTUEAALGPC/xhBQAACklpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAAEiJnVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/stRzjPAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAJcEhZcwAACxMAAAsTAQCanBgAAASNSURBVGiB1dp9iFRVGMfxz45j1iRmpIUmYpDbWoGKKZRlmEkikWXv9l5UFNUfWUEEFQQSuxkoKBmoBRpIf6SQGVQU2Ssa1WaaW1uy0rvgy76U+zb9cWZynGZ35+69O7t94cLuvec89/kx5zz3ec45VedtXi0hMrgYs1GDc3A6TsYoHEIrfsNe7MaH+BztSTiQjtk/gxuwBJfihF7ajs5dZ2JGwf02vION2IyO/jrTXzFj8CgeyDkYhwwW5a5fsBKr0BLVUCpi+zSW4ns8Kb6QYsbjeTTgLlRF6RxFTA124gXJiyhmHNbhPWFYlkW5Yu7ADkyN7lcs5uJLXFFO477EVGEZXsHIWG71n7HYigf7athXAFiBh5PwKCbDhKCQEYZ5SXr7ZZ41NIQUUisM+ZL0JOZ2PDMg7sSjCmuFufQfSomZgsTSggFgmPCBPaP4QbGY4XhNSEGGMvnQfRzFYh7BtEp4kwALcX3hjUIxp+HpiroTn1oF+WChmMeF7Pb/xCTcmf8nLyaD+wfBmSR4TC6Hy4u5QQL51oVjJ0TLDJNhslB+/CtmSRJWnzj/IhvmLDb11P9EzYHmFoKYjJyyJJh66hk2zFmsdsblxp1UsXRuAUHMxXqvECNThYUTJntz3s0emTJLJj08SfOlmIDqvJhEaOk8vuIdMSztvuoZts5b4pqJNVJVAzqjZqdQnZS1bDZb8v7YEzOemz7XpkuvM3PM+KReV0xNSsjFKsKUU8ZYP3uRFbMWmHjyKUmbr0kJeU4i/NXVWVa7eePOsuWymyw978Ik59P4lATr+a5sd9lth6dS7jp7WpLzaVRKyJQHjfx8qrtgflxBJ6ZxFCOScOxoV1fkPm2dHVbv3Wnjj/W6ewgg5ZpKC8umiXyy27vLF9Odzdqyf6+Vez73599tSbz+SFpYRaxo/rHjwC9qd31sz+EDSZptSuMHTE/CWl8BoKn1sOXffuq9X39K4nXFNKRRr6hi6y9/dZYOzc0dR61p+MLGH7/R0V1+xIvI7rSwrTAgdGW7vb5vt1Xf7XCw/e+Bek2e7Wl8JmwrZOJayzoWjT76o0ndrk80Nh+Ma7YcGuXmTDu24dq4Fls6OzQ2H1S36xMf/dEU11wUNkNVbufsKmyJa3HSyNH2tx6JlAkkxDR8na80twkhOhb7Wg4NhpCd+JpjZXMH6irtRUIsy/9RuNT0Mn6vvC+xqJebLxwvpg1PVdqbmCzlWAgtXp5dhw8q6U0MXsW7hTeKxWRxKxJNmgaABiX2jkptafyM2xA9n68MbbgRzcUPetpsehsPKRiPQ4R2IY/8qtTD3rYBXxIW04eKoA5hR++tnhr0tdu8HPca/CHXKpzg2NRbo3LOAazFfOEAz2DwvbBQua2vhuUeanhfKOC2xnAqKlnhUzFDD3OkmCjHTX7Dlbga+6L5FZl6YTH/HiWiVk9EPQhEyK6rcTe+60f/3tiJxcIo2B61c3/EECLLepyLi7BG+D71h0a8KJzLmYk30K/UO+7huSw+zV2EX+wS4RRgtbDqM1KoYlty16/CScA9QsmeWBX3D5pwEUVNKAvgAAAAAElFTkSuQmCC) center no-repeat;
        content: '';
        height: 51px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 51px;
        z-index: 1;
        pointer-events: none; }
      .videos .top .has-video img {
        width: 100%; }
  .videos .bottom {
    padding: 0 16.66667%; }
    @media (max-width: 660px) {
      .videos .bottom {
        padding: 0; } }
    .videos .bottom .slick-list {
      margin: 0 -10px; }
    .videos .bottom .slick-slide {
      padding: 0 10px; }
    .videos .bottom .slide {
      cursor: pointer;
      position: relative; }
      .videos .bottom .slide:before {
        content: '';
        background: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0; }
      .videos .bottom .slide:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAABGdBTUEAALGPC/xhBQAACklpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAAEiJnVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/stRzjPAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAJcEhZcwAACxMAAAsTAQCanBgAAASNSURBVGiB1dp9iFRVGMfxz45j1iRmpIUmYpDbWoGKKZRlmEkikWXv9l5UFNUfWUEEFQQSuxkoKBmoBRpIf6SQGVQU2Ssa1WaaW1uy0rvgy76U+zb9cWZynGZ35+69O7t94cLuvec89/kx5zz3ec45VedtXi0hMrgYs1GDc3A6TsYoHEIrfsNe7MaH+BztSTiQjtk/gxuwBJfihF7ajs5dZ2JGwf02vION2IyO/jrTXzFj8CgeyDkYhwwW5a5fsBKr0BLVUCpi+zSW4ns8Kb6QYsbjeTTgLlRF6RxFTA124gXJiyhmHNbhPWFYlkW5Yu7ADkyN7lcs5uJLXFFO477EVGEZXsHIWG71n7HYigf7athXAFiBh5PwKCbDhKCQEYZ5SXr7ZZ41NIQUUisM+ZL0JOZ2PDMg7sSjCmuFufQfSomZgsTSggFgmPCBPaP4QbGY4XhNSEGGMvnQfRzFYh7BtEp4kwALcX3hjUIxp+HpiroTn1oF+WChmMeF7Pb/xCTcmf8nLyaD+wfBmSR4TC6Hy4u5QQL51oVjJ0TLDJNhslB+/CtmSRJWnzj/IhvmLDb11P9EzYHmFoKYjJyyJJh66hk2zFmsdsblxp1UsXRuAUHMxXqvECNThYUTJntz3s0emTJLJj08SfOlmIDqvJhEaOk8vuIdMSztvuoZts5b4pqJNVJVAzqjZqdQnZS1bDZb8v7YEzOemz7XpkuvM3PM+KReV0xNSsjFKsKUU8ZYP3uRFbMWmHjyKUmbr0kJeU4i/NXVWVa7eePOsuWymyw978Ik59P4lATr+a5sd9lth6dS7jp7WpLzaVRKyJQHjfx8qrtgflxBJ6ZxFCOScOxoV1fkPm2dHVbv3Wnjj/W6ewgg5ZpKC8umiXyy27vLF9Odzdqyf6+Vez73599tSbz+SFpYRaxo/rHjwC9qd31sz+EDSZptSuMHTE/CWl8BoKn1sOXffuq9X39K4nXFNKRRr6hi6y9/dZYOzc0dR61p+MLGH7/R0V1+xIvI7rSwrTAgdGW7vb5vt1Xf7XCw/e+Bek2e7Wl8JmwrZOJayzoWjT76o0ndrk80Nh+Ma7YcGuXmTDu24dq4Fls6OzQ2H1S36xMf/dEU11wUNkNVbufsKmyJa3HSyNH2tx6JlAkkxDR8na80twkhOhb7Wg4NhpCd+JpjZXMH6irtRUIsy/9RuNT0Mn6vvC+xqJebLxwvpg1PVdqbmCzlWAgtXp5dhw8q6U0MXsW7hTeKxWRxKxJNmgaABiX2jkptafyM2xA9n68MbbgRzcUPetpsehsPKRiPQ4R2IY/8qtTD3rYBXxIW04eKoA5hR++tnhr0tdu8HPca/CHXKpzg2NRbo3LOAazFfOEAz2DwvbBQua2vhuUeanhfKOC2xnAqKlnhUzFDD3OkmCjHTX7Dlbga+6L5FZl6YTH/HiWiVk9EPQhEyK6rcTe+60f/3tiJxcIo2B61c3/EECLLepyLi7BG+D71h0a8KJzLmYk30K/UO+7huSw+zV2EX+wS4RRgtbDqM1KoYlty16/CScA9QsmeWBX3D5pwEUVNKAvgAAAAAElFTkSuQmCC) center no-repeat;
        content: '';
        height: 51px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 51px;
        z-index: 1;
        pointer-events: none; }
  .videos .slick-slide > div {
    line-height: 0; }

.quote {
  color: #17bdb1;
  font-family: 'ApercuPro-Bold';
  font-size: 34px;
  line-height: 1; }

.page-help .guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-help .guide {
  padding: 0 70px;
  width: 33.33333%;
  margin: 0 0 40px 0; }
  @media (max-width: 1360px) {
    .page-help .guide {
      padding: 0 40px; } }
  @media (max-width: 1024px) {
    .page-help .guide {
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .page-help .guide {
      margin: 0 0 20px 0;
      padding: 0 10px; } }
  @media (max-width: 660px) {
    .page-help .guide {
      width: 50%; } }
  @media (max-width: 414px) {
    .page-help .guide {
      padding: 0;
      width: 100%; } }
  .page-help .guide a {
    background: #dcf4f8;
    border-radius: 30px;
    padding: 30px 50px 0 50px;
    display: block; }
    .page-help .guide a:hover {
      background: #d1eff0;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .page-help .guide .count {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #ff604e;
    color: #ff604e;
    margin: 0 auto 10px auto; }
  .page-help .guide .title {
    margin: 0 0 5px 0;
    text-align: center;
    min-height: 50px; }
  .page-help .guide .image {
    text-align: center; }

.page-help .titles {
  padding: 65px 0; }
  .page-help .titles .subtitle {
    margin: 10px 0 0 0; }

.page-help .tabs {
  padding: 0 25% 150px 25%; }
  @media (max-width: 1024px) {
    .page-help .tabs {
      padding: 0 16.66667% 150px 16.66667%; } }
  @media (max-width: 768px) {
    .page-help .tabs {
      padding: 0 8.33333% 50px 8.33333%; } }
  @media (max-width: 767px) {
    .page-help .tabs {
      padding: 0 0 50px 0; } }

.page-help .tab {
  border-bottom: 1px solid #000; }
  .page-help .tab.is-active .tab__title {
    color: #ff604e; }
    .page-help .tab.is-active .tab__title span:nth-child(2):before, .page-help .tab.is-active .tab__title span:nth-child(2):after {
      background: #ff604e; }
    .page-help .tab.is-active .tab__title span:nth-child(2):after {
      -webkit-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0); }

.page-help .tab__title {
  cursor: pointer;
  padding: 20px 0;
  position: relative; }
  .page-help .tab__title span:nth-child(2):before, .page-help .tab__title span:nth-child(2):after {
    background: #000;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-help .tab__title span:nth-child(2):after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }

.page-help .tab__texts {
  display: none; }
  .page-help .tab__texts > div {
    padding: 0 0 20px 0; }
  .page-help .tab__texts ul {
    list-style: disc;
    list-style-position: inside; }

.help__more .inner {
  padding: 0 25% 150px 25%; }
  @media (max-width: 1024px) {
    .help__more .inner {
      padding: 0 16.66667% 150px 16.66667%; } }
  @media (max-width: 768px) {
    .help__more .inner {
      padding: 0 8.33333% 50px 8.33333%; } }
  @media (max-width: 767px) {
    .help__more .inner {
      padding: 0 0 50px 0; } }

.help__more .text a {
  color: #ff604e; }
  .help__more .text a:hover {
    text-decoration: underline; }

.page-guide .features__features .features .inner {
  min-height: 0; }

.guide__intro {
  padding: 85px 0 85px 0; }
  .guide__intro .title {
    margin: 0 0 20px 0; }
  .guide__intro .text {
    font-family: 'SourceSerifPro-Regular'; }

.guide__icons {
  margin: 0 0 85px 0; }
  .guide__icons .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1024px) {
      .guide__icons .inner {
        margin: 0 -10px; } }
    @media (max-width: 660px) {
      .guide__icons .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0; } }
  .guide__icons .icon {
    padding: 0 15px;
    width: 33.33333%; }
    @media (max-width: 1024px) {
      .guide__icons .icon {
        padding: 0 10px; } }
    @media (max-width: 660px) {
      .guide__icons .icon {
        padding: 0;
        width: 100%;
        margin: 0 0 20px 0; } }
    .guide__icons .icon > div {
      background: #dcf4f8;
      border-radius: 30px;
      height: 100%;
      padding: 40px;
      text-align: center; }
      @media (max-width: 1024px) {
        .guide__icons .icon > div {
          padding: 20px; } }
    .guide__icons .icon .image {
      margin: 0 0 10px 0; }
      .guide__icons .icon .image img {
        margin: 0 auto;
        max-width: 130px; }
    .guide__icons .icon .title {
      margin: 0 0 10px 0; }
    .guide__icons .icon .text {
      font-family: 'SourceSerifPro-Regular'; }
      @media (max-width: 1024px) {
        .guide__icons .icon .text br {
          display: none; } }
      .guide__icons .icon .text a {
        color: #ff604e;
        text-decoration: underline; }
      .guide__icons .icon .text img {
        display: block;
        margin: 10px auto 0 auto;
        max-width: 100px; }

.page-template-template-onboarding #content {
  padding: 0 90px 100px 90px;
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .page-template-template-onboarding #content {
      padding: 0 20px 100px 20px; } }

.page-template-template-onboarding .logo {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-template-template-onboarding .ointro {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-template-template-onboarding .ointro .top {
    text-align: center; }
    .page-template-template-onboarding .ointro .top .line_1 {
      font-family: 'ApercuPro-Bold';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      margin: 0 0 15px 0; }
      .page-template-template-onboarding .ointro .top .line_1 strong {
        color: #F36050; }
    .page-template-template-onboarding .ointro .top .line_2 {
      font-family: 'SourceSerifPro-Regular';
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      max-width: 600px;
      margin: 0 auto; }
      .page-template-template-onboarding .ointro .top .line_2 strong {
        font-family: 'ApercuPro-Bold';
        font-weight: normal;
        font-style: normal; }
  .page-template-template-onboarding .ointro .middle {
    margin: 25px 0;
    border-radius: 60px;
    background-color: #d1eff0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 960px) {
      .page-template-template-onboarding .ointro .middle {
        border-radius: 20px; } }
    .page-template-template-onboarding .ointro .middle .image {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .page-template-template-onboarding .ointro .middle * {
      height: 100%; }
  .page-template-template-onboarding .ointro .bottom {
    text-align: center;
    font-family: 'ApercuPro-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 22px; }
    .page-template-template-onboarding .ointro .bottom .title strong {
      color: #F36050; }
    .page-template-template-onboarding .ointro .bottom .text {
      padding: 0 0 20px 0; }

.page-template-template-onboarding .oquotes {
  margin: 70px 0 0 0; }
  @media (max-width: 768px) {
    .page-template-template-onboarding .oquotes {
      margin: 35px 0 0 0; } }
  .page-template-template-onboarding .oquotes .slider {
    margin: 0 0 100px 0; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .oquotes .slider {
        margin: 0 0 40px 0; } }
  .page-template-template-onboarding .oquotes .slick-list {
    margin: 0 -10px; }
  .page-template-template-onboarding .oquotes .slick-slide {
    margin: 0 10px; }
  .page-template-template-onboarding .oquotes .slide {
    padding: 30px;
    border-radius: 30px;
    background: #e8f8f8;
    height: 100%;
    min-height: 360px;
    position: relative; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .oquotes .slide {
        min-height: 300px; } }
  .page-template-template-onboarding .oquotes .stars {
    margin: 0 0 20px 0; }
  .page-template-template-onboarding .oquotes .name {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .page-template-template-onboarding .oquotes .text {
    font-size: 18px;
    line-height: 28px; }
  .page-template-template-onboarding .oquotes .bottom {
    text-align: center; }
    .page-template-template-onboarding .oquotes .bottom .button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .page-template-template-onboarding .oquotes .bottom .button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .page-template-template-onboarding .oquotes .bottom .button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .page-template-template-onboarding .oquotes .bottom .button a {
          padding: 10px 30px 10px 50px; } }
      .page-template-template-onboarding .oquotes .bottom .button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .page-template-template-onboarding .oquotes .bottom .button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .page-template-template-onboarding .oquotes .bottom .button a:before {
            left: 10px; } }
      .page-template-template-onboarding .oquotes .bottom .button a:hover {
        background: #000; }
    .page-template-template-onboarding .oquotes .bottom .text {
      margin: 20px 0 0 0; }
      .page-template-template-onboarding .oquotes .bottom .text a,
      .page-template-template-onboarding .oquotes .bottom .text strong {
        color: #ff604e; }

.page-template-template-onboarding .oadvantages {
  margin: 0 0 70px 0; }
  @media (max-width: 768px) {
    .page-template-template-onboarding .oadvantages {
      margin: 0 0 35px 0; } }
  .page-template-template-onboarding .oadvantages .title {
    font-family: 'ApercuPro-Bold';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 40px 0; }
  .page-template-template-onboarding .oadvantages .line_1 {
    margin: 0 0 30px 0; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .oadvantages .line_1 {
        margin: 0 0 60px 0; } }
  .page-template-template-onboarding .oadvantages .banner_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .oadvantages .banner_1 {
        margin: 0; } }
    .page-template-template-onboarding .oadvantages .banner_1 > div {
      padding: 0 15px;
      width: 50%; }
      @media (max-width: 768px) {
        .page-template-template-onboarding .oadvantages .banner_1 > div {
          padding: 0;
          width: 100%; } }
    .page-template-template-onboarding .oadvantages .banner_1 .image > div {
      border-radius: 60px;
      background-color: #E8F9F8;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .page-template-template-onboarding .oadvantages .banner_1 .text {
      font-family: 'ApercuPro-Bold';
      font-weight: normal;
      font-style: normal;
      font-size: 26px;
      line-height: 30px;
      padding: 40px 15px; }
      @media (max-width: 960px) {
        .page-template-template-onboarding .oadvantages .banner_1 .text {
          font-size: 18px;
          line-height: 20px;
          padding: 40px 15px 0 15px; } }
    .page-template-template-onboarding .oadvantages .banner_1 li {
      position: relative;
      padding: 0 0 0 55px;
      margin: 0 0 20px 0; }
      @media (max-width: 960px) {
        .page-template-template-onboarding .oadvantages .banner_1 li {
          padding: 0 0 0 45px; } }
      .page-template-template-onboarding .oadvantages .banner_1 li:before {
        content: '';
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc0ODggMTkuMTYzNUwwLjM0NTUxIDYuNzQ5MDFDLTAuMjAxODg2IDYuMTUyNzMgLTAuMDg1MjYxOSA1LjMxNzIgMC41OTkwNDIgNC44NzYwMkMxLjI4Nzk3IDQuNDM1MzEgMi4yODQyIDQuNTYyODMgMi44MzE5OCA1LjE1NTIzTDExLjc4OSAxNC45MDM5TDI1Ljc1MTMgMS4wMDQ5OEMyNi4zMDcgMC40NDg5MDMgMjcuMzExOSAwLjM5Njg2OCAyNy45ODcgMC44ODQzNzdDMjguNjY2NyAxLjM3MjM1IDI4Ljc2MzYgMi4yMjE0OCAyOC4yMDgzIDIuNzczNjhMMTEuNzQ4OCAxOS4xNjM1WiIgZmlsbD0iIzVGQjhBQSIvPgo8L3N2Zz4K) no-repeat center center;
        position: absolute;
        left: 0;
        top: 5px;
        width: 29px;
        height: 20px; }
        @media (max-width: 768px) {
          .page-template-template-onboarding .oadvantages .banner_1 li:before {
            top: 1px; } }
  .page-template-template-onboarding .oadvantages .line_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .oadvantages .line_2 {
        margin: 0; } }
    .page-template-template-onboarding .oadvantages .line_2 > div {
      padding: 0 15px;
      width: 50%; }
      @media (max-width: 768px) {
        .page-template-template-onboarding .oadvantages .line_2 > div {
          margin: 0 0 35px 0;
          padding: 0;
          width: 100%; } }
      .page-template-template-onboarding .oadvantages .line_2 > div .inner {
        border-radius: 60px;
        background-color: #E8F9F8;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 35px 0 35px 35px; }
        @media (max-width: 960px) {
          .page-template-template-onboarding .oadvantages .line_2 > div .inner {
            border-radius: 20px; } }
    .page-template-template-onboarding .oadvantages .line_2 .banner_3 .inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.page-template-template-onboarding .opartners {
  margin: 0 0 35px 0; }
  .page-template-template-onboarding .opartners .title {
    font-family: 'ApercuPro-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin: 0 0 35px 0;
    color: #F36050; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .opartners .title {
        margin: 0 0 35px 0; } }
  .page-template-template-onboarding .opartners .slick-list {
    overflow: visible !important; }
  .page-template-template-onboarding .opartners .slide > div {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px; }
  .page-template-template-onboarding .opartners img {
    max-height: 80px;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .opartners img {
        padding: 20px; } }

.page-template-template-onboarding .obanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 768px) {
    .page-template-template-onboarding .obanners {
      margin: 0; } }
  .page-template-template-onboarding .obanners > div {
    padding: 0 15px;
    width: 50%; }
    @media (max-width: 768px) {
      .page-template-template-onboarding .obanners > div {
        padding: 0;
        width: 100%;
        margin: 0 0 35px 0; }
        .page-template-template-onboarding .obanners > div:last-child {
          margin: 0; } }
    .page-template-template-onboarding .obanners > div .inner {
      border-radius: 60px;
      background-color: #E8F9F8;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      @media (max-width: 960px) {
        .page-template-template-onboarding .obanners > div .inner {
          border-radius: 20px; } }
  .page-template-template-onboarding .obanners .banner_1 .inner {
    padding: 0 70px; }
  @media (max-width: 960px) {
    .page-template-template-onboarding .obanners .banner_2 .inner {
      padding: 70px 35px; } }
  .page-template-template-onboarding .obanners .banner_2 .line_1 {
    font-family: 'ApercuPro-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 15px 0; }
    .page-template-template-onboarding .obanners .banner_2 .line_1 strong {
      color: #F36050; }
  .page-template-template-onboarding .obanners .banner_2 .line_2 {
    margin: 0 0 15px 0; }
  .page-template-template-onboarding .obanners .banner_2 a {
    background: #5FB8AA;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    padding: 18px 90px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'ApercuPro-Bold';
    font-weight: normal;
    font-style: normal;
    white-space: nowrap; }
    @media (max-width: 960px) {
      .page-template-template-onboarding .obanners .banner_2 a {
        padding: 18px 35px; } }

.page-template-template-onboarding .cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10; }
  .page-template-template-onboarding .cta a {
    background: #5FB8AA;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    padding: 18px 90px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'ApercuPro-Bold';
    font-weight: normal;
    font-style: normal;
    white-space: nowrap; }

@media (max-width: 768px) {
  .page-template-template-onboarding .home__video .max-width {
    padding: 0; } }

.stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .stores a {
    display: block;
    margin: 0 2.5px; }
  .stores img {
    width: 170px; }

.join-waitlist a {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  min-width: 0; }
  @media (max-width: 768px) {
    .join-waitlist a {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .join-waitlist a {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .join-waitlist a {
      padding: 10px 30px 10px 50px; } }
  .join-waitlist a:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .join-waitlist a:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .join-waitlist a:before {
        left: 10px; } }
  .join-waitlist a:hover {
    background: #000; }

.home__intro .join-waitlist {
  text-align: center;
  margin: 0 0 20px 0; }

.form-horizontal .inner {
  padding: 0 8.33333%; }
  @media (max-width: 768px) {
    .form-horizontal .inner {
      padding: 0; } }
  .form-horizontal .inner > div {
    background: #eefbfb;
    border-radius: 60px;
    padding: 60px 60px 90px 60px; }
    @media (max-width: 768px) {
      .form-horizontal .inner > div {
        border-radius: 30px;
        padding: 40px 20px 40px 20px; } }

.form-horizontal .gform_confirmation_wrapper {
  text-align: center; }

.form-horizontal .form__title {
  text-align: center;
  margin: 0 0 30px 0; }

.form-horizontal form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .form-horizontal form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.form-horizontal .gform_fields {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .form-horizontal .gform_fields {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .form-horizontal .gform_fields li {
    width: 33.33333%;
    padding: 0 5px; }
    @media (max-width: 768px) {
      .form-horizontal .gform_fields li {
        padding: 0 0 10px 0;
        width: 100%; } }
  .form-horizontal .gform_fields input {
    font-family: 'SourceSerifPro-Regular';
    font-size: 14px;
    line-height: 1;
    border-radius: 30px;
    border: 1px solid #5db9a9;
    padding: 10px 15px 10px 15px;
    width: 100%; }
    @media (max-width: 768px) {
      .form-horizontal .gform_fields input {
        font-size: 13px; } }

.form-horizontal .gfield {
  margin: 0; }

.form-horizontal .gform_body {
  width: 75%; }
  @media (max-width: 768px) {
    .form-horizontal .gform_body {
      width: 100%; } }

.form-horizontal .gform_footer {
  width: 25%; }
  @media (max-width: 768px) {
    .form-horizontal .gform_footer {
      width: 100%; } }

.form-horizontal .gform_button {
  font-family: 'ApercuPro-Bold';
  font-size: 17px;
  line-height: 21px;
  background: #ff604e;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  min-width: 360px;
  padding: 10px 30px 10px 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap;
  border: none;
  min-width: 0;
  width: 100%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .form-horizontal .gform_button {
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .form-horizontal .gform_button {
      padding: 5px 30px 5px 50px; } }
  @media (max-width: 660px) {
    .form-horizontal .gform_button {
      padding: 10px 30px 10px 50px; } }
  .form-horizontal .gform_button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    height: 24px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px; }
    @media (max-width: 768px) {
      .form-horizontal .gform_button:before {
        background-size: 20px;
        height: 18px;
        left: 5px;
        width: 18px; } }
    @media (max-width: 768px) {
      .form-horizontal .gform_button:before {
        left: 10px; } }
  .form-horizontal .gform_button:hover {
    background: #000; }

.offers__intro {
  padding: 60px 0;
  text-align: center; }

.offers > div > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 660px) {
    .offers > div > .inner {
      margin: 0; } }

.tease--offer {
  margin: 0 0 30px;
  padding: 0 15px;
  width: 50%; }
  @media (max-width: 660px) {
    .tease--offer {
      width: 100%;
      margin: 0 0 15px;
      padding: 0; } }
  .tease--offer .inner {
    background: #dcf4f8;
    border-radius: 60px;
    padding: 30px 100px;
    position: relative;
    text-align: center;
    height: 100%; }
    @media (max-width: 768px) {
      .tease--offer .inner {
        border-radius: 30px;
        padding: 30px; } }
  .tease--offer .tease__date {
    color: #5db9a9;
    margin: 0 0 10px 0; }
    .tease--offer .tease__date .h6 {
      text-transform: none; }
  .tease--offer .tease__image {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    width: 133px;
    height: 133px;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden; }
    .tease--offer .tease__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: calc(100% - 10px); }
  .tease--offer .tease__title {
    margin: 0 0 10px 0; }
  .tease--offer .tease__button {
    margin: 30px 0 0 0; }
    .tease--offer .tease__button a {
      font-family: 'ApercuPro-Bold';
      font-size: 17px;
      line-height: 21px;
      background: #ff604e;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      display: inline-block;
      min-width: 360px;
      padding: 10px 30px 10px 50px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      min-width: 0; }
      @media (max-width: 768px) {
        .tease--offer .tease__button a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 768px) {
        .tease--offer .tease__button a {
          padding: 5px 30px 5px 50px; } }
      @media (max-width: 660px) {
        .tease--offer .tease__button a {
          padding: 10px 30px 10px 50px; } }
      .tease--offer .tease__button a:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIuNTg3IDcuNjY2bDQuMzM0IDQuMzMzLTQuMzM0IDQuMzM1LTEuMjA3LTEuMjQxIDIuMTU4LTIuMTkySDcuMDc5di0xLjgwMmg2LjQ1OUwxMS4zOCA4LjkwNmwxLjIwNy0xLjI0eiIvPjwvc3ZnPgo=) no-repeat center;
        border-radius: 50%;
        border: 1px solid #fff;
        content: '';
        height: 24px;
        left: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 24px; }
        @media (max-width: 768px) {
          .tease--offer .tease__button a:before {
            background-size: 20px;
            height: 18px;
            left: 5px;
            width: 18px; } }
        @media (max-width: 768px) {
          .tease--offer .tease__button a:before {
            left: 10px; } }
      .tease--offer .tease__button a:hover {
        background: #000; }

.offer__image {
  padding: 30px 0 0 0;
  text-align: center; }

.offer__title {
  text-align: center;
  padding: 60px 0; }

.offer__code {
  padding: 60px 0 0 0;
  text-align: center; }
  .offer__code span {
    background: #eefbfb;
    border-radius: 25px;
    display: inline-block;
    color: #1b6558;
    padding: 25px 75px; }

.offer__terms {
  padding: 60px 0 0 0;
  font-size: 16px;
  line-height: 30px; }

.offer__main > div > .inner {
  padding: 0 20%; }
  @media (max-width: 1024px) {
    .offer__main > div > .inner {
      padding: 0 20%; } }
  @media (max-width: 768px) {
    .offer__main > div > .inner {
      padding: 0 10%; } }
  @media (max-width: 660px) {
    .offer__main > div > .inner {
      padding: 0; } }

.offer__content {
  font-size: 16px;
  line-height: 30px; }

.offer__banner {
  margin: 300px 0 0 0; }
  @media (max-width: 660px) {
    .offer__banner {
      margin: 60px 0 0 0; } }
  .offer__banner .banner .inner {
    background: #eefbfb;
    border-radius: 60px; }
    @media (max-width: 660px) {
      .offer__banner .banner .inner {
        border-radius: 30px; } }

.offers__banner {
  margin: 300px 0 0 0; }
  @media (max-width: 660px) {
    .offers__banner {
      margin: 60px 0 0 0; } }
  .offers__banner .banner .inner {
    background: #eefbfb;
    border-radius: 60px; }
    @media (max-width: 660px) {
      .offers__banner .banner .inner {
        border-radius: 30px; } }

.work__quotes {
  margin: 60px 0 0 0; }
  .work__quotes .inner {
    padding: 0 8.33333%; }
    @media (max-width: 768px) {
      .work__quotes .inner {
        padding: 0; } }
  .work__quotes .title {
    text-align: center;
    margin: 0 0 60px 0; }
  .work__quotes .slider {
    margin: 0 -20px; }
  .work__quotes .slick-slide {
    margin: 0 20px; }
  .work__quotes .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .work__quotes .slick-slide {
    height: inherit !important; }
    .work__quotes .slick-slide > div {
      height: 100%; }
  .work__quotes .slick-dots {
    bottom: -60px; }
  .work__quotes .slide {
    border-radius: 30px;
    border: 1px solid #5db9a9;
    padding: 50px;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 660px) {
      .work__quotes .slide {
        padding: 20px; } }
    .work__quotes .slide .logo {
      margin: 0 0 20px 0; }
      .work__quotes .slide .logo img {
        max-height: 60px;
        width: auto; }
    .work__quotes .slide .text {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 30px 0; }
    .work__quotes .slide .by {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .work__quotes .slide .by > div:nth-child(1) {
        margin: 0 10px 0 0;
        width: 70px; }
    .work__quotes .slide .photo {
      overflow: hidden;
      border-radius: 100%;
      background: #5db9a9;
      height: 70px;
      width: 70px;
      text-align: center; }
      .work__quotes .slide .photo img {
        height: 100%;
        width: auto;
        max-width: none; }
    .work__quotes .slide .role {
      color: #5db9a9;
      text-transform: none; }
