/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

body {
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  background: #FCE8D7;
  overscroll-behavior: none;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

.horizontal {
  overscroll-behavior: none;
  width: 400%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

/**
 Mixins
 */
/**
 Layout styles
 */
.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  top: 0;
  z-index: 800;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .header {
    padding: 30px 20px;
    height: 53px;
    display: flex;
    align-items: center;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.875vw 75px;
}
@media (max-width: 768px) {
  .header__wrapper {
    max-width: 100%;
    justify-content: space-between;
    height: auto;
    padding: 0;
  }
}
.header__socials {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.header__socials a {
  border: 0 solid transparent !important;
  margin: 0 !important;
  width: unset !important;
  max-width: unset !important;
}
.header__socials a:hover {
  background: transparent !important;
}
.header__logo a {
  display: block;
}
.header__logo svg {
  width: 8.1944444444vw;
  height: auto;
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 118px;
    height: auto;
  }
}
.header__logo img {
  width: 9.5138888889vw;
  height: auto;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 160px;
    height: auto;
  }
}
.header__main-navigation {
  display: none;
  margin-left: 7.7083333333vw;
}
@media (max-width: 768px) {
  .header__main-navigation {
    display: none;
  }
}
.header__main-navigation li {
  margin-right: 4.3055555556vw;
  padding: 1.3888888889vw;
}
.header__main-navigation li a {
  font-family: "roc-grotesk-wide", sans-serif;
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.header__hamburger {
  margin-left: auto;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
.header__hamburger svg {
  position: absolute;
  width: 2.2916666667vw;
  height: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header__hamburger svg {
    width: 24px;
    height: 30px;
  }
}
.header__sidebar {
  height: 100dvh;
  background: rgba(29, 29, 27, 0.91);
  width: 42.0833333333vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  padding-left: 6.3194444444vw;
  padding-right: 9.375vw;
  padding-top: 7.0833333333vw;
  padding-bottom: 5.5555555556vw;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__sidebar {
    width: 100%;
    padding: 20px;
    position: fixed;
    justify-content: center;
  }
}
.header__sidebar-button {
  position: absolute;
  left: 2.7777777778vw;
  top: 3.125vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__sidebar-button {
    top: 40px;
    left: 20px;
  }
}
.header__sidebar-menu a {
  color: #E7EBEE;
  font-size: 2.9861111111vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.3333333333vw;
  display: flex;
  text-decoration: none;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .header__sidebar-menu a {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__sidebar-buy {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.header__sidebar-buy a {
  color: #fff;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: 26.3888888889vw;
  border-radius: 1.3888888889vw;
  border: 0.5px solid #fff;
  height: 3.5416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .header__sidebar-buy a {
    font-size: 24px;
    margin-bottom: 50px;
    height: 50px;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
  }
}
.header__sidebar-buy a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.header__sidebar-buy svg {
  width: 8.5416666667vw;
}
@media (max-width: 768px) {
  .header__sidebar-buy svg {
    width: 86px;
    margin: 0 auto;
  }
}
.header__sidebar-logo {
  width: 22.7083333333vw;
  height: auto;
}
@media (max-width: 768px) {
  .header__sidebar-logo {
    margin-top: 200px;
  }
}

.footer--homepage {
  background: #F1540B;
}
.footer--homepage .footer__wrapper {
  padding-bottom: 6.25vw;
}
.footer__wrapper {
  padding: 2.3611111111vw 3.0555555556vw 3.0555555556vw 5.1388888889vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.footer__logo {
  width: 15.6944444444vw;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 226px;
  }
}
.footer__socials {
  display: flex;
  grid-gap: 9.0277777778vw;
}
@media (max-width: 768px) {
  .footer__socials {
    justify-content: space-between;
    grid-gap: unset;
  }
}
.footer__socials a {
  text-decoration: none;
  margin-left: 1.3888888889vw;
}
@media (max-width: 768px) {
  .footer__socials a {
    margin-left: 20px;
  }
}
.footer__socials .ig svg {
  width: 1.9444444444vw;
}
@media (max-width: 768px) {
  .footer__socials .ig svg {
    width: 28px;
  }
}
.footer__socials .tt svg {
  width: 1.6666666667vw;
}
@media (max-width: 768px) {
  .footer__socials .tt svg {
    width: 24px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 20px;
  }
}
.footer__links a {
  color: #1D1D1B;
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__links a {
    color: #1D1D1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

/**
 ACF styles
 */
.hero {
  width: 100%;
  height: 100dvh;
  position: relative;
  background: red;
  margin: 0;
}
@media (max-width: 768px) {
  .hero {
    height: 100dvh;
  }
}
.hero__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hero__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  margin: 0 auto;
  padding: 0 75px;
}
@media (max-width: 768px) {
  .hero__wrapper {
    align-items: end;
    padding-bottom: 50px;
    justify-content: center;
  }
}
.hero__wrapper img {
  width: 35.4166666667vw;
  height: auto;
}
@media (max-width: 768px) {
  .hero__wrapper img {
    width: 250px;
    margin-left: -20px;
  }
}

.drink-different {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .drink-different {
    height: 100dvh;
  }
}
.drink-different__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.drink-different__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: start;
  margin: 0 auto;
  padding: 5.5555555556vw 13.75vw 0;
}
@media (max-width: 768px) {
  .drink-different__wrapper {
    padding: 30px 20px;
  }
}
.drink-different__wrapper img {
  width: 35.4166666667vw;
  height: auto;
}
.drink-different__wrapper p {
  color: #E7EBEE;
  text-align: justify;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6805555556vw; /* 110.417% */
}
@media (max-width: 768px) {
  .drink-different__wrapper p {
    color: #E7EBEE;
    text-align: justify;
    font-family: "Clash Display";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px; /* 137.5% */
  }
}
.drink-different__wrapper p span {
  position: relative;
}
.drink-different__wrapper p span:last-of-type img {
  left: -48.6111111111vw;
  top: 0;
}
@media (max-width: 768px) {
  .drink-different__wrapper p span:last-of-type img {
    left: -100px;
  }
}
.drink-different__wrapper p span:hover img {
  opacity: 1;
  transition: 0.3s ease-in-out all;
  transform: scale(1);
}
.drink-different__wrapper p img {
  position: absolute;
  width: 13.8888888889vw;
  height: auto;
  top: -3.4722222222vw;
  left: 3.4722222222vw;
  z-index: 10;
  opacity: 0;
  transform: scale(0);
}
@media (max-width: 768px) {
  .drink-different__wrapper p img {
    width: 100px;
  }
}
.drink-different__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .bidons {
    width: 100%;
    height: auto;
  }
  .bidons img {
    width: 100%;
    height: auto;
    margin-bottom: -3px;
  }
}

.bidon {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100dvh;
  padding: 0 6.25vw 0 13.1944444444vw;
}
.bidon img {
  width: 100%;
  height: auto;
}
.bidon--1 {
  background: #E7EBEE;
}
.bidon--2 {
  background: #23558B;
}
.bidon--3 {
  background: #EBC09C;
}
.bidon--4 {
  background: #980F0F;
}

.bidon-new {
  position: relative;
}
.bidon-new__item {
  width: 100dvw;
  height: auto;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .bidon-new__item {
    margin-bottom: -5px;
  }
}
.bidon-new__item img {
  width: 100%;
  height: auto;
}

.about-product .horizontal {
  width: 300%;
}
.about-product__product {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100vh !important;
}
@media (max-width: 768px) {
  .about-product__product {
    min-height: 100vh;
    height: unset !important;
  }
}
.about-product__product--0 .about-product__content {
  color: #D6DAF3;
  max-width: 26.3888888889vw;
}
@media (max-width: 768px) {
  .about-product__product--0 .about-product__content {
    font-size: 21px;
    max-width: 60%;
  }
  .about-product__product--0 .about-product__content #details {
    color: #6D5F7E;
    margin-top: 200px;
    display: block;
  }
}
.about-product__product--0 .about-product__button {
  color: #D6DAF3;
  max-width: 26.3888888889vw;
}
@media (max-width: 768px) {
  .about-product__product--0 .about-product__button {
    font-size: 21px;
    max-width: 60%;
    background: #6D5F7E;
    color: #FECDC9;
  }
}
@media (max-width: 768px) {
  .about-product__product--0 .about-product__logo img {
    width: 191px;
  }
}
.about-product__product--1 * {
  color: #FCE8D7 !important;
}
.about-product__product--1 .about-product__content {
  color: #D6DAF3;
  max-width: 34.2361111111vw;
}
@media (max-width: 768px) {
  .about-product__product--1 .about-product__content {
    font-size: 21px;
    max-width: 100%;
  }
}
.about-product__product--1 .about-product__button {
  color: #FCE8D7;
  border-color: #FCE8D7;
  max-width: 26.3888888889vw;
}
@media (max-width: 768px) {
  .about-product__product--1 .about-product__button {
    font-size: 21px;
    max-width: 100%;
    background: #FECDC9;
    color: #23558B !important;
    margin-bottom: 50px;
  }
}
.about-product__product--1 .about-product__logo {
  max-width: 17.2916666667vw;
}
@media (max-width: 768px) {
  .about-product__product--1 .about-product__logo {
    max-width: 202px;
  }
}
.about-product__product--2 * {
  color: #980F0F !important;
}
.about-product__product--2 .about-product__content {
  color: #980F0F;
  max-width: 34.2361111111vw;
}
@media (max-width: 768px) {
  .about-product__product--2 .about-product__content {
    font-size: 21px;
    max-width: 100%;
  }
}
.about-product__product--2 .about-product__button {
  color: #980F0F;
  border-color: #980F0F;
  max-width: 26.3888888889vw;
  margin-top: 6.9444444444vw;
}
@media (max-width: 768px) {
  .about-product__product--2 .about-product__button {
    font-size: 21px;
    max-width: 100%;
    background: #6D5F7E;
    color: #FECDC9 !important;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.about-product__product--2 .about-product__logo {
  max-width: 22.1527777778vw;
}
@media (max-width: 768px) {
  .about-product__product--2 .about-product__logo {
    max-width: 313px;
  }
}
.about-product__wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: left;
  padding: 11.8055555556vw 13.6111111111vw;
  margin: 0;
}
@media (max-width: 768px) {
  .about-product__wrapper {
    padding: 20px;
  }
}
.about-product__logo {
  max-width: 26.7361111111vw;
}
@media (max-width: 768px) {
  .about-product__logo {
    margin-bottom: 10px;
  }
}
.about-product__logo img {
  width: 100%;
  height: auto;
}
.about-product__heading {
  color: #D6DAF3;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 768px) {
  .about-product__heading {
    font-size: 21px;
    margin-bottom: 12px;
  }
}
.about-product__content {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw;
}
@media (max-width: 768px) {
  .about-product__content {
    font-size: 18px;
    line-height: 23px;
  }
}
.about-product__content p {
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 768px) {
  .about-product__content p {
    margin-bottom: 26px;
  }
}
.about-product__content b, .about-product__content strong {
  font-weight: 800 !important;
}
.about-product__content #details {
  color: #D6DAF3;
  font-size: 1.5972222222vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8055555556vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .about-product__content #details {
    font-size: 20px;
    line-height: 1.2;
  }
}
.about-product__button {
  color: #D6DAF3;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-radius: 1.3888888889vw;
  border: 0.5px solid #D6DAF3;
  height: 3.5416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .about-product__button {
    border-radius: 0;
    height: 50px;
    width: 100%;
    max-width: unset;
    font-size: 24px;
  }
}
.about-product__button:hover {
  background: rgba(214, 218, 243, 0.2);
}
.about-product__buy {
  border-radius: 1.3888888889vw;
  background: #EEECEC;
  padding: 0 5.5555555556vw 2.7777777778vw;
  width: 31.3888888889vw;
  margin-top: 1.3888888889vw;
  margin-left: -20px;
  display: block;
  position: relative;
  opacity: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 768px) {
  .about-product__buy {
    width: 60%;
  }
}
.about-product__buy-overlay {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}
.about-product__buy-close {
  position: absolute;
  right: 1.7361111111vw;
  top: 1.7361111111vw;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.1111111111vw;
}
@media (max-width: 768px) {
  .about-product__buy-close {
    font-size: 16px;
    top: 25px;
    right: 25px;
  }
}
.about-product__buy h3 {
  color: #1D1D1B !important;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 1.9444444444vw 0;
}
@media (max-width: 768px) {
  .about-product__buy h3 {
    font-size: 18px;
    margin: 28px 0;
  }
}
.about-product__buy-row {
  display: flex;
  justify-content: center;
  align-items: end;
  grid-gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .about-product__buy-row {
    grid-gap: 30px;
  }
}
.about-product__buy-row svg {
  width: 100%;
  height: auto;
}
.about-product__buy-row a:nth-child(1) {
  width: 9.7916666667vw;
}
@media (max-width: 768px) {
  .about-product__buy-row a:nth-child(1) {
    width: 80px;
  }
}
.about-product__buy-row a:nth-child(2) {
  width: 8.6111111111vw;
}
@media (max-width: 768px) {
  .about-product__buy-row a:nth-child(2) {
    width: 80px;
  }
}
.about-product__mobile-image {
  width: 100%;
  height: auto;
}

.details-box {
  width: 31.3888888889vw;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .details-box {
    width: 80%;
  }
}
.details-box img {
  width: 31.3888888889vw;
  height: auto;
}
@media (max-width: 768px) {
  .details-box img {
    width: 100%;
  }
}
.details-box__overlay {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
  z-index: 999;
}
.details-box-close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-weight: 400;
  cursor: pointer;
}

.content-with-image {
  background: #F0861A;
}
@media (max-width: 768px) {
  .content-with-image {
    background: #000;
  }
}
.content-with-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
  grid-gap: 6.1111111111vw;
  padding: 3.0555555556vw 13.6111111111vw 8.75vw;
  margin: 0;
}
@media (max-width: 768px) {
  .content-with-image__wrapper {
    flex-direction: column-reverse;
    padding: 0;
    grid-gap: 0;
  }
}
.content-with-image__content {
  width: 26.3888888889vw;
}
@media (max-width: 768px) {
  .content-with-image__content {
    padding: 20px;
    width: 100%;
    padding-bottom: 150px;
  }
  .content-with-image__content * {
    color: #FCE8D7 !important;
  }
}
.content-with-image__content h2 {
  color: #1C1A1A;
  font-size: 5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.0972222222vw; /* 81.944% */
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .content-with-image__content h2 {
    color: #FCE8D7;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 97.5% */
  }
}
.content-with-image__content h3 {
  color: #1D1D1B;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw; /* 95.833% */
}
@media (max-width: 768px) {
  .content-with-image__content h3 {
    color: #FCE8D7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    display: contents;
  }
}
.content-with-image__content h3 strong {
  color: #1D1D1B;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5972222222vw;
}
@media (max-width: 768px) {
  .content-with-image__content h3 strong {
    color: #FCE8D7;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 127.778% */
  }
}
.content-with-image__content p {
  color: #1D1D1B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw;
}
@media (max-width: 768px) {
  .content-with-image__content p {
    color: #FCE8D7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
  }
}
.content-with-image__image {
  width: 36.3888888889vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .content-with-image__image {
    width: 100%;
    height: auto;
    border-radius: 50px;
  }
}
.content-with-image__image img {
  width: 100%;
  height: auto;
  border-radius: 1.3888888889vw;
}
.content-with-image__button {
  color: #1C1A1A;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-radius: 1.3888888889vw;
  border: 0.5px solid #1C1A1A;
  height: 3.5416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .content-with-image__button {
    display: none;
  }
}
.content-with-image__button:hover {
  background: rgba(28, 26, 26, 0.2);
}

