@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
html {
  font-size: 18px;
  overflow-x: hidden; }
  html.menu-active {
    overflow-y: hidden; }
  html.scroll-body {
    overflow-y: hidden; }

body {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3; }

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

a, input, button {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

a {
  color: #000; }

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px; }

p {
  margin: 0 0 25px; }

.vid {
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 20px; }
  .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.vid-hold {
  width: 550px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .vid-hold {
      width: 100%; } }

.vid-embed {
  position: relative;
  padding-top: 56.25%; }
  .vid-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;}

.button {
  display: inline-block;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#ffed63), to(#ffb763));
  background: -webkit-linear-gradient(left, #ffed63, #ffb763);
  background: -o-linear-gradient(left, #ffed63, #ffb763);
  background: linear-gradient(90deg, #ffed63, #ffb763);
  padding: 10px 50px;
  border-radius: 17px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    .button {
      font-size: 1.8rem; } }
  .button:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    color: #000; }
  .button:focus {
    outline: none; }

.header__top {
  padding: 10px 0;
  background: #f3f3f3;
  position: relative; }
  @media (max-width: 991px) {
    .header__top .row .col-md-6:first-child {
      width: 60%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: none; }
    .header__top .row .col-md-6:last-child {
      width: 40%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: none; } }

.header__extra {
  text-align: right; }
  .header__extra a {
    margin-left: 10px;
    font-weight: bold; }

.header__bottom {
  padding: 15px 0; }
  @media (max-width: 991px) {
    .header__bottom {
      position: relative; }
      .header__bottom .col-md-2, .header__bottom .col-md-10 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none; } }

.header__search {
  position: absolute;
  top: -11px;
  right: 0;
  width: 200px;
  display: none; }
  .header__search input {
    width: 100%;
    display: block;
    padding: 0 10px;
    border-radius: 0;
    height: 42px;
    line-height: 42px;
    border: 1px solid #000;
    outline: none; }
  .header__search button {
    border: 0;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header__search__trigger {
    position: relative;
    padding-right: 5px; }
    @media (max-width: 991px) {
      .header__search__trigger {
        display: none; } }
    .header__search__trigger:hover {
      text-decoration: none; }
  .header__search__close {
    border: 0;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: -23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.header__translate {
  display: inline-block;
  vertical-align: middle; }

.logo {
  position: relative; }
  .logo .menu-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 1.5rem;
    color: #000;
    border-radius: 4px;
    display: none; }
    @media (max-width: 991px) {
      .logo .menu-toggle {
        display: block; } }
  @media (max-width: 991px) {
    .logo {
      text-align: center; }
      .logo img {
        max-height: 36px; } }

.mob-top {
  display: none; }
  @media (max-width: 991px) {
    .mob-top {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      padding-right: 15px; }
      .mob-top ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .mob-top ul li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 7px; }
          .mob-top ul li.header-cart {
            position: relative;
            margin-right: 8px; }
          .mob-top ul li:first-child {
            margin-left: 0; }
          .mob-top ul li img {
            max-height: 20px; }
          .mob-top ul li small {
            height: 15px;
            width: 15px;
            display: block;
            position: absolute;
            right: -10px;
            bottom: 5px;
            border-radius: 50%;
            line-height: 15px;
            text-align: center;
            font-size: 10px;
            font-weight: bold;
            background: #e4f0e0; }
          .mob-top ul li a.header__search__trigger {
            display: block !important; } }

.nav {
  text-align: right; }
  @media (max-width: 991px) {
    .nav {
      text-align: left;
      margin-top: 30px;
      display: none;
      position: fixed;
      top: 76px;
      left: 0;
      width: 100%;
      z-index: 10; } }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
    @media (max-width: 991px) {
      .nav ul {
        padding: 10px 0;
        background: #55a1ab; } }
    .nav ul li {
      display: inline-block;
      margin-right: 22px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .nav ul li {
          display: block;
          background: #55a1ab; }
          .nav ul li.lang, .nav ul li.header-cart {
            display: none; } }
      .nav ul li a {
        display: block;
        font-weight: bold; }
        @media (max-width: 991px) {
          .nav ul li a {
            padding: 10px 15px;
            color: #fff;
            display: inline-block;
            position: relative; } }
        .nav ul li a:hover {
          color: #55a1ab;
          text-decoration: none; }
      .nav ul li.header-cart {
        position: relative; }
        .nav ul li.header-cart img {
          max-width: 36px; }
        .nav ul li.header-cart small {
          height: 20px;
          width: 20px;
          display: block;
          position: absolute;
          right: -10px;
          bottom: 5px;
          border-radius: 50%;
          line-height: 20px;
          text-align: center;
          font-size: 12px;
          font-weight: bold;
          background: #e4f0e0; }

@media (max-width: 991px) {
  .banner {
    display: none; }
    .banner .container {
      padding: 0;
      max-width: none; } }

.banner__item {
  background-size: cover; }

.banner__inner {
  padding: 30vh 0; }
  @media (min-width: 992px) {
    .banner__inner {
      max-height: 85vh;
      min-height: 85vh; } }
  @media (max-width: 991px) {
    .banner__inner {
      text-align: center;
      padding: 25vh 0;
      background: rgba(255, 255, 255, 0.4); }
      .banner__inner .col-md-6 {
        max-width: none;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .banner__inner h2 {
    font-size: 2.4rem;
    opacity: .8;
    letter-spacing: 4px;
    margin: 0 0 50px; }
    .banner__inner h2 img {
      display: inline-block;
      vertical-align: middle;
      max-height: 33px;
      position: relative;
      top: -4px; }
  .banner__inner--text h2 {
    margin: 0 0 25px; }
  .banner__inner--text p {
    font-size: 1.3rem;
    margin: 0 0 45px; }

.banner__btn .button {
  margin-right: 15px;
  letter-spacing: 5px; }
  @media (max-width: 991px) {
    .banner__btn .button {
      margin: 0 0 10px; } }

.banner .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 991px) {
    .banner .slick-dots {
      padding: 0; } }
  .banner .slick-dots button {
    display: none; }
  .banner .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 10px; }
    .banner .slick-dots li.slick-active {
      background: #b9e5c3; }

.mb {
  display: none; }
  @media (max-width: 991px) {
    .mb {
      display: block; }
      .mb__text {
        text-align: center;
        padding: 50px 15px 40px; }
        .mb__text h2 {
          font-size: 1.6rem; }
          .mb__text h2 img {
            height: 25px;
            position: relative;
            top: -3px;
            display: inline-block; }
        .mb__text .button {
          padding: 10px 20px;
          font-size: .8rem;
          letter-spacing: 1px; } }

.yellow {
  color: #e1b04d; }

.footer {
  background: #f7f8f8;
  padding: 60px 0; }
  .footer h3 {
    font-size: 1.3rem; }
  .footer__top {
    margin: 0 0 40px; }
    @media (max-width: 991px) {
      .footer__top {
        margin: 0; } }
  .footer__widget {
    padding-right: 40px; }
    @media (max-width: 991px) {
      .footer__widget {
        padding-right: 0;
        margin: 0 0 30px; } }
    @media (max-width: 991px) {
      .footer__widget h3 {
        font-size: 1rem; } }
    .footer__widget ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 991px) {
        .footer__widget ul {
          font-size: .8rem; } }
      .footer__widget ul li {
        margin: 0 0 8px; }
        .footer__widget ul li a:hover {
          color: #55a1ab;
          text-decoration: none; }
  .footer__links {
    text-align: center;
    padding-top: 30px; }
    @media (max-width: 991px) {
      .footer__links {
        padding-top: 0; } }
    .footer__links ul {
      list-style: none;
      margin: 0 0 10px;
      padding: 0; }
      @media (max-width: 991px) {
        .footer__links ul {
          font-size: .8rem; } }
      .footer__links ul li {
        display: inline-block;
        line-height: 1;
        padding: 0 10px;
        border-right: 1px solid #000; }
        .footer__links ul li:last-child {
          border-right: 0; }
        .footer__links ul li a {
          display: block; }
  .footer__text--social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__text--social ul li {
      display: inline-block;
      margin-right: 15px; }
      .footer__text--social ul li a {
        font-size: 2rem;
        color: #55a1ab; }
  .footer .cards img {
    max-height: 35px; }

.disclaimer {
  font-size: .8rem;
  text-align: center;
  padding-top: 40px;
  line-height: 1.4;
  color: #a2a2a2; }

.sharedby {
  text-align: right;
  position: relative;
  top: -35px; }
  @media (max-width: 991px) {
    .sharedby {
      top: auto;
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 20px 0;
      z-index: 10; } }
  .sharedby__col {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .sharedby__col {
        display: block; } }
    .sharedby__col--name {
      margin-right: 10px; }

.s1 {
  background: url(../images/bg1.jpg) no-repeat center top;
  padding: 50px 0 120px; }
  @media (max-width: 991px) {
    .s1 {
      background: none;
      padding: 50px 0 100px;
      padding-top: 20px; }
      .s1__bg {
        background: url(../images/m1.png) no-repeat center bottom;
        position: absolute;
        top: 16vh;
        left: 0;
        width: 100%;
        height: 138%;
        display: block;
        background-size: cover;
        display: none !important; } }
  .s1:before {
    background: url(../images/dot1.png) no-repeat center top;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 991px) {
      .s1:before {
        display: none; } }

.gradbox {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(255, 255, 255, 0.8)), color-stop(97%, white), to(rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 9%, white 97%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 9%, white 97%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 9%, white 97%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 100px 50px;
  border-radius: 0 0 20px 20px;
  text-align: center; }
  @media (max-width: 991px) {
    .gradbox {
      margin-top: -60px;
      padding: 100px 50px 60px 50px;
      background: #fff;
      border-radius: 20px; }
      .gradbox p {
        margin: 20px 0 40px; } }

.logo {
  text-align: center; }
  .logo img {
    max-height: 80px; }

.mob {
  display: none; }
  @media (max-width: 991px) {
    .mob {
      display: block; } }

@media (max-width: 991px) {
  .celluvie {
    z-index: 10;
    position: relative; } }

.celluvie__inner {
  position: absolute;
  top: 10%;
  left: 0;
  width: 110%; }
  @media (max-width: 991px) {
    .celluvie__inner {
      position: relative;
      top: 0;
      width: auto; } }

.celluvie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 991px) {
    .celluvie img {
      position: relative;
      top: 0;
      width: auto; } }

.cell-logo {
  max-height: 130px;
  margin: 0 0 30px; }
  @media (max-width: 991px) {
    .cell-logo {
      margin: 0 0 45px; } }

.t1 {
  margin: 0 0 40px; }

.vidhold {
  margin: 0 0 10px; }

.s2 {
  background: url(../images/bar2.png) no-repeat center top;
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .s2 {
      padding: 55px 0; } }
  .s2 h2 {
    font-size: 3rem;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    letter-spacing: 4px; }
    @media (max-width: 991px) {
      .s2 h2 {
        font-size: 1.8rem; } }

.s3 {
  background: url(../images/bg2.png) no-repeat center bottom;
  padding: 120px 0 270px; }
  @media (max-width: 991px) {
    .s3 {
      padding: 0;
      background: none;
      margin-top: -20px; } }

.testi {
  background: url(../images/testimonial.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 90px; }
  @media (max-width: 991px) {
    .testi {
      border-radius: 0;
      background-image: url(../images/m4.jpg); } }
  .testi__inner {
    padding: 60px 45px;
    color: #fff; }
  .testi__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    @media (max-width: 991px) {
      .testi__item {
        display: block;
        margin: 0 0 45px; } }
  .testi__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 30px;
    text-align: center;
    margin: 0 0 60px; }
    @media (max-width: 991px) {
      .testi__img {
        margin: 0 0 30px; } }
    .testi__img:last-child {
      margin: 0; }
  .testi__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    font-size: .9rem;
    line-height: 1.2;
    font-style: italic; }
    @media (max-width: 991px) {
      .testi__text {
        text-align: center; } }
  .testi__name {
    padding: 9px 0 5px;
    display: block; }
    @media (max-width: 991px) {
      .testi__name {
        font-size: 1.2rem;
        padding-top: 15px; } }
  .testi__button {
    text-align: center;
    padding: 40px 0 20px; }
    @media (max-width: 991px) {
      .testi__button {
        padding: 20px 0; } }

.hex__item img {
  max-width: 220px; }

.s4 {
  background: url(../images/bg3.png) no-repeat center top;
  padding: 37% 0 27%; }
  @media (min-width: 992px) {
    .s4 {
      margin-top: -9%; } }
  @media (max-width: 991px) {
    .s4 {
      background-image: url(../images/m5.jpg);
      padding: 0 0 5%; } }

.rock img {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 123%;
  max-width: none; }

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

.derma .dermavie {
  max-height: 195px;
  margin: 0 0 45px; }

.derma__content {
  text-align: center; }

.derma .vidhold {
  margin: 0 0 35px; }

.s6 {
  background: url(../images/bgs6.jpg) no-repeat center bottom;
  padding: 100px 0; }

.faces {
  margin: 0 0 150px; }
  @media (max-width: 991px) {
    .faces {
      margin: 0 0 50px; } }
  .faces__item {
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .faces__item {
        padding: 0;
        margin: 0 0 30px; } }
    .faces__item span {
      padding-top: 20px;
      display: block;
      font-family: "Oswald", sans-serif;
      letter-spacing: 2px;
      font-size: .9rem; }

.p3__text {
  padding: 0 35px;
  text-align: center; }
  .p3__text img {
    margin: 0 0 50px; }
  .p3__text p {
    font-size: .9rem; }

.p3__button {
  padding-top: 40px;
  text-align: center; }
  @media (max-width: 991px) {
    .p3__button {
      padding: 20px 0 65px; } }

.footer {
  background: url(../images/footer.jpg) no-repeat center bottom;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .footer {
      padding: 70px 0; } }
  .footer__inner {
    padding: 0 50px;
    text-align: center; }
    .footer__inner img {
      max-height: 200px;
      display: block;
      margin: 60px auto; }
  .footer h2 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    margin: 0; }
    @media (max-width: 991px) {
      .footer h2 {
        font-size: 1.8rem; } }

.mob-h1 {
  max-width: 300px;
  margin: 30px auto 0; }

.desk {
  display: block; }
  @media (max-width: 991px) {
    .desk {
      display: none; } }

.s3m2 {
  background: url(../images/m3.jpg) no-repeat center bottom;
  padding: 20% 0 9%;
  margin: -40px 0 0; }
  .s3m2__item {
    text-align: center;
    margin: 0 0 25px; }
    .s3m2__item img {
      max-width: 180px; }

.rocker {
  padding: 50px 15px;
  position: relative; }
  .rocker__a img {
    width: 79%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .rocker__b {
    z-index: 1;
    position: relative; }
  .rocker__btn {
    text-align: center;
    padding: 30px 0 50px; }
