/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Futura PT Bold Italic";
  src: url(../fonts/FuturaPT-BoldObl.aee5da.eot);
  src: url(../fonts/FuturaPT-BoldObl.aee5da.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-BoldObl.4b32be.woff2) format("woff2"), url(../fonts/FuturaPT-BoldObl.42da7c.woff) format("woff"), url(../fonts/FuturaPT-BoldObl.f68d0a.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT";
  src: url(../fonts/FuturaPT-Book.2975d3.eot);
  src: url(../fonts/FuturaPT-Book.2975d3.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-Book.6f746d.woff2) format("woff2"), url(../fonts/FuturaPT-Book.590497.woff) format("woff"), url(../fonts/FuturaPT-Book.8d785f.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Bold";
  src: url(../fonts/FuturaPT-Bold.8f2dc4.eot);
  src: url(../fonts/FuturaPT-Bold.8f2dc4.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-Bold.278edc.woff2) format("woff2"), url(../fonts/FuturaPT-Bold.eae7cd.woff) format("woff"), url(../fonts/FuturaPT-Bold.b2d23f.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Demi";
  src: url(../fonts/FuturaPT-Demi.b0636b.eot);
  src: url(../fonts/FuturaPT-Demi.b0636b.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-Demi.b3e8b2.woff2) format("woff2"), url(../fonts/FuturaPT-Demi.f09056.woff) format("woff"), url(../fonts/FuturaPT-Demi.98e562.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Heavy";
  src: url(../fonts/FuturaPT-Heavy.bd48b5.eot);
  src: url(../fonts/FuturaPT-Heavy.bd48b5.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-Heavy.5248ae.woff2) format("woff2"), url(../fonts/FuturaPT-Heavy.619cfe.woff) format("woff"), url(../fonts/FuturaPT-Heavy.770db0.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Medium Italic";
  src: url(../fonts/FuturaPT-MediumObl.b32f92.eot);
  src: url(../fonts/FuturaPT-MediumObl.b32f92.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-MediumObl.9b0f23.woff2) format("woff2"), url(../fonts/FuturaPT-MediumObl.06d9f6.woff) format("woff"), url(../fonts/FuturaPT-MediumObl.8f4ddc.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Demi Italic";
  src: url(../fonts/FuturaPT-DemiObl.858bab.eot);
  src: url(../fonts/FuturaPT-DemiObl.858bab.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-DemiObl.3a3228.woff2) format("woff2"), url(../fonts/FuturaPT-DemiObl.4a6858.woff) format("woff"), url(../fonts/FuturaPT-DemiObl.9fd9e0.ttf) format("truetype");
}
@font-face {
  font-family: "Futura PT Heavy Italic";
  src: url(../fonts/FuturaPT-HeavyObl.eb541b.eot);
  src: url(../fonts/FuturaPT-HeavyObl.eb541b.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-HeavyObl.866fa9.woff2) format("woff2"), url(../fonts/FuturaPT-HeavyObl.eab260.woff) format("woff"), url(../fonts/FuturaPT-HeavyObl.fe30af.ttf) format("truetype");
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Generics  */
html,
body,
p {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-rendering: optimizeLegibility;
  background-color: #000000;
  height: 100%;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

div,
header,
footer,
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-family: "Futura PT Bold Italic";
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Futura PT Bold Italic";
  font-size: 80px;
  line-height: 70px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

h3 {
  font-family: "Futura PT Bold Italic";
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 15px;
  }
}

h4 {
  font-family: "Futura PT Bold Italic";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

p {
  font-family: "Futura PT Demi";
  font-size: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

.select-box {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  padding: 20px 0;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
}
.select-box-light {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
}
.select-box-dark {
  color: #000;
  border-color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
}

.circle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: absolute;
  background: #fd7fc7;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.circle-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fd7fc7;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle-button svg {
  width: 38px;
  margin-bottom: 5px;
}
.circle-button svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle-button span {
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Futura PT Heavy";
  line-height: 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle-button:hover .picto-animated {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}
.circle-button:hover:before {
  background: #fff;
}
.circle-button:hover svg path {
  fill: #FD7FC7;
}
.circle-button:hover span {
  color: #FD7FC7;
}

.circle-small-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.circle-small-button.arrow-right-pink {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiNmZDdmYzciLz48L3N2Zz4=);
}
.circle-small-button.arrow-left-pink {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiNmZDdmYzciLz48L3N2Zz4=);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cookiebox {
  position: absolute;
  padding: 20px;
  background: #ffffff;
  -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;
}
.cookiebox p {
  font-size: 12px;
}
.cookiebox-actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookiebox-actions .button-check {
  background-color: #00bd80;
  border-color: #00bd80;
}
.cookiebox-actions .button-settings {
  border-color: #000000;
  color: #000000;
}

.button {
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura PT Heavy";
  line-height: 1em;
  padding: 16px 25px 15px;
  font-size: 13px;
  border-width: 2px;
  border-radius: 30px;
  border-style: solid;
  border-color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button:hover {
    background-color: #fff;
    color: #000;
  }
  .button:hover svg * {
    fill: #000;
  }
  .button:hover:before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.button svg {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
.button svg * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.contact-store svg {
  height: 24px;
  margin-top: -9px;
}
.button-check::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xODYiIGhlaWdodD0iMTMuODcyIiB2aWV3Qm94PSIwIDAgMTcuMTg2IDEzLjg3MiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3OCIgZD0ibS43MDcgOC40MzggNC4wMjEgNC4wMjFMMTYuNDc5LjcwOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.button.arrow-right-pink::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiNmZDdmYzciLz48L3N2Zz4=);
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}
.button.arrow-left::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi4xOTMiIGhlaWdodD0iMjQuMTg4IiB2aWV3Qm94PSIwIDAgMzYuMTkzIDI0LjE4OCI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJtMjEuNzg3IDIuMzEzIDguMzQ3IDguMzQ5SC0uMDAxdjMuMjdoMjkuNzMybC03Ljk0NSA3Ljk0NSAyLjMxMyAyLjMxMSAxMi4wOTMtMTIuMDkzTDI0LjA5OSAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 20px;
  width: 20px;
  vertical-align: bottom;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.button.business-offer-cta::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi45NzQiIGhlaWdodD0iMjcuOTU0IiB2aWV3Qm94PSIwIDAgMzYuOTc0IDI3Ljk1NCI+PHBhdGggZGF0YS1uYW1lPSJwaWN0byBidXNpbmVzcyIgZD0ibTI0Ljc2IDE4LjMyOC42NDMgMy42NDQtMTkuNDIyIDMuNDMxTDIuNTQ5IDUuOThsMTkuNDIzLTMuNDMxLjU4MSAzLjI5IDIuMTY3LS4zODMtLjk2NC01LjQ1N0wwIDQuMTk5bDQuMiAyMy43NTcgMjMuNzU3LTQuMi0xLjAyNi01Ljgxem02LjMzNi0xMS44MzYtMS41NTUgMS41NTYgMy4yMTUgMy4yMTZoLTE1LjY3djIuMmgxNS42ODNsLTMuMjI4IDMuMjI4IDEuNTU1IDEuNTU2IDUuODc4LTUuODc4eiIgZmlsbD0iIzFjYWRlZiIvPjwvc3ZnPg==);
  height: 30px;
  width: 35px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.button.link {
  border-width: 0;
}
.button.geolocation {
  position: relative;
  min-width: 150px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #00BD80;
  background-color: #00BD80;
  padding: 7px 18px;
  padding-left: 47px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.geolocation::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC40MzIiIGhlaWdodD0iMjguNDMyIiB2aWV3Qm94PSIwIDAgMjguNDMyIDI4LjQzMiI+PHBhdGggZD0iTTI0Ljg1MSAxMy4yMTZhMTEuMDEyIDExLjAxMiAwIDAgMC05LjYzNS05LjYzNVYwaC0ydjMuNTM2YTExLjAwNSAxMS4wMDUgMCAwIDAtMTAuMiA5LjY4SDB2MmgyLjk2OWExMSAxMSAwIDAgMCAxMC4yNDcgMTAuMjQ4djIuOTY4aDJ2LTMuMDEzYTExLjAwNiAxMS4wMDYgMCAwIDAgOS42ODEtMTAuMmgzLjUzNXYtMnpNMTUuMjE2IDIzLjR2LTIuMDc2aC0ydjIuMTRhOSA5IDAgMCAxLTguMjQ3LTguMjQ4aDIuMTM5di0ySDUuMDM1YTkuMDA3IDkuMDA3IDAgMCAxIDguMTgxLTcuNjh2MS41NzJoMlY1LjZhOS4wMDggOS4wMDggMCAwIDEgNy42MTUgNy42MTRoLTEuNTA3djJIMjIuOWE5IDkgMCAwIDEtNy42ODQgOC4xODZtLTEuMjgzLTExLjlhMyAzIDAgMSAwIDMgMyAzIDMgMCAwIDAtMy0zIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  height: 27px;
  width: 27px;
  left: 12px;
  position: absolute;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.resubscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #FD7FC7;
  background-color: #FD7FC7;
  padding: 12px 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.resubscribe.--learnmore, .button.resubscribe.--mobile {
  gap: 15px;
}
.button.resubscribe.--learnmore:after, .button.resubscribe.--mobile:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43OTMiIGhlaWdodD0iMjIuMTM1IiB2aWV3Qm94PSIwIDAgMTQuNzkzIDIyLjEzNSI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzc5IDEzLjMyNSA4LjI3MyAxOC40M1YtLjAwMWgtMnYxOC4xODRsLTQuODU5LTQuODU5TDAgMTQuNzM4bDcuNCA3LjQgNy40LTcuNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.resubscribe.--learnmore:after {
  width: 15px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43OTMiIGhlaWdodD0iMjIuMTM1IiB2aWV3Qm94PSIwIDAgMTQuNzkzIDIyLjEzNSI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzc5IDEzLjMyNSA4LjI3MyAxOC40M1YtLjAwMWgtMnYxOC4xODRsLTQuODU5LTQuODU5TDAgMTQuNzM4bDcuNCA3LjQgNy40LTcuNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.button.resubscribe.--mobile:after {
  width: 22px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.button.resubscribe.--store:before, .button.resubscribe.--client:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.resubscribe.--store:before {
  height: 26px;
  width: 19px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4zMTkiIGhlaWdodD0iMjYuNzAyIiB2aWV3Qm94PSIwIDAgMTkuMzE5IDI2LjcwMiI+PHBhdGggZD0iTTkuNjU5IDBBMTAuMDMyIDEwLjAzMiAwIDAgMCAwIDEwLjE0M0MwIDE2LjA2MyA5LjY1OSAyNi43IDkuNjU5IDI2LjdzNi4yLTYuODI2IDguNzg1LTEyLjg3NGE5LjkwOCA5LjkwOCAwIDAgMCAuODc0LTMuNjg1QTEwLjAzMiAxMC4wMzIgMCAwIDAgOS42NTkgMG0wIDI0LjE0MmE3Mi4yMzYgNzIuMjM2IDAgMCAxLTMuNDg1LTQuNWMtMi45LTQuMDkyLTQuNS03LjQ2Ny00LjUtOS41QTguNTI3IDguNTI3IDAgMCAxIDQuMiA0LjA0YTcuODkxIDcuODkxIDAgMCAxIDUuNDU5LTIuMzY3IDcuODg4IDcuODg4IDAgMCAxIDUuNDYzIDIuMzY3IDguNTI1IDguNTI1IDAgMCAxIDIuNTI0IDYuMWMwIDIuMDM3LTEuNiA1LjQxMi00LjUgOS41YTczLjU0NyA3My41NDcgMCAwIDEtMy40ODQgNC41bTAtMTcuMjA4YTMuMjA4IDMuMjA4IDAgMSAwIDMuMjA4IDMuMjA4IDMuMjA5IDMuMjA5IDAgMCAwLTMuMjExLTMuMjA1IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  margin-right: 12px;
}
.button.resubscribe.--client:before {
  height: 20px;
  width: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi43NzYiIGhlaWdodD0iMjAuNzU4IiB2aWV3Qm94PSIwIDAgMjIuNzc2IDIwLjc1OCI+PHBhdGggZD0iTTE0LjQ3MSAxMy41MzlhNy4xMjggNy4xMjggMCAwIDAgNC4wNDQtNi40MTRBNy4xMzMgNy4xMzMgMCAwIDAgMTEuMzkgMGE3LjEzMyA3LjEzMyAwIDAgMC03LjEyNSA3LjEyNSA3LjEyNiA3LjEyNiAwIDAgMCA0LjA0NSA2LjQxNCAxMy4zMDggMTMuMzA4IDAgMCAwLTMuOTY1IDEuNjM0IDEzLjQ0NiAxMy40NDYgMCAwIDAtNC4zNDYgNC4zNDVsMi4wMDggMS4yNGExMS4wODQgMTEuMDg0IDAgMCAxIDMuNTc4LTMuNTc4IDExLjA0MyAxMS4wNDMgMCAwIDEgMTUuMTgzIDMuNTc4bDIuMDA3LTEuMjRhMTMuMzQ3IDEzLjM0NyAwIDAgMC04LjMwNC01Ljk3OXpNNi42MjUgNy4xMjVBNC43NyA0Ljc3IDAgMCAxIDExLjM5IDIuMzZhNC43NyA0Ljc3IDAgMCAxIDQuNzY1IDQuNzY1IDQuNzcgNC43NyAwIDAgMS00Ljc2NSA0Ljc2NSA0Ljc3MSA0Ljc3MSAwIDAgMS00Ljc2NC00Ljc2NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  margin-right: 7px;
}
.button.resubscribe:hover {
  color: black;
}
.button.resubscribe:hover:after, .button.resubscribe:hover:before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

fieldset {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border-width: 0;
  position: relative;
}
fieldset div {
  position: relative;
}
fieldset div input, fieldset div textarea {
  width: 100%;
}
fieldset div img {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
fieldset div button {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
}
fieldset div button:hover {
  cursor: pointer;
}
fieldset div button img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
fieldset span {
  font-family: "Futura PT Heavy Italic";
  font-size: 14px;
  display: none;
}
fieldset.error input, fieldset.error textarea {
  border: 3px solid #fff;
}
fieldset.error span {
  display: block;
}

input, textarea {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
  padding: 10px;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
}
input::placeholder, textarea::placeholder {
  color: #fff;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  resize: none;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Futura PT Bold Italic";
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:after {
  content: "";
  height: 8px;
  width: 8px;
  top: 4px;
  left: 4px;
  background-color: #000000;
  position: absolute;
  display: none;
}
.checkbox span {
  position: absolute;
  border: 2px solid #000000;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.checkbox input:checked ~ span:after {
  display: block;
}
.checkbox span:after {
  content: "";
  height: 8px;
  width: 8px;
  top: 4px;
  left: 4px;
  background-color: #000000;
  position: absolute;
  display: none;
}
.checkbox.radio input:after {
  border-radius: 50%;
}
.checkbox.radio span {
  border-radius: 50%;
}
.checkbox.radio span:after {
  border-radius: 50%;
}

.collapsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: none;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 3px;
  border-color: #fff;
  border-style: solid;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible-ctn {
  border-color: #ECCA2D;
  padding-left: 0;
  padding-bottom: 15px;
}

.collapsible-content {
  overflow: hidden;
  height: 0;
  margin-bottom: 20px;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}

a.arrow::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi4xOTMiIGhlaWdodD0iMjQuMTg4IiB2aWV3Qm94PSIwIDAgMzYuMTkzIDI0LjE4OCI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJtMjEuNzg3IDIuMzEzIDguMzQ3IDguMzQ5SC0uMDAxdjMuMjdoMjkuNzMybC03Ljk0NSA3Ljk0NSAyLjMxMyAyLjMxMSAxMi4wOTMtMTIuMDkzTDI0LjA5OSAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  height: 30px;
  width: 30px;
  margin-top: -5px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.scroll {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  font-family: "Futura PT Demi";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 20px;
}
@media (max-width: 768px) {
  .scroll {
    right: -40px;
  }
}

.page-template-tpl-eligibilite .container header #header-eligibility {
  display: none;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  color: #1CADEF;
  font-size: 14px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.5em;
  position: absolute;
  right: 5px;
  top: 27px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  width: 0.5em;
  margin-left: 5px;
}
footer .select-selected:after {
  top: 25px;
}
@media (max-width: 768px) {
  .select-selected:after {
    right: 12px;
  }
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-width: 0 0 0.2em 0.2em;
  top: 35px;
}
footer .select-selected.select-arrow-active:after {
  top: 28px;
}

/* style the items (options), including the selected item: */
.select-selected {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  font-size: 28px;
  padding: 16px 13px 14px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
  cursor: pointer;
}
@media (max-width: 768px) {
  .select-selected {
    font-size: 20px;
  }
}
footer .select-selected {
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .location .select-selected {
  min-width: 200px;
}

.select-box-light + .select-selected {
  color: #fff;
}

.select-box-dark + .select-selected {
  color: #000;
  border-color: #000;
}

.select-items div {
  color: #CCCCCC;
  font-size: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #000;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 3px solid #fff;
  z-index: 99;
  padding: 0 10px;
}

.select-box-top ~ .select-items {
  left: 0;
  bottom: 69px;
  background-color: #fff;
  border-top: 3px solid #000;
}
.select-box-top ~ .select-items div {
  color: #000;
  padding: 10px 0;
}

.select-box-bottom ~ .select-items {
  top: 65px;
  left: 0;
}
@media (max-width: 768px) {
  .select-box-bottom ~ .select-items {
    top: 57px;
  }
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  text-decoration: underline;
  cursor: pointer;
}

/* Header */
header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  padding: 27px 100px 20px 97px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  header {
    padding: 11px 20px 35px 20px;
  }
}
header a.eligibility {
  width: 147px;
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #FD7FC7;
  background-color: #FD7FC7;
  padding: 7px 18px;
  padding-left: 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header a.eligibility:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9InBpY3RvIGVsaWdpYmlsaXTDqSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzguNTc0IiBoZWlnaHQ9IjQzLjc2MSIgdmlld0JveD0iMCAwIDM4LjU3NCA0My43NjEiPjxwYXRoIGRhdGEtbmFtZT0icGljdG8gZWxpZ2liaWxpdMOpIiBkPSJtMTAuMDQ1IDE0Ljc1NC0yLjM5NCAyLjM5NCA4LjU4OCA4LjU4NkwzOC41NzUgMy4zOThsLTIuMzkzLTIuMzk0LTE5Ljk0MyAxOS45NDN6bTIyLjI0OC0uNTA3LTMuNDY3IDMuNDY3Yy0xLjM0OCA2LjY0NC0xMC40MDcgMTguMDk0LTEyLjYxNCAyMC44MDUtMS4wNjktMS4zMTQtNC4xNjUtNS4xOTQtNy4wNDUtOS41NDQtMy44MzUtNS43OTItNS43OC0xMC4wODctNS43OC0xMi43NjVBMTIuODQgMTIuODQgMCAwIDEgMTYuMjEgMy4zODZhMTIuNyAxMi43IDAgMCAxIDkuMzE4IDQuMDM5bC4wMjcuMDI4IDIuMzkzLTIuMzkyQTE2LjA2NCAxNi4wNjQgMCAwIDAgMTYuMjEgMCAxNi4yMjkgMTYuMjI5IDAgMCAwLS4wMDEgMTYuMjExYzAgOC41MjYgMTQuMzE3IDI1LjM0IDE0LjkyNiAyNi4wNTJsMS4yODUgMS41IDEuMjg1LTEuNWMuNjA5LS43MTEgMTQuOTI3LTE3LjUwNyAxNC45MjctMjYuMDUyYTE2IDE2IDAgMCAwLS4xMy0xLjk1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  height: 27px;
  width: 27px;
  left: 15px;
  position: absolute;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  header a.eligibility:before {
    height: 18px;
    width: 16px;
    left: 8px;
  }
}
header.retract figure div {
  opacity: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
  transition: opacity 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
  -webkit-box-shadow: 2px 2px 0px 0px #000;
          box-shadow: 2px 2px 0px 0px #000;
  top: -10px;
}
@media (max-width: 768px) {
  header.retract figure div {
    right: -30px;
    width: 25px;
    height: 25px;
    top: 5px;
    -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, right 0.3s 0s ease-out;
    transition: opacity 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, right 0.3s 0s ease-out;
  }
}
header.retract figure img {
  opacity: 0;
  width: 0;
}
header.retract .header-country {
  opacity: 0;
  width: 0;
}
header .header-country {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 32px;
  padding-bottom: 3px;
  font-family: "Futura PT Demi";
}
@media (max-width: 768px) {
  header .header-country {
    position: absolute;
    bottom: -18px;
    font-size: 11px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
header #header-eligibility {
  margin-right: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
header #header-eligibility.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header #header-eligibility {
    margin-right: 11px;
  }
}
@media (max-width: 768px) {
  header #header-eligibility {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-right: 12px;
  }
  header #header-eligibility a {
    font-size: 10px;
    height: 35px;
    padding: 7px 3px 7px 28px;
    line-height: 1.1em;
    width: 100px;
  }
}
header #header-reabonnement {
  margin-right: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
header #header-reabonnement.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #header-reabonnement a {
  position: relative;
  min-width: 150px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #00BD80;
  background-color: #00BD80;
  padding: 7px 18px;
  padding-left: 47px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header #header-reabonnement a.reabonnement::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS40MDciIGhlaWdodD0iMTguMDY0IiB2aWV3Qm94PSIwIDAgMTkuNDA3IDE4LjA2NCI+PHBhdGggZD0ibTE5LjQwNyAzLjE0Mi01LjI2LS45MTgtLjg3NSA1LjAwNyAxLjQwNi4yNDYuNTA5LTIuOTFhNy42NSA3LjY1IDAgMSAxLTYuMDQzLTMuMTM4Vi4wMDFhOS4wNTEgOS4wNTEgMCAxIDAgNy40NDkgNC4xbDIuNTY4LjQ0OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  height: 27px;
  width: 27px;
  left: 12px;
  position: absolute;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  header #header-reabonnement a.reabonnement::before {
    height: 18px;
    width: 16px;
    left: 8px;
  }
}
@media (max-width: 768px) {
  header #header-reabonnement a {
    height: 35px;
    font-size: 10px;
    padding-left: 32px;
    min-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header #header-reabonnement a {
    width: 44px;
    min-width: 0;
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
  }
  header #header-reabonnement a.reabonnement:before {
    left: 8px;
  }
}
header #header-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-right: 3px;
}
@media (max-width: 768px) {
  header #header-menu {
    padding-bottom: 0px;
    padding-right: 0px;
  }
  header #header-menu #header-eligibility, header #header-menu #header-eligibility.visible {
    display: none;
  }
}
header #header-menu .header-account-link {
  margin-right: 35px;
  padding-top: 7px;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #00BD80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
}
header #header-menu .header-account-link svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header #header-menu .header-account-link:hover svg {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 768px) {
  header #header-menu .header-account-link {
    margin-right: 19px;
    padding-top: 0;
    width: 35px;
    height: 35px;
  }
  header #header-menu .header-account-link svg {
    width: 20px;
    height: 18px;
    margin-top: 3px;
  }
}
header input {
  padding: 0;
  border-radius: 0;
}
header figure {
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media (max-width: 768px) {
  header figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    height: 40px;
  }
}
header figure a {
  position: relative;
}
header figure div {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 5px;
  right: 5px;
  -webkit-transform: rotate(-10.3deg);
          transform: rotate(-10.3deg);
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  header figure div {
    width: 30px;
    height: 30px;
    top: 2px;
    right: 2px;
  }
}
header figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 135px;
}
@media (max-width: 768px) {
  header figure img {
    width: 79px;
  }
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: background-color 200ms 0ms, -webkit-transform 0.3s ease-in-out 150ms;
  transition: background-color 200ms 0ms, -webkit-transform 0.3s ease-in-out 150ms;
  transition: transform 0.3s ease-in-out 150ms, background-color 200ms 0ms;
  transition: transform 0.3s ease-in-out 150ms, background-color 200ms 0ms, -webkit-transform 0.3s ease-in-out 150ms;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 99;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header nav.open {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 200ms 300ms, -webkit-transform 0.3s ease-in-out;
  transition: background-color 200ms 300ms, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 200ms 300ms;
  transition: transform 0.3s ease-in-out, background-color 200ms 300ms, -webkit-transform 0.3s ease-in-out;
}
header nav .nav-box {
  position: relative;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
@media (max-width: 768px) {
  header nav .nav-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
header nav .nav-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 678px;
  max-width: 680px;
  padding: 40px 100px 30px 98px;
}
@media (max-width: 768px) {
  header nav .nav-container {
    padding: 6px 20px;
    min-width: 100%;
  }
}
header nav .nav-container > ul {
  padding-left: 0;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  header nav .nav-container > ul {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
header nav .nav-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  margin-top: 44px;
}
@media (max-width: 768px) {
  header nav .nav-container-flex {
    position: initial;
    padding: 14px 23px 0px 29px;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -6px;
  }
}
header nav .nav-container-flex .header-account-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  header nav .nav-container-flex .header-account-link {
    display: none;
    font-size: 16px;
    background: #00BD80;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-indent: -99999px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header nav .nav-container-flex .header-account-link svg {
  margin-right: 18px;
}
@media (max-width: 768px) {
  header nav .nav-container-flex .header-account-link svg {
    margin-right: 0;
  }
}
header nav #nav-close-menu-input {
  margin-left: 20px;
}
header nav #nav-close-menu-input:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media (max-width: 768px) {
  header nav #nav-close-menu-input {
    margin-left: auto;
  }
}
header nav .select-box {
  margin-top: 20px;
}
header nav .select-box:first-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 20px;
}
header nav .select-box:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
header nav .custom-select {
  margin-top: 20px;
}
header nav .custom-select:first-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 35px;
}
@media (max-width: 768px) {
  header nav .custom-select:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin-right: 5%;
  }
}
header nav .custom-select:last-child {
  -webkit-box-flex: 1.375;
      -ms-flex: 1.375;
          flex: 1.375;
}
@media (max-width: 768px) {
  header nav .custom-select:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
header nav ul:last-child {
  border-bottom: 0;
}
header nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 72px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  header nav ul {
    margin-top: 70px;
  }
}
header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  header nav ul li {
    height: 60px;
  }
}
@media (max-width: 768px) {
  header nav ul li {
    margin-bottom: 1px;
  }
}
header nav ul li .nav-link {
  font-size: 24px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  header nav ul li .nav-link {
    font-size: 16px;
  }
  header nav ul li .nav-link > *:first-child {
    width: 50px !important;
    height: 50px !important;
  }
}
header nav ul li .nav-link span:first-child {
  width: 45px;
}
header nav ul li .nav-link svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav ul li .nav-link-question svg {
  height: 31px;
}
header nav ul li .nav-link span {
  margin-left: 17px;
}
@media (max-width: 768px) {
  header nav ul li .nav-link span {
    margin-left: 0px;
  }
}
header nav ul li .nav-link-boutique .picto {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (max-width: 768px) {
  header nav ul li .nav-link-boutique .picto svg {
    width: 30px;
    height: 30px;
  }
}
header nav ul li .nav-link-boutique:hover .picto {
  -webkit-animation: boutiqueHover 0.5s ease;
          animation: boutiqueHover 0.5s ease;
}
@media (max-width: 768px) {
  header nav ul li .nav-link .picto {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header nav ul li .nav-link-contact .picto {
  position: relative;
}
header nav ul li .nav-link-contact .picto:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: black;
  left: 0;
  top: 44%;
}
header nav ul li .nav-link-contact:hover .picto:after {
  -webkit-animation: contactHover 0.5s ease;
          animation: contactHover 0.5s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(3);
          animation-timing-function: steps(3);
}
header nav ul li .nav-link-question .picto {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
header nav ul li .nav-link-question:hover .picto {
  -webkit-animation: boutiqueHover 0.5s ease;
          animation: boutiqueHover 0.5s ease;
}
header nav ul.nav-second {
  display: none;
}
header nav ul.nav-second li {
  margin-bottom: 20px;
}
header nav ul.nav-second li .nav-link {
  font-size: 20px;
}
@media (max-width: 768px) {
  header nav ul.nav-second li .nav-link {
    font-size: 16px;
  }
}
header nav #nav-social {
  margin-top: 5.3vh;
}
@media (max-width: 768px) {
  header nav #nav-social {
    height: 75px;
    padding-right: 0;
    margin-top: 3vh;
  }
}
header nav #nav-social-container {
  height: 100px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  header nav #nav-social-container {
    height: 75px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header nav #nav-social-container a {
  margin: 0px 26px 0 5px;
}
header nav #nav-social-container a img {
  height: 26px;
  width: auto;
}
@media (max-width: 768px) {
  header nav #nav-social-container a {
    margin: 0px 2px 0px 20px;
  }
  header nav #nav-social-container a img {
    height: 20px;
  }
}
header nav .nav-overlay {
  position: fixed;
  background-color: black;
}
@media screen and (min-width: 1200px) and (max-height: 799px) {
  header nav .nav-container-flex {
    top: 35px;
  }
  header nav .select-selected {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header nav .select-selected:after {
    top: 18px;
  }
  header nav .nav-container > ul {
    margin-top: 25px;
    padding-bottom: 5px;
  }
  header nav ul li .nav-link {
    font-size: 16px;
  }
  header nav ul.nav-second li .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-height: 599px) {
  header nav .select-selected {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header nav .select-selected:after {
    top: 14px;
  }
  header nav ul li {
    margin-bottom: 12px;
  }
  header nav ul li .nav-link {
    font-size: 13px;
  }
  header nav ul.nav-second li .nav-link {
    font-size: 12px;
  }
}
header #header-burger-menu-input {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
header #header-burger-menu-input:hover {
  -webkit-transform: scaleY(0.75);
          transform: scaleY(0.75);
}
header .header-reabonnement2 {
  display: none;
  margin-right: 0;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-reabonnement2 a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 18px;
  padding-left: 28px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-reabonnement2 a.reabonnement::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS40MDciIGhlaWdodD0iMTguMDY0IiB2aWV3Qm94PSIwIDAgMTkuNDA3IDE4LjA2NCI+PHBhdGggZD0ibTE5LjQwNyAzLjE0Mi01LjI2LS45MTgtLjg3NSA1LjAwNyAxLjQwNi4yNDYuNTA5LTIuOTFhNy42NSA3LjY1IDAgMSAxLTYuMDQzLTMuMTM4Vi4wMDFhOS4wNTEgOS4wNTEgMCAxIDAgNy40NDkgNC4xbDIuNTY4LjQ0OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  height: 20px;
  width: 20px;
  left: 5px;
  position: absolute;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  header .header-reabonnement2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-reabonnement2 a {
    height: 35px;
    font-size: 10px;
  }
}

@-webkit-keyframes boutiqueHover {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  30% {
    -webkit-transform: translateY(-10px) scale(0.8, 1.2);
            transform: translateY(-10px) scale(0.8, 1.2);
  }
  60% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.15, 0.85);
            transform: translateY(0) scale(1.15, 0.85);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes boutiqueHover {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  30% {
    -webkit-transform: translateY(-10px) scale(0.8, 1.2);
            transform: translateY(-10px) scale(0.8, 1.2);
  }
  60% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.15, 0.85);
            transform: translateY(0) scale(1.15, 0.85);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@-webkit-keyframes contactHover {
  0% {
    left: 25%;
  }
  100% {
    left: 63%;
  }
}
@keyframes contactHover {
  0% {
    left: 25%;
  }
  100% {
    left: 63%;
  }
}
@-webkit-keyframes questionHover {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes questionHover {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* Scene gravity home */
#promotion #scene-box {
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
}
#promotion #scene-bands-left, #promotion #scene-bands-right {
  opacity: 0 !important;
}

#scene {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}
#scene.visible {
  opacity: 1;
}
#scene-box {
  position: absolute;
  background: #00BD80;
  height: 172px;
  width: 172px;
  padding: 20px;
}
#scene-box-content {
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  #scene-box-content {
    margin-top: 5px;
  }
}
#scene-box h1 {
  white-space: nowrap;
  margin: 0;
  font-size: 150px;
  line-height: 140px;
  color: #FFFFFF;
  font-family: "Futura PT Bold Italic";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #scene-box h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
