@font-face {
  font-family: "EditorialNew";
  src: url("../fonts/EditorialNew.eot"); /* IE9 Compat Modes */
  src: url("../fonts/EditorialNew.eot?#iefix") format("embedded-opentype"), url("../fonts/EditorialNew.woff2") format("woff2"), url("../fonts/EditorialNew.woff") format("woff"), url("../fonts/EditorialNew.ttf") format("truetype");
}
@font-face {
  font-family: "EditorialNew-Italic";
  src: url("../fonts/EditorialNew-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/EditorialNew-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/EditorialNew-Italic.woff2") format("woff2"), url("../fonts/EditorialNew-Italic.woff") format("woff"), url("../fonts/EditorialNew-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "EditorialNew-Ultralight";
  src: url("../fonts/EditorialNew-Ultralight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/EditorialNew-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/EditorialNew-Ultralight.woff2") format("woff2"), url("../fonts/EditorialNew-Ultralight.woff") format("woff"), url("../fonts/EditorialNew-Ultralight.ttf") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 87.5em) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 37.5em) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 8rem;
  overflow-x: hidden;
  background-color: #F0F0F0;
}

@media (max-width: 37.5em) {
  .home-page {
    margin-top: 1rem;
  }
}

a:link,
a:visited {
  text-decoration: none;
}

.heading-5, .heading-4, .heading-3, .heading-2 {
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.2;
}