.scroll-gallery {
  overflow: hidden;
  position: relative;
  margin-top: -6.9444444444vw;
}
@media (max-width: 768px) {
  .scroll-gallery {
    margin-top: -100px;
  }
}

.gallery-container {
  display: flex;
  flex-wrap: nowrap;
}

.gallery-item {
  flex: 0 0 auto;
  margin-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .gallery-item {
    margin-right: 20px;
  }
}
.gallery-item img {
  border-radius: 1.3888888889vw;
  height: 32.6388888889vw;
  width: auto;
}
@media (max-width: 768px) {
  .gallery-item img {
    width: 250px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}

.buy__wrapper {
  padding: 0 13.6111111111vw 0;
  margin: 0;
}
@media (max-width: 768px) {
  .buy__wrapper {
    padding: 20px 20px 0;
    margin-bottom: -4px;
  }
}
.buy__row {
  display: flex;
}
@media (max-width: 768px) {
  .buy__row {
    flex-direction: column;
  }
}
.buy__jump {
  display: flex;
  flex-direction: column;
  margin-top: 5.5555555556vw;
}
@media (max-width: 768px) {
  .buy__jump {
    margin-top: 0;
  }
}
.buy__jump h2 {
  color: #1C1A1A;
  font-size: 6.3888888889vw;
  font-style: normal;
  font-weight: 600;
  line-height: 5.2777777778vw;
}
@media (max-width: 768px) {
  .buy__jump h2 {
    color: #1C1A1A;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
  }
}
.buy__jump h2 svg {
  width: 24.1666666667vw;
}
@media (max-width: 768px) {
  .buy__jump h2 svg {
    width: 253px;
    padding-top: 15px;
  }
}
.buy__jump img {
  width: 41.6666666667vw;
  height: auto;
  margin-left: -4.8611111111vw;
}
.buy__content {
  margin-top: 6.9444444444vw;
  max-width: 27.5694444444vw;
}
@media (max-width: 768px) {
  .buy__content {
    max-width: 100%;
  }
}
.buy__content p {
  color: #1D1D1B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw;
  margin: 2.3611111111vw 0;
}
@media (max-width: 768px) {
  .buy__content p {
    color: #1D1D1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    margin: 30px 0;
  }
}
.buy__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1.3888888889vw;
}
@media (max-width: 768px) {
  .buy__logos {
    grid-gap: 20px;
    padding: 0 10px;
  }
  .buy__logos img {
    width: 100%;
    height: auto;
  }
}
.buy__logos svg {
  width: 100%;
}
.buy__button {
  color: #FFF;
  background: #EE4646;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-radius: 1.3888888889vw;
  border: 0.5px solid #EE4646;
  height: 3.5416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .buy__button {
    font-size: 24px;
    border-radius: 0;
    height: 50px;
  }
}
.buy__button:hover {
  background: rgba(238, 70, 70, 0.2);
  color: #EE4646;
}