#scene-box h2 {
  font-size: 33px;
  line-height: 33px;
  color: #FFFFFF;
  margin-top: 20px;
  font-family: "Futura PT Bold Italic";
  width: 70%;
}
@media (max-width: 768px) {
  #scene-box h2 {
    font-size: 20px;
    line-height: 20px;
    width: 85%;
  }
}
#scene-bands-left {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}
#scene-bands-left.visible {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
}
#scene-bands-right {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#scene-bands-right.visible {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
}

.scene-bands {
  position: absolute;
  background: repeating-linear-gradient(#fff, #fff 20px, transparent 20px, transparent 40px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Offers */
@-webkit-keyframes moveUp {
  0% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@keyframes moveUp {
  0% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes moveDown {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
@keyframes moveDown {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
@-webkit-keyframes moveUpMobile {}
@keyframes moveUpMobile {}
@-webkit-keyframes moveDownMobile {}
@keyframes moveDownMobile {}
@-webkit-keyframes endCardRotate {
  0% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes endCardRotate {
  0% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes startCardRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@keyframes startCardRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@-webkit-keyframes displayList {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes displayList {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes displayListMobile {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes displayListMobile {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes hideListMobile {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideListMobile {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hideList {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideList {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
#offers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}
#offers .green {
  background-color: #00BD80;
}
#offers .green h3 {
  color: #00BD80;
}
#offers .green .offer-view-card-content-text {
  color: #00BD80;
}
#offers .green .offer-view-card-content-body-button div {
  background-color: #00BD80;
}
#offers .red {
  background-color: #F3251C;
}
#offers .red h3 {
  color: #F3251C;
}
#offers .red .offer-view-card-content-text {
  color: #F3251C;
}
#offers .red .offer-view-card-content-body-button div {
  background-color: #F3251C;
}
#offers .yellow {
  background-color: #ECCA2D;
}
#offers .yellow h3 {
  color: #ECCA2D;
}
#offers .yellow .offer-view-card-content-text {
  color: #ECCA2D;
}
#offers .yellow .offer-view-card-content-body-button div {
  background-color: #ECCA2D;
}
#offers .pink {
  background-color: #FD7FC7;
}
#offers .pink h3 {
  color: #FD7FC7;
}
#offers .pink .offer-view-card-content-text {
  color: #FD7FC7;
}
#offers .pink .offer-view-card-content-body-button div {
  background-color: #FD7FC7;
}
#offers .blue {
  background-color: #1CADEF;
}
#offers .blue h3 {
  color: #1CADEF;
}
#offers .blue .offer-view-card-content-text {
  color: #1CADEF;
}
#offers .blue .offer-view-card-content-body-button div {
  background-color: #1CADEF;
}
#offers .purple {
  background-color: #6E4EE6;
}
#offers .purple h3 {
  color: #6E4EE6;
}
#offers .purple .offer-view-card-content-text {
  color: #6E4EE6;
}
#offers .purple .offer-view-card-content-body-button div {
  background-color: #6E4EE6;
}
#offers .orange {
  background-color: #FD704E;
}
#offers .orange h3 {
  color: #FD704E;
}
#offers .orange .offer-view-card-content-text {
  color: #FD704E;
}
#offers .orange .offer-view-card-content-body-button div {
  background-color: #FD704E;
}
#offers .offer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offers .offer-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 110px 48px 5px 48px;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 768px) {
  #offers .offer-view {
    padding: 0 13px;
    max-width: 420px;
  }
}
#offers .offer-view-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 2;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media (max-width: 768px) {
  #offers .offer-view-list {
    padding-bottom: 40px;
    position: relative;
    bottom: auto;
  }
}
#offers .offer-view-list-content {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #offers .offer-view-list-content {
    margin-top: 15px;
  }
}
#offers .offer-view-list-content img {
  max-width: 132px;
}
#offers .offer-view-list-content p {
  font-family: "Futura PT Demi";
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
#offers .offer-view-list-button {
  text-align: left;
  margin-top: 30px;
}
#offers .offer-view-link {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
}
@media (min-width: 1220px) {
  #offers .offer:last-child:nth-child(3n+1):before {
    content: "";
    width: 200%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDUuOTQ3IiBoZWlnaHQ9IjE2OC44NTgiIHZpZXdCb3g9IjAgMCA1MDUuOTQ3IDE2OC44NTgiPjxnIGRhdGEtbmFtZT0iR3JvdXBlIDgxMCI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NCIgZmlsbD0iI2ZmZiIgZD0ibTUzLjk0NSAxNDYuOTQ5LTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTgiIGZpbGw9IiMwMGJkODAiIGQ9Im0xMDQuNTYyIDMxLjUwNyAxMzcuMzUtMjEuMDA1IDIxLjAwNSAxMzcuMzUtMTM3LjM1IDIxLjAwNXoiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSA0Mjk1IiBmaWxsPSIjZmZmIiBkPSJtMi4zMTUgMTIzLjcxMy0yLjMxLTE1LjExMSA0MjAuMDYtNjQuMiAyLjMxIDE1LjExMnoiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSA0Mjk2IiBmaWxsPSIjZmZmIiBkPSJtODUuNjg0IDc5LjQ3NS0yLjMxLTE1LjExMSA0MjAuMDYtNjQuMiAyLjMxIDE1LjExMnoiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 23.5% 43.3%;
    background-size: 55.7% auto;
    position: absolute;
  }
  #offers .offer:last-child:nth-child(3n+1):after {
    content: "";
    width: 200%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OTkuOTA0IiBoZWlnaHQ9IjE3Ni45MyIgdmlld0JveD0iMCAwIDY5OS45MDQgMTc2LjkzIj48ZyBkYXRhLW5hbWU9Ikdyb3VwZSA4MTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MS44NDEgLTQzLjk2NikiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTAiIGZpbGw9IiNmZmYiIGQ9Im0tMzY5LjUyNiAxMzYuMDEyLTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTQiIGZpbGw9IiNmZmYiIGQ9Im0tMTA4LjU3IDIyMC44OTYtMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgNDU3OSIgY3g9IjMyLjM0NCIgY3k9IjMyLjM0NCIgcj0iMzIuMzQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOS4yMDMgMTE1LjU3OCkiIGZpbGw9IiNlY2NhMmQiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSA0Mjk1IiBmaWxsPSIjZmZmIiBkPSJtLTkyLjIgMTg3LjY2LTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iVHJhY8OpIDIxMjgiIGQ9Ik00NC42NyA0NC44NTFhNzUuOTE2IDc1LjkxNiAwIDAgMC02My41NSA4Ni41MzNsMTUwLjA4Mi0yMi45ODJBNzUuOTE1IDc1LjkxNSAwIDAgMCA0NC42NyA0NC44NTF6IiBmaWxsPSIjZWNjYTJkIi8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NiIgZmlsbD0iI2ZmZiIgZD0ibS0xMjYuODMxIDE2Mi40MjItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NyIgZmlsbD0iI2ZmZiIgZD0ibS0zNjQuNTQyIDE2NS44MzItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: left 162% bottom 33.6%;
    background-size: 77% auto;
    position: absolute;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  }
  #offers .offer:last-child:nth-child(3n+2):before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OTkuOTA0IiBoZWlnaHQ9IjE3Ni45MyIgdmlld0JveD0iMCAwIDY5OS45MDQgMTc2LjkzIj48ZyBkYXRhLW5hbWU9Ikdyb3VwZSA4MTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MS44NDEgLTQzLjk2NikiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTAiIGZpbGw9IiNmZmYiIGQ9Im0tMzY5LjUyNiAxMzYuMDEyLTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTQiIGZpbGw9IiNmZmYiIGQ9Im0tMTA4LjU3IDIyMC44OTYtMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgNDU3OSIgY3g9IjMyLjM0NCIgY3k9IjMyLjM0NCIgcj0iMzIuMzQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOS4yMDMgMTE1LjU3OCkiIGZpbGw9IiNlY2NhMmQiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSA0Mjk1IiBmaWxsPSIjZmZmIiBkPSJtLTkyLjIgMTg3LjY2LTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iVHJhY8OpIDIxMjgiIGQ9Ik00NC42NyA0NC44NTFhNzUuOTE2IDc1LjkxNiAwIDAgMC02My41NSA4Ni41MzNsMTUwLjA4Mi0yMi45ODJBNzUuOTE1IDc1LjkxNSAwIDAgMCA0NC42NyA0NC44NTF6IiBmaWxsPSIjZWNjYTJkIi8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NiIgZmlsbD0iI2ZmZiIgZD0ibS0xMjYuODMxIDE2Mi40MjItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NyIgZmlsbD0iI2ZmZiIgZD0ibS0zNjQuNTQyIDE2NS44MzItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 48% 58%;
    background-size: 155% auto;
    position: absolute;
  }
}
@media (max-width: 1220px) {
  #offers .offer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  #offers .offer:last-child:nth-child(2n+1):before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OTkuOTA0IiBoZWlnaHQ9IjE3Ni45MyIgdmlld0JveD0iMCAwIDY5OS45MDQgMTc2LjkzIj48ZyBkYXRhLW5hbWU9Ikdyb3VwZSA4MTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MS44NDEgLTQzLjk2NikiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTAiIGZpbGw9IiNmZmYiIGQ9Im0tMzY5LjUyNiAxMzYuMDEyLTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQyOTQiIGZpbGw9IiNmZmYiIGQ9Im0tMTA4LjU3IDIyMC44OTYtMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgNDU3OSIgY3g9IjMyLjM0NCIgY3k9IjMyLjM0NCIgcj0iMzIuMzQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOS4yMDMgMTE1LjU3OCkiIGZpbGw9IiNlY2NhMmQiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSA0Mjk1IiBmaWxsPSIjZmZmIiBkPSJtLTkyLjIgMTg3LjY2LTIuMzEtMTUuMTExIDQyMC4wNi02NC4yIDIuMzEgMTUuMTEyeiIvPjxwYXRoIGRhdGEtbmFtZT0iVHJhY8OpIDIxMjgiIGQ9Ik00NC42NyA0NC44NTFhNzUuOTE2IDc1LjkxNiAwIDAgMC02My41NSA4Ni41MzNsMTUwLjA4Mi0yMi45ODJBNzUuOTE1IDc1LjkxNSAwIDAgMCA0NC42NyA0NC44NTF6IiBmaWxsPSIjZWNjYTJkIi8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NiIgZmlsbD0iI2ZmZiIgZD0ibS0xMjYuODMxIDE2Mi40MjItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgNDI5NyIgZmlsbD0iI2ZmZiIgZD0ibS0zNjQuNTQyIDE2NS44MzItMi4zMS0xNS4xMTEgNDIwLjA2LTY0LjIgMi4zMSAxNS4xMTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 48% 58%;
    background-size: 155% auto;
    position: absolute;
  }
}
@media (max-width: 768px) {
  #offers .offer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 26px;
  }
}
#offers .offer .offer-view-card-background {
  -webkit-animation: endCardRotate 0.3s 1 alternate ease-out forwards;
          animation: endCardRotate 0.3s 1 alternate ease-out forwards;
}
#offers .offer:hover .offer-view-card-background {
  -webkit-animation: startCardRotate 0.3s 1 alternate ease-out forwards;
          animation: startCardRotate 0.3s 1 alternate ease-out forwards;
}
#offers .offer:hover .offer-view-card {
  -webkit-animation: moveUp 0.3s 1 alternate ease-out forwards;
          animation: moveUp 0.3s 1 alternate ease-out forwards;
}
@media (max-width: 768px) {
  #offers .offer:hover .offer-view-card {
    -webkit-animation: moveUpMobile 0.3s 1 alternate ease-out forwards;
            animation: moveUpMobile 0.3s 1 alternate ease-out forwards;
  }
}
#offers .offer .offer-view-card {
  -webkit-animation: moveDown 0.3s 1 alternate ease-out forwards;
          animation: moveDown 0.3s 1 alternate ease-out forwards;
}
@media (max-width: 768px) {
  #offers .offer .offer-view-card {
    -webkit-animation: moveDownMobile 0.3s 1 alternate ease-out forwards;
            animation: moveDownMobile 0.3s 1 alternate ease-out forwards;
  }
}
#offers .offer.custom_layout h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#offers .offer.custom_layout h3:first-child {
  font-size: 50px;
  line-height: 50px;
}
#offers .offer.custom_layout h3:last-child {
  font-size: 40px;
  line-height: 40px;
}
#offers .offer.custom_layout .offer-view-card-content-text {
  font-size: 28px;
}
#offers .offer.custom_layout .offer-view-card-content-body-price > span {
  font-size: 40px;
}
#offers #internet-box {
  background-color: #fff;
  padding: 115px 40px 150px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