.heading-2 {
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
@media (max-width: 65em) {
  .heading-2 {
    font-size: 5rem;
  }
}
@media (max-width: 37.5em) {
  .heading-2 {
    font-size: 3.5rem;
  }
}
.heading-2-smaller {
  font-size: 6rem;
  text-transform: unset;
}
@media (max-width: 65em) {
  .heading-2-smaller {
    font-size: 4.5rem;
  }
}
@media (max-width: 37.5em) {
  .heading-2-smaller {
    font-size: 3rem;
  }
}

.heading-3 {
  font-size: 4rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
@media (max-width: 65em) {
  .heading-3 {
    font-size: 3rem;
  }
}

.heading-4 {
  font-size: 2.6rem;
  font-family: "EditorialNew-Italic", sans-serif;
}

.heading-5 {
  font-size: 2.2rem;
  font-family: "EditorialNew-Italic", sans-serif;
}

p {
  font-size: 1.8rem;
  color: #0a0a0a;
  line-height: 1.2;
}

.btn {
  display: inline-block;
  color: #0a0a0a;
  border: 1px solid #0a0a0a !important;
  background-color: transparent;
  padding: 1.5rem 3rem !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #0a0a0a;
}
.btn-strech {
  width: 100%;
}
.btn-max {
  max-width: 60rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-full {
  width: 100%;
  display: block;
}

.relative {
  position: relative;
}

.container-mini, .container-medium, .container-fluid, .container {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 50em) {
  .container-mini, .container-medium, .container-fluid, .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container {
  max-width: 192rem;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
}

.container-medium {
  max-width: 120rem;
  margin: 0 auto;
}

.container-mini {
  max-width: 90rem;
  margin: 0 auto;
}

.a-center {
  text-align: center;
}

.italic {
  font-style: italic;
}

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

.padd-around {
  padding: 20rem 0;
}
@media (max-width: 50em) {
  .padd-around {
    padding: 14rem 0;
  }
}

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

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

@media (max-width: 37.5em) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 37.5em) {
  .only-mobile {
    display: block;
  }
}

@media (max-width: 37.5em) {
  .remove-padd-mobile {
    padding: 0 !important;
  }
}

.margin-b-md {
  margin-bottom: 4rem;
}

.margin-b-sm {
  margin-bottom: 2rem;
}

.margin-b-xs {
  margin-bottom: 1rem;
}

@-webkit-keyframes change-background {
  5% {
    background: #64c8b9;
  }
  30% {
    background: #9678d2;
  }
  50% {
    background: #ff465a;
  }
  70% {
    background: #ff8778;
  }
  85% {
    background: #ebb4c8;
  }
}

@keyframes change-background {
  5% {
    background: #64c8b9;
  }
  30% {
    background: #9678d2;
  }
  50% {
    background: #ff465a;
  }
  70% {
    background: #ff8778;
  }
  85% {
    background: #ebb4c8;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
  30% {
    -webkit-transform: translate(2px, 10px) rotate(-2deg);
            transform: translate(2px, 10px) rotate(-2deg);
  }
  65% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
            transform: translate(0, 5px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
  30% {
    -webkit-transform: translate(2px, 10px) rotate(-2deg);
            transform: translate(2px, 10px) rotate(-2deg);
  }
  65% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
            transform: translate(0, 5px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
}
.floating-2 {
  -webkit-animation-name: floating-2;
          animation-name: floating-2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@-webkit-keyframes floating-2 {
  from {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
  30% {
    -webkit-transform: translate(2px, 10px) rotate(-2deg);
            transform: translate(2px, 10px) rotate(-2deg);
  }
  65% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
            transform: translate(0, 5px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
}

@keyframes floating-2 {
  from {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
  30% {
    -webkit-transform: translate(2px, 10px) rotate(-2deg);
            transform: translate(2px, 10px) rotate(-2deg);
  }
  65% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
            transform: translate(0, 5px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0px) rotate(0);
            transform: translate(0, 0px) rotate(0);
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

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

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

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 37.5em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 50em) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 65em) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow-x: hidden;
}
.header-active {
  background-color: #F0F0F0;
}
.header .header-row {
  height: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-menu-trigger {
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media (max-width: 65em) {
  .header .header-menu-trigger {
    font-size: 1.6rem;
  }
}
.header .header-menu-trigger span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.header .header-menu-trigger span::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.header .header-menu-trigger span:hover::after {
  width: 100%;
}
.header .header-menu-trigger span.header-menu-close {
  display: none;
}
.header .header-right {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header .header-right li {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 4rem;
  text-transform: uppercase;
  color: #0a0a0a;
}
.header .header-right li:first-of-type {
  display: none;
}
@media (max-width: 65em) {
  .header .header-right li {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media (max-width: 37.5em) {
  .header .header-right li {
    font-size: 1.4rem;
  }
}
.header .header-right li a {
  color: #0a0a0a;
  position: relative;
  padding-bottom: 0.5rem;
}
.header .header-right li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.header .header-right li a:hover::after {
  width: 100%;
}
.header .header-title {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  color: #0a0a0a;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 65em) {
  .header .header-title {
    font-size: 4rem;
  }
}
.header .header-title span {
  font-family: "EditorialNew-Italic", sans-serif;
}
.header-reverse {
  z-index: 999999;
  display: none;
  background-color: #0a0a0a;
}
.header-reverse .header-menu-trigger,
.header-reverse .header-right li,
.header-reverse .header-right li a,
.header-reverse .header-title {
  color: #F0F0F0;
}
.header-reverse .header-menu-trigger::after,
.header-reverse .header-right li::after,
.header-reverse .header-right li a::after,
.header-reverse .header-title::after {
  background-color: #F0F0F0;
}
.header-reverse .header-menu-open {
  display: none !important;
}
.header-reverse .header-menu-close {
  display: inline-block !important;
}
.header-reverse .header-menu-close::after {
  background-color: #F0F0F0 !important;
}
.header-reverse .header-menu-close::after::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.header-reverse .header-menu-close::after:hover::after {
  width: 100%;
}

.home-page .header-title {
  display: none;
}
.home-page .header-reverse .header-title {
  display: inline-block;
}

.footer {
  background-color: #64c8b9;
  padding-top: 6rem;
  overflow: hidden;
  -webkit-animation: change-background 60s ease infinite;
          animation: change-background 60s ease infinite;
}
.footer .footer-links {
  list-style: none;
}
.footer .footer-links li {
  margin-bottom: 1rem;
}
.footer .footer-links .footer-link {
  color: #0a0a0a;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
}
.footer .footer-links .footer-link::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.footer .footer-links .footer-link:hover::after {
  width: 100%;
}
.footer .footer-top {
  padding: 0 2rem 8rem 2rem;
}
.footer .footer-title {
  color: #0a0a0a;
  font-size: 13vw;
  margin-bottom: -5vw;
  font-family: "EditorialNew-Italic", sans-serif;
  font-weight: normal;
}
@media (max-width: 65em) {
  .footer .footer-title {
    font-size: 12vw;
    margin-bottom: -4.5vw;
  }
}

.cart-sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 60rem;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999999;
  overflow-y: scroll;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 3rem;
  margin-right: -60rem;
}
.cart-sidebar-active {
  margin-right: 0;
}
.cart-sidebar-active .cart-sidebar-close {
  position: fixed;
}
.cart-sidebar-back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.6);
  z-index: 99998;
  display: none;
}
.cart-sidebar .cart-sidebar-close {
  display: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.cart-sidebar .cart-sidebar-products {
  text-align: center;
  padding: 6rem 5rem;
}
@media (max-width: 37.5em) {
  .cart-sidebar .cart-sidebar-products {
    padding: 0 1rem;
  }
}
.cart-sidebar .cart-sidebar-products .cart-sidebar-item {
  margin-top: 5rem;
  list-style: none;
}
.cart-sidebar .cart-sidebar-products .cart-sidebar-item .cart-sidebar-price {
  font-size: 4rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
.cart-sidebar .cart-sidebar-products .cart-sidebar-item .cart-sidebar-remove {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  cursor: pointer;
}
.cart-sidebar .cart-sidebar-sum {
  padding: 8rem 0 6rem;
}
.cart-sidebar .cart-sidebar-sum .cart-sidebar-sum-price {
  text-align: right;
  font-size: 4rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
.cart-sidebar .cart-sidebar-sum .cart-sidebar-sum-text {
  font-size: 1.1rem;
  text-align: right;
  display: block;
}
.cart-sidebar .product-qty {
  display: inline-block;
  margin-right: 1rem;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.cart-sidebar .product-qty input {
  border: none;
  background: transparent;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
.cart-sidebar .product-qty .minus,
.cart-sidebar .product-qty .plus {
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .cart-sidebar .product-qty .minus,
  .cart-sidebar .product-qty .plus {
    font-size: 2rem;
  }
}
.cart-sidebar .product-qty .qty {
  width: 2rem;
  font-size: 3.5rem;
  text-align: center;
}
.cart-sidebar::-webkit-scrollbar {
  width: 1rem;
}
.cart-sidebar::-webkit-scrollbar-track {
  background: #fff;
}
.cart-sidebar::-webkit-scrollbar-thumb {
  background: #eeeeee;
}
.cart-sidebar::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.main-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 4rem 6rem;
}
@media (max-width: 37.5em) {
  .main-menu {
    padding: 4rem 2rem;
  }
}
.main-menu .main-menu-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 65em) {
  .main-menu .main-menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.main-menu .main-menu-inner .main-menu-nav {
  position: relative;
  z-index: 99;
}
@media (max-width: 65em) {
  .main-menu .main-menu-inner .main-menu-nav {
    margin-top: 14rem;
    text-align: center;
  }
}
.main-menu .main-menu-inner .main-menu-nav li {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.main-menu .main-menu-inner .main-menu-nav li.nav-item-fade {
  opacity: 1;
}
.main-menu .main-menu-inner .main-menu-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 8.5rem;
  margin-bottom: 1rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
  position: relative;
  display: inline-block;
}
@media (max-width: 65em) {
  .main-menu .main-menu-inner .main-menu-nav li a {
    font-size: 6rem;
  }
}
@media (max-width: 37.5em) {
  .main-menu .main-menu-inner .main-menu-nav li a {
    font-size: 4rem;
  }
}
.main-menu .main-menu-inner .main-menu-nav li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.main-menu .main-menu-inner .main-menu-nav li a:hover::after {
  width: 100%;
}
.main-menu .main-menu-inner .main-menu-nav li a::after {
  background-color: #F0F0F0;
  bottom: 1.5rem;
}
.main-menu .main-menu-inner .main-menu-social {
  margin-left: auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 65em) {
  .main-menu .main-menu-inner .main-menu-social {
    margin-left: 0;
    margin-top: auto;
    text-align: center;
  }
}
.main-menu .main-menu-inner .main-menu-social li {
  display: inline-block;
}
.main-menu .main-menu-inner .main-menu-social li:not(:first-child) {
  padding-left: 4rem;
}
.main-menu .main-menu-inner .main-menu-social li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
}
.main-menu .main-menu-inner .main-menu-social li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.main-menu .main-menu-inner .main-menu-social li a:hover::after {
  width: 100%;
}
.main-menu .main-menu-inner .main-menu-social li a::after {
  background-color: #F0F0F0 !important;
}
@media (max-width: 37.5em) {
  .main-menu .main-menu-inner .main-menu-social li a {
    font-size: 1.4rem;
  }
}
.main-menu .main-menu-inner .main-menu-imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 65em) {
  .main-menu .main-menu-inner .main-menu-imgs {
    display: none;
  }
}
.main-menu .main-menu-inner .main-menu-imgs li {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-menu-back {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.main-menu-back-active {
  top: 0;
}

.relax-img {
  position: absolute;
  width: 12%;
  z-index: 1;
}
@media (max-width: 65em) {
  .relax-img {
    width: 15%;
  }
}
@media (max-width: 37.5em) {
  .relax-img {
    width: 15rem !important;
  }
}
.relax-img-1 {
  top: 50%;
  left: -5rem;
}
.relax-img-2 {
  right: 0;
  bottom: -20%;
  width: 16%;
}
.relax-img-3 {
  top: 45%;
  left: 30%;
}
.relax-img-4 {
  right: 33%;
  bottom: 20%;
  width: 10%;
}
.relax-img-5 {
  right: 5%;
  bottom: 25%;
}
.relax-img-6 {
  left: -4rem;
  top: 60%;
}

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

.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 {
  -webkit-transform: translate3d(0, 0, 0);
          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;
}

.hero {
  background-color: #F0F0F0;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 65em) {
  .hero {
    padding-top: 2rem;
  }
}
.hero .hero-img {
  display: block;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media (max-width: 87.5em) {
  .hero .hero-img {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
.hero .hero-img-loaded {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}
.hero-sticky {
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, 40rem);
          transform: translate(-50%, 40rem);
  -webkit-transition: font-size 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: font-size 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, font-size 0.6s ease-out;
  transition: transform 0.6s ease-out, font-size 0.6s ease-out, -webkit-transform 0.6s ease-out;
  position: fixed;
  top: 1rem;
  line-height: 1.5;
  opacity: 0;
}
@media (max-width: 65em) {
  .hero-sticky {
    line-height: 1.8;
  }
}
@media (max-width: 50em) {
  .hero-sticky {
    line-height: 1.7;
    top: 1.5rem;
  }
}
@media (max-width: 37.5em) {
  .hero-sticky {
    line-height: 2.8;
    -webkit-transform: translate(-50%, 10rem);
            transform: translate(-50%, 10rem);
  }
}
.hero-sticky-loaded {
  -webkit-transition: font-size 0.6s ease-out, -webkit-transform 1s ease-out;
  transition: font-size 0.6s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, font-size 0.6s ease-out;
  transition: transform 1s ease-out, font-size 0.6s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
@media (max-width: 50em) {
  .hero-sticky-loaded {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.hero-sticky-active {
  line-height: 1.2;
  z-index: 9999;
}
@media (max-width: 65em) {
  .hero-sticky-active {
    line-height: 1.3;
  }
}
.hero-sticky-wrapper {
  height: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 125em) {
  .hero-sticky-wrapper {
    height: 33rem;
  }
}
@media (max-width: 87.5em) {
  .hero-sticky-wrapper {
    height: 20vw;
  }
}
.hero-sticky .hero-title-container {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-sticky .hero-title-container .hero-title {
  font-size: 21.4vw;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #0a0a0a;
  margin-left: -1.5vw;
}
@media (max-width: 65em) {
  .hero-sticky .hero-title-container .hero-title {
    font-size: 20.4vw;
  }
}
.hero-sticky .hero-title-container .hero-title a {
  color: #0a0a0a;
}
.hero-sticky .hero-title-container .hero-title span {
  font-family: "EditorialNew-Italic", sans-serif;
}
.hero-sticky .hero-title-container .hero-title-shrink {
  font-size: 5rem;
}
@media (max-width: 65em) {
  .hero-sticky .hero-title-container .hero-title-shrink {
    font-size: 4rem;
  }
}
@media (min-width: 125em) {
  .hero-sticky .hero-title-container .hero-title {
    font-size: 28rem;
  }
  .hero-sticky .hero-title-container .hero-title-shrink {
    font-size: 5rem;
  }
}

.imagine {
  padding: 22rem 0 15rem;
  position: relative;
  overflow: hidden;
  min-height: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 65em) {
  .imagine {
    min-height: 60rem;
  }
}
@media (max-width: 37.5em) {
  .imagine {
    min-height: 50rem;
    padding: 2rem 0 2rem;
  }
}
.imagine .imagine-text {
  color: #F0F0F0;
  mix-blend-mode: difference;
  position: relative;
}
.imagine .imagine-text span {
  display: block;
}
.imagine .imagine-back {
  position: absolute;
  left: 0;
  top: -20vw;
  width: 100%;
}
@media (max-width: 65em) {
  .imagine .imagine-back {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78%;
    top: -100%;
  }
}
@media (max-width: 50em) {
  .imagine .imagine-back {
    width: 100%;
    top: -70%;
  }
}
@media (max-width: 37.5em) {
  .imagine .imagine-back {
    width: 100%;
    top: -30%;
  }
}

.category-list {
  padding: 4rem 0;
}
.category-list .category-list-picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10rem;
  height: 10rem;
  font-size: 1.6rem;
  border-radius: 50%;
  background-color: #ff465a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EditorialNew-Italic", sans-serif;
  padding: 1rem;
}
.category-list .category-list-gutter {
  margin-bottom: 13rem;
}
@media (max-width: 65em) {
  .category-list .category-list-gutter {
    margin-bottom: 6rem;
  }
}
@media (max-width: 37.5em) {
  .category-list .category-list-gutter {
    margin-bottom: 4rem;
  }
}
.category .category-filter {
  list-style: none;
  text-align: center;
  padding: 14rem 0 6rem;
}
@media (max-width: 37.5em) {
  .category .category-filter {
    padding: 7rem 0 3rem;
  }
}
.category .category-filter li {
  display: inline-block;
  font-family: "EditorialNew-Ultralight", sans-serif;
  color: #0a0a0a;
  font-size: 7rem;
  text-transform: uppercase;
}
@media (max-width: 65em) {
  .category .category-filter li {
    font-size: 6rem;
  }
}
@media (max-width: 37.5em) {
  .category .category-filter li {
    font-size: 4rem;
  }
}
@media (max-width: 37.5em) {
  .category .category-filter li {
    font-size: 2.6rem;
  }
}
.category .category-filter li .category-filter-item {
  color: #0a0a0a;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.category .category-filter li .category-filter-item:hover {
  color: #ff8778;
}
.category .category-filter li .category-filter-item-active {
  color: #ff8778;
}

.marquee {
  overflow: hidden;
  width: 100%;
  background-color: #ebb4c8;
  margin: 8rem 0 15rem;
  padding: 3.5rem 0;
}
@media (max-width: 37.5em) {
  .marquee {
    margin: 2rem 0 9rem;
    padding: 4rem 0;
  }
}
.marquee .marquee-inner {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.marquee .marquee-inner .marquee-text {
  display: inline-block;
  font-size: 5rem;
  font-family: "EditorialNew-Italic", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .marquee .marquee-inner .marquee-text {
    font-size: 4rem;
  }
}
@media (max-width: 37.5em) {
  .marquee .marquee-inner .marquee-text {
    font-size: 3rem;
  }
}

.reviews {
  padding: 15rem 10rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 87.5em) {
  .reviews {
    padding: 10rem 2rem;
  }
}
@media (max-width: 37.5em) {
  .reviews {
    padding: 10rem 0;
  }
}
.reviews .reviews-inner {
  padding: 10rem 0;
}
@media (max-width: 37.5em) {
  .reviews .reviews-inner {
    padding: 6rem 0 10rem;
  }
}
.reviews .reviews-item {
  padding: 1rem 4rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 37.5em) {
  .reviews .reviews-item {
    padding: 1rem 2rem;
  }
}
.reviews .reviews-item-1 {
  -webkit-transform: rotate(-14deg) translate(-80%, -67%);
          transform: rotate(-14deg) translate(-80%, -67%);
}
.reviews .reviews-item-1.reviews-item-triggered {
  -webkit-transform: rotate(-3deg) translate(0, 0);
          transform: rotate(-3deg) translate(0, 0);
}
.reviews .reviews-item-2 {
  -webkit-transform: rotate(-4deg) translate(-20%, 60%);
          transform: rotate(-4deg) translate(-20%, 60%);
}
.reviews .reviews-item-2.reviews-item-triggered {
  -webkit-transform: rotate(4deg) translate(0, 5rem);
          transform: rotate(4deg) translate(0, 5rem);
}
.reviews .reviews-item-3 {
  -webkit-transform: rotate(-16deg) translate(80%, 50%);
          transform: rotate(-16deg) translate(80%, 50%);
}
.reviews .reviews-item-3.reviews-item-triggered {
  -webkit-transform: rotate(-4deg) translate(0, -1rem);
          transform: rotate(-4deg) translate(0, -1rem);
}
@media (max-width: 65em) {
  .reviews .reviews-item-3.reviews-item-triggered {
    -webkit-transform: rotate(-4deg) translate(0, 7rem);
            transform: rotate(-4deg) translate(0, 7rem);
  }
}
.reviews .reviews-item-4 {
  -webkit-transform: rotate(10deg) translate(60%, -80%);
          transform: rotate(10deg) translate(60%, -80%);
}
.reviews .reviews-item-4.reviews-item-triggered {
  -webkit-transform: rotate(4deg) translate(0, 10rem);
          transform: rotate(4deg) translate(0, 10rem);
}
@media (max-width: 37.5em) {
  .reviews .heading-4 {
    font-size: 1.8rem;
  }
  .reviews p {
    font-size: 1.6rem;
  }
}

.gurman .gurman-content {
  background-color: #64c8b9;
  padding: 8rem 6rem 4rem;
  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;
}
@media (max-width: 65em) {
  .gurman .gurman-content {
    padding: 8rem 4rem 4rem;
  }
}
.gurman .gurman-content .gurman-links li {
  list-style: none;
}
.gurman .gurman-content .gurman-links li a {
  text-transform: uppercase;
  position: relative;
}
.gurman .gurman-content .gurman-links li a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.gurman .gurman-content .gurman-links li a:hover::after {
  width: 100%;
}
.gurman .gurman-content .gurman-links li a::after {
  bottom: 0.5rem;
}
.gurman .gurman-heading {
  font-size: 6rem;
}
@media (max-width: 87.5em) {
  .gurman .gurman-heading {
    font-size: 5rem;
  }
}
@media (max-width: 65em) {
  .gurman .gurman-heading {
    font-size: 4rem;
  }
}
@media (max-width: 87.5em) {
  .gurman .gurman-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.fixer {
  position: relative;
}
.fixer .fixer-left {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 50em) {
  .fixer .fixer-left {
    height: auto;
    position: relative;
    padding: 11rem 2rem 11rem;
  }
}
.fixer .fixer-left .fixer-back {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 50em) {
  .fixer .fixer-left .fixer-back {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fixer .fixer-left .fixer-title {
  color: #F0F0F0;
  mix-blend-mode: difference;
  width: 100%;
  text-align: center;
  position: relative;
}
.fixer .fixer-left-img {
  padding: 0;
}
.fixer .fixer-content {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 50em) {
  .fixer .fixer-content {
    height: auto;
  }
}
.fixer .fixer-content-bg-1 {
  background-color: #ff8778;
}
.fixer .fixer-content-bg-2 {
  background-color: #9678d2;
}
.fixer .fixer-content-bg-3 {
  background-color: #64c8b9;
}
.fixer .fixer-content-bg-4 {
  background-color: #ebb4c8;
}
.fixer .fixer-content-bg-5 {
  background-color: #FFC846;
}
.fixer .fixer-content .fixer-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 50em) {
  .fixer .fixer-content .fixer-content-img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
}
.fixer .fixer-content .fixer-content-text {
  width: 100%;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 50em) {
  .fixer .fixer-content .fixer-content-text {
    height: auto;
    padding: 14rem 4rem;
    max-width: 100%;
  }
}
@media (max-width: 37.5em) {
  .fixer .fixer-content .fixer-content-text {
    padding: 8rem 4rem;
    min-height: 70vh;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fixer .fixer-content .fixer-content-text .fixer-content-title {
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 2rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
@media (max-width: 37.5em) {
  .fixer .fixer-content .fixer-content-text .fixer-content-title {
    font-size: 3rem;
  }
}
.fixer .fixer-content .fixer-content-text p {
  text-align: left;
  font-size: 3rem;
  font-family: "EditorialNew-Italic", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 37.5em) {
  .fixer .fixer-content .fixer-content-text p {
    font-size: 2.2rem;
  }
}
.fixer .fixer-content .fixer-content-text p:last-of-type {
  margin-bottom: 0;
}

.contact {
  padding: 16rem 0 12rem;
}
.contact .contact-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.contact .contact-links li {
  margin-bottom: 2rem;
}
.contact .contact-links li a {
  color: #0a0a0a;
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-size: 7rem;
  text-transform: uppercase;
}
@media (max-width: 65em) {
  .contact .contact-links li a {
    font-size: 5rem;
  }
}
@media (max-width: 37.5em) {
  .contact .contact-links li a {
    font-size: 3rem;
  }
}

.privacy {
  padding: 14rem 10rem 10rem;
}
@media (max-width: 65em) {
  .privacy {
    padding: 14rem 4rem 10rem;
  }
}
@media (max-width: 50em) {
  .privacy {
    padding: 6rem 0 5rem;
  }
}
.privacy .privacy-row {
  margin-bottom: 10rem;
}
@media (max-width: 50em) {
  .privacy .privacy-row {
    margin-bottom: 3rem;
  }
}
.privacy .privacy-row .privacy-col-left {
  text-align: right;
  padding-right: 6rem;
}
@media (max-width: 50em) {
  .privacy .privacy-row .privacy-col-left {
    text-align: left;
    padding-right: 0;
  }
  .privacy .privacy-row .privacy-col-left h1 br {
    display: none;
  }
}
@media (max-width: 50em) {
  .privacy .privacy-row .privacy-col-left .privacy-title {
    margin-bottom: 1rem;
  }
}
.privacy .privacy-row .privacy-col-right p {
  margin-bottom: 2rem;
}
.privacy .privacy-row .privacy-col-right ul {
  margin-bottom: 2rem;
}
.privacy .privacy-row .privacy-col-right ul li {
  font-size: 1.6rem;
  margin-left: 3rem;
}

.hero-about {
  position: relative;
  text-align: center;
  padding: 22rem 0 26rem;
  width: 100%;
  max-width: 140rem;
  margin: 10rem auto 12rem auto;
}
@media (max-width: 65em) {
  .hero-about {
    padding: 30rem 0 20rem;
  }
}
@media (max-width: 50em) {
  .hero-about {
    padding: 19rem 0 15rem;
    margin-bottom: 5rem;
  }
}
.hero-about .hero-about-title {
  font-size: 8vw;
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.hero-about .hero-about-title span {
  display: block;
}
@media (max-width: 37.5em) {
  .hero-about .hero-about-title {
    font-size: 5rem;
  }
}
.hero-about .hero-about-img {
  position: absolute;
  width: 28%;
}
.hero-about .hero-about-img-1 {
  left: 3rem;
  top: 30%;
}
@media (max-width: 50em) {
  .hero-about .hero-about-img-1 {
    left: 2rem;
  }
}
.hero-about .hero-about-img-2 {
  right: 5%;
  top: 8%;
}
.hero-about .hero-about-img-3 {
  right: 4rem;
  bottom: 10%;
}
@media (max-width: 50em) {
  .hero-about .hero-about-img-3 {
    right: 2rem;
  }
}

.hero-drinks {
  position: relative;
  text-align: center;
  padding: 10rem 0 0;
  width: 100%;
  margin-bottom: -10rem;
  z-index: 1;
}
@media (max-width: 65em) {
  .hero-drinks {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 37.5em) {
  .hero-drinks {
    padding: 0 0 7rem;
  }
}
.hero-drinks .hero-drinks-text {
  position: absolute;
  width: 100%;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #F0F0F0;
  mix-blend-mode: difference;
}
.hero-drinks .hero-drinks-text .hero-drinks-title {
  font-size: 6vw;
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  max-width: 130rem;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .hero-drinks .hero-drinks-text .hero-drinks-title {
    font-size: 3.6rem;
    max-width: 40rem;
  }
}
@media (max-width: 37.5em) {
  .hero-drinks .hero-drinks-img {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
}

.facts {
  padding: 25rem 0 10rem;
}
@media (max-width: 50em) {
  .facts {
    padding: 14rem 0 3rem;
  }
}

.product {
  padding: 7rem 0 16rem;
}
@media (max-width: 37.5em) {
  .product {
    padding: 2rem 0 10rem;
  }
}
.product .product-images {
  padding-right: 10rem;
}
@media (max-width: 87.5em) {
  .product .product-images {
    padding-right: 3rem;
  }
}
@media (max-width: 65em) {
  .product .product-images {
    padding-right: 0;
  }
}
.product .product-images .product-images-slick {
  padding-bottom: 7rem;
}
@media (max-width: 37.5em) {
  .product .product-images .product-images-slick {
    padding-bottom: 5rem;
  }
}
.product .product-images .product-text-prev,
.product .product-images .product-text-next {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: 4rem;
  z-index: 9;
  font-family: "EditorialNew-Ultralight", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 87.5em) {
  .product .product-images .product-text-prev,
  .product .product-images .product-text-next {
    font-size: 3.5rem;
  }
}
@media (max-width: 37.5em) {
  .product .product-images .product-text-prev,
  .product .product-images .product-text-next {
    font-size: 2.5rem;
  }
}
.product .product-images .product-text-prev {
  left: 0;
}
.product .product-images .product-text-next {
  right: 0;
}
.product .product-images .slider-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.5rem;
  bottom: 1.4rem;
}
@media (max-width: 87.5em) {
  .product .product-images .slider-counter {
    bottom: 1rem;
  }
}
@media (max-width: 37.5em) {
  .product .product-images .slider-counter {
    font-size: 2rem;
    bottom: 0.6rem;
  }
}
.product .product-info {
  max-width: 80%;
}
@media (max-width: 87.5em) {
  .product .product-info {
    max-width: 90%;
  }
}
@media (max-width: 65em) {
  .product .product-info {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.product .product-info .product-info-desc {
  margin-top: 4rem;
}
.product .product-info .product-info-desc p {
  margin-bottom: 2rem;
}
.product .product-buy-box {
  margin-top: 6rem;
}
.product .product-buy-box .product-qty input {
  border: none;
  background: transparent;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
.product .product-buy-box .product-qty .minus,
.product .product-buy-box .product-qty .plus {
  font-size: 7rem;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .product .product-buy-box .product-qty .minus,
  .product .product-buy-box .product-qty .plus {
    font-size: 5rem;
  }
}
.product .product-buy-box .product-qty .qty {
  width: 8rem;
  font-size: 8rem;
  text-align: center;
}
@media (max-width: 37.5em) {
  .product .product-buy-box .product-qty .qty {
    font-size: 6rem;
    width: 6rem;
  }
}
.product .product-buy-box .product-price {
  font-size: 8rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
  text-align: right;
}
@media (max-width: 37.5em) {
  .product .product-buy-box .product-price {
    font-size: 6rem;
  }
}
.product .product-buy-box .buy-btn {
  margin-top: 1rem;
}

.checkout-index-index {
  margin-top: 4rem;
}
.checkout-index-index .page-header {
  border: none;
}
.checkout-index-index .header.content {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 6rem;
}
@media (max-width: 37.5em) {
  .checkout-index-index .header.content {
    padding: 0 3rem;
  }
}
.checkout-index-index .authentication-dropdown .field label {
  margin-bottom: 1rem;
}
.checkout-index-index .authentication-dropdown .action-remind span {
  color: #0a0a0a;
  display: block;
  margin-top: 1rem;
  text-decoration: underline;
}
.checkout-index-index .authentication-wrapper {
  margin-top: -70px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.checkout-index-index .authentication-wrapper button:not(.action-close) {
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .authentication-wrapper button:not(.action-close):hover {
  color: #fff;
  background-color: #0a0a0a;
}
.checkout-index-index .checkout-container {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 6rem;
  position: relative;
}
@media (max-width: 37.5em) {
  .checkout-index-index .checkout-container {
    padding: 0 3rem;
  }
}
.checkout-index-index .checkout-container .button,
.checkout-index-index .checkout-container button.checkout {
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .checkout-container .button:hover,
.checkout-index-index .checkout-container button.checkout:hover {
  color: #fff;
  background-color: #0a0a0a;
}
.checkout-index-index .checkout-container .opc-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  padding: 3rem 0 2rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 5rem;
  background-color: #f4f4f4;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #0a0a0a;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
  color: #0a0a0a;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active + .opc-progress-bar-item > span:after {
  line-height: 1.6;
}
.checkout-index-index .checkout-container .opc-wrapper {
  padding-right: 10rem;
  border-bottom: none !important;
}
@media (max-width: 50em) {
  .checkout-index-index .checkout-container .opc-wrapper {
    padding-right: 5rem;
  }
}
@media (max-width: 37.5em) {
  .checkout-index-index .checkout-container .opc-wrapper {
    padding-right: 0;
  }
}
.checkout-index-index .checkout-container .opc-summary-wrapper.custom-slide {
  margin-top: 0;
}
.checkout-index-index .checkout-container .minicart-items .product-item-details {
  padding-left: 0;
}
.checkout-index-index .checkout-container .minicart-items .product-item-name {
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  padding-top: 3rem;
}
.checkout-index-index .checkout-container .minicart-items .product-item .price {
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.checkout-index-index .checkout-container .minicart-items .product-item .product {
  padding: 0 0 3rem;
}
.checkout-index-index .checkout-container .minicart-wrapper {
  margin-top: 0;
}
.checkout-index-index .checkout-container .minicart-wrapper .action.showcart {
  background-color: transparent;
  border: none;
}
.checkout-index-index .checkout-container .minicart-wrapper .action.showcart .counter.qty {
  background-color: #ff465a;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper {
  border-bottom: none;
  margin: 0 0 4.5rem;
  padding: 2rem;
  background-color: #f4f4f4;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block {
  font-size: 1.6rem;
  font-weight: 400;
}
.checkout-index-index .checkout-container .opc-block-summary {
  margin-top: 0;
  margin-bottom: 4rem;
}
.checkout-index-index .checkout-container .opc-block-summary .items-in-cart > .title {
  border-bottom: none;
}
.checkout-index-index .checkout-container .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.6rem;
}
.checkout-index-index .checkout-container .opc-block-summary > .title {
  border-bottom: none;
}
.checkout-index-index .checkout-container .opc-block-summary .mark {
  background-color: transparent;
}
.checkout-index-index .checkout-container .opc-wrapper .step-title,
.checkout-index-index .checkout-container .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .checkout-container .opc-block-summary > .title,
.checkout-index-index .checkout-container .checkout-agreements-items .checkout-agreements-item-title {
  font-family: "EditorialNew-Ultralight", sans-serif;
  font-weight: 400;
}
.checkout-index-index .checkout-container .opc-wrapper .step-title {
  font-size: 2.6rem;
  border-bottom: none;
  background-color: #f4f4f4;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 37.5em) {
  .checkout-index-index .checkout-container .opc-wrapper .step-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.checkout-index-index .checkout-container .opc-progress-bar-item > span {
  color: #9f9f9f;
}
.checkout-index-index .checkout-container input[type=text],
.checkout-index-index .checkout-container input[type=password],
.checkout-index-index .checkout-container input[type=url],
.checkout-index-index .checkout-container input[type=tel],
.checkout-index-index .checkout-container input[type=search],
.checkout-index-index .checkout-container input[type=number],
.checkout-index-index .checkout-container input[type*=date],
.checkout-index-index .checkout-container input[type=email],
.checkout-index-index .checkout-container .field select {
  height: 4rem;
  font-size: 1.6rem;
}
.checkout-index-index .checkout-container fieldset label > span,
.checkout-index-index .checkout-container .field label > span,
.checkout-index-index .checkout-container .field .label > span {
  font-size: 1.6rem;
}
.checkout-index-index .checkout-container .form-login {
  padding-bottom: 0 !important;
}
.checkout-index-index .checkout-container .form-login,
.checkout-index-index .checkout-container .form-login #customer-email-fieldset .field,
.checkout-index-index .checkout-container .form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .checkout-shipping-method {
  margin-top: 10rem;
}
.checkout-index-index .checkout-container .checkout-shipping-method .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-shipping-method .table-checkout-shipping-method tbody td:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index .checkout-container .checkout-shipping-method .actions-toolbar {
  margin-top: 4rem;
}
.checkout-index-index .checkout-container .discount-code #block-discount-heading span {
  font-family: "EditorialNew-Ultralight", sans-serif;
  color: #0a0a0a;
  font-size: 2rem;
}
.checkout-index-index .checkout-container .discount-code .form-discount {
  max-width: 100%;
}
.checkout-index-index .checkout-container .discount-code button {
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .checkout-container .discount-code button:hover {
  color: #fff;
  background-color: #0a0a0a;
}
.checkout-index-index .checkout-container .checkout-billing-address .choice input[type=checkbox] {
  margin-right: 1rem;
}
.checkout-index-index .checkout-container .checkout-billing-address .billing-address-details {
  font-size: 1.6rem;
}
.checkout-index-index .checkout-container .checkout-billing-address .billing-address-details a {
  color: #0a0a0a;
}
.checkout-index-index .checkout-container .shipping-information-content a {
  color: #0a0a0a;
}

.checkout-onepage-success .main-content-area {
  max-width: 128rem;
  margin: 0 auto;
  padding: 10rem 6rem 0 6rem;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 37.5em) {
  .checkout-onepage-success .main-content-area {
    padding: 5rem 3rem 0;
  }
}
.checkout-onepage-success .main-content-area h1.page-title {
  font-size: 5rem;
  font-weight: 400;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
@media (max-width: 37.5em) {
  .checkout-onepage-success .main-content-area h1.page-title {
    font-size: 3.5rem;
  }
}
.checkout-onepage-success .main-content-area .actions-toolbar > .primary {
  width: 100%;
  text-align: center;
}
.checkout-onepage-success .main-content-area a.action.primary {
  float: none !important;
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  margin: 3rem 0 6rem;
}
.checkout-onepage-success .main-content-area a.action.primary:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.form.subscribe .field.newsletter {
  position: relative;
}
.form.subscribe .field.newsletter .input-email-placeholder {
  display: block;
  font-size: 7rem !important;
  text-transform: uppercase;
  font-family: "EditorialNew-Ultralight", sans-serif !important;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  top: 0.3rem;
  color: #7d7d7d;
}
@media (max-width: 50em) {
  .form.subscribe .field.newsletter .input-email-placeholder {
    font-size: 4rem !important;
  }
}
.form.subscribe .field.newsletter .input-email-placeholder-hide {
  opacity: 0;
}
.form.subscribe .field.newsletter input[type=email] {
  width: 100%;
  font-size: 7rem !important;
  text-transform: unset;
  font-family: "EditorialNew-Ultralight", sans-serif !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center;
}
@media (max-width: 50em) {
  .form.subscribe .field.newsletter input[type=email] {
    font-size: 4rem !important;
  }
}
.form.subscribe .field.newsletter input[type=email]::-webkit-input-placeholder {
  color: transparent;
}
.form.subscribe .field.newsletter input[type=email]::-moz-placeholder {
  color: transparent;
}
.form.subscribe .field.newsletter input[type=email]:-ms-input-placeholder {
  color: transparent;
}
.form.subscribe .field.newsletter input[type=email]::-ms-input-placeholder {
  color: transparent;
}
.form.subscribe .field.newsletter input[type=email]::placeholder {
  color: transparent;
}
.form.subscribe .field.newsletter input[type=email]:focus {
  outline: none;
  background: none;
  border: none;
}
.form.subscribe .field.newsletter input[type=email]:focus + .input-email-placeholder {
  opacity: 0;
}
.form.subscribe .consent {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 3rem;
}
.form.subscribe .consent .checkbox {
  margin-right: 1rem;
}

.blinking-cursor {
  display: inline-block;
  font-weight: 100;
  font-size: 7rem;
  color: #7d7d7d;
  -webkit-animation: 1s blink step-end infinite;
          animation: 1s blink step-end infinite;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  padding-right: 1rem;
}
@media (max-width: 50em) {
  .blinking-cursor {
    font-size: 4rem;
  }
}

@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #7d7d7d;
  }
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #7d7d7d;
  }
}
.about-desc {
  width: 100%;
}
.about-desc .row > div {
  padding: 0;
}
.about-desc .about-desc-img {
  height: 100vh;
}
.about-desc .about-desc-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.about-desc .about-desc-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 37.5em) {
  .about-desc .about-desc-content {
    height: auto;
    min-height: 70vh;
    padding: 8rem 0;
  }
}
.about-desc .about-desc-content .about-desc-text {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 37.5em) {
  .about-desc .about-desc-content .about-desc-text {
    max-width: 80%;
  }
}
.about-desc .about-desc-content .about-desc-text .about-desc-title {
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 2rem;
  font-family: "EditorialNew-Ultralight", sans-serif;
}
@media (max-width: 37.5em) {
  .about-desc .about-desc-content .about-desc-text .about-desc-title {
    font-size: 3rem;
  }
}
.about-desc .about-desc-content .about-desc-text.about-desc-quout p {
  font-size: 3rem;
  font-family: "EditorialNew-Italic", sans-serif;
  margin-bottom: 2rem;
}
@media (max-width: 37.5em) {
  .about-desc .about-desc-content .about-desc-text.about-desc-quout p {
    font-size: 2.2rem;
  }
}
.about-desc .about-desc-back-1 {
  background-color: #ebb4c8;
}
.about-desc .about-desc-back-2 {
  background-color: #64c8b9;
}
.about-desc .about-desc-back-3 {
  background-color: #9678d2;
}