.loading {
  position: fixed;
  z-index: 29;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8fd7d2;
}

.lottie-animation {
  display: block;
  width: 33vw;
  mix-blend-mode: darken;
}

.image {
  position: absolute;
  opacity: 0.51;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #007c84;
}

.white {
  color: #fff;
}

.white.loose.regular.big {
  font-size: 56px;
  line-height: 65px;
}

.white.loose._20 {
  margin-bottom: 0px;
}

.white.loose._20.footertitle {
  margin-bottom: 20px;
}

.white.medium {
  font-size: 24px;
}

.white._16.footerlink {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 191%;
  font-weight: 300;
  letter-spacing: 1px;
}

.white._12 {
  line-height: 200%;
}

.white._12.light {
  font-size: 12px;
  letter-spacing: 1px;
}

.body {
  font-family: futura-pt, sans-serif;
  color: #45425c;
}

.centered {
  text-align: center;
}

.centered.light._14 {
  font-size: 14px;
}

.small {
  font-size: 14px;
}

.loose {
  letter-spacing: 2px;
}

.bold {
  font-weight: 700;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/6375f51802e4026bd89c71e7_hero_static_min.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 170px;
  margin-top: 10px;
  margin-left: 10px;
}

.hero-text {
  position: relative;
  z-index: 1;
  width: 60vw;
  margin-left: 18vw;
}

.light {
  font-weight: 200;
}

.regular {
  font-weight: 400;
}

.big {
  font-size: 52px;
}

.medium {
  font-size: 1.5vw;
  line-height: 130%;
  font-weight: 500;
}

.medium.loose {
  color: #45425c;
  font-size: 18px;
  text-decoration: none;
}

.medium.loose.link {
  padding: 11px 37px;
  border-radius: 6px;
  background-color: #828188;
  color: #fff;
  font-size: 16px;
}

.solid {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #007c84;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.solid.small {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.solid.medium-button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.solid.medium-button.red {
  background-color: #f74074;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
}

.solid.medium-button.red:hover {
  background-color: #ff5f8c;
}