#offers #internet-box .internet-box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offers #internet-box .internet-box_more {
  position: absolute;
  top: calc(50% - 20px);
  left: -60px;
  font-size: 50px;
  line-height: 40px;
  font-family: "Futura PT Bold Italic";
  margin-bottom: 5px;
  margin-right: 20px;
}
#offers #internet-box .internet-box_mentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Futura PT Bold Italic";
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 0 20px;
}
#offers #internet-box .internet-box_overflow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#offers #internet-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#offers #internet-box-container-content {
  position: relative;
  border: solid 13px #000;
  max-width: 400px;
  height: 420px;
}
#offers #internet-box-container-content-title {
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 20px 0;
}
#offers #internet-box-container-content-title h3 {
  text-align: center;
  font-size: 60px;
  line-height: 0.9;
}
#offers #internet-box-container-content-image {
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
}
#offers #internet-box-container-content-image img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#offers #internet-box-container-content-price {
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#offers #internet-box-container-content-price span {
  font-family: "Futura PT Demi";
  font-size: 16px;
  line-height: 1em;
}
#offers #internet-box-container-content-price .price {
  font-size: 58px;
  line-height: 40px;
  margin: 0 10px;
  font-family: "Futura PT Heavy Italic";
}
#offers #internet-box-container-content-price .currency {
  font-family: "Futura PT Heavy Italic";
}
@media (min-width: 960px) {
  #offers #internet-box.row#internet-box {
    padding: 40px 40px 40px 40px;
  }
  #offers #internet-box.row#internet-box #internet-box-container #internet-box-container-content {
    height: 180px;
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 20px;
  }
  #offers #internet-box.row#internet-box #internet-box-container #internet-box-container-content img {
    top: calc(50% - 131px);
    left: calc(50% - 606px);
  }
  #offers #internet-box.row#internet-box #internet-box-container #internet-box-container-content-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #offers #internet-box.row#internet-box #internet-box-container #internet-box-container-content-title h3 {
    text-align: left;
    margin-left: 20px;
  }
}