.faq__wrapper {
  padding: 7.2222222222vw 5.3472222222vw 8.125vw 12.3611111111vw;
}
@media (max-width: 768px) {
  .faq__wrapper {
    padding: 100px 20px;
  }
}
.faq__heading {
  color: #1C1A1A;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .faq__heading {
    color: #1C1A1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    max-width: 70%;
  }
}
.faq__row {
  display: flex;
  justify-content: space-between;
}
.faq__faq {
  width: 39.5833333333vw;
}
@media (max-width: 768px) {
  .faq__faq {
    width: 100%;
  }
}
.faq__faq-item {
  border-top: 1px solid #000;
  padding-left: 1.1805555556vw;
  padding-right: 0.6944444444vw;
}
@media (max-width: 768px) {
  .faq__faq-item {
    padding: 0;
  }
}
.faq__faq-item:last-of-type {
  border-bottom: 1px solid #000;
}
.faq__faq-question {
  padding-top: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  color: #1D1D1B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5972222222vw; /* 127.778% */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__faq-question {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
    grid-gap: 10px;
  }
}
.faq__faq-answer {
  display: none;
}
.faq__faq-answer * {
  color: #1D1D1B;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw;
  padding-bottom: 1.1111111111vw;
}
@media (max-width: 768px) {
  .faq__faq-answer * {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 16px;
  }
}
.faq__faq-icon svg {
  width: 1.7361111111vw;
  height: auto;
}
@media (max-width: 768px) {
  .faq__faq-icon svg {
    width: 24px;
  }
}
.faq__faq-icon .close {
  display: none;
}
.faq__image {
  max-width: 37.5vw;
}
@media (max-width: 768px) {
  .faq__image {
    display: none;
  }
}
.faq__image img {
  width: 100%;
  height: auto;
  border-radius: 1.3888888889vw;
}
.faq__contact h2 {
  color: #1C1A1A;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5vw;
  margin-bottom: 2.5694444444vw;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .faq__contact h2 {
    color: #1C1A1A;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    margin-top: 50px;
  }
}
.faq__button {
  color: #000;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: 26.3888888889vw;
  border-radius: 1.3888888889vw;
  border: 0.5px solid #000;
  height: 3.5416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__button {
    border-radius: 0;
    height: 50px;
    width: 100%;
    font-size: 24px;
    max-width: unset;
  }
}
.faq__button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
}