.solid.plum {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.solid.plum:hover {
  background-color: #007c84;
}

.padding-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  position: relative;
  width: 1400px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.container.padding-1.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container._1200 {
  width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.footerflex {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.flex.footerflex.whiteline {
  width: 100vw;
  height: 1px;
  margin-bottom: 60px;
  background-color: #fff;
}

.flex.verticalcentered {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.product-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  background-color: #fff;
  text-decoration: none;
}

.product-box.textbox {
  background-color: #afafaf;
}

.product-box.hide {
  opacity: 0;
  cursor: default;
}

.image-2 {
  width: auto;
  height: auto;
  max-width: 100%;
}

.classes {
  display: none;
  height: 100vh;
}

.pink {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding: 56px;
  background-color: #faa;
}

.text-light {
  font-weight: 300;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-bold._14.loose {
  color: #45425c;
}

._12 {
  font-size: 12px;
  line-height: 130%;
}

._14 {
  line-height: 150%;
}

._16 {
  font-size: 16px;
  line-height: 130%;
}

._16.centered {
  line-height: 150%;
}

._18 {
  font-size: 18px;
  line-height: 180%;
}

._18.centered {
  margin-right: 6px;
  margin-left: 6px;
}

._18.centered.crossed {
  color: #828188;
  text-decoration: line-through;
}

._18.centered.bold {
  color: #45425c;
  text-decoration: none;
}

._18.medium.centered.white {
  margin-top: 10px;
  margin-bottom: 10px;
}

._20 {
  font-size: 20px;
  line-height: 130%;
}

._30 {
  font-size: 30px;
  line-height: 130%;
}

._40 {
  font-size: 40px;
  line-height: 130%;
}

._10 {
  font-size: 10px;
  line-height: 130%;
}

.uppercase {
  text-transform: uppercase;
}

.plum {
  background-color: #828188;
}

.sale {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #d8d8d8;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2.dark-plum.padding-3 {
  padding-bottom: 40px;
}

.section-2.padding-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.padding-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.beige {
  background-color: #c0abab;
}

.section-2.beige.padding-3 {
  background-color: #9c9794;
}

.section-2.insta-light {
  background-color: #f5f6f2;
}

.section-2.padding-bottom {
  padding-bottom: 70px;
}

.vertical-line {
  width: 3px;
  height: 100px;
  margin: 40px auto;
  background-color: #828188;
}

._650px-wide {
  width: 800px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.everyone-slider {
  position: relative;
  display: none;
  width: 24%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  background-color: #fff;
}

.full-width {
  position: relative;
  width: 1400px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.full-width.padding-1.flex {
  width: 100%;
  max-width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.full-width-image {
  width: 100%;
  max-width: 100%;
}

.column {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: 10px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  width: 249px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #8fd7d2;
}

.image-4 {
  width: 60px;
  height: auto;
  margin-top: 30px;
  margin-right: 20px;
}

.benefit-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  width: 1400px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-2 {
  width: 700px;
  max-width: 90%;
}

.dark-plum {
  background-color: #45425c;
}

.slider-testimonials {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.light-blue {
  background-color: #b4e4e0;
}

.image-5 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  height: auto;
  padding-right: 67px;
  padding-left: 67px;
  background-color: hsla(0, 0%, 100%, 0);
}

.slide._30 {
  width: 30%;
  height: 100%;
  margin-right: 5%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 20px;
  background-color: #fff;
}

.slide._25 {
  width: 23%;
  margin-right: 2.66%;
  padding-right: 0px;
  padding-left: 0px;
}

.mask {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100vw;
  margin: 40px auto;
  padding-right: 65px;
  padding-left: 65px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -44px;
}

.heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.logo-testimonials {
  width: 60px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.mask-image-slider {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-2 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.5px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-video {
  margin-top: 58px;
  margin-bottom: 58px;
}

.image-6 {
  margin-bottom: 54px;
}

.lottie-animation-3 {
  width: 160px;
  mix-blend-mode: darken;
}

.image-7 {
  margin-top: 20px;
}

.instabg {
  min-height: 25vw;
  margin-bottom: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../images/637be3973c7662c8e609c3d0_i1_min.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.instabg._02 {
  background-image: url('../images/637be48a02f1071dd726f4cd_i2_min.webp');
}

.instabg._03 {
  background-image: url('../images/637be49a64bde59af145d769_i3_min.webp');
}

.instabg._04 {
  min-height: 25vw;
  background-image: url('../images/637be4ab1702c57707873e6e_i4_min.webp');
}

.instabg._05 {
  background-image: url('../images/637be4cd9fdb10d820b03907_i5_min.webp');
}

.instabg._06 {
  background-image: url('../images/637be4e1d174fa2535ca917c_i6_min.webp');
}

.slider-insta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.columns-2 {
  margin-top: 40px;
}

.image-8 {
  margin-top: 45px;
  margin-bottom: 115px;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link {
  color: #fff;
  text-decoration: none;
}

.footerlink {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social {
  width: 30px;
  margin-top: 0px;
  margin-right: 20px;
}

.padding-column {
  padding-right: 40px;
  padding-left: 40px;
}

.arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 55px;
  font-size: 18px;
}

.arrow-icon.dark {
  z-index: 17;
  border-color: #45425c;
  color: #45425c;
}

.left-arrow-2 {
  left: -80px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: -80px;
  bottom: 0%;
}

.slider-everyone-rocks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.very-loose {
  letter-spacing: 4px;
}

.link-2 {
  color: #007c84;
}

.link-3 {
  color: #007c84;
}

.link-4 {
  color: #007c84;
}

.image-9 {
  display: none;
}

.mobile {
  display: none;
}

.overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 66, 92, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-10 {
  width: 110px;
  height: auto;
  margin-right: auto;
}

.image-11 {
  width: auto;
  height: auto;
}

.image-12 {
  width: auto;
  height: auto;
}

.image-13 {
  width: auto;
  height: auto;
}

.image-14 {
  width: auto;
  height: auto;
}

.html-embed {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.html-embed-2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.html-embed-3 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.html-embed-4 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

._24 {
  font-size: 24px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    width: 57vw;
  }

  .white.products-text {
    font-size: 15px;
    line-height: 25px;
  }

  .medium.loose {
    text-align: center;
  }

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

  ._18.medium.centered.white {
    font-size: 16px;
  }

  .section-2.beige.padding-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._650px-wide {
    max-width: 70vw;
  }

  ._650px-wide.centered._40.white {
    font-size: 31px;
  }

  .everyone-slider {
    width: 49%;
  }

  .slide._30 {
    width: 32%;
    margin-right: 2%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    max-width: 95%;
  }

  .heading-2 {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .image-7 {
    margin-top: 25px;
  }

  .left-arrow-2 {
    left: 0px;
    margin-left: -70px;
  }

  .right-arrow-2 {
    right: 0px;
    margin-right: -70px;
  }

  .image-10 {
    width: 79px;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    width: 68vw;
  }

  .white.products-text {
    font-size: 28px;
    line-height: 45px;
  }

  .logo {
    width: 120px;
  }

  .hero-text {
    margin-left: 140px;
  }

  .medium.loose {
    font-size: 14px;
  }

  .solid.medium-button.mobilecenter {
    margin-right: auto;
    margin-left: auto;
  }

  .product-box {
    width: 49%;
  }

  ._650px-wide.centered._40 {
    font-size: 31px;
  }

  .column {
    top: 0px;
    margin-bottom: 90px;
    padding-top: 49px;
    background-color: #fff;
  }

  .lottie-animation-2 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5 {
    display: none;
  }

  .slide._30 {
    width: 100%;
  }

  .slide._25 {
    width: 49%;
    margin-right: 2%;
  }

  .slider {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .background-video {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .instabg {
    min-height: 65vw;
  }

  .padding-column.secondcol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-arrow-4 {
    left: 50px;
    top: -60px;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
  }

  .right-arrow-4 {
    left: auto;
    top: -60px;
    right: 50px;
    bottom: auto;
    width: 50px;
    height: 50px;
  }

  .image-9 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .loading {
    z-index: 146;
    display: none;
  }

  .lottie-animation {
    display: none;
    width: 94vw;
  }

  .white.centered.small.loose.light {
    font-size: 10px;
  }

  .white.centered.small.very-loose.light {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .white.loose.regular.big {
    font-size: 43px;
    line-height: 50px;
  }

  .white.loose._20 {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 17px;
  }

  .white.loose._18 {
    font-size: 18px;
  }

  .white._16.footerlink {
    text-decoration: none;
  }

  .white.products-text {
    font-size: 18px;
    line-height: 25px;
  }

  .white._12 {
    max-width: 90vw;
  }

  .centered {
    font-size: 27px;
  }

  .centered.loose.light._40 {
    font-size: 37px;
  }

  .centered.loose._20 {
    font-size: 17px;
  }

  .centered.white._20.loose.uppercase {
    font-size: 14px;
  }

  .centered._16.regular.loose {
    font-size: 15px;
  }

  .bold.white.centered {
    font-size: 25px;
    line-height: 34px;
  }

  .hero {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 69% 50%;
  }

  .logo {
    z-index: 1;
    width: 120px;
  }

  .hero-text {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    margin-left: 40px;
  }

  .medium.loose {
    font-size: 13px;
    text-align: center;
  }

  .medium.loose.centered {
    letter-spacing: 0px;
  }

  .medium.loose.link {
    font-size: 10px;
  }

  .container {
    max-width: 100vw;
  }

  .container.padding-1.flex {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  ._16.centered {
    font-size: 14px;
  }

  ._18.centered {
    font-size: 16px;
    line-height: 150%;
  }

  ._18.white._650px-wide.centered {
    max-width: 80vw;
    font-size: 15px;
    line-height: 169%;
  }

  ._18.medium.centered {
    font-size: 16px;
    line-height: 135%;
  }

  ._18.medium.centered.white {
    font-size: 13px;
  }

  .section-2.beige.padding-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.padding-bottom {
    padding-bottom: 0px;
  }

  .vertical-line {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._650px-wide.centered._40 {
    width: 800px;
    max-width: 90vw;
    font-size: 22px;
  }

  ._650px-wide.centered._40.white {
    font-size: 19px;
  }

  ._650px-wide.centered._30.white {
    max-width: 85vw;
    font-size: 23px;
  }

  .full-width.padding-1.flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .benefit {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4 {
    display: none;
    width: 45px;
  }

  .slider-testimonials {
    padding-bottom: 20px;
  }

  .image-5 {
    display: none;
  }

  .slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide._30 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .slide._25 {
    width: 100%;
  }

  .mask {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slider {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav.hide {
    display: none;
  }

  .heading-2 {
    font-size: 15px;
  }

  .heading-2.loose {
    letter-spacing: 1px;
  }

  .background-video {
    height: 63vw;
  }

  .lottie-animation-3 {
    width: 90px;
  }

  .icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 0%;
    width: 50px;
    height: 50px;
    margin-right: -35px;
  }

  .left-arrow {
    left: 40px;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }

  .image-7 {
    margin-top: 20px;
  }

  .instabg {
    min-height: 270px;
  }

  .instabg._04 {
    min-height: 270px;
  }

  .slider-insta {
    padding-bottom: 20px;
  }

  .image-8 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-col {
    width: 100%;
    padding-right: 34px;
    padding-left: 34px;
  }

  .padding-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padding-column.secondcol {
    padding-bottom: 54px;
  }

  .left-arrow-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin-left: 50px;
  }

  .right-arrow-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }

  .slider-everyone-rocks {
    padding-bottom: 20px;
  }

  .right-arrow-3 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 50px;
  }

  .left-arrow-3 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 50px;
    height: 50px;
  }

  .left-arrow-4 {
    left: 10px;
    top: auto;
    bottom: -15px;
  }

  .right-arrow-4 {
    top: auto;
    right: 10px;
    bottom: -15px;
  }

  .image-9 {
    max-width: 96%;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 66, 92, 0)), to(rgba(69, 66, 92, 0.53)));
    background-image: linear-gradient(180deg, rgba(69, 66, 92, 0), rgba(69, 66, 92, 0.53));
  }

  .image-10 {
    width: 56px;
  }
}