/* Offer block */
.offer-view-card {
  position: relative;
  margin-bottom: 155px;
  height: 100%;
}
@media (max-width: 768px) {
  .offer-view-card {
    margin-bottom: 13px;
    margin-top: 13px;
  }
}
.offer-view-card-content {
  padding: 47px 30px 32px 30px;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
}
@media (max-width: 768px) {
  .offer-view-card-content {
    padding: 35px 10px 56px;
  }
}
.offer-view-card-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 50px;
  line-height: 0.85em;
}
@media (max-width: 768px) {
  .offer-view-card-content h3 {
    font-size: 50px;
  }
}
.offer-view-card-content p {
  font-family: "Futura PT Demi";
  font-size: 19px;
  margin-top: 12px;
  line-height: 1em;
  text-align: center;
}
.offer-view-card-content p b,
.offer-view-card-content p strong {
  font-family: "Futura PT Heavy Italic";
  font-size: 33px;
  line-height: 1.4em;
}
.offer-view-card-content-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-view-card-content-body-text p {
  font-family: "Futura PT Demi";
  font-size: 16px;
  text-align: left;
}
.offer-view-card-content-body-external {
  margin-top: 12px;
  width: 230px;
  height: auto;
}
@media (max-width: 768px) {
  .offer-view-card-content-body-external {
    margin-bottom: 7px;
  }
}
.offer-view-card-content-body-price > span {
  font-size: 58px;
  font-family: "Futura PT Heavy Italic";
  margin-left: -5px;
  line-height: 46px;
  margin-right: 8px;
}
.offer-view-card-content-body-price div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offer-view-card-content-body-price div :first-child {
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
}
.offer-view-card-content-body-price div :last-child {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.offer-view-card-content-body-moreinfos {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
  text-align: center;
  line-height: 1.25em;
  margin: 15px 40px 0;
}
@media (max-width: 768px) {
  .offer-view-card-content-body-moreinfos {
    margin: 15px 30px 0;
  }
}
.offer-view-card-content-body-button {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.offer-view-card-content-body-button div {
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -48px;
  margin-right: -101px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer-view-card-content-body-button div button {
  font-size: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  background-color: transparent;
  color: #ffffff;
}
.offer-view-card-content-body-button div button span {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.offer-view-card-content-body-button div button span.less {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(100%, -60%);
          transform: translate(100%, -60%);
  opacity: 0;
}
.offer-view-card-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.offer:hover .offer-view-card {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
          animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}
.offer:hover .offer-view-card .offer-view-card-content-body-button div button span.plus {
  color: #000;
}

/* Single Offer block */
.singleoffre_header {
  height: 541px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
.singleoffre_header--banniere {
  height: auto;
}
.singleoffre_header--banniere img, .singleoffre_header--banniere picture {
  width: 100%;
}
.singleoffre_header_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translate(-3.6vw, 18.8%) rotate(-9deg);
          transform: translate(-3.6vw, 18.8%) rotate(-9deg);
  margin: 0px 100px;
  white-space: nowrap;
  z-index: 1;
}
.singleoffre_header_titre {
  color: #fff;
  text-transform: uppercase;
  font-size: 120px;
  position: relative;
  z-index: 1;
  line-height: 0.8em;
}
.singleoffre_header_titre:before, .singleoffre_header_titre:after {
  content: "";
  position: absolute;
  width: 204px;
  height: 205px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  z-index: -1;
}
.singleoffre_header_titre:before {
  left: 91.7%;
  top: -17%;
}
.singleoffre_header_titre:after {
  left: 76.9%;
  top: 93%;
}
.singleoffre_header--green .singleoffre_header_titre:before, .singleoffre_header--green .singleoffre_header_titre:after {
  background-color: #00BD80;
}
.singleoffre_header--red .singleoffre_header_titre:before, .singleoffre_header--red .singleoffre_header_titre:after {
  background-color: #F3251C;
}
.singleoffre_header--yellow .singleoffre_header_titre:before, .singleoffre_header--yellow .singleoffre_header_titre:after {
  background-color: #ECCA2D;
}
.singleoffre_header--pink .singleoffre_header_titre:before, .singleoffre_header--pink .singleoffre_header_titre:after {
  background-color: #FD7FC7;
}
.singleoffre_header--blue .singleoffre_header_titre:before, .singleoffre_header--blue .singleoffre_header_titre:after {
  background-color: #1CADEF;
}
.singleoffre_header--purple .singleoffre_header_titre:before, .singleoffre_header--purple .singleoffre_header_titre:after {
  background-color: #6E4EE6;
}
.singleoffre_header--orange .singleoffre_header_titre:before, .singleoffre_header--orange .singleoffre_header_titre:after {
  background-color: #FD704E;
}
.singleoffre_header_subtitre {
  color: #fff;
  text-transform: uppercase;
  font-size: 29px;
  -webkit-transform: translate(0.6em, -0.2em);
          transform: translate(0.6em, -0.2em);
  z-index: 1;
}
.singleoffre_header_subtitre em {
  font-style: normal;
}
.singleoffre_header--green .singleoffre_header_subtitre em {
  color: #00BD80;
}
.singleoffre_header--red .singleoffre_header_subtitre em {
  color: #F3251C;
}
.singleoffre_header--yellow .singleoffre_header_subtitre em {
  color: #ECCA2D;
}
.singleoffre_header--pink .singleoffre_header_subtitre em {
  color: #FD7FC7;
}
.singleoffre_header--blue .singleoffre_header_subtitre em {
  color: #1CADEF;
}
.singleoffre_header--purple .singleoffre_header_subtitre em {
  color: #6E4EE6;
}
.singleoffre_header--orange .singleoffre_header_subtitre em {
  color: #FD704E;
}
.singleoffre_header_lines {
  position: absolute;
  width: 147px;
  height: 244px;
  background: repeating-linear-gradient(90deg, #fff0 0px 9px, #fff 10px 27px, #fff0 28px 36px);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(159%) rotate(-9deg);
          transform: translateX(159%) rotate(-9deg);
  z-index: 0;
}
.singleoffre_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.singleoffre_content_cols--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  background-color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 67px;
  padding-bottom: 73px;
}
.singleoffre_content_cols--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
  padding-top: 104px;
  padding-bottom: 133px;
  position: relative;
}
.singleoffre_content_cols--right:before {
  content: "+";
  font-family: "Futura PT Bold Italic";
  position: absolute;
  left: 15px;
  top: 41.5%;
  font-size: 60px;
}
@media (min-width: 1024px) {
  .singleoffre_content_cols--right:before {
    display: none;
  }
}
.singleoffre_content_cols--green {
  background-color: #00BD80;
}
.singleoffre_content_cols--red {
  background-color: #F3251C;
}
.singleoffre_content_cols--yellow {
  background-color: #ECCA2D;
}
.singleoffre_content_cols--pink {
  background-color: #FD7FC7;
}
.singleoffre_content_cols--blue {
  background-color: #1CADEF;
}
.singleoffre_content_cols--purple {
  background-color: #6E4EE6;
}
.singleoffre_content_cols--orange {
  background-color: #FD704E;
}
.singleoffre_content_titre {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
  line-height: 0.9em;
}
.singleoffre_content_visuel {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .singleoffre_content_visuel {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.singleoffre_content_visuel img {
  width: 100%;
  max-width: 212px;
  height: auto;
}
.singleoffre_content_visuel:before {
  content: "+";
  font-family: "Futura PT Bold Italic";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
}
@media (max-width: 1024px) {
  .singleoffre_content_visuel:before {
    display: none;
  }
}
.singleoffre_content_texte {
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Futura PT Bold Italic";
  line-height: 1.1em;
}
.singleoffre_content_lines {
  max-width: 90%;
  width: 676px;
  padding-left: 14px;
  padding-right: 14px;
}
.singleoffre_content_intro {
  font-family: "Futura PT Bold Italic";
  margin-bottom: 38px;
  max-width: 90%;
}
.singleoffre_content_intro--1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-right: -0.1em;
  margin-left: 0.2em;
}
.singleoffre_content_intro--2 {
  color: #fff;
  font-size: 30px;
  margin-right: 0.35em;
}
.singleoffre_content_intro--3 {
  color: #000;
  font-size: 80px;
  letter-spacing: -0.01em;
  margin-right: 0.1em;
}
.singleoffre_content_intro--4 {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.singleoffre_content_intro--4 sup {
  font-size: 30px;
  line-height: 0.8em;
}
.singleoffre_content_intro--4 sub {
  font-size: 20px;
}
.singleoffre_content_intro--block {
  white-space: nowrap;
}
.singleoffre_content_item {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura PT Heavy Italic";
  list-style-type: none;
  position: relative;
  margin-bottom: 19px;
}
.singleoffre_content_item img {
  display: block;
  padding: 0 0 0 9px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -2px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.singleoffre_content_item:not(:first-child) img {
  margin-top: 30px;
}
.singleoffre_content_item:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 23px;
  background-color: #fff;
  left: -32px;
  top: 14px;
}
.singleoffre_bigtitle {
  background-color: #000;
  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;
  padding: 88px 30px 80px;
}
.singleoffre_bigtitle_titre {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .singleoffre_header {
    height: 354px;
  }
  .singleoffre_header--banniere {
    height: auto;
  }
  .singleoffre_header--banniere img, .singleoffre_header--banniere picture {
    width: 100%;
  }
  .singleoffre_header_content {
    -webkit-transform: translate(0vw, 17.8%) rotate(-9deg);
            transform: translate(0vw, 17.8%) rotate(-9deg);
    margin: 0 32px;
  }
  .singleoffre_header_titre {
    font-size: 61px;
    white-space: normal;
    line-height: 0.8em;
    margin-bottom: 15px;
  }
  .singleoffre_header_titre:before, .singleoffre_header_titre:after {
    width: 107px;
    height: 108px;
  }
  .singleoffre_header_titre:before {
    left: 56%;
    top: 40%;
  }
  .singleoffre_header_titre:after {
    left: 35%;
    top: 96%;
  }
  .singleoffre_header_subtitre {
    font-size: 18px;
    white-space: normal;
    width: 130px;
    line-height: 1.1em;
    -webkit-transform: translate(0.1em, -0.2em);
            transform: translate(0.1em, -0.2em);
  }
  .singleoffre_header_lines {
    width: 77px;
    height: 142px;
    background: repeating-linear-gradient(90deg, #fff0 0px 4.25px, #fff 5.25px 13.75px, #fff0 14.75px 19px);
    -webkit-transform: translateX(51px) rotate(-9deg);
            transform: translateX(51px) rotate(-9deg);
  }
  .singleoffre_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .singleoffre_content_titre {
    font-size: 33px;
    margin-bottom: 14px;
  }
  .singleoffre_content_titre br {
    display: none;
  }
  .singleoffre_content_texte {
    font-size: 16px;
    line-height: 1.35em;
  }
  .singleoffre_content_visuel {
    margin-bottom: -2px;
  }
  .singleoffre_content_visuel img {
    width: 177px;
  }
  .singleoffre_content_cols {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .singleoffre_content_cols--left {
    padding: 39px 25px 26px 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .singleoffre_content_cols--right {
    padding-left: 0;
    padding-top: 71px;
    padding-bottom: 34px;
  }
  .singleoffre_content_cols--right:before {
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 60px;
  }
  .singleoffre_content_intro {
    line-height: 2.75em;
    margin-bottom: -14px;
  }
  .singleoffre_content_intro--1 {
    font-size: 33px;
    letter-spacing: -0.05em;
    margin-right: 0.15em;
    margin-left: 0.2em;
  }
  .singleoffre_content_intro--2 {
    font-size: 19px;
    margin-right: -0.05em;
    letter-spacing: -0.02em;
  }
  .singleoffre_content_intro--3 {
    font-size: 58px;
    letter-spacing: -0.01em;
    margin-right: 0.13em;
  }
  .singleoffre_content_intro--4 {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .singleoffre_content_intro--4 sup {
    font-size: 19px;
    line-height: 0em;
  }
  .singleoffre_content_intro--4 sub {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .singleoffre_content_lines {
    max-width: 100%;
    width: 676px;
    padding-left: 40px;
  }
  .singleoffre_content_item {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 11px;
  }
  .singleoffre_content_item:before {
    height: 2px;
    width: 23px;
    left: -33px;
    top: 10px;
  }
  .singleoffre_content_item img {
    -webkit-transform: translate(-5px, -12px) scale(0.6);
            transform: translate(-5px, -12px) scale(0.6);
    margin-bottom: -14px;
  }
  .singleoffre_bigtitle {
    padding: 67px 30px 53px;
  }
  .singleoffre_bigtitle_titre {
    font-size: 43px;
    text-align: center;
    line-height: 0.925em;
  }
}

/* Fade block */
@-webkit-keyframes hideFadeBlock {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideFadeBlock {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes displayFadeBlock {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayFadeBlock {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fade-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fade-body h2 {
  margin-top: 100px;
  color: #ffffff;
  z-index: 30;
  text-align: center;
  max-width: 90%;
}
.fade-body-block {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: hideFadeBlock 0.5s 1 alternate ease-out forwards;
          animation: hideFadeBlock 0.5s 1 alternate ease-out forwards;
}
.fade-body-block.visible {
  opacity: 1;
  -webkit-animation: displayFadeBlock 0.5s 1 alternate ease-out forwards;
          animation: displayFadeBlock 0.5s 1 alternate ease-out forwards;
}
.fade-body-block.visible .fade-body-block-content-start {
  left: 0;
}
.fade-body-block.visible .fade-body-block-content-end {
  left: 0;
}
.fade-body-block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .fade-body-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.fade-body-block-content-start {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  left: -100%;
}
@media (max-width: 768px) {
  .fade-body-block-content-start {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fade-body-block-content-end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 100px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  left: 100%;
}
@media (max-width: 768px) {
  .fade-body-block-content-end {
    background-color: transparent;
  }
}
.fade-body-block-content-end p {
  font-family: "Futura PT Demi";
  color: #fff;
  text-align: left;
  font-size: 27px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .fade-body-block-content-end p {
    font-size: 23px;
  }
}
.fade-body-block-content-end h3 {
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .fade-body-block-content-end h3 {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .fade-body-block-content-end {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.fade-body-block-cta {
  position: absolute;
  padding-bottom: 30px;
  bottom: 60px;
}
@media (max-width: 768px) {
  .fade-body-block-cta {
    position: relative;
    bottom: auto;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.fade-body-block-cta a {
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .fade-body-block #fade-block-fiable {
    left: 50%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.fade-body-block #fade-block-fiable-bands-1 {
  right: -50px;
  margin-top: 200px;
}
.fade-body-block #fade-block-fiable-bands-2 {
  right: -50px;
  margin-top: 200px;
  -webkit-clip-path: inset(0px 0px 30px);
          clip-path: inset(0px 0px 30px);
}
.fade-body-block #fade-block-fiable-circle {
  right: 50px;
  margin-bottom: 200px;
  position: absolute;
  text-decoration: none;
  background: #ecca2d;
  height: 172px;
  width: 172px;
  border-radius: 50%;
}
.fade-body-block #fade-block-fiable .bands {
  background: repeating-linear-gradient(#fff, #fff 17px, transparent 17px, transparent 34px);
  position: absolute;
  width: 250px;
  height: 125px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .fade-body-block #fade-block-fluide {
    left: -30%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.fade-body-block #fade-block-fluide-band {
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .fade-body-block #fade-block-fun {
    left: 65%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.fade-body-block #fade-block-fun-circles {
  position: absolute;
  right: 0px;
}
.fade-body-block #fade-block-fun-block {
  position: absolute;
  right: 30px;
}
@media (max-width: 768px) {
  .fade-body #fade-body-fibre .fade-body-block-content-end {
    padding-left: 30px;
  }
}
.fade-body #fade-body-fibre .fade-body-block-content-end h3 {
  color: #ECCA2D;
}
@media (max-width: 768px) {
  .fade-body #fade-block-fluide ~ .fade-body-block-content-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 30px;
  }
}
.fade-body #fade-block-fluide ~ .fade-body-block-content-end h3 {
  color: #FD7FC7;
}
@media (max-width: 768px) {
  .fade-body #fade-block-fluide ~ .fade-body-block-content-end p {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .fade-body #fade-block-fun ~ .fade-body-block-content-end {
    padding-left: 30px;
  }
}
.fade-body #fade-block-fun ~ .fade-body-block-content-end h3 {
  color: #F3251C;
}
.fade-body #fade-body-fibre .fade-body-block-content-end p span, .fade-body #fade-body-fibre .fade-body-block-content-end p b {
  color: #ECCA2D;
  font-family: "Futura PT Bold";
}
.fade-body #fade-body-fluide .fade-body-block-content-end p span, .fade-body #fade-body-fluide .fade-body-block-content-end p b {
  color: #FD7FC7;
  font-family: "Futura PT Bold";
}
.fade-body #fade-body-fun .fade-body-block-content-end p span, .fade-body #fade-body-fun .fade-body-block-content-end p b {
  color: #F3251C;
  font-family: "Futura PT Bold";
}
.fade #fade-blocks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fade #fade-blocks .fade-block {
  height: 100vh;
  width: 100vw;
}

/* Scene gravity cta */
#scene-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#scene-cta-sticky-block {
  position: sticky;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  min-height: 100vh;
  padding: 80px 30px 0 30px;
  background-color: #FD7FC7;
  overflow: hidden;
  z-index: 2;
}
#scene-cta-sticky-block a {
  display: none;
}
#scene-cta-sticky-block a:before {
  background-color: #000;
}
#scene-cta-sticky-block a svg {
  width: 38px;
  margin-bottom: 5px;
}
#scene-cta-sticky-block a svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#scene-cta-sticky-block a:hover:before {
  background-color: #fff;
}
#scene-cta-sticky-block a:hover span {
  color: black;
}
#scene-cta-sticky-block a:hover svg path {
  fill: #000;
}
#scene-cta-absolute-block {
  top: 0px;
  left: 0px;
  background-color: black;
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 30px 0px;
  width: 100vw;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  #scene-cta-absolute-block {
    padding-top: 60px;
  }
}
#scene-cta-absolute-block a {
  display: none;
}
#scene-cta-absolute-block a:before {
  background-color: #FD7FC7;
}
#scene-cta-absolute-block h2 {
  color: #fff;
}
#scene-cta-block-pink {
  position: absolute;
  bottom: 0;
  min-height: 100vh;
  width: 100vw;
}
#scene-cta-block-black {
  min-height: 100vh;
  width: 100vw;
}
#scene-cta-desc {
  position: absolute;
  top: 48%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  max-width: 320px;
}
@media (max-width: 768px) {
  #scene-cta-desc {
    left: 5vw;
    max-width: 165px;
    top: 180px;
  }
}
#scene-cta-desc > span {
  font-size: 20px;
  font-weight: 700;
  background-color: #00BD80;
  color: white;
  display: block;
  padding: 5px;
  margin-bottom: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #scene-cta-desc > span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#scene-cta-desc p {
  font-size: 30px;
  line-height: 1;
  color: black;
  font-family: "Futura PT Bold";
}
@media (max-width: 768px) {
  #scene-cta-desc p {
    font-size: 18px;
  }
}
#scene-cta-desc p span {
  color: white;
}
#scene-cta-img {
  position: absolute;
  height: 58vh;
  left: 0;
  bottom: -15vh;
  z-index: 1;
}
@media (max-width: 768px) {
  #scene-cta-img {
    position: absolute;
    height: 40vh;
    left: -35%;
    bottom: 13vh;
  }
}
#scene-cta h2 {
  text-align: center;
  font-size: 90px;
  line-height: 0.8;
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 80vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #scene-cta h2 {
    font-size: 35px;
    top: 70px;
    width: 95vw;
  }
}
#scene-cta [class*=scene-cta-bands] {
  background: repeating-linear-gradient(#fff, #fff 17px, transparent 17px, transparent 34px);
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#scene-cta .scene-cta-bands-left {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
          transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}
#scene-cta .scene-cta-bands-left.visible {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#scene-cta .scene-cta-bands-right {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
          transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}
#scene-cta .scene-cta-bands-right.visible {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#scene-cta .visible {
  opacity: 1;
}

/* Scene gravity fiber */
#scene-fiber {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 768px) {
  #scene-fiber {
    height: calc(100vh - 60px);
  }
}
#scene-fiber.visible {
  opacity: 1;
}
#scene-fiber-container {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#scene-fiber-container.visible {
  opacity: 1;
}
#scene-fiber-container-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}
#scene-fiber-container-content h2 {
  font-size: 33px;
  line-height: 33px;
  color: #fff;
  width: 60%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #scene-fiber-container-content h2 {
    font-size: 29px;
    line-height: 29px;
    width: 80%;
  }
}
#scene-fiber-container-content h1 {
  white-space: nowrap;
  margin: 0;
  font-size: 192px;
  line-height: 140px;
  color: #fff;
}
@media (max-width: 768px) {
  #scene-fiber-container-content h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
#scene-fiber-bands {
  -webkit-transform-origin: 20% 20%;
          transform-origin: 20% 20%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}
#scene-fiber-bands.visible {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
}

/* Benefits */
#benefits {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
#benefits h1 {
  color: #fff;
  max-width: 500px;
  text-align: center;
}
#benefits-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  max-width: 1050px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #benefits-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}
#benefits-box .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 70px 150px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 475px;
  min-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 768px) {
  #benefits-box .box {
    min-width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
#benefits-box .box img, #benefits-box .box svg {
  height: 180px;
}
@media (max-width: 768px) {
  #benefits-box .box img, #benefits-box .box svg {
    height: 80px;
  }
  #benefits-box .box img .jwBEth, #benefits-box .box svg .jwBEth {
    height: 120px;
  }
}
#benefits-box .box svg path {
  fill: #fff;
}
#benefits-box .box h3 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  #benefits-box .box h3 {
    font-size: 30px;
  }
}
#benefits-box .box p {
  color: #fff;
}
#benefits-box .box p span, #benefits-box .box p b {
  font-family: "Futura PT Bold";
}
#benefits-box .box.visible {
  opacity: 1;
}
#benefits-box .box.visible h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#benefits-box .box.green h3 {
  color: #00BD80;
}
#benefits-box .box.green p span, #benefits-box .box.green p b {
  color: #00BD80;
}
#benefits-box .box.green svg path.color {
  fill: #00BD80;
}
#benefits-box .box.red h3 {
  color: #F3251C;
}
#benefits-box .box.red p span, #benefits-box .box.red p b {
  color: #F3251C;
}
#benefits-box .box.red svg path.color {
  fill: #F3251C;
}
#benefits-box .box.yellow h3 {
  color: #ECCA2D;
}
#benefits-box .box.yellow p span, #benefits-box .box.yellow p b {
  color: #ECCA2D;
}
#benefits-box .box.yellow svg path.color {
  fill: #ECCA2D;
}
#benefits-box .box.pink h3 {
  color: #FD7FC7;
}
#benefits-box .box.pink p span, #benefits-box .box.pink p b {
  color: #FD7FC7;
}
#benefits-box .box.pink svg path.color {
  fill: #FD7FC7;
}
#benefits-box .box.blue h3 {
  color: #1CADEF;
}
#benefits-box .box.blue p span, #benefits-box .box.blue p b {
  color: #1CADEF;
}
#benefits-box .box.blue svg path.color {
  fill: #1CADEF;
}
#benefits-box .box.purple h3 {
  color: #6E4EE6;
}
#benefits-box .box.purple p span, #benefits-box .box.purple p b {
  color: #6E4EE6;
}
#benefits-box .box.purple svg path.color {
  fill: #6E4EE6;
}
#benefits-box .box.orange h3 {
  color: #FD704E;
}
#benefits-box .box.orange p span, #benefits-box .box.orange p b {
  color: #FD704E;
}
#benefits-box .box.orange svg path.color {
  fill: #FD704E;
}

/* Eligibility */
#eligibility {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
@media (max-width: 768px) {
  #eligibility {
    padding: 100px 30px 70px 30px;
  }
}
#eligibility img {
  margin-bottom: 30px;
}
#eligibility h1 {
  color: #fff;
  max-width: 800px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #eligibility h1 {
    max-width: 350px;
  }
}
#eligibility h1 span {
  color: #FD7FC7;
}
#eligibility p {
  color: #fff;
  max-width: 610px;
  text-align: center;
}
#eligibility p span,
#eligibility p b {
  color: #FD7FC7;
  font-family: "Futura PT Bold";
}
#eligibility h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin: 48px auto 24px auto;
  line-height: normal;
  text-align: center;
  max-width: 680px;
}
#eligibility h2 span {
  color: #FD7FC7;
}
@media (max-width: 768px) {
  #eligibility h2 {
    font-size: 20px;
    margin: 36px auto 20px auto;
  }
}
#eligibility video {
  width: 100%;
  height: auto;
  max-width: 974px;
  border: solid 2px #FD7FC7;
}
#eligibility .app-download {
  margin-top: 30px;
  width: 100%;
  max-width: 974px;
  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;
  gap: 22px;
}
#eligibility .app-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#eligibility .app-download img {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #eligibility .app-download img {
    max-height: 30px;
    width: auto;
  }
}
@media (max-width: 768px) {
  #eligibility .app-download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    gap: 15px;
  }
}

#eligibility-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 120px;
}
#eligibility-form > p {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  max-width: 390px;
  margin: auto;
}
@media (max-width: 768px) {
  #eligibility-form > p {
    font-size: 18px;
    max-width: 240px;
  }
}
#eligibility-form > button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0 auto;
  border-color: #FD7FC7;
  background-color: #fff;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 14px 28px;
}
@media (max-width: 768px) {
  #eligibility-form > button {
    font-size: 15px;
  }
}
#eligibility-form > button svg {
  margin: 0;
}
#eligibility-form > button:hover, #eligibility-form > button.active {
  background-color: #FD7FC7;
  color: black;
}
#eligibility-form button.active + .form-wrapper {
  display: block;
}
#eligibility-form .form-wrapper {
  display: none;
  margin-top: -20px;
  background-color: #222222;
  padding: 96px 0;
}
#eligibility-form form {
  background-color: #FD7FC7;
  padding: 60px 30px 20px 20px;
  margin: auto;
  width: 100%;
  max-width: 850px;
}
#eligibility-form-header-content {
  width: 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;
  gap: 30px;
}
#eligibility-form-header-content span {
  font-size: 30px;
  font-weight: 700;
  color: white;
  opacity: 0.3;
  position: relative;
}
#eligibility-form-header-content span.active {
  opacity: 1;
  z-index: 1;
}
#eligibility-form-header-content span.active:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  height: 37px;
  width: 37px;
  background-color: black;
}
#eligibility-form-header-content span.active:before {
  opacity: 0.3;
}
#eligibility-form-header-content span:not(:first-of-type):before {
  content: "-";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#eligibility-form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
}
#eligibility-form-container-step-1 {
  display: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#eligibility-form-container-step-1 .form-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 45px;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-1 .form-content {
    gap: 0;
  }
}
@media (max-width: 768px) {
  #eligibility-form-container-step-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#eligibility-form-container-step-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#eligibility-form-container-step-2 p {
  margin-bottom: 30px;
  text-align: center;
}
#eligibility-form-container-step-2 fieldset:first-child {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-2 fieldset:first-child {
    padding-right: 0;
  }
}
#eligibility-form-container-step-2 fieldset:nth-child(2n+3) {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-2 fieldset:nth-child(2n+3) {
    padding-right: 0;
  }
}
#eligibility-form-container-step-3 {
  display: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#eligibility-form-container-step-3-content #form-block-1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-3-content #form-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #eligibility-form-container-step-3-content #form-block-1:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #eligibility-form-container-step-3-content #form-block-1:last-child {
    margin-left: 10px;
  }
}
#eligibility-form-container-step-3-content #form-block-1 .form-block-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
#eligibility-form-container-step-3-content #form-block-1 .form-block-container-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#eligibility-form-container-step-3-content #form-block-1 .form-block-container-content label {
  width: 50%;
  margin-bottom: 20px;
}
#eligibility-form-container-step-3-content #form-block-1 fieldset {
  margin-top: 20px;
}
#eligibility-form-container-step-3-content #form-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#eligibility-form-container-step-3-content #form-block-2 .form-block-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #eligibility-form-container-step-3-content #form-block-2 .form-block-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#eligibility-form-container-step-3-content #form-block-2 .form-block-container label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 20px;
}
#eligibility-form-container h3 {
  color: #000;
  max-width: 510px;
  text-align: center;
  font-size: 30px;
  margin: 34px auto 0 auto;
}
@media (max-width: 768px) {
  #eligibility-form-container h3 {
    max-width: 230px;
    font-size: 26px;
    line-height: normal;
  }
}
#eligibility-form-container h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #eligibility-form-container h4 {
    line-height: normal;
  }
}
#eligibility-form-container p.form-description {
  margin-top: 5px;
  color: black;
  font-size: 23px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
}
#eligibility-form-container .required-mention {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
#eligibility-form-container .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #eligibility-form-container .form-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#eligibility-form-container .eligibility-form-actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px;
}
#eligibility-form-container .eligibility-form-actions button {
  background-color: #fff;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
}
#eligibility-form-container .eligibility-form-actions button:hover {
  background-color: #000;
  border-color: #000;
  cursor: pointer;
}
#eligibility-form-container .eligibility-form-actions button:hover path {
  fill: white;
}
#eligibility-form-container .eligibility-form-actions button:hover rect {
  fill: none;
}
#eligibility-form-container .eligibility-form-actions #send-eligibility-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 25px;
}
#eligibility-form-container .eligibility-form-actions #send-eligibility-form svg {
  margin: 0;
  height: 30px;
  width: 30px;
}
#eligibility-form-container .eligibility-form-actions #send-eligibility-form:hover {
  color: #fff;
}
#eligibility-form-container fieldset {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#eligibility-form-container fieldset.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#eligibility-form-container fieldset input,
#eligibility-form-container fieldset textarea {
  background-color: #000;
  color: #fff;
  white-space: nowrap;
}
#eligibility-form-container fieldset span {
  color: #fff;
}

#eligibility-form-success {
  background-color: #FD7FC7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 60px 60px 60px;
  width: 100vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #eligibility-form-success {
    padding: 100px 30px 30px 30px;
  }
}
#eligibility-form-success > img {
  max-width: 300px;
  margin-bottom: 60px;
}
#eligibility-form-success h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
#eligibility-form-success h1 :first-child {
  color: #fff;
}
#eligibility-form-success p {
  margin-bottom: 30px;
  color: #fff;
}
#eligibility-form-success p span {
  color: #000;
}
#eligibility-form-success a {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #eligibility-form-success a {
    margin-bottom: 0;
  }
}

/* Faq */
#faq {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #faq {
    padding: 100px 30px 30px 30px;
  }
}
#faq form {
  width: 100%;
}
#faq h1 {
  color: #fff;
  text-align: center;
}
#faq img {
  width: 100%;
  max-width: 150px;
}
#faq fieldset {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  #faq fieldset {
    margin-top: 30px;
  }
}
#faq fieldset input {
  color: #000;
}
#faq fieldset input::-webkit-input-placeholder {
  color: #000;
}
#faq fieldset input::-moz-placeholder {
  color: #000;
}
#faq fieldset input:-ms-input-placeholder {
  color: #000;
}
#faq fieldset input::-ms-input-placeholder {
  color: #000;
}
#faq fieldset input::placeholder {
  color: #000;
}
#faq-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 768px) {
  #faq-container {
    margin-top: 30px;
  }
}
#faq-container h3, #faq-container h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#faq-container h3 {
  font-family: "Futura PT Bold Italic";
  color: #ECCA2D;
  font-size: 26px;
  line-height: 1;
}
#faq-container h4 {
  font-size: 20px;
  color: #fff;
  text-transform: none;
}
#faq-container p {
  font-size: 16px;
  color: #CCCCCC;
  font-family: "Futura PT";
}
#faq-container a {
  color: #fff;
}
#faq-container a:hover {
  text-decoration: none;
}
#faq-container b {
  color: #ECCA2D;
}
#faq-container .collapsible.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#faq-container .collapsible:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#faq-container .collapsible-content {
  display: block;
  color: #fff;
}
#faq-container .collapsible-ctn:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRUNDQTJEIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
}
#faq-container .collapsible:not(.collapsible-ctn) {
  margin-left: 38px;
  width: calc(100% - 38px);
}
#faq-container .collapsible:not(.collapsible-ctn) + .collapsible-content {
  margin-left: 38px;
  width: calc(100% - 38px);
}

/* Contact */
#contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
@media (max-width: 768px) {
  #contact {
    padding: 130px 30px 30px 30px;
  }
}
#contact h1 {
  color: #fff;
}
#contact > p {
  color: #fff;
  max-width: 450px;
  text-align: center;
  margin-top: 30px;
}
#contact > p b {
  color: #00BD80;
}
#contact-container {
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #contact-container {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#contact-container .contact-content {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #contact-container .contact-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-bottom: 90px;
  }
}
#contact-container .contact-content img {
  height: 130px;
}
@media (max-width: 768px) {
  #contact-container .contact-content img {
    height: 70px;
  }
}
#contact-container .contact-content h2 {
  color: #00BD80;
  font-size: 40px;
  margin-top: 30px;
  text-align: center;
  line-height: 35px;
}
@media (max-width: 768px) {
  #contact-container .contact-content h2 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 20px;
  }
}
#contact-container .contact-content h3 {
  color: #fff;
  line-height: 1em;
}
#contact-container .contact-content span {
  color: #00BD80;
  font-family: "Futura PT Demi Italic";
}
#contact-container .contact-content a {
  color: #fff;
  text-decoration: none;
}
#contact-container .contact-content .contact-cta {
  margin-top: 20px;
  font-family: "Futura PT Heavy Italic";
  font-size: 27px;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-container .contact-content .contact-cta {
    font-size: 18px;
    margin-top: 10px;
  }
}
#contact-container .contact-content .button {
  margin-top: 20px;
  background-color: #00BD80;
  border-color: #00BD80;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contact-container .contact-content .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
#contact-container .contact-content .collapsible {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  background: transparent;
}
#contact-container .contact-content .collapsible h3 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #contact-container .contact-content .collapsible h3 {
    padding: 10px 0;
  }
}
#contact-container .contact-content .collapsible.active {
  border-top: solid 3px #808080;
  border-bottom: solid 3px #808080;
}
#contact-container .contact-content .collapsible.active h3 {
  color: #808080;
}
#contact-container .contact-content .collapsible.active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA1IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNSI+PHBhdGggZD0iTTguMzg0IDAgMCA4LjM4NGwyLjEyMSAyLjEyMSA2LjI2My02LjI2MyA2LjI2MyA2LjI2MyAyLjEyMS0yLjEyMXoiIGZpbGw9IiNiMWIxYjEiLz48L3N2Zz4=);
}
#contact-container .contact-content .collapsible:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
}
#contact-container .contact-content .collapsible-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-container .contact-content .collapsible-content-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 3px #fff;
  padding-bottom: 30px;
  margin-top: 30px;
}
#contact-container .contact-content .collapsible-content-block h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #contact-container .contact-content .collapsible-content-block h4 {
    font-size: 18px;
  }
}
#contact-container .contact-content .collapsible-content-block p,
#contact-container .contact-content .collapsible-content-block a {
  color: #808080;
  font-size: 18px;
}
@media (max-width: 768px) {
  #contact-container .contact-content .collapsible-content-block p,
#contact-container .contact-content .collapsible-content-block a {
    font-size: 16px;
  }
}
#contact-container .contact-content .collapsible-content-block a {
  margin-top: 10px;
  text-decoration: none;
}
#contact-container-agency-collapsible {
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-container-phone .contact-cta {
  font-family: "Futura PT Heavy Italic";
  font-size: 40px;
}
@media (max-width: 768px) {
  #contact-container-phone .contact-cta {
    font-size: 20px;
  }
}

/* Scene gravity cta */
footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 30px 100px;
}
@media (max-width: 1024px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer-figure figure {
  margin: 0;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  footer .footer-figure figure {
    margin-right: 0;
  }
}
footer .footer-figure .footer-social {
  display: none;
}
@media (max-width: 1024px) {
  footer .footer-figure .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }
}
footer .footer-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  footer .footer-select {
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-select :first-child {
  min-width: 180px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  footer .footer-select :first-child {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
footer .footer-select :last-child {
  min-width: 70px;
}
@media (max-width: 1024px) {
  footer .footer-legal {
    margin-top: 20px;
  }
}
footer .footer-legal p,
footer .footer-legal a {
  font-size: 17px;
  font-family: "Futura PT";
  color: #808080;
}
footer .footer-legal p {
  text-align: right;
  margin-right: 20px;
}
footer .footer-legal a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .footer-social {
    display: none;
  }
}
.footer-social a {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  width: 45px;
  height: 45px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: 20px;
}
.footer-social a img {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  padding: 10px;
}

/* Scene gravity cta */
#container-404 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #container-404 {
    padding: 100px 30px 30px 30px;
  }
}
#container-404 img {
  position: absolute;
  max-width: 150%;
  margin: 0 auto;
  min-width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#container-404 h1,
#container-404 a {
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Futura PT Demi Italic";
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px;
}
#container-404-title {
  position: absolute;
  top: calc(52vh + 12vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 51%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  padding-left: 20px;
  max-width: 550px;
}
#container-404-title h1 {
  font-size: 33px;
  line-height: 1em;
}
@media (max-width: 768px) {
  #container-404-title h1 {
    font-size: 20px;
  }
}
#container-404-content {
  position: absolute;
  top: calc(60vh + 12vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 51%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  padding-left: 20px;
  max-width: 550px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #container-404-content {
    left: 0;
    right: initial;
  }
}
#container-404-content h1 {
  font-size: 33px;
  line-height: 1em;
}
@media (max-width: 768px) {
  #container-404-content h1 {
    font-size: 20px;
  }
}

/* Scene gravity cta */
#promotion {
  width: 100vw;
  max-height: 100vh;
}
@media (max-width: 768px) {
  #promotion {
    max-height: 800px;
  }
}
#promotion #scene {
  height: 100%;
}
@media (max-width: 768px) {
  #promotion #scene .circle-button {
    height: 140px;
    width: 140px;
  }
  #promotion #scene .circle-button span {
    font-size: 14px;
  }
}
#promotion .img_promotion {
  width: 100vw;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: auto;
}

/* Scene gravity cta */
#tarteaucitronAlertBig {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #fff;
  pointer-events: visible;
  padding: 20px;
  background: #ffffff;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 520px;
  height: 150px;
  top: calc(100vh - 150px);
  left: calc(50% - 100px - 260px);
  font-family: "Futura PT Demi";
}
@media (max-width: 768px) {
  #tarteaucitronAlertBig {
    width: 100vw !important;
    height: 130px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#tarteaucitronAlertBig:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  outline: 0px !important;
}
#tarteaucitronAlertBig span {
  font-size: 12px;
  left: 0;
  width: 100%;
}
#tarteaucitronAlertBig .tarteaucitronAlertButtons {
  margin-top: 30px;
}

#tarteaucitron,
#tarteaucitronBack {
  pointer-events: visible;
}

#tarteaucitronBack {
  display: none;
}

#tarteaucitronRoot {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tarteaucitronRoot button {
  text-transform: uppercase;
  font-family: "Futura PT Heavy", sans-serif;
  line-height: 1em;
  padding: 12px;
  font-size: 12px;
  border-radius: 30px;
  background: transparent;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  margin-left: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #tarteaucitronRoot button {
    padding: 5px 7px;
    font-size: 9px;
    margin-left: 4px;
    line-height: 1.3;
  }
}
#tarteaucitronRoot button:hover {
  cursor: pointer;
}
#tarteaucitronRoot button.tarteaucitronAllow {
  color: #fff;
  border-color: #fff;
  margin-left: 0;
}
#tarteaucitronRoot button.tarteaucitronAllow:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xODYiIGhlaWdodD0iMTMuODcyIiB2aWV3Qm94PSIwIDAgMTcuMTg2IDEzLjg3MiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3OCIgZD0ibS43MDcgOC40MzggNC4wMjEgNC4wMjFMMTYuNDc5LjcwOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  height: 13px;
  width: 13px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
#tarteaucitronRoot button.tarteaucitronIsSelected {
  background-color: #00BD80;
  border-color: #fff;
}
#tarteaucitronRoot button.tarteaucitronDeny.tarteaucitronIsSelected {
  background-color: #F3251C;
}
#tarteaucitronRoot button#tarteaucitronClosePanel {
  width: 40px;
  color: #fff;
  border-width: 0;
  margin: 0 0 20px auto;
}
#tarteaucitronRoot button#tarteaucitronClosePanel::after {
  content: "×";
  font-size: 40px;
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow {
  background-color: #00BD80;
}
#tarteaucitronRoot #tarteaucitronPersonalize {
  background-color: #00BD80;
  color: #fff;
  border-color: #fff;
  margin-left: 0;
}
#tarteaucitronRoot #tarteaucitronPersonalize:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xODYiIGhlaWdodD0iMTMuODcyIiB2aWV3Qm94PSIwIDAgMTcuMTg2IDEzLjg3MiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3OCIgZD0ibS43MDcgOC40MzggNC4wMjEgNC4wMjFMMTYuNDc5LjcwOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  height: 13px;
  width: 13px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

#tarteaucitronInfo {
  display: none;
}

.tarteaucitronInfoBox {
  margin-bottom: 40px;
}

#tarteaucitron {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  padding: 60px;
  display: none;
  position: fixed;
  overflow: scroll;
  z-index: 1;
}
#tarteaucitron button {
  border-color: #fff;
  color: #fff;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronTitle button {
  border-width: 0;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
  font-size: 20px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#tarteaucitron .tarteaucitronBorder ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#tarteaucitron .tarteaucitronBorder li {
  list-style-type: none;
}

#tarteaucitronDetailsanalytic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#tarteaucitronServices {
  clear: both;
  max-width: 960px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Futura PT Demi";
}
#tarteaucitronServices::-webkit-scrollbar {
  display: none;
}

#tarteaucitronInfo {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
}

.tarteaucitronLine {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tarteaucitronLineContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tarteaucitronName span {
  margin-right: 10px;
}
.tarteaucitronName a {
  color: #fff;
}

.tarteaucitronHidden {
  display: none;
}

.tarteaucitronTitle {
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
  font-size: 20px;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #fff;
  width: 100%;
}

.tarteaucitronName:last-child {
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
  font-size: 20px;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #fff;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tarteaucitronH1 {
  font-family: "Futura PT Bold Italic";
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tarteaucitronH1 {
    font-size: 35px;
    line-height: 30px;
  }
}

.tarteaucitronServiceInputCheckbox {
  display: none;
}

.tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #F3251C;
}

.tarteaucitronLabelCheckBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tarteaucitronLabelCheckBox:hover {
  cursor: pointer;
}

.tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #F3251C;
}

.allowTxt,
.denyTxt {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #F3251C;
  font-size: 16px;
}

#tarteaucitronRoot .allowTxt,
#tarteaucitronRoot .denyTxt {
  margin-right: 10px;
  color: #be0d0d;
  pointer-events: none;
  font-weight: 700;
  font-size: 14px;
}

#tarteaucitronRoot .allowTxt {
  display: none;
  color: #00cc00;
}

.tarteaucitronCheckBoxBt {
  outline: 0;
  display: block;
  width: 40px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.tarteaucitronCheckBoxBt:after,
.tarteaucitronCheckBoxBt:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tarteaucitronCheckBoxBt:after {
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.tarteaucitronCheckBoxBt:before {
  display: none;
}

.tarteaucitronServiceInputCheckbox:checked + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt:after {
  left: calc(50% - 2px);
}

.tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #be0d0d;
}

.tarteaucitronServiceInputCheckbox:checked + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #00cc00;
}

/* Business offer */
#business {
  background-color: #1CADEF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#business .business-offer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 150px;
  padding-bottom: 70px;
  z-index: 2;
}
@media (max-width: 768px) {
  #business .business-offer {
    padding: 20px;
    width: 100%;
  }
}
#business .business-offer-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 40px 40px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  max-width: 450px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #business .business-offer-card {
    padding: 60px 40px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#business .business-offer-card h3 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
  #business .business-offer-card h3 {
    font-size: 40px;
    line-height: 40px;
    max-width: 300px;
  }
}
#business .business-offer-card h3 span {
  color: #1CADEF;
  font-size: 80px;
}
@media (max-width: 768px) {
  #business .business-offer-card h3 span {
    font-size: 60px;
  }
}
#business .business-offer-card p {
  font-family: "Futura PT Demi";
  color: #1CADEF;
  max-width: 350px;
}
@media (max-width: 768px) {
  #business .business-offer-card p {
    font-size: 19px;
    max-width: 300px;
  }
}
#business .business-offer-card h3, #business .business-offer-card p {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #business .business-offer-card h3, #business .business-offer-card p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #business .business-offer-card img {
    width: 120px;
  }
}
#business .business-bands {
  position: absolute;
  z-index: 1;
  top: 43%;
  margin-right: 200px;
}
@media (max-width: 768px) {
  #business .business-bands {
    display: none;
  }
}
#business .business-offer-cta {
  background-color: #fff;
  color: #1CADEF;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#business .business-offer-cta:hover {
  background-color: #000;
  border-color: #000;
}

/* Boutiques */
#boutiques-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
@media (max-width: 768px) {
  #boutiques-header {
    padding: 100px 0 50px 0;
    width: calc(100vw - 80px);
    margin: auto;
  }
}
#boutiques-header img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #boutiques-header img {
    max-width: 70px;
  }
}
#boutiques-header h1 {
  color: #fff;
  max-width: 800px;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  #boutiques-header h1 {
    max-width: 350px;
    font-size: 30px;
    color: #00BD80;
    margin-bottom: 8px;
  }
}
#boutiques-header h1 span {
  color: #FD7FC7;
}
#boutiques-header p {
  color: #fff;
  max-width: 800px;
  text-align: center;
}
@media (max-width: 768px) {
  #boutiques-header p {
    font-size: 20px;
  }
}
#boutiques-header p span,
#boutiques-header p b {
  color: #FD7FC7;
  font-family: "Futura PT Bold";
}