body.page-id-65 {
  background: #D6DAF3;
}
.contact__wrapper {
  padding: 7.2222222222vw 5.3472222222vw 8.125vw 12.3611111111vw;
}
@media (max-width: 768px) {
  .contact__wrapper {
    padding: 100px 20px;
  }
}
.contact__row {
  display: flex;
  grid-gap: 50px;
}
@media (max-width: 768px) {
  .contact__row {
    grid-gap: unset;
  }
}
.contact__heading {
  color: #ECEBEB;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 768px) {
  .contact__heading {
    color: #ECEBEB;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 85.714% */
  }
}
.contact__heading svg {
  width: 12.1527777778vw;
}
@media (max-width: 768px) {
  .contact__heading svg {
    width: 175px;
    display: block;
  }
}
.contact__content {
  color: #ECEBEB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5972222222vw;
  max-width: 36.8055555556vw;
  margin-bottom: 6.9444444444vw;
}
@media (max-width: 768px) {
  .contact__content {
    max-width: 100%;
    color: #ECEBEB;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
  }
}
.contact__content strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__image {
    display: none;
  }
}
.contact__image img {
  border-radius: 1.3888888889vw;
  width: 24.0277777778vw;
  height: auto;
}

body.page-id-67 {
  background-image: url("/wp-content/themes/refeel/resources/images/contact-bg.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  body.page-id-67 {
    background-image: url("/wp-content/themes/refeel/resources/images/contact-bg-mobile.jpg");
  }
}

.page-id-67 .footer {
  padding-top: 100px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