.boutiques-map {
  max-width: 1166px;
  width: calc(100vw - 200px);
  margin: auto;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .boutiques-map {
    width: 100%;
  }
}
.boutiques-map_controls {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .boutiques-map_controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .boutiques-map_controls {
    margin-bottom: 20px;
  }
}
.boutiques-map_controls .custom-select-clear {
  position: relative;
}
@media (max-width: 1024px) {
  .boutiques-map_controls .custom-select-clear {
    max-width: 100%;
    width: 100%;
  }
}
.boutiques-map_controls .custom-select-clear:after {
  content: "";
  height: 9px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43OTMiIGhlaWdodD0iOC44MSIgdmlld0JveD0iMCAwIDE0Ljc5MyA4LjgxIj48cGF0aCBkYXRhLW5hbWU9ImZsZWNoZSBzY3JvbGwiIGQ9Ik0xMy4zNzkgMCA4LjI3MyA1LjEwNWwtLjg3Ny45LTEuMTIzLTEuMTQ3TDEuNDE0LS4wMDEgMCAxLjQxM2w3LjQgNy40IDcuNC03LjR6Ii8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.boutiques-map_controls .custom-select-clear select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-family: "Futura PT Medium Italic";
  padding: 12px 40px 12px 15px;
}
@media (max-width: 1024px) {
  .boutiques-map_controls .custom-select-clear select {
    width: 100%;
  }
}
.boutiques-map_controls .custom-select-clear select option {
  font-size: 16px;
  border-radius: 0;
  padding: 15px 0;
}
.boutiques-map_controls .custom-select-clear button {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NiIgaGVpZ2h0PSIxMi45NiIgdmlld0JveD0iMCAwIDEyLjk2IDEyLjk2Ij48cGF0aCBkYXRhLW5hbWU9ImJ0IGZlcm1lciIgZD0iTTEyLjk2MSAxLjUyNSAxMS40MzYgMCA2LjQ4MSA0Ljk1NSAxLjUyNiAwIC4wMDEgMS41MjUgNC45NTYgNi40OC4wMDEgMTEuNDM1bDEuNTI1IDEuNTI1IDQuOTU1LTQuOTU1IDQuOTU1IDQuOTU1IDEuNTI1LTEuNTI1TDguMDA2IDYuNDh6IiBmaWxsPSIjMWRiZDgwIi8+PC9zdmc+);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px);
  right: 0;
  top: 0%;
  z-index: 1;
  border: none;
  display: none;
  cursor: pointer;
}
.boutiques-map_controls .custom-select-clear.active:after {
  display: none;
}
.boutiques-map_controls .custom-select-clear.active select {
  pointer-events: none;
  color: #00BD80;
}
.boutiques-map_controls .custom-select-clear.active select option {
  color: black;
}
.boutiques-map_controls .custom-select-clear.active button {
  display: block;
}
.boutiques-map_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .boutiques-map_ctn {
    display: block;
    height: unset;
  }
}
.boutiques-map_tabs {
  display: none;
  border-bottom: solid 1px white;
}
.boutiques-map_tabs > button {
  width: 50%;
  padding: 12px 18px 9px 18px;
  font-family: "Futura PT Bold Italic";
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  text-align: center;
  border: none;
  color: white;
  position: relative;
}
.boutiques-map_tabs > button:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
  height: 7px;
  width: 100%;
  background-color: #00BD80;
}
.boutiques-map_tabs > button.active:after {
  display: block;
}
@media (max-width: 1024px) {
  .boutiques-map_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.boutiques-map_list {
  width: calc(100% / 3);
  overflow-y: auto;
  scrollbar-color: white #242424;
  scrollbar-width: thin;
  padding-right: 30px;
  /* Handle */
}
@media (max-width: 1024px) {
  .boutiques-map_list {
    padding-right: 0;
    margin-top: 18px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.boutiques-map_list:-webkit-scrollbar-track {
  background: red;
}
.boutiques-map_list:-webkit-scrollbar-thumb {
  background: #888;
}
.boutiques-map_list ul {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.boutiques-map_list ul > p {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
  color: white;
}
.boutiques-map_list ul li {
  width: 100%;
  color: white;
  padding-bottom: 20px;
  padding-left: 88px;
  padding-right: 25px;
  border-bottom: solid white 2px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.boutiques-map_list ul li h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .boutiques-map_list ul li h3 {
    margin-bottom: 6px;
  }
}
.boutiques-map_list ul li p {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
  color: #CCCCCC;
}
.boutiques-map_list ul li .schedules {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boutiques-map_list ul li .schedules span, .boutiques-map_list ul li .schedules p {
  display: block;
  color: white;
}
.boutiques-map_list ul li .schedules p {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
}
.boutiques-map_list ul li .schedules span {
  font-family: "Futura PT Bold Italic";
  text-transform: uppercase;
  font-size: 18px;
}
.boutiques-map_list ul li .schedules hr {
  border: solid 1px white;
  margin: 25px 0;
}
.boutiques-map_list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 54px;
  width: 54px;
  background-color: white;
  border-radius: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4yODkiIGhlaWdodD0iMzIuMTg5IiB2aWV3Qm94PSIwIDAgMjMuMjg5IDMyLjE4OSI+PGcgZGF0YS1uYW1lPSJHcm91cGUgOTA4Ij48cGF0aCBkYXRhLW5hbWU9IlRyYWPDqSAyMTc2IiBkPSJNMTEuNjQ1IDMyLjE4OVMwIDE5LjM2NCAwIDEyLjIyN0ExMi4wOTQgMTIuMDk0IDAgMCAxIDExLjY0NSAwYTEyLjA5NCAxMi4wOTQgMCAwIDEgMTEuNjQ0IDEyLjIyN2MwIDcuMTM3LTExLjY0NCAxOS45NjItMTEuNjQ0IDE5Ljk2MnoiIGZpbGw9IiMxZGJkODAiLz48ZyBkYXRhLW5hbWU9IkVsbGlwc2UgNDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNzc3IDguMzYpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+PGNpcmNsZSBjeD0iMy44NjciIGN5PSIzLjg2NyIgcj0iMy44NjciIHN0cm9rZT0ibm9uZSIvPjxjaXJjbGUgY3g9IjMuODY3IiBjeT0iMy44NjciIHI9IjIuODY3IiBmaWxsPSJub25lIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center;
  background-size: 42%;
  background-repeat: no-repeat;
}
.boutiques-map_list ul li.special-icon--:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4yOSIgaGVpZ2h0PSIzMi4xODkiIHZpZXdCb3g9IjAgMCAyMy4yOSAzMi4xODkiPjxnIGRhdGEtbmFtZT0iR3JvdXBlIDkwOSI+PGcgZGF0YS1uYW1lPSJHcm91cGUgOTA4Ij48cGF0aCBkYXRhLW5hbWU9IlRyYWPDqSAyMTg2IiBkPSJNMTEuNjQ1IDBBMTIuMSAxMi4xIDAgMCAwIDAgMTIuMjMxYzAgNy4xMzMgMTEuNjQ0IDE5Ljk1OCAxMS42NDQgMTkuOTU4czExLjY0NS0xMi44MTggMTEuNjQ1LTE5Ljk1OEExMi4xIDEyLjEgMCAwIDAgMTEuNjQ1IDAiIGZpbGw9IiMxZGJkODAiLz48L2c+PHBhdGggZGF0YS1uYW1lPSJUcmFjw6kgMjE4NyIgZD0iTTYuMjE5IDEwLjJoMy44VjYuMzc0aDMuMjQ5VjEwLjJoMy44djNoLTMuOHYzLjgyNGgtMy4yNVYxMy4yaC0zLjh6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}
.boutiques-map_list ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 15px;
  width: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .boutiques-map_list ul li:after {
    right: unset;
    left: 70px;
  }
}
.boutiques-map_list ul li:hover h3,
.boutiques-map_list ul li:hover p, .boutiques-map_list ul li.active h3,
.boutiques-map_list ul li.active p {
  color: #00BD80;
}
@media (max-width: 1024px) {
  .boutiques-map_list ul li:hover h3,
.boutiques-map_list ul li:hover p, .boutiques-map_list ul li.active h3,
.boutiques-map_list ul li.active p {
    color: #fff;
  }
}
.boutiques-map_list ul li:hover:before, .boutiques-map_list ul li.active:before {
  background-color: #00BD80;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4yODkiIGhlaWdodD0iMzIuMTg5IiB2aWV3Qm94PSIwIDAgMjMuMjg5IDMyLjE4OSI+PGcgZGF0YS1uYW1lPSJHcm91cGUgOTA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEzIC02NDQuNDc4KSI+PHBhdGggZGF0YS1uYW1lPSJUcmFjw6kgMjE3NiIgZD0iTTEyNC42NDUgNjc2LjY2N1MxMTMgNjYzLjg0MiAxMTMgNjU2LjcwNWExMi4wOTQgMTIuMDk0IDAgMCAxIDExLjY0NS0xMi4yMjcgMTIuMDk0IDEyLjA5NCAwIDAgMSAxMS42NDQgMTIuMjI3YzAgNy4xMzctMTEuNjQ0IDE5Ljk2Mi0xMS42NDQgMTkuOTYyeiIgZmlsbD0iI2ZmZiIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDQ5IiBjeD0iMy44NjciIGN5PSIzLjg2NyIgcj0iMy44NjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMC43NzcgNjUyLjgzOCkiIGZpbGw9IiMxZGJkODAiLz48L2c+PC9zdmc+);
}
.boutiques-map_list ul li:hover:after, .boutiques-map_list ul li.active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4xMzUiIGhlaWdodD0iMTQuNzkzIiB2aWV3Qm94PSIwIDAgMjIuMTM1IDE0Ljc5MyI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzI1IDEuNDE0IDE4LjQzIDYuNTJILS4wMDF2MmgxOC4xODRsLTQuODU5IDQuODU5IDEuNDE0IDEuNDE0IDcuNC03LjQtNy40LTcuNHoiIGZpbGw9IiMxZGJkODAiLz48L3N2Zz4=);
}
.boutiques-map_list ul li:hover.special-icon--:before, .boutiques-map_list ul li.active.special-icon--:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4yOSIgaGVpZ2h0PSIzMi4xODkiIHZpZXdCb3g9IjAgMCAyMy4yOSAzMi4xODkiPjxnIGRhdGEtbmFtZT0icGluICsiPjxnIGRhdGEtbmFtZT0iR3JvdXBlIDkwOSI+PGcgZGF0YS1uYW1lPSJHcm91cGUgOTA4Ij48cGF0aCBkYXRhLW5hbWU9IlRyYWPDqSAyMTg2IiBkPSJNMTEuNjQ1IDBBMTIuMSAxMi4xIDAgMCAwIDAgMTIuMjMxYzAgNy4xMzMgMTEuNjQ0IDE5Ljk1OCAxMS42NDQgMTkuOTU4czExLjY0NS0xMi44MTggMTEuNjQ1LTE5Ljk1OEExMi4xIDEyLjEgMCAwIDAgMTEuNjQ1IDAiIGZpbGw9IiNmZmYiLz48L2c+PHBhdGggZGF0YS1uYW1lPSJUcmFjw6kgMjE4NyIgZD0iTTYuMjE5IDEwLjJoMy44VjYuMzc0aDMuMjQ5VjEwLjJoMy44djNoLTMuOHYzLjgyNGgtMy4yNVYxMy4yaC0zLjh6IiBmaWxsPSIjMWRiZDgwIi8+PC9nPjwvZz48L3N2Zz4=);
}
.boutiques-map_list ul li:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .boutiques-map_list ul li {
    padding-left: 68px;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .boutiques-map_list ul li.active .schedules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boutiques-map_list ul li.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.boutiques-map_map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 62%;
}
@media (max-width: 1024px) {
  .boutiques-map_map {
    width: 100%;
    height: 80vh;
    max-width: unset;
  }
}
.boutiques-map_map #map {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.boutiques-map_map #map .leaflet-control-attribution {
  display: none;
}
.boutiques-map_map #map .leaflet-marker-icon {
  width: 33px !important;
}
.boutiques-map_map #map .leaflet-marker-icon span {
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 46px;
  text-align: center;
}
.boutiques-map_map #map .leaflet-marker-icon.active path.highlight {
  fill: #00BD80;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  display: block;
  margin: 25px 20px;
  color: black;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p,
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content span {
  margin: 0;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p:not(.title) {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p.title,
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content span {
  font-family: "Futura PT Bold Italic";
  text-transform: uppercase;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p.title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 22px;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content span {
  font-size: 18px;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content hr {
  border: solid 1px black;
  margin: 15px 0;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-tip-container {
  top: 100%;
}
.boutiques-map_map #map .leaflet-popup .leaflet-popup-close-button {
  display: none;
}
@media (max-width: 1024px) {
  .boutiques-map_list, .boutiques-map_map {
    position: absolute;
    visibility: hidden;
    right: 200vw;
  }
  .boutiques-map_list.active, .boutiques-map_map.active {
    position: static;
    visibility: visible;
  }
}
.boutiques-map_filter {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* Réabonnement */
#resubscribe-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 136px 60px 66px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
@media (max-width: 768px) {
  #resubscribe-header {
    padding: 100px 0 50px 0;
    width: calc(100vw - 80px);
    margin: auto;
  }
}
#resubscribe-header h1 {
  color: #fff;
  max-width: 800px;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  #resubscribe-header h1 {
    max-width: 350px;
    font-size: 30px;
    margin-bottom: 8px;
  }
}
#resubscribe-header h1 span {
  color: #FD7FC7;
}
#resubscribe-header p {
  color: #fff;
  max-width: 578px;
  text-align: center;
}
@media (max-width: 768px) {
  #resubscribe-header p {
    font-size: 20px;
  }
}
#resubscribe-header p span,
#resubscribe-header p b {
  color: #FD7FC7;
  font-family: "Futura PT Bold";
}

.resubscribe-pictos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 120px;
  position: relative;
  width: calc(100vw - 180px);
  max-width: 1185px;
}
@media (max-width: 768px) {
  .resubscribe-pictos {
    width: calc(100vw - 40px);
    padding-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .resubscribe-pictos {
    gap: 10vw;
  }
}
.resubscribe-pictos:after {
  content: "";
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.resubscribe-pictos_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 3);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .resubscribe-pictos_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.resubscribe-pictos_item h2 {
  font-size: 32px;
  line-height: 25px;
  color: #FD7FC7;
  margin-top: 18px;
  margin-bottom: 26px;
  text-align: center;
}
@media (max-width: 1024px) {
  .resubscribe-pictos_item h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resubscribe-pictos_item h2:before {
    content: "";
    display: block;
    height: 45px;
    width: 28px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43OTMiIGhlaWdodD0iMjIuMTM1IiB2aWV3Qm94PSIwIDAgMTQuNzkzIDIyLjEzNSI+PHBhdGggZGF0YS1uYW1lPSJmbGVjaGUgc2Nyb2xsIiBkPSJNMTMuMzc5IDEzLjMyNSA4LjI3MyAxOC40M1YtLjAwMWgtMnYxOC4xODRsLTQuODU5LTQuODU5TDAgMTQuNzM4bDcuNCA3LjQgNy40LTcuNHoiIGZpbGw9IiNmZDdmYzciLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4px;
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  .resubscribe-pictos_item h2 {
    font-size: 14px;
    line-height: 15px;
    max-width: 90px;
  }
  .resubscribe-pictos_item h2:before {
    height: 22px;
    width: 14px;
    margin-top: 5px;
  }
}
.resubscribe-pictos_item img {
  max-width: 190px;
  margin: auto;
}
@media (max-width: 1024px) {
  .resubscribe-pictos_item img {
    margin-left: 0;
    margin-right: auto;
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .resubscribe-pictos_item img {
    min-height: unset;
  }
}
.resubscribe-pictos_item img.mobile {
  display: none;
}
.resubscribe-pictos.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .resubscribe-pictos.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .resubscribe-pictos.desktop {
    display: none;
  }
}

#resubcribe-ctn {
  display: block;
  width: calc(100vw - 180px);
  max-width: 1185px;
  margin: auto;
}
@media (max-width: 768px) {
  #resubcribe-ctn {
    width: calc(100vw - 40px);
  }
}
#resubcribe-ctn .resubscribe-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 120px 100px;
  gap: 11%;
}
@media (max-width: 1024px) {
  #resubcribe-ctn .resubscribe-method {
    display: block;
  }
}
@media (max-width: 768px) {
  #resubcribe-ctn .resubscribe-method {
    padding: 40px 0;
  }
}
#resubcribe-ctn .resubscribe-method_left {
  width: 39%;
  background-color: #FD7FC7;
  min-height: min(24.4vw, 335px);
  padding: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1024px) {
  #resubcribe-ctn .resubscribe-method_left {
    width: 100%;
    margin-bottom: 40px;
    min-height: calc(100vw - 380px);
  }
}
@media (max-width: 768px) {
  #resubcribe-ctn .resubscribe-method_left {
    min-height: calc(100vw - 40px);
  }
}
#resubcribe-ctn .resubscribe-method_left img {
  max-width: 60%;
}
#resubcribe-ctn .resubscribe-method_left h2 {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  max-width: 270px;
}
@media (max-width: 768px) {
  #resubcribe-ctn .resubscribe-method_left h2 {
    font-size: 24px;
    max-width: 200px;
  }
}
#resubcribe-ctn .resubscribe-method_left p {
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  font-family: "Futura PT";
  max-width: 90%;
}
@media (max-width: 1024px) {
  #resubcribe-ctn .resubscribe-method_left p {
    max-width: 400px;
  }
}
#resubcribe-ctn .resubscribe-method_right {
  display: block;
  color: white;
}
#resubcribe-ctn .resubscribe-method_right > * {
  margin-bottom: 24px;
}
#resubcribe-ctn .resubscribe-method_right > p {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 768px) {
  #resubcribe-ctn .resubscribe-method_right > p {
    font-size: 20px;
    line-height: 23px;
  }
}
#resubcribe-ctn .resubscribe-method_right a.resubscribe {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  #resubcribe-ctn .resubscribe-method_right a.resubscribe {
    margin-left: auto;
    margin-right: auto;
  }
}
#resubcribe-ctn .resubscribe-method_right img {
  max-width: 100%;
  height: auto;
}
#resubcribe-ctn .resubscribe-method_right .accordion {
  width: 100%;
}
#resubcribe-ctn .resubscribe-method:not(:last-of-type) {
  border-bottom: solid 1px white;
}

/* Accordéon */
.accordion {
  display: block;
}
.accordion-item {
  width: 100%;
  display: block;
  border-bottom: solid white 1px;
}
.accordion-item:first-of-type {
  border-top: solid white 1px;
}
.accordion-item.active .accordion-toggle:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion-item.active .accordion-ctn {
  max-height: 600px;
  padding: 20px 0;
}
.accordion-toggle {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 5px 0;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.accordion-toggle img {
  border-radius: 5px;
  margin-right: 24px;
}
.accordion-toggle p {
  font-family: "Futura PT";
}
.accordion-toggle strong {
  font-family: "Futura PT Heavy";
}
.accordion-toggle:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS43NzQiIGhlaWdodD0iOS4zMDEiIHZpZXdCb3g9IjAgMCAxNS43NzQgOS4zMDEiPjxnIGRhdGEtbmFtZT0iR3JvdXBlIDk5MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZGF0YS1uYW1lPSJMaWduZSAzNiIgZD0ibTEuNDE0IDEuNDE0IDYuNDczIDYuNDczIi8+PHBhdGggZGF0YS1uYW1lPSJMaWduZSAzNyIgZD0iTTE0LjM2IDEuNDE0IDcuODg3IDcuODg3Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordion-ctn {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.accordion-ctn ol, .accordion-ctn ul {
  padding-left: 25px;
}
.accordion-ctn p, .accordion-ctn li, .accordion-ctn span {
  font-size: 16px;
  font-family: "Futura PT";
  line-height: 22px;
}
.accordion-ctn img {
  margin-top: 10px;
  width: 120px;
  height: auto;
}

/* Need to refactor */
.dBDCde {
  position: fixed;
  width: 100%;
  min-height: 80px;
  padding: 20px 100px 20px 100px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  overflow-x: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cxysMO:hover {
  cursor: pointer;
}

.cxysMO::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xODYiIGhlaWdodD0iMTMuODcyIiB2aWV3Qm94PSIwIDAgMTcuMTg2IDEzLjg3MiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3OCIgZD0ibS43MDcgOC40MzggNC4wMjEgNC4wMjFMMTYuNDc5LjcwOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.bDpWPs:hover {
  cursor: pointer;
}

.fsMWfR {
  font-family: "Futura PT Demi";
  font-size: 12px;
  font-size: 25px;
  text-align: left;
}

.cJksMR {
  margin-top: 30px;
  color: #ffffff;
  font-family: "Futura PT Heavy Italic";
}

.dWaPhJ {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border-width: 0;
}

.dWaPhJ .sc-bqGGPW {
  width: 100%;
}

.iSMdAi {
  position: relative;
}

.bqgVUc {
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .bqgVUc {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.chPYfs {
  font-family: "Futura PT Medium Italic";
  font-size: 18px;
  padding: 10px;
  border: 3px solid #ffffff;
}

.gqVMJf {
  font-family: "Futura PT Heavy Italic";
  font-size: 14px;
}

.haSxSr {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}

.hqujfI {
  font-family: "Futura PT Demi";
  font-size: 12px;
}

.igPeoe {
  font-family: "Futura PT Bold Italic";
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 768px) {
  .igPeoe {
    font-size: 30px;
    line-height: 25px;
  }
}
.fLpEgg {
  background-color: #fd7fc7;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.bmkUBP {
  background-color: #000000;
}

.Fwgfz {
  width: 33%;
  background-color: #ffffff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Fwgfz:after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 50px solid #ffffff;
  border-right: 10px solid #000000;
  width: 0;
}

.bfBwOW {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
  color: #000000;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  padding: 20px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
}

.jHUUfA {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.FIxyY {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20%;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.cJtaKp {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 10px;
}

.eheTss {
  font-size: 33px;
  line-height: 33px;
  color: #ffffff;
  font-family: "Futura PT Bold Italic";
  width: 60%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .eheTss {
    font-size: 29px;
    line-height: 29px;
    width: 80%;
  }
}
.faTMVR {
  white-space: nowrap;
  margin: 0;
  font-size: 192px;
  line-height: 140px;
  color: #ffffff;
  font-family: "Futura PT Bold Italic";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .faTMVR {
    font-size: 110px;
    line-height: 80px;
  }
}
.fGPLlg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 60px 60px 60px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
}

@media (max-width: 768px) {
  .fGPLlg {
    padding: 100px 30px 30px 30px;
  }
}
.fjyeCO {
  margin-bottom: 30px;
}

.STHNk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  background: #fd7fc7;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hGuDSr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #ffffff;
  padding: 30px 100px;
}

.bXWklz {
  width: 38px;
  margin-bottom: 5px;
}

.bqJybc {
  position: absolute;
  background: repeating-linear-gradient(#ffffff, #ffffff 20px, transparent 20px, transparent 40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dWllt {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}

@media (max-width: 768px) {
  .hGuDSr {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ijavJs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.efIdut {
  margin: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .efIdut {
    margin-right: 0;
  }
}
.eBkjir {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .eBkjir {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fOpUef {
  margin-left: 20px;
}

.kFwrHO {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  width: 45px;
  height: 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 2px;
}

.yvqzT {
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
  padding: 10px;
}

@media (max-width: 768px) {
  .ghtviD {
    margin-top: 20px;
  }
}
.cLlQa-D {
  font-size: 17px;
  font-family: "Futura PT";
  color: #808080;
  text-align: right;
}

.brAofc {
  min-width: 180px;
  height: 80px;
}

@media (max-width: 768px) {
  .brAofc {
    min-width: auto;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.lcXjcT {
  min-width: 70px;
  margin-left: 12px;
  height: 80px;
}

@media (max-width: 768px) {
  .bXeBPo {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.glAgxs div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.glAgxs span {
  color: #00bd80;
}

.glAgxs:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.glAgxs::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.glAgxs:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.jVSsoM {
  color: #1cadef;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.jVSsoM div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.jVSsoM span {
  color: #1cadef;
}

.jVSsoM:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.jVSsoM::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.jVSsoM:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.NyTVc {
  color: #ecca2d;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.NyTVc div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.NyTVc span {
  color: #ecca2d;
}

.NyTVc:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.NyTVc::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.NyTVc:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.dgXCmU {
  color: #fd7fc7;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dgXCmU div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.dgXCmU span {
  color: #fd7fc7;
}

.dgXCmU:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.dgXCmU::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.dgXCmU:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.eClBOo {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.eClBOo div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.eClBOo span {
  color: #ffffff;
}

.eClBOo:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.eClBOo::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.eClBOo:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.jsXRPB {
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}

.kwvQne {
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cGHMGl {
  position: absolute;
  bottom: 0px;
  height: 0;
  width: 100%;
  background: #666;
}

.cvKAEg {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.iIrIke:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.iIrIke .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.iIrIke:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3251c;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hctVRw:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.hctVRw .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.hctVRw:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecca2d;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.gfYTWa:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.gfYTWa .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.gfYTWa:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.jgKIGy {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  padding: 0 40px 0px 40px;
  min-width: 360px;
}

@media (max-width: 768px) {
  .jgKIGy {
    padding: 0 20px 0px 20px;
  }
}
.kEPueR {
  text-align: center;
}

.kEPueR span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .kEPueR span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.kEPueR span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #00bd80;
}

@media (max-width: 768px) {
  .kEPueR span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.fiwHGf {
  text-align: center;
}

.fiwHGf span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .fiwHGf span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.fiwHGf span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #f3251c;
}

@media (max-width: 768px) {
  .fiwHGf span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.kCXRcV {
  text-align: center;
}

.kCXRcV span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .kCXRcV span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.kCXRcV span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #ecca2d;
}

@media (max-width: 768px) {
  .kCXRcV span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.AlSuO {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #00bd80;
  margin-top: 20px;
  text-align: center;
}

.gWDWLs {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #f3251c;
  margin-top: 20px;
  text-align: center;
}

.dPusna {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #ecca2d;
  margin-top: 20px;
  text-align: center;
}

.eSrHrG {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 20px;
}

.frfcnu {
  font-size: 16px;
}

.cUQUZ {
  font-size: 58px;
  font-family: "Futura PT Heavy Italic";
  margin-left: -5px;
  line-height: 46px;
  margin-right: 10px;
}

.fHNWTg {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.ifFAkF {
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
}

.eApRWI {
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
}

.bgGIkj {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.cBQRgj {
  background-color: #00bd80;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.egiYZJ {
  background-color: #f3251c;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.SMuCD {
  background-color: #ecca2d;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.iVCZkr {
  font-size: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0;
  background-color: transparent;
  color: #ffffff;
}

.cHpzxj {
  position: relative;
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .cHpzxj {
    margin-bottom: 50px;
  }
}
.bXYkco {
  padding: 30px 30px 100px 30px;
  z-index: 2;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .bXYkco {
    padding: 60px 20px 100px 20px;
  }
}
.fQDhdD {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.gtApqa {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #00bd80;
}

@media (max-width: 768px) {
  .gtApqa {
    padding-bottom: 0;
  }
}
.fwKJsg {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #f3251c;
}

@media (max-width: 768px) {
  .fwKJsg {
    padding-bottom: 0;
  }
}
.jyuwDi {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #ecca2d;
}

@media (max-width: 768px) {
  .jyuwDi {
    padding-bottom: 0;
  }
}
.fkOsOV {
  margin-top: 10px;
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fdHlDh {
  margin-top: 20px;
}

.zqMKI {
  font-family: "Futura PT Heavy Italic";
  color: #ffffff;
}

.gVmwnA {
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.fAfYRm {
  height: 100vh;
  width: 100vw;
}

.irUQHZ {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.ffiSKw {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gjkSif {
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: dtyrWZ 0.5s 1 alternate ease-out forwards;
  animation: dtyrWZ 0.5s 1 alternate ease-out forwards;
}

.gjkSif.visible {
  opacity: 1;
  -webkit-animation: iNKVAR 0.5s 1 alternate ease-out forwards;
  animation: iNKVAR 0.5s 1 alternate ease-out forwards;
}

.gjkSif.visible > .sticky-content div:first-child {
  left: 0;
}

.gjkSif.visible > .sticky-content div:last-child {
  left: 0;
}

.gjkSif .sticky-content div:first-child {
  left: -100%;
}

.gjkSif .sticky-content div:last-child {
  left: 100%;
}

@media (max-width: 768px) {
  .gjkSif {
    margin-top: 0;
  }
}
.kpLgmp {
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  .kpLgmp {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.jIdgwK {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .jIdgwK {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.efpWkG {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: 100px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .efpWkG {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.bCQdKy {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bCQdKy {
    font-size: 43px;
    line-height: 43px;
  }
}
.ejxNQS {
  font-size: 27px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .ejxNQS {
    font-size: 23px;
  }
}
.ejMbuH {
  margin-top: 60px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

@media (max-width: 768px) {
  .ejMbuH {
    height: 80px;
    line-height: 60px;
    text-align: center;
    padding: 10px;
    width: 100%;
  }
}
.jkMdRL {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 60px;
}

@media (max-width: 768px) {
  .jkMdRL {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.eVThbc {
  position: relative;
  left: -50%;
}

.bpZgdN {
  background: repeating-linear-gradient(#ffffff, #ffffff 17px, transparent 17px, transparent 34px);
  position: absolute;
  width: 250px;
  height: 125px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hISSIz {
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #ecca2d;
  height: 172px;
  width: 172px;
  border-radius: 50%;
}

.jYRRjp {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.hNUcYy {
  min-height: 100vh;
  width: 100vw;
}

.dRmkNw {
  position: absolute;
  bottom: 0;
  min-height: 100vh;
  width: 100vw;
}

.dSEKiD {
  position: sticky;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0;
  min-height: 100vh;
  padding: 80px 30px 0 30px;
  background-color: #fd7fc7;
  overflow: hidden;
  z-index: 2;
}

.jwtbrP {
  color: #000000;
  text-align: center;
  margin-top: 30px;
}

.dewnP {
  color: #ffffff;
}

.iUvzuS {
  position: absolute;
  display: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #000000;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hdXfzW {
  background: #fd7fc7;
}

.qlNUa {
  width: 38px;
  margin-bottom: 5px;
}

.fkFuwg {
  font-size: 19px;
  text-align: center;
}

.hRCOc {
  background: repeating-linear-gradient(#ffffff, #ffffff 17px, transparent 17px, transparent 34px);
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gtuCkw {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
  transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.hMmlIA {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
  transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #000000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
}

@-webkit-keyframes gcrkRQ {
  0% {
    right: calc(100%);
  }
  100% {
    right: 0;
  }
}
@keyframes gcrkRQ {
  0% {
    right: calc(100%);
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes fthHXM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}
@keyframes fthHXM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}
@-webkit-keyframes iyjUPy {
  0% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes iyjUPy {
  0% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes cjwXKx {
  0% {
    top: 115px;
  }
  100% {
    top: 95px;
  }
}
@keyframes cjwXKx {
  0% {
    top: 115px;
  }
  100% {
    top: 95px;
  }
}
@-webkit-keyframes dBZEmF {
  0% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
@keyframes dBZEmF {
  0% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
@-webkit-keyframes dnBgax {
  0% {
    top: 95px;
  }
  100% {
    top: 115px;
  }
}
@keyframes dnBgax {
  0% {
    top: 95px;
  }
  100% {
    top: 115px;
  }
}
@-webkit-keyframes lgDtHl {
  0% {
    top: 20px;
  }
  100% {
    top: 30px;
  }
}
@keyframes lgDtHl {
  0% {
    top: 20px;
  }
  100% {
    top: 30px;
  }
}
@-webkit-keyframes lgDyON {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes lgDyON {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes iDdMrZ {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes iDdMrZ {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes cqwoDJ {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cqwoDJ {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes coNZOx {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coNZOx {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dtyrWZ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dtyrWZ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iNKVAR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iNKVAR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-viewport {
  orientation: portrait;
}
@-o-viewport {
  orientation: portrait;
}
@viewport {
  orientation: portrait;
}
.dBDCde {
  position: fixed;
  width: 100%;
  min-height: 80px;
  padding: 20px 100px 20px 100px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  overflow-x: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .dBDCde {
    padding: 20px 20px 20px 20px;
  }
}
.gyYCEG {
  position: relative;
  margin: 0;
}

.gyYCEG div {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  width: 67px;
  height: 67px;
  right: 50px;
  -webkit-animation: gcrkRQ 0.3s 1 alternate ease-out forwards;
  animation: gcrkRQ 0.3s 1 alternate ease-out forwards;
}

.gyYCEG img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 169px;
}

.cfYYYK {
  position: relative;
  margin: 0;
}

.cfYYYK div {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 30px;
  height: 30px;
  right: 50px;
  -webkit-animation: kbuklW 0.3s 1 alternate ease-out forwards;
  animation: kbuklW 0.3s 1 alternate ease-out forwards;
}

.cfYYYK img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  width: 0;
}

.bfIRAA {
  position: absolute;
  width: 67px;
  height: 67px;
  top: 5px;
  right: 8px;
  -webkit-transform: rotate(-10.3deg);
  transform: rotate(-10.3deg);
  background-color: #ffffff;
  z-index: 1;
}

.kMCWOg {
  position: relative;
  z-index: 2;
  width: 169px;
}

@media (max-width: 768px) {
  .kMCWOg {
    width: 79px;
  }
}
.kSyiZt {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Futura PT Heavy";
  line-height: 1em;
}

.cxysMO {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Futura PT Heavy";
  line-height: 1em;
  padding: 15px;
  font-size: 13px;
  border-width: 2px;
  border-radius: 30px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cxysMO:hover {
  cursor: pointer;
}

.cxysMO::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xODYiIGhlaWdodD0iMTMuODcyIiB2aWV3Qm94PSIwIDAgMTcuMTg2IDEzLjg3MiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE3OCIgZD0ibS43MDcgOC40MzggNC4wMjEgNC4wMjFMMTYuNDc5LjcwOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.bDpWPs {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Futura PT Heavy";
  line-height: 1em;
  padding: 15px;
  font-size: 13px;
  border-width: 2px;
  border-radius: 30px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bDpWPs:hover {
  cursor: pointer;
}

.fsMWfR {
  font-family: "Futura PT Demi";
  font-size: 12px;
  font-size: 25px;
  text-align: left;
}

.bqgVUc {
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .bqgVUc {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.diiZLm {
  padding: 60px;
}

.jbhWLR {
  display: auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .jbhWLR {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .diiZLm {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .fsMWfR {
    font-size: 16px;
  }
}
.eYIynk {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .eYIynk .sc-jtiXyc:first-child {
    margin-right: 10px;
  }

  .eYIynk .sc-jtiXyc:last-child {
    margin-left: 10px;
  }
}
.hqujfI {
  font-family: "Futura PT Demi";
  font-size: 12px;
}

.iHwcda {
  font-family: "Futura PT Bold Italic";
  font-size: 80px;
  line-height: 70px;
}

@media (max-width: 768px) {
  .iHwcda {
    font-size: 35px;
    line-height: 30px;
  }
}
.dvOYLk {
  color: #ffffff;
  max-width: 800px;
  margin-bottom: 30px;
  text-align: center;
}

.dvOYLk span {
  color: #fd7fc7;
}

.bOAyUL {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 20px;
}

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

.kAMduq label {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.hljRGv {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Futura PT Bold Italic";
}

.hljRGv .sc-bZesDY:after {
  content: "";
  height: 8px;
  width: 8px;
  top: 4px;
  left: 4px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  display: none;
}

@media (max-width: 768px) {
  .dvOYLk {
    max-width: 350px;
  }
}
.igPeoe {
  font-family: "Futura PT Bold Italic";
  font-size: 70px;
  line-height: 60px;
}

@media (max-width: 768px) {
  .igPeoe {
    font-size: 30px;
    line-height: 25px;
  }
}
.gfSqfQ {
  margin-bottom: 30px;
  color: #ffffff;
}

.eNquJU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .eNquJU {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.bbZnfE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.laqQqX {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px;
}

.kTwBPY {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kTwBPY label {
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .kTwBPY {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.hEtIRV {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Futura PT Bold Italic";
}

.hEtIRV .sc-gwWxmB:after {
  content: "";
  height: 8px;
  width: 8px;
  top: 4px;
  left: 4px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  display: none;
}

.hEtIRV .sc-cOohKt:checked ~ .sc-gwWxmB:after {
  display: block;
}

.ishWJO {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ikVzPu {
  position: absolute;
  border: 2px solid #000000;
  border-radius: 50%;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
}

.jVkcBO {
  font-family: "Futura PT Bold Italic";
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .jVkcBO {
    font-size: 20px;
    line-height: 15px;
  }
}
.dvOYLk {
  color: #ffffff;
  max-width: 800px;
  margin-bottom: 30px;
  text-align: center;
}

.dhTygW {
  color: #ffffff;
}

.iXuSOs {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  padding: 20px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
}

.bfBwOW {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
  color: #000000;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  padding: 20px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi43NjkiIGhlaWdodD0iMTAuNTA2IiB2aWV3Qm94PSIwIDAgMTYuNzY5IDEwLjUwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDIxMDkiIGQ9Im0xLjA2MSAxLjA2MSA3LjMyNCA3LjMyNCA3LjMyNC03LjMyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Futura PT Bold Italic";
}

.hGuDSr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #ffffff;
  padding: 30px 100px;
}

@media (max-width: 768px) {
  .hGuDSr {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ijavJs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.efIdut {
  margin: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .efIdut {
    margin-right: 0;
  }
}
.eBkjir {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .eBkjir {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.fOpUef {
  margin-left: 20px;
}

.kFwrHO {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  width: 45px;
  height: 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 2px;
}

.yvqzT {
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
  padding: 10px;
}

@media (max-width: 768px) {
  .ghtviD {
    margin-top: 20px;
  }
}
.cLlQa-D {
  font-size: 17px;
  font-family: "Futura PT";
  color: #808080;
  text-align: right;
}

.brAofc {
  min-width: 180px;
  height: 80px;
}

@media (max-width: 768px) {
  .brAofc {
    min-width: auto;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.lcXjcT {
  min-width: 70px;
  margin-left: 12px;
  height: 80px;
}

.bXeBPo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #000000;
  height: 100vh;
  text-align: left;
  padding: 30px 100px 30px 100px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 99;
}

@media (max-width: 768px) {
  .bXeBPo {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.bEHJzs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #000000;
  height: 100vh;
  text-align: left;
  padding: 30px 100px 30px 100px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 99;
}

@media (max-width: 768px) {
  .bEHJzs {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.jHHjIU {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.gcgWEW {
  margin-top: 20px;
}

.dcTlvN {
  -ms-flex: 5;
  -webkit-box-flex: 5;
          flex: 5;
}

.hqfiTT {
  -ms-flex: 2;
  -webkit-box-flex: 2;
          flex: 2;
  margin-left: 12px;
}

.elKNot {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
}

.gigNUR {
  border-bottom: 0px;
}

.kxqNBu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jmwCDk {
  width: 55px;
}

.jmwCDk div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.glAgxs {
  color: #00bd80;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.glAgxs div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.glAgxs span {
  color: #00bd80;
}

.glAgxs:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.glAgxs::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.glAgxs:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.jVSsoM {
  color: #1cadef;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.jVSsoM div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.jVSsoM span {
  color: #1cadef;
}

.jVSsoM:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.jVSsoM::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.jVSsoM:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.NyTVc {
  color: #ecca2d;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.NyTVc div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.NyTVc span {
  color: #ecca2d;
}

.NyTVc:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.NyTVc::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.NyTVc:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.dgXCmU {
  color: #fd7fc7;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dgXCmU div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.dgXCmU span {
  color: #fd7fc7;
}

.dgXCmU:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.dgXCmU::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.dgXCmU:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.eClBOo {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Futura PT Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.eClBOo div {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.eClBOo span {
  color: #ffffff;
}

.eClBOo:hover div {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.eClBOo::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  content: url();
  vertical-align: -50%;
  margin-right: px;
}

.eClBOo:hover::before {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.kJYplx {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.jtYeqF {
  position: absolute;
  padding: 20px;
  background: #ffffff;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eHuopE {
  background-color: #00bd80;
  border-color: #00bd80;
}

.lmAvIB {
  border-color: #000000;
  color: #000000;
}

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

.Hsvws {
  width: 38px;
  margin-bottom: 5px;
}

.cQlaQO {
  font-size: 19px;
  text-align: center;
}

.cbUbwd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  background: #fd7fc7;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.juzyJh {
  position: absolute;
  background: #00bd80;
  height: 172px;
  width: 172px;
  padding: 20px;
}

.eJqWou {
  margin-top: 60px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 768px) {
  .eJqWou {
    margin-top: 10px;
  }
}
.olzuC {
  white-space: nowrap;
  margin: 0;
  font-size: 192px;
  line-height: 140px;
  color: #ffffff;
  font-family: "Futura PT Bold Italic";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .olzuC {
    font-size: 95px;
    line-height: 80px;
  }
}
.tuYSd {
  font-size: 33px;
  line-height: 33px;
  color: #ffffff;
  margin-top: 20px;
  font-family: "Futura PT Bold Italic";
  width: 60%;
}

@media (max-width: 768px) {
  .tuYSd {
    font-size: 20px;
    line-height: 20px;
    width: 80%;
  }
}
.ddGAZO {
  position: absolute;
  background: repeating-linear-gradient(#ffffff, #ffffff 20px, transparent 20px, transparent 40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.jsXRPB {
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}

.kuChaU {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
}

.kwvQne {
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.vmcvL {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform-origin 0.8s ease-in-out, -webkit-transform-origin 0.8s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cGHMGl {
  position: absolute;
  bottom: 0px;
  height: 0;
  width: 100%;
  background: #666;
}

.cvKAEg {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.iIrIke {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00bd80;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.iIrIke:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.iIrIke .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.iIrIke:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.iIrIke .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .iIrIke .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3251c;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hctVRw:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.hctVRw .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.hctVRw:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.hctVRw .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .hctVRw .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecca2d;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.gfYTWa:hover .background {
  -webkit-animation: fthHXM 0.3s 1 alternate ease-out forwards;
  animation: fthHXM 0.3s 1 alternate ease-out forwards;
}

.gfYTWa .background {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: iyjUPy 0.3s 1 alternate ease-out forwards;
  animation: iyjUPy 0.3s 1 alternate ease-out forwards;
}

.gfYTWa:hover .offer-view {
  -webkit-animation: cjwXKx 0.3s 1 alternate ease-out forwards;
  animation: cjwXKx 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa:hover .offer-view {
    -webkit-animation: dBZEmF 0.3s 1 alternate ease-out forwards;
    animation: dBZEmF 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa .offer-view {
  -webkit-animation: dnBgax 0.3s 1 alternate ease-out forwards;
  animation: dnBgax 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa .offer-view {
    -webkit-animation: lgDtHl 0.3s 1 alternate ease-out forwards;
    animation: lgDtHl 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa:hover .info-list {
  -webkit-animation: lgDyON 0.3s 1 alternate ease-out forwards;
  animation: lgDyON 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa:hover .info-list {
    -webkit-animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
    animation: iDdMrZ 0.3s 1 alternate ease-out forwards;
  }
}
.gfYTWa .info-list {
  -webkit-animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
  animation: cqwoDJ 0.3s 1 alternate ease-out forwards;
}

@media (max-width: 768px) {
  .gfYTWa .info-list {
    -webkit-animation: coNZOx 0.3s 1 alternate ease-out forwards;
    animation: coNZOx 0.3s 1 alternate ease-out forwards;
  }
}
.jgKIGy {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  padding: 0 40px 0px 40px;
  min-width: 360px;
}

@media (max-width: 768px) {
  .jgKIGy {
    padding: 0 20px 0px 20px;
  }
}
.kEPueR {
  text-align: center;
}

.kEPueR span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .kEPueR span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.kEPueR span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #00bd80;
}

@media (max-width: 768px) {
  .kEPueR span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.fiwHGf {
  text-align: center;
}

.fiwHGf span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .fiwHGf span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.fiwHGf span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #f3251c;
}

@media (max-width: 768px) {
  .fiwHGf span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.kCXRcV {
  text-align: center;
}

.kCXRcV span:first-child {
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .kCXRcV span:first-child {
    line-height: 0.5em;
    font-size: 1.5em;
  }
}
.kCXRcV span:last-child {
  font-size: 70px;
  line-height: 50px;
  color: #ecca2d;
}

@media (max-width: 768px) {
  .kCXRcV span:last-child {
    line-height: 1em;
    font-size: 2.5em;
  }
}
.kTiYYm {
  display: block;
}

.AlSuO {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #00bd80;
  margin-top: 20px;
  text-align: center;
}

.gWDWLs {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #f3251c;
  margin-top: 20px;
  text-align: center;
}

.dPusna {
  font-family: "Futura PT Demi";
  font-size: 19px;
  color: #ecca2d;
  margin-top: 20px;
  text-align: center;
}

.eSrJE {
  font-family: "Futura PT Heavy Italic";
}

.eSrHrG {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 20px;
}

.frfcnu {
  font-size: 16px;
}

.cUQUZ {
  font-size: 58px;
  font-family: "Futura PT Heavy Italic";
  margin-left: -5px;
  line-height: 46px;
  margin-right: 10px;
}

.fHNWTg {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.ifFAkF {
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
}

.eApRWI {
  text-transform: uppercase;
  font-family: "Futura PT Heavy Italic";
}

.bgGIkj {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.cBQRgj {
  background-color: #00bd80;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.egiYZJ {
  background-color: #f3251c;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.SMuCD {
  background-color: #ecca2d;
  width: 200px;
  height: 100px;
  right: 0;
  position: absolute;
  margin-top: -50px;
  margin-right: -100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.iVCZkr {
  font-size: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0;
  background-color: transparent;
  color: #ffffff;
}

.cHpzxj {
  position: relative;
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .cHpzxj {
    margin-bottom: 50px;
  }
}
.bXYkco {
  padding: 30px 30px 100px 30px;
  z-index: 2;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .bXYkco {
    padding: 60px 20px 100px 20px;
  }
}
.fQDhdD {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.gtApqa {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #00bd80;
}

@media (max-width: 768px) {
  .gtApqa {
    padding-bottom: 0;
  }
}
.fwKJsg {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #f3251c;
}

@media (max-width: 768px) {
  .fwKJsg {
    padding-bottom: 0;
  }
}
.jyuwDi {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 80px;
  width: 100%;
  z-index: 2;
  background-color: #ecca2d;
}

@media (max-width: 768px) {
  .jyuwDi {
    padding-bottom: 0;
  }
}
.fkOsOV {
  margin-top: 10px;
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fdHlDh {
  margin-top: 20px;
}

.zqMKI {
  font-family: "Futura PT Heavy Italic";
  color: #ffffff;
}

.gVmwnA {
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.fAfYRm {
  height: 100vh;
  width: 100vw;
}

.irUQHZ {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.ffiSKw {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gjkSif {
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: dtyrWZ 0.5s 1 alternate ease-out forwards;
  animation: dtyrWZ 0.5s 1 alternate ease-out forwards;
}

.gjkSif.visible {
  opacity: 1;
  -webkit-animation: iNKVAR 0.5s 1 alternate ease-out forwards;
  animation: iNKVAR 0.5s 1 alternate ease-out forwards;
}

.gjkSif.visible > .sticky-content div:first-child {
  left: 0;
}

.gjkSif.visible > .sticky-content div:last-child {
  left: 0;
}

.gjkSif .sticky-content div:first-child {
  left: -100%;
}

.gjkSif .sticky-content div:last-child {
  left: 100%;
}

@media (max-width: 768px) {
  .gjkSif {
    margin-top: 0;
  }
}
.kpLgmp {
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  .kpLgmp {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.jIdgwK {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .jIdgwK {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.efpWkG {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: 100px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .efpWkG {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.bCQdKy {
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bCQdKy {
    font-size: 43px;
    line-height: 43px;
  }
}
.ejxNQS {
  font-size: 27px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .ejxNQS {
    font-size: 23px;
  }
}
.ejMbuH {
  margin-top: 60px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

@media (max-width: 768px) {
  .ejMbuH {
    height: 80px;
    line-height: 60px;
    text-align: center;
    padding: 10px;
    width: 100%;
  }
}
.jkMdRL {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 60px;
}

@media (max-width: 768px) {
  .jkMdRL {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.eVThbc {
  position: relative;
  left: -50%;
}

.bpZgdN {
  background: repeating-linear-gradient(#ffffff, #ffffff 17px, transparent 17px, transparent 34px);
  position: absolute;
  width: 250px;
  height: 125px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hISSIz {
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #ecca2d;
  height: 172px;
  width: 172px;
  border-radius: 50%;
}

.jYRRjp {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.hNUcYy {
  min-height: 100vh;
  width: 100vw;
}

.dRmkNw {
  position: absolute;
  bottom: 0;
  min-height: 100vh;
  width: 100vw;
}

.dSEKiD {
  position: sticky;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0;
  min-height: 100vh;
  padding: 80px 30px 0 30px;
  background-color: #fd7fc7;
  overflow: hidden;
  z-index: 2;
}

.jwtbrP {
  color: #000000;
  text-align: center;
  margin-top: 30px;
}

.dewnP {
  color: #ffffff;
}

.iUvzuS {
  position: absolute;
  display: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #000000;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hdXfzW {
  background: #fd7fc7;
}

.qlNUa {
  width: 38px;
  margin-bottom: 5px;
}

.fkFuwg {
  font-size: 19px;
  text-align: center;
}

.hRCOc {
  background: repeating-linear-gradient(#ffffff, #ffffff 17px, transparent 17px, transparent 34px);
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gtuCkw {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
  transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.hJOOEN {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.hMmlIA {
  opacity: 0;
  -webkit-transform-origin: 40% 40%;
  transform-origin: 40% 40%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.gohFAB {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform-origin 0.4s ease-in-out, -webkit-transform-origin 0.4s ease-in-out;
}

.gZIwWI {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #000000;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.iXWMTu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
}

.cSVuif {
  color: #ffffff;
  max-width: 600px;
  text-align: center;
}

.lkiIee {
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px;
}

@media (max-width: 768px) {
  .lkiIee {
    padding: 30px;
  }
}
.llXzXw {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 60px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 475px;
  min-width: 375px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .llXzXw {
    min-width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.llXzXw h3 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fwGtvN {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 60px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 475px;
  min-width: 375px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .fwGtvN {
    min-width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.fwGtvN h3 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bqGrrt {
  color: #f3251c;
  text-align: center;
}

.gJvqZP {
  color: #ecca2d;
  text-align: center;
}

.leXMEy {
  color: #fd7fc7;
  text-align: center;
}

.bymxUX {
  color: #00bd80;
  text-align: center;
}

.jnbcLN {
  color: #ffffff;
}

.jwBEth {
  height: 200px;
}

@media (max-width: 768px) {
  .jwBEth {
    height: 120px;
  }
}
.kzgeTf {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #000000;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.gRVhdA {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
}

@-webkit-keyframes gcrkRQ {
  0% {
    right: calc(100%);
  }
  100% {
    right: 0;
  }
}
@keyframes gcrkRQ {
  0% {
    right: calc(100%);
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes fthHXM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}
@keyframes fthHXM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}
@-webkit-keyframes iyjUPy {
  0% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes iyjUPy {
  0% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes cjwXKx {
  0% {
    top: 115px;
  }
  100% {
    top: 95px;
  }
}
@keyframes cjwXKx {
  0% {
    top: 115px;
  }
  100% {
    top: 95px;
  }
}
@-webkit-keyframes dBZEmF {
  0% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
@keyframes dBZEmF {
  0% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
@-webkit-keyframes dnBgax {
  0% {
    top: 95px;
  }
  100% {
    top: 115px;
  }
}
@keyframes dnBgax {
  0% {
    top: 95px;
  }
  100% {
    top: 115px;
  }
}
@-webkit-keyframes lgDtHl {
  0% {
    top: 20px;
  }
  100% {
    top: 30px;
  }
}
@keyframes lgDtHl {
  0% {
    top: 20px;
  }
  100% {
    top: 30px;
  }
}
@-webkit-keyframes lgDyON {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes lgDyON {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -20px;
  }
  100% {
    margin-bottom: 20px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes iDdMrZ {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes iDdMrZ {
  0% {
    margin-top: 0px;
  }
  0% {
    margin-bottom: 0px;
  }
  0% {
    opacity: 0;
  }
  100% {
    margin-top: -30px;
  }
  100% {
    margin-bottom: 30px;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes cqwoDJ {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cqwoDJ {
  0% {
    margin-top: -20px;
  }
  0% {
    margin-bottom: 20px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes coNZOx {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coNZOx {
  0% {
    margin-top: -30px;
  }
  0% {
    margin-bottom: 30px;
  }
  0% {
    opacity: 100%;
  }
  100% {
    margin-top: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dtyrWZ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dtyrWZ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iNKVAR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iNKVAR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@viewport {
  orientation: portrait;
}
/*|*/
html,
body,
p {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-rendering: optimizeLegibility;
  background-color: #000000;
  height: 100%;
}

html,
body {
  height: 100%;
}

div,
header,
footer,
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
}

@-webkit-keyframes kbuklW {
  0% {
    right: 0;
  }
  0% {
    top: 5px;
  }
  100% {
    right: calc(100% - 30px);
  }
  100% {
    top: -5px;
  }
}
@keyframes kbuklW {
  0% {
    right: 0;
  }
  0% {
    top: 5px;
  }
  100% {
    right: calc(100% - 30px);
  }
  100% {
    top: -5px;
  }
}
/*|*/
.page-template-default {
  color: #fff;
}
.page-template-default .main {
  padding-top: 150px;
}
.page-template-default h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}
.page-template-default h2, .page-template-default h3, .page-template-default h4 {
  line-height: 1.1;
}
.page-template-default h2:not(:first-child), .page-template-default h3:not(:first-child), .page-template-default h4:not(:first-child) {
  margin-top: 60px;
}
.page-template-default h2:not(:last-child), .page-template-default h3:not(:last-child), .page-template-default h4:not(:last-child) {
  margin-bottom: 30px;
}
.page-template-default h2 {
  font-size: 50px;
}
@media (max-width: 768px) {
  .page-template-default h2 {
    font-size: 30px;
  }
}
.page-template-default h3 {
  font-size: 34px;
}
@media (max-width: 768px) {
  .page-template-default h3 {
    font-size: 26px;
  }
}
.page-template-default h4 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .page-template-default h4 {
    font-size: 22px;
  }
}
.page-template-default h1 + div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding: 60px;
}
@media (max-width: 768px) {
  .page-template-default h1 + div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-default ul, .page-template-default ol {
  margin-top: 0;
}
.page-template-default p + p, .page-template-default p + ol, .page-template-default p + ul {
  margin-top: 18px;
}
.page-template-default li, .page-template-default p {
  font-family: "Futura PT", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .page-template-default li, .page-template-default p {
    font-size: 17px;
  }
}
.page-template-default li + li {
  margin-top: 10px;
}
.page-template-default a {
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .page-template-default a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/leaflet/dist/leaflet.css ***!
  \**************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
