.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-wrapper {
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: clip;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.nav-menu-4 {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-6:hover {
  color: #fff;
  font-weight: 500;
}

.nav-link-6.w--current {
  color: #8b8b8b;
}

.login-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
}

.login-button:hover {
  background-color: #fff3;
}

.logo-2 {
  float: left;
  width: 150px;
  margin: 14px;
  padding-bottom: 0;
  display: block;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.start-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-left: 10px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
}

.start-button:hover {
  background-color: #ffffffe6;
}

.start-button.new_btn {
  margin-top: 35px;
  padding: 12px 40px;
}

.start-button.new_btn:hover {
  background-color: #ffffffe6;
}

.full-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-banner {
  margin-top: 58px;
  position: relative;
}

.main-banner.page-banner {
  padding-top: 140px;
}

.main-banner.blog-page {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.banner-img.page-banner.about-page {
  position: relative;
  overflow: hidden;
}

.banner-img.page-banner.core-h {
  background-image: url('../../img/loginv2/core-banner.webp');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 8px;
  min-height: 112vh;
}

.banner-img.page-banner.sus-h {
  background-image: url('../../img/loginv2/sustain-mobile.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  min-height: 100vh;
}

.banner-img.page-banner.hair-h {
  background-image: url('../../img/loginv2/hair.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 92vh;
}

.banner-img.border-radius {
  border-radius: 14px;
  overflow: hidden;
}

.banner-content {
  max-width: 500px;
  position: absolute;
  inset: auto auto 50px 50px;
}

.banner-content.page {
  bottom: 70px;
  left: 70px;
}

.banner-content.home {
  bottom: 100px;
  left: 100px;
}

.banner_txt {
  color: #fff;
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  max-width: 313px;
  margin-bottom: 40px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  line-height: 46px;
  display: flex;
}

.banner-btn {
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 100px;
  padding: 13px 40px;
  font-weight: 500;
  text-decoration: none;
}

.banner-btn:hover {
  background-color: #ffffff1a;
}

.banner-btn.m_r_10 {
  background-color: #fff3;
  margin-right: 10px;
  font-size: 16px;
}

.banner-btn.m_r_10:hover {
  background-color: #ffffff4d;
}

.banner-btn.m_r_10.mobile-d {
  display: none;
}

.social-link {
  margin-top: 46px;
}

.email-link-2 {
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
}

.footer-copy-txt-2 {
  color: #b6b6b6;
}

.grid-45 {
  grid-template-rows: auto auto;
}

.pt_txt-2 {
  color: #dcdcdc;
  font-weight: 600;
}

.footer_nimcore {
  float: left;
  background-image: url('../../img/loginv2/footer_bg.png');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  position: relative;
}

.footer_nimcore.none {
  display: none;
}

.foo-menu-link-2 {
  color: #b6b6b6;
  padding-bottom: 16px;
  list-style-type: none;
}

.foo-menu-link-2.d-none {
  display: none;
}

.stripe {
  padding-top: 10px;
}

.foo-txt-1-2 {
  color: #fff;
  max-width: 300px;
  margin-top: 24px;
}

.foo-link-2 {
  color: #dcdcdc;
  text-decoration: none;
}

.foo-link-2:hover {
  color: #fff;
}

.foo-list {
  float: left;
  padding-right: 20px;
  list-style-type: none;
}

.foo-list.d_none {
  display: none;
}

.half-container {
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  position: relative;
}

.half-container.d_none_n {
  display: none;
}

.half-container.m-t-100 {
  margin-top: 100px;
}

.payment_type {
  float: left;
  margin-left: 30px;
}

.footer-copy {
  margin-top: 32px;
  margin-bottom: 0;
}

.foo-link-l-2 {
  color: #fffc;
  text-decoration: underline;
}

.foo-link-l-2:hover {
  color: #fff;
}

.footer_top {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-cl-2 {
  color: #fffc;
  text-decoration: none;
}

.link-cl-2:hover {
  color: #fff;
}

.menu-title-2 {
  color: #fff;
  font-weight: 600;
}

.payment-block {
  margin-top: 100px;
}

.grid-39 {
  grid-template-rows: auto;
}

.list-4 {
  margin-top: 24px;
  padding-left: 0;
  list-style-type: none;
}

.fl_text, .fl_text:hover {
  color: #fffc;
}

.list-8 {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
  border: 1px solid #fff3;
  border-radius: 14px;
  max-width: 1400px;
  margin-top: 100px;
  padding: 74px 74px 30px;
}

.footer-box.none {
  display: none;
}

.ff_logo {
  float: left;
}

.main-padding {
  z-index: 9;
  float: left;
  color: #fff;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: 500;
  position: relative;
}

.faq-box {
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
}

.c_color {
  color: #fff;
}

.faq_wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.faq-section {
  z-index: 9;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.accordion__header {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.accordion__header.ns_pad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}

.more-desc-2 {
  color: #0000;
  background-color: #fafefa00;
  padding: 0 0 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.faq-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.accordion_question.line_20 {
  margin-top: -2px;
  line-height: 22px;
}

.accordion_question.line_20.t_white {
  color: #fff;
}

.accordion_question.line_20.t_white.t_16 {
  font-size: 16px;
  font-weight: 400;
}

.accordian_new {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  background-color: #fbf7f1;
  border-radius: 14px;
  flex-flow: column;
  padding: 0 20px;
  display: flex;
}

.accordian_new.no_bg {
  background-color: #fbf7f100;
  border: 1px solid #fff3;
}

.faq-block-wrapper-new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 31.25rem;
  display: flex;
}

.accordion_content_new {
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.pr-title1-2 {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.faq_content-2 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.faq_content-2.t_white, .faq_link {
  color: #fff;
}

.core_btn_heading {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.button-white-text {
  z-index: 3;
  position: relative;
}

.button-white-text.gray_text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.core_btn_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.3125rem;
  display: flex;
}

.core_btn_block.faq_btn {
  margin-top: 0;
}

.cta-border {
  z-index: -1;
  border: 1px solid #000;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.white-btn.mob-hide {
  color: #fff;
  padding-left: 1.0875rem;
  padding-right: 1.0875rem;
  font-size: .9rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.white-btn.mob-hide.gray-text {
  cursor: pointer;
  border-color: #4e4c4b;
  padding: 1rem 1.0875rem;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.white-btn.mob-hide.gray-text:hover {
  color: #4e4c4b;
  background-color: #fbfbfb;
}

.white-btn.mob-hide.gray-text:active {
  color: #4e4c4b;
  background-color: #f4f4f4;
}

.white-btn.mob-hide.gray-text.btn_width {
  width: 12.5rem;
}

.white-btn.mob-hide.gray-text.btn_width.show_btn {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff1a;
  border-color: #fff6;
  border-radius: 100px;
}

.white-btn.mob-hide.gray-text.btn_width.show_btn:hover {
  background-color: #fff3;
}

.bottom-box {
  float: left;
  width: 100%;
  position: relative;
}

.bb-bg {
  background-color: #000000e6;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.bb_center {
  text-align: center;
}

.faq_list {
  color: #fff;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.list-9 {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.offer-section {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
}

.normal-title {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.normal-title.m-w-470 {
  max-width: 490px;
}

.services-btn {
  float: right;
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 42px;
  padding: 13px 35px;
  font-weight: 500;
  text-decoration: none;
}

.services-btn:hover {
  background-color: #ffffff1a;
}

.services-btn.m_r_10 {
  margin-right: 10px;
}

.services-btn.dd_none {
  display: none;
}

.columns {
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.offer-image {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.or_box {
  border-radius: 14px;
}

.sticky-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 110vw;
  height: 100%;
  padding-left: 54px;
  padding-right: 0;
  display: flex;
}

.scroll-inner.swiper-wrapper {
  width: 108vw;
  padding-left: 70px;
}

.scroll-card {
  background-color: #fff0;
  border: .0625rem #83838329;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.scroll-card.swiper-slide {
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  flex-flow: column;
  width: 100%;
  height: 120vw;
  display: flex;
  position: relative;
}

.offer_abs {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.ab_flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  width: 90%;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.made-by {
  z-index: 9;
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
}

.made-content {
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.flex-center {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.made_text {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  align-items: center;
  max-width: 313px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  line-height: 46px;
  display: flex;
}

.wht_btn {
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 50px;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.wht_btn:hover {
  background-color: #fff3;
}

.desktop {
  opacity: 1;
  width: 100%;
  min-height: auto;
  display: block;
}

.desktop.home, .desktop.core-h, .desktop.sus-h, .desktop.d-none, .desktop.h-hair {
  display: none;
}

.process {
  z-index: 9;
  float: left;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
}

.normal-title-center {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.normal-title-center.m-w-470 {
  max-width: 490px;
}

.grid-47 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-47.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pr_box {
  border: 1px solid #fff3;
  border-radius: 14px;
  position: relative;
}

.pr_box.swiper-slide, .pr_img {
  overflow: hidden;
}

.pr_title_box {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.pr_number {
  color: #fffc;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.pr_text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.pr_im {
  width: 100%;
}

.products {
  z-index: 9;
  float: none;
  width: 100%;
  max-width: 1400px;
  margin: 140px auto;
  position: relative;
  overflow: hidden;
}

.products.m-b-0 {
  margin-bottom: 0;
}

.product-wrapper {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.grid-48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-main {
  border: 1px solid #fff3;
  border-radius: 14px;
  width: 100%;
  max-width: 650px;
  padding: 40px 20px;
  position: relative;
}

.product-main:hover {
  background-color: #ffffff1a;
}

.product-main.black {
  background-color: #000;
}

.product-main.black.m-20 {
  margin-top: 20px;
}

.product-main.black.hair {
  max-width: 100%;
  display: flex;
}

.product-title {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.pr_span {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.product_para {
  color: #adadad;
  letter-spacing: -1px;
  line-height: 24px;
}

.product_img {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 290px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.product_img.hair {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.button_box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-get {
  float: none;
  color: #fff;
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.black-get:hover {
  background-color: #ffffff4d;
}

.learn-more {
  float: none;
  clear: right;
  color: #fff;
  text-align: right;
  background-color: #fff0;
  border: 1px #fff3;
  border-radius: 100px;
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.btn_box {
  text-align: center;
  width: 100%;
}

.btn_box.hair {
  margin-bottom: 10px;
}

.prd-main {
  cursor: auto;
  line-height: 29px;
}

.prd-main.c-pointer {
  cursor: pointer;
  border-radius: 9px;
}

.second-products {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-wrapper-copy {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.product-title-second {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.superscript {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.product_sub {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.left-right-box {
  float: none;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 140px;
}

.l_title {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 50px;
  font-family: Forum, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
  position: static;
}

.l_sub {
  color: #fff;
  margin-bottom: 30px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div_left {
  padding-right: 60px;
}

.l_para {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.l_para.m_t_10 {
  margin-top: 30px;
}

.l_para.m_b_100 {
  margin-bottom: 50px;
}

.l_title_main {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
  position: static;
}

.l_sub_sec {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div_right {
  padding-left: 90px;
  padding-right: 0;
}

.swiper-pagination {
  margin-top: 10px;
}

.swiper-pagination.desk_none {
  display: none;
}

.mobile {
  width: 100%;
  display: none;
}

.follow-us {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-box {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.te_abs {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.te_title {
  color: #fff;
  width: 90%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.te_abs_black {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.video-popup {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-popup-content {
  z-index: 99;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-header {
  background-image: url('../../img/loginv2/te1.webp');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card {
  float: left;
  color: #000;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel-slider {
  width: 100%;
  margin-right: 10px;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.section {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.carousel-mask {
  width: 21%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.testimonials_slider {
  float: left;
  background-color: #30313600;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 99px;
  overflow: hidden;
}

.card_flex {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.card-title {
  width: 90%;
}

.car_title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.plus_abs {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-slider {
  float: left;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 160%;
  display: inline-flex;
  overflow: visible;
}

.ot_box {
  position: relative;
}

.ot_img {
  max-width: 100%;
  height: 100%;
}

.ot_div {
  margin-top: 20px;
}

.ot_div.swip-slider.swiper {
  float: left;
  display: block;
}

.otf_box {
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 14px;
  flex: 1;
  min-width: 33vh;
  max-width: none;
  margin-right: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.otf_box.swiper-slide {
  width: 43vh;
  min-width: auto;
  max-width: none;
  margin-right: 10px;
}

.otf_para {
  color: #fff;
  min-height: 175px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.img_ot {
  margin-top: 0;
}

.otf_title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 60px;
}

.ot_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-right: -100vh;
  display: flex;
}

.ot_flex.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-right: 0;
}

.full-view {
  z-index: 9;
  float: left;
  width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  position: relative;
  overflow: clip;
}

.full-sticky {
  position: sticky;
  top: 1vh;
  overflow: clip;
}

.st-div {
  z-index: 9;
  float: left;
  width: 100%;
  height: 230vh;
  min-height: auto;
  position: relative;
}

.im_ot_title {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.o_title {
  width: 90%;
}

.o_text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.video_div {
  background-color: #fff0;
  width: 100%;
  max-width: 300px;
  min-height: auto;
  position: relative;
}

.video_close {
  cursor: pointer;
  position: absolute;
  inset: -25px -25px auto auto;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.scroll-inner-second {
  justify-content: flex-start;
  align-items: flex-start;
  width: 110vw;
  height: 100%;
  padding-left: 54px;
  padding-right: 0;
  display: flex;
}

.scroll-inner-second.swiper-wrapper {
  width: 106vw;
  padding-left: 0;
}

.scroll-card2 {
  background-color: #fff0;
  border: .0625rem #83838329;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.scroll-card2.swiper-slide {
  cursor: pointer;
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.scroll-card2.swiper-slide.last-none {
  display: none;
}

.scroll-card-copy {
  background-color: #fff0;
  border: .0625rem #83838329;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.scroll-card-copy.swiper-slide {
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.testi_txt {
  color: #fff;
  width: 90%;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.tex_1 {
  width: 90%;
}

.main-menu {
  position: static;
}

.menu-title {
  color: #fff;
  padding-right: 20px;
  font-size: 12px;
  line-height: 18px;
}

.menu-dropdown-web {
  background-color: #ffffffe6;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: none;
  inset: 58px 0% auto;
  overflow: hidden;
}

.icon-3 {
  display: none;
}

.menu-title-text {
  color: #fff;
  padding-right: 0;
}

.sub-menu {
  float: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.submenu-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sub-menu-box {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: 250px;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.sub-menu-box.img1 {
  background-image: url('../../img/loginv2/menu_1.png');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

.sub-menu-box.img2 {
  background-image: url('../../img/loginv2/menu_2.png');
  background-position: 0 0;
  background-size: cover;
}

.sub-menu-box.img3 {
  background-image: url('../../img/loginv2/menu_3.png');
  background-position: 0 0;
  background-size: cover;
}

.sub-content {
  position: absolute;
  inset: auto 20px 20px;
}

.sub-menu-title {
  display: flex;
}

.menu-txt {
  width: 96%;
  font-size: 16px;
}

.menu-txt.white {
  color: #fff;
  font-weight: 500;
}

.w_600 {
  font-weight: 700;
}

.sub-menu-para {
  margin-bottom: 25px;
  font-weight: 500;
}

.sub-link {
  color: #000;
  cursor: pointer;
}

.sec-menu {
  position: static;
}

.menu-title-text-sec {
  color: #fff;
  padding-right: 0;
}

.menu-dropdown-web-sec {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: none;
  inset: 58px 0% auto;
  overflow: hidden;
}

.menu-dropdown-web-sec.d_block {
  display: none;
}

.sub-menu-sec {
  float: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.sub-link-sec {
  color: #000;
  cursor: pointer;
}

.main-menu-sec {
  position: static;
}

.menu-dropdown-web-second {
  z-index: 99;
  background-color: #ffffffe6;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: none;
  inset: 58px 0% auto;
  overflow: hidden;
}

.menu-title-sec {
  color: #fff;
  padding-right: 0;
}

.sub-black-bg {
  opacity: 0;
  background-color: #0006;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-mobile-icon, .mobile-menu, .menu-mobile-icon-sec {
  display: none;
}

.login-but {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
}

.seeen-div {
  margin-top: 100px;
}

.seeen-div.about-seen {
  text-align: center;
  max-width: 500px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.seen-logo {
  width: 100%;
  margin-top: 20px;
  padding-right: 0;
}

.grid-49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.seen-img {
  width: auto;
  height: 24px;
}

.bg-video-bottom {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.background-video {
  min-height: 200vh;
  overflow: visible;
}

.bg-video-second {
  z-index: 0;
  position: absolute;
  inset: auto 0% -15%;
  overflow: visible;
}

.bg-video-first {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.background-video-first {
  min-height: 175vh;
  overflow: visible;
}

.image-4 {
  display: none;
}

.learn-div {
  text-align: center;
  margin-top: 50px;
}

.learn-btn {
  color: #fff;
}

.process-btn {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.wht_btn_sec {
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 0;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.wht_btn_sec:hover {
  background-color: #fff3;
}

.live-longer {
  z-index: 9;
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.product-popup {
  z-index: 99;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.product-popup.product1 {
  z-index: 9999;
  background-color: #000000e6;
  display: none;
  inset: 0%;
  overflow: hidden;
}

.product-popup.product2, .product-popup.product3, .product-popup.product4, .product-popup.product5 {
  background-color: #000000e6;
  display: none;
  overflow: hidden;
}

.pr-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pr-flex-box {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 600px;
  max-height: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.pr-flex-close {
  cursor: pointer;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pr-flex-top {
  display: flex;
}

.pr-left {
  width: 70%;
}

.pr-title-flex {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

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

.black-btn {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  margin-top: 30px;
  padding: 15px 34px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.pr-right {
  text-align: center;
  width: 100%;
}

.pr-content-box {
  max-height: none;
  margin-top: 30px;
}

.scroll-div {
  width: 100%;
  max-height: 500px;
  margin-top: 15px;
  padding: 35px 50px 50px;
  overflow: auto;
}

.testimonials-section {
  z-index: 9;
  float: left;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: clip;
}

.page-title-1 {
  color: #fff;
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 300;
}

.page-title-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.page-title-2.m-b-50 {
  margin-bottom: 50px;
}

.page-para {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.page-para.core {
  max-width: 500px;
}

.page-para.core.m-400 {
  max-width: 400px;
}

.page-para.max-450 {
  max-width: 450px;
  margin-bottom: 50px;
}

.bottle-img {
  z-index: 99;
  position: absolute;
  inset: auto 5% -8% auto;
}

.learn-txt {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}

.ww-box {
  max-width: 1440px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.trust-content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.f1 {
  float: left;
  color: #868686;
  font-weight: 700;
}

.f1_img {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.f2 {
  float: left;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.trust-content-box {
  width: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.trust-1 {
  float: left;
  color: #fff;
  font-weight: 700;
}

.trust-2 {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.left-block {
  margin-top: 140px;
}

.page-main-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.step-li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d9d9d91a;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.step-text {
  color: #fff;
}

.message-box {
  float: right;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 14px;
  max-width: 700px;
  padding: 80px;
  position: relative;
}

.message-para {
  color: #fff;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 28px;
}

.message-name {
  color: #fff;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 600;
}

.abs-top {
  position: absolute;
  inset: -25px auto auto 80px;
}

.abs-bottom {
  position: absolute;
  inset: auto 3% -5% auto;
}

.abs-bottom.abs-none, .banner-mobile {
  display: none;
}

.bg-video-page {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
  overflow: visible;
}

.page-title-3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.text-span-2 {
  font-weight: 600;
}

.top-page-title {
  color: #fff6;
  margin-bottom: 20px;
  font-size: 12px;
}

.top-page-title.core {
  font-size: 12px;
  display: block;
}

.top-page-title.sustain, .top-page-title.hair, .top-page-title.men {
  display: block;
}

.text-span-3 {
  color: #fff;
  font-weight: 700;
}

.page-title-4 {
  color: #fff;
  max-width: 400px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.core-box {
  float: none;
  width: 100%;
  max-width: 1350px;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.core-content-box {
  float: left;
  background-color: #d9d9d90d;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 20px;
}

.core-content-box.m-w-400 {
  min-width: 400px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  line-height: 24px;
}

.core-abs {
  position: absolute;
  inset: auto auto -11% 76%;
}

.abs_color2 {
  filter: blur(200px);
  background-color: #b61c61;
  width: 80vh;
  height: 50vh;
  position: absolute;
  inset: auto auto -4% 35%;
}

.prs_title {
  margin-top: 0;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.abs_second {
  opacity: .74;
  position: absolute;
  inset: 0%;
}

.test_container {
  z-index: 11;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.prs_box {
  margin-top: 50px;
}

.prs_box.m-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.abs_color1 {
  filter: blur(200px);
  background-color: #c91eaa;
  width: 80vh;
  height: 50vh;
  position: absolute;
  inset: auto auto 13% -6%;
}

.wt_section {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.wt_section.p-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.paragraph-6 {
  border-top: 1px solid #fff3;
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
}

.prs_line {
  min-height: auto;
}

.pr_width {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.prs_title_box {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 40px;
  padding-bottom: 15px;
  display: flex;
}

.grid-50 {
  grid-template-columns: 1fr 1fr 1fr;
}

.prs_grid {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 14px;
}

.prs_grid.swiper-slide {
  color: #fff;
}

.prs_grid.swiper-slide:hover {
  background-color: #ffffff0d;
}

.prs_grid.swiper-slide.hover-state {
  background-color: #fff3;
}

.core-title {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.core-sub {
  color: #fff;
  text-align: center;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.core-sub._w-500 {
  max-width: 500px;
  font-weight: 400;
}

.background-video-core {
  min-height: 200vh;
  overflow: visible;
}

.core-icon {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.page-title-core-1 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
}

.page-title-core-1.mobile {
  line-height: 36px;
}

.banner-mobile-core {
  display: none;
}

.image-5 {
  width: 200px;
  max-width: 200px;
  overflow: visible;
}

.page-title-5 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.sustain-abs {
  position: absolute;
  inset: auto -22% 8% auto;
}

.core-new-abs {
  position: absolute;
  inset: auto 9% 5% auto;
}

.grid-51 {
  grid-template-columns: 1fr 1fr;
}

.hair-about {
  z-index: 99;
  width: 100%;
  max-width: 1440px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-6 {
  border-radius: 8px;
}

.right-block {
  margin-top: 0;
}

.hair-text {
  color: #fff;
  margin-bottom: 40px;
}

.page-main-title-hair {
  color: #fff;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.hair-li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d9d9d900;
  border: 1px #fff3;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  display: flex;
}

.paragraph-hair {
  color: #fff;
  margin-bottom: 0;
  line-height: 30px;
}

.page-title-core-hair {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
}

.page-title-core-hair.mobile {
  line-height: 36px;
}

.page-title-about {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.page-title-about.mobile {
  line-height: 36px;
}

.core-new-abs-core {
  width: 200px;
  position: absolute;
  inset: auto -38% 0% auto;
}

.about-section {
  float: none;
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.about-div {
  max-width: 500px;
  margin-bottom: 40px;
}

.text-block-4 {
  font-size: 50px;
}

.ab-txt {
  color: #fff;
  margin-bottom: 50px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.ab-para {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.video-section {
  float: left;
  width: 100%;
  margin-top: 140px;
}

.v-title {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}

.v-main-title {
  color: #fff;
  text-align: center;
  max-width: 1350px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.v-para {
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.video-box {
  border-radius: 8px;
  max-width: 1440px;
  margin: 100px auto;
  overflow: hidden;
}

.core-section {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.image-7 {
  width: 100%;
}

.core-main {
  position: absolute;
  inset: 237px 0% 0%;
}

.core-block {
  max-width: 480px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: #fff;
}

.core-title-new {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.core-para-new {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.core-t {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.leadership {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.team-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.team-abs {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-abs-text {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 140px;
  line-height: 140px;
}

.leader-box {
  float: left;
  width: 100%;
  margin-bottom: 180px;
}

.leader-comments {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.leader-img {
  text-align: center;
}

.leader-para {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: Forum, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.leader-name {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.leader-desg {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}

.bg-video-about {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
  overflow: visible;
}

.text-block-6 {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 140px;
  line-height: 120px;
}

.start-product {
  float: right;
  width: 100%;
  max-width: 1400px;
  margin: -45px auto 0;
  padding-left: 0;
  padding-right: 50px;
}

.ww-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-4 {
  font-weight: 600;
}

.ww-main {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.ww-para {
  color: #fff;
  margin-top: 12px;
  line-height: 22px;
}

.product-main-box.m-20 {
  margin-top: 20px;
}

.text-span-5 {
  font-weight: 600;
  position: static;
}

.text-span-6 {
  font-weight: 600;
}

.black-get-hair {
  float: left;
  color: #fff;
  text-align: left;
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 100px;
  margin-top: 40px;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.black-get-hair:hover {
  background-color: #ffffff4d;
}

.about-banner {
  z-index: 9;
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.bg-video-about-top {
  z-index: 0;
  position: absolute;
  inset: -8% 0% auto;
  overflow: visible;
}

.about-abs {
  filter: blur(200px);
  background-color: #15a17d;
  width: 50%;
  height: 4%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.abs-about-top {
  z-index: 0;
  position: relative;
  inset: 0% 0% auto auto;
}

.first-col {
  z-index: 4;
  float: left;
  filter: blur(150px);
  background-color: #15a17d;
  background-image: linear-gradient(225deg, #00b586, #008eb8);
  width: 50%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.blog-title {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
}

.blog-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.page-title-about-top {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.page-title-about-top.mobile {
  line-height: 36px;
}

.blog-list {
  z-index: 0;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  position: relative;
}

.blog-single-list {
  float: left;
  border-bottom: 1px #212121;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-im {
  border-radius: 14px;
  display: none;
}

.blog-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-7 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.featured {
  color: #067a76;
  font-weight: 700;
}

.bl-head {
  color: #fff;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  position: static;
}

.bot-box {
  margin-top: 20px;
}

.date-time {
  float: left;
}

.text-block-7 {
  color: #fff;
  font-weight: 500;
}

.aut-name {
  float: left;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  margin-left: 20px;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-list-box {
  padding-top: 0;
  padding-bottom: 50px;
  padding-right: 40px;
}

.blog-line {
  float: left;
  background-color: #212121;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-border {
  border-top: 1px solid #2c2c2c;
  padding-top: 0;
}

.border-right {
  border-top: 1px #2c2c2c;
  border-right: 1px #2c2c2c;
}

.categories-box {
  margin-top: 50px;
}

.categories-box.mob-none {
  margin-top: 0;
}

.categories-box.mob-none.m-t-40 {
  margin-top: 40px;
}

.categories-box.mob-none.m-t-50 {
  margin-top: 50px;
}

.categories {
  color: #fff;
  font-weight: 700;
}

.blog-list-li {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.category-btn {
  color: #fff;
  text-align: center;
  background-color: #232324;
  border-radius: 100px;
  min-width: 180px;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.category-btn:hover {
  background-color: #434343;
}

.blog-li {
  margin-bottom: 10px;
}

.rec-box {
  text-decoration: none;
}

.rec-title {
  color: #fff;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.rec-date {
  float: left;
  color: #fff;
  margin-top: 0;
  font-size: 12px;
}

.rec-name {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
}

.rec-li {
  margin-bottom: 40px;
}

.categories-box-mobile {
  margin-top: 50px;
  display: none;
}

.blog-li-mobile {
  margin-bottom: 10px;
}

.blog-list-li-mobile {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.blog-small {
  float: left;
  color: #fff6;
}

.blog-small-box {
  float: left;
}

.blog-small-white {
  float: left;
  color: #fff;
}

.bot-box-det {
  margin-top: 20px;
  margin-bottom: 60px;
}

.blog-im-det {
  border-radius: 14px;
  width: 100%;
}

.blog-border-border {
  border-top: 1px solid #2c2c2c;
  padding-top: 0;
}

.det-title {
  color: #fff;
  width: 100%;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  position: static;
}

.blog-cms-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  height: 250px;
}

.rec-written {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rec-wr {
  float: left;
  color: #fff;
  margin-top: 0;
  font-size: 12px;
}

.border-left {
  border-left: 1px solid #2c2c2c;
}

.empty-state {
  opacity: 1;
  color: #9e9e9e;
  background-color: #232324;
  border-radius: 8px;
  margin-top: 40px;
  padding-left: 20px;
}

.blog-cms-content {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.ar-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ar-img {
  border-radius: 14px;
  overflow: hidden;
}

.ar-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.text-block-8 {
  color: #067a76;
  margin-top: 5px;
  font-size: 18px;
}

.ar-para {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.new-wrapper_1 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.path_2 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.there-div-2 {
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: 260px;
  padding-right: 0;
  position: relative;
}

.grid-52 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-52.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 60px;
  padding-bottom: 25px;
}

.grid-52.swiper-wrapper.side_gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-span-42 {
  font-weight: 600;
}

.circle_main {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.preloader__loading {
  border-radius: 2px;
  width: 158px;
  height: 1px;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-container-3 {
  z-index: 1;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.full-container-3.max-width {
  max-width: 1780px;
}

.ts-content-box {
  position: absolute;
  inset: auto 40px 28px;
}

.ot_sticky {
  height: auto;
  position: relative;
  top: 0;
  overflow: visible;
}

._w-cards-list-2 {
  z-index: 9999;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 40px;
  overflow: visible;
}

._w-card {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 0;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.get-btn {
  float: right;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 10px;
  padding: 8px 22px;
  text-decoration: none;
}

.get-btn:hover {
  background-color: #e3e3e3;
}

.get-btn.bt_black {
  color: #000;
  border-radius: 100px;
  font-size: 14px;
  line-height: 20px;
}

.login-btn-mobile {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 7px 22px;
  text-decoration: none;
  display: none;
}

.new_li5 {
  text-align: right;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: absolute;
  inset: 27% -59% auto auto;
  transform: rotate(174deg);
}

.faq-section-3 {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.image-93 {
  width: 100%;
  max-width: 1200px;
}

.testimonials-2 {
  z-index: 1;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.bg-11 {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader__item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.team-bg-top-2 {
  z-index: 99;
  background-image: linear-gradient(#000, #000 39%, #000000b8 63%, #9990 82%, #fff0);
  width: 100%;
  min-height: 100px;
  margin-top: -50px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-211 {
  z-index: 999999;
  color: #531431;
  background-color: #18181880;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.h-sec-2 {
  letter-spacing: -1px;
  margin-top: 30px;
  font-family: Forum, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.image-107 {
  float: right;
  width: 60%;
}

.life-sticky {
  position: sticky;
  top: 10px;
}

.mr-title-2 {
  clear: both;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Forum, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120px;
  position: relative;
}

.path-main {
  margin-top: 0;
  position: relative;
  box-shadow: 0 0 80px #000000e6;
}

.test-1 {
  color: #fff;
  font-size: 14px;
}

.preloader__bg-middle {
  z-index: 1;
  background-color: #10101080;
  position: absolute;
  inset: 0%;
}

.sticky-content-2 {
  position: sticky;
  inset: 50% 0% auto;
}

.cir_title1 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.mis-box-2 {
  float: left;
  border: 1px #fff3;
  border-radius: 14px;
  width: 100%;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.nimbus-title-2 {
  z-index: 999;
  margin-top: 30%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

.pt-box {
  background-color: #000000e6;
  border: 1px solid #fff3;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.menu-center {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abs_black {
  background-image: linear-gradient(#0000, #000);
}

.second-col-2 {
  display: flex;
}

.ot_img-2 {
  max-width: 280px;
  height: 160px;
}

.right-button {
  clear: none;
  flex: 0 auto;
  width: 25%;
  position: static;
}

.left-text {
  font-size: 60px;
}

.list-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.accordion_question-2 {
  font-family: Inter, sans-serif;
}

.accordion_question-2.line_20 {
  margin-top: -2px;
  line-height: 22px;
}

.accordion_question-2.line_20.t_white {
  color: #fff;
}

.accordion_question-2.line_20.t_white.t_16 {
  font-size: 16px;
  font-weight: 500;
}

.cir_title2 {
  color: #fff;
  letter-spacing: -1px;
  padding-bottom: 14px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.nl_title {
  float: right;
  color: #fff;
  text-align: right;
  font-weight: 600;
  line-height: 46px;
}

.text-span-44 {
  font-weight: 600;
}

.why-section-2 {
  z-index: 1;
  float: left;
  width: 100%;
  min-height: 100vh;
  margin-top: 100px;
  position: relative;
  top: 20px;
}

.es-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.mis-abs {
  z-index: 1;
  background-color: #000000d1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.center_circle {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-104 {
  position: relative;
  inset: 0% auto 0% 0%;
}

.circle_div {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 1000px;
  width: 108%;
  min-height: auto;
  margin-left: -4%;
  padding: 50px;
  position: relative;
}

.login-btn {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 7px 22px;
  text-decoration: none;
}

.login-btn:hover {
  background-color: #313131;
}

.normal-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Forum, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}

.normal-title-2.text_left {
  text-align: left;
  margin-top: 0;
  font-size: 90px;
  line-height: 90px;
}

.nl_para {
  float: right;
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
}

.r-content {
  font-size: 24px;
  font-weight: 300;
}

.accordian_new-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  background-color: #fbf7f1;
  border-radius: 14px;
  flex-flow: column;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.accordian_new-2.no_bg {
  background-color: #fbf7f100;
  border: 1px solid #fff3;
}

.grid-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sub-div-2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bg-color {
  justify-content: center;
  align-items: flex-start;
  height: 350vh;
  font-size: 120px;
  display: flex;
  position: static;
  top: 5px;
}

.new_li_2 {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: absolute;
  inset: -12% 82% auto auto;
  transform: rotate(43deg);
}

.men-bg {
  background-image: linear-gradient(#00000026, #000000bf);
  border: 1px #000;
  width: 100%;
  min-height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-98 {
  color: #fff;
  line-height: 22px;
}

.cir_para {
  color: #dcdcdc;
}

.testimonials-title {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.text-size-right {
  color: #fff;
  text-align: right;
  height: auto;
  font-size: 60px;
  line-height: 60px;
  position: sticky;
}

.get-started-2 {
  color: #fff;
  border: 1px solid #000;
  border-bottom-color: #fff;
  padding-bottom: 1px;
  font-weight: 500;
}

.personalized {
  float: left;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 140px;
}

.abs-sec-img {
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 20% 0% auto;
}

.abs-sec-img.d_none {
  display: none;
}

.ot_height {
  float: left;
  width: 100%;
  min-height: auto;
  position: relative;
  top: auto;
}

.preloader__bg-top-2 {
  z-index: 2;
  background-color: #1a1a1a;
  position: absolute;
  inset: 0%;
}

.link-cl {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.brand {
  width: 25%;
}

.small_circle {
  border: 1px dashed #fff3;
  border-radius: 1000px;
  width: 106%;
  margin: -3%;
  position: absolute;
  inset: 0%;
}

.sec-video-2 {
  z-index: 0;
  opacity: 0;
  position: fixed;
  inset: -35vh 0% 0%;
}

.third-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._3 {
  width: 90%;
  max-width: 100%;
  position: sticky;
  top: 320px;
}

.c-card._4 {
  width: 95%;
  max-width: 100%;
  position: sticky;
  top: 340px;
}

.c-card._2 {
  width: 85%;
  max-width: 100%;
  position: sticky;
  top: 300px;
}

.c-card._1 {
  width: 80%;
  max-width: 100%;
  transition-duration: .25s;
  position: sticky;
  top: 280px;
}

.text-block-97 {
  letter-spacing: -1px;
  max-width: 530px;
  margin-top: 80px;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.third-video-new {
  height: 180vh;
}

.third-video-new.dd_none {
  display: none;
}

.tm_img {
  max-width: 600px;
}

.tm_img.tm_2 {
  margin-top: 60px;
}

.tm_img.tm_6 {
  margin-top: 220px;
}

.tm_img.tm_1 {
  margin-top: 180px;
}

.tm_img.tm_5 {
  margin-top: 140px;
  margin-left: 60px;
}

.tm_img.tm_4 {
  max-width: 660px;
  margin-top: 220px;
}

.grid-sticky-2 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  position: sticky;
  top: 0%;
}

.three-img {
  text-align: center;
  width: 100%;
}

.c-title-2 {
  z-index: 999;
  position: sticky;
  top: 5px;
}

.c-title-2.d-none {
  display: none;
}

.wy-path_1 {
  color: #fffc;
  letter-spacing: -1px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.mission-show-box {
  width: 100%;
  max-width: 1100px;
}

.link-block-11 {
  float: right;
  margin-top: -100px;
  text-decoration: none;
}

.new_a_link {
  display: none;
}

.image-92 {
  width: 100%;
}

.ot_title {
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.sub-title {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.sub-title.text_left {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 110px;
}

.nav-menu {
  width: 50%;
}

.menu-title-3 {
  color: #fff;
  font-weight: 600;
}

.menu-title-3.blk {
  color: #000;
}

.preloader__progressbar-2 {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.image-108 {
  width: 100%;
}

.h-link-2 {
  float: left;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-right: 10px;
  padding: 16px 50px;
  font-size: 14px;
  text-decoration: none;
}

.h-link-2:hover {
  background-color: #ffffff1a;
  border-color: #1ca0d4;
}

.h-link-2.f_male:hover {
  background-color: #ffffff1a;
  border-color: #b97fd4;
}

.faq_wrapper-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.there-second-2 {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.new_wrapper_2 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.new_wrapper_2.pos_re {
  position: static;
}

.mobile-dots {
  display: none;
}

.sticky-dots {
  width: 100%;
  height: auto;
  position: sticky;
  top: 35%;
  overflow: visible;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
}

.grid-54 {
  grid-template-rows: auto auto;
}

.foo-txt-1 {
  color: #fff;
  max-width: 300px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}

.mobile_bg {
  z-index: -1;
  opacity: 0;
  width: 190%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-55 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding: 220px 60px 140px;
}

.process-title-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.bullets_scroll {
  float: right;
  background-color: #f000;
  width: 10px;
  height: 100px;
  display: none;
  position: sticky;
  inset: 280px -12% auto auto;
}

.text-size {
  color: #fff;
  height: auto;
  margin-top: -10px;
  font-size: 60px;
  line-height: 80px;
  position: sticky;
}

.test-2 {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.marquee-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.otf_box-2 {
  border: 1px solid #fff3;
  border-radius: 14px;
  min-width: 360px;
  max-width: 360px;
  padding: 20px 20px 30px;
}

.otf_box-2.swiper-slide {
  min-width: 345px;
  max-width: 345px;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.team-section-2 {
  z-index: 1;
  float: left;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.bg-222 {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-96 {
  color: #fff;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 74px;
}

.hormone_bg-2 {
  z-index: 1;
  float: none;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: 0;
  overflow: hidden;
}

.hormone_bg-2.m-56 {
  margin-top: 58px;
}

.pr-title2 {
  color: #fff;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 230px;
  font-weight: 400;
  line-height: 266px;
}

.new_li_3 {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: absolute;
  inset: -37% 23% auto auto;
  transform: rotate(90deg);
}

.text-span-45 {
  font-family: Montserrat, sans-serif;
}

.image-97 {
  display: none;
}

.banner-section-5 {
  z-index: 0;
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
}

.grid-56 {
  z-index: 1;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.video-bg-sticky {
  position: relative;
  top: 0;
}

.img_ot-2 {
  margin-top: 10px;
}

.ni_col1 {
  filter: blur(120px);
  background-color: #0388a2;
  width: 18%;
  height: 65%;
  position: absolute;
  inset: -21% -6% auto auto;
}

.es-box {
  border: 1px solid #fff3;
  border-radius: 14px;
  padding: 40px 10px 0;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.nav-link:hover {
  color: #e3e3e3;
}

.nav-link.desk_none {
  display: none;
}

.faq-box-2 {
  padding-top: 60px;
}

.h-banner-left {
  padding-bottom: 20px;
}

.image-106 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.here-2 {
  float: left;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
}

.banner-container-2 {
  border: 1px #fff3;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1780px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 74px;
  padding-right: 74px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new_li4 {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: absolute;
  inset: -16% -33% auto auto;
  transform: rotate(131deg);
}

.test-3 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.more-desc-3 {
  color: #0000;
  background-color: #fafefa00;
  padding: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.text-block-99 {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.path-title {
  color: #fff;
  text-align: left;
  font-family: Forum, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}

.path-title.bottom_pad {
  letter-spacing: -1px;
  margin-bottom: 60px;
  font-size: 70px;
  line-height: 76px;
}

.path-title.bottom_pad.home-h {
  margin-top: 80px;
  font-size: 54px;
  line-height: 56px;
}

.team-bg-2 {
  z-index: 999;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  min-height: 200px;
  margin-top: -276px;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-7 {
  height: 180vh;
}

.background-video-7.d_none {
  display: block;
}

.es-link {
  color: #fff;
  text-align: center;
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0;
}

.es-link.male_btn:hover {
  background-color: #fff3;
  border-color: #1ca0d4;
}

.es-link.female_btn:hover {
  background-color: #fff3;
  border-color: #b97fd4;
}

.text-span-41 {
  font-family: Montserrat, sans-serif;
}

.mobile-pagination-1 {
  text-align: center;
}

.w_title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 76px;
}

.bul_div {
  color: #2c2c2c;
  background-color: #4b4b4b;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
}

.there-para-2 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
}

.es-link-box {
  z-index: 111;
  text-align: center;
  position: absolute;
  inset: auto 0% 40px;
}

.path-text {
  width: 260px;
  min-width: 260px;
  position: absolute;
  inset: auto 40px 40px auto;
}

.text-span-43 {
  font-weight: 600;
}

.navbar-5 {
  background-color: #ddd0;
  display: none;
}

.foo-list-2 {
  float: left;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.foo-list-2.d_none {
  display: none;
}

.foo-link {
  color: #dcdcdc;
  font-size: 14px;
  text-decoration: none;
}

.faq-container-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.tm-box {
  border: 1px solid #fff3;
  border-radius: 14px;
  min-height: 590px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.tm-box.swiper-slide {
  border-radius: 20px;
}

.testimonials-box {
  margin-top: 60px;
}

.testimonials-box.swiper.myswiper_new {
  margin-top: 0;
}

.path-section-2 {
  z-index: 1;
  float: left;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: visible;
}

.path-section-2.dd_non {
  display: none;
}

.life-div-2 {
  z-index: 1;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: visible;
}

.new-video-pos {
  background-image: url('../../img/loginv2/NimCore.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.pr-container {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-57 {
  grid-template-rows: auto;
}

.path-right {
  color: #242424;
  background-color: #242424;
  width: 100%;
  height: 100%;
  position: relative;
}

.first-col-2 {
  display: flex;
}

.h-banner-content-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
  font-size: 34px;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.h-cont-2 {
  line-height: 34px;
}

.path_1 {
  color: #4f4f4f;
  letter-spacing: -1px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.prs_circle_img {
  z-index: 999;
  position: relative;
}

.new-section {
  z-index: 9;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 30%;
  margin-bottom: 30%;
  position: relative;
  overflow: visible;
}

.new-section.d-none-im {
  display: none;
}

.new-section.new-home {
  margin-top: 35%;
}

.life-section-2 {
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: clip;
}

.life-section-2.min-height {
  min-height: 450vh;
}

.mission-box-2 {
  z-index: 1;
  float: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
  font-family: Varela, sans-serif;
  position: relative;
}

.mission-box-2.m_b_100 {
  margin-bottom: 40px;
}

.nav-nimcore {
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-nimcore.none {
  display: none;
}

.sec-video-third {
  z-index: 0;
  opacity: 0;
  position: fixed;
  inset: -35vh 0% 0%;
}

.email-link-3 {
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: none;
}

.prs_abs {
  z-index: 9999;
  width: 65%;
  margin-right: -28%;
  position: absolute;
  inset: -71% 0% 0% auto;
}

.im_100-2 {
  width: 100%;
  max-width: 500px;
}

.image-109 {
  width: 100%;
}

.section-height {
  height: 500vh;
}

.new_li {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: absolute;
  inset: 42% 104% auto auto;
}

.hr_absc {
  z-index: 99;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.hr_absc.d_none {
  display: none;
}

.right-text {
  max-height: 60px;
  position: sticky;
  overflow: hidden;
}

.preloader__bg-bottom {
  z-index: 0;
  background-color: #02001680;
  position: absolute;
  inset: 0%;
}

.banner-btn-2 {
  margin-top: 66px;
}

.banner-btn-2.m_t_40 {
  margin-top: 40px;
}

.third-video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hormone-body-2 {
  background-color: #000;
  margin-bottom: -18px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  overflow: clip;
}

.columns-3 {
  display: flex;
}

.ni_col2 {
  filter: blur(120px);
  background-color: #00b890;
  width: 18%;
  height: 100%;
  position: absolute;
  inset: 37% 0% auto auto;
}

.path-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.path-wrapper.sticky {
  position: sticky;
  top: 60px;
}

.third-sticky-wrap {
  top: 0;
}

.nim-tight {
  float: right;
  max-width: 1000px;
  margin-top: 100px;
  padding-right: 20px;
}

.full-container-2 {
  z-index: 11;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.full-container-2.new_pad_70 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-men {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials-men.dd-nones, .image-98 {
  display: none;
}

.pr_img-2 {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 36px;
}

.thrive-section-2 {
  float: left;
  border: 1px solid #fff3;
  border-radius: 14px;
  width: 100%;
  min-height: auto;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.path-wrapper-men {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.path-wrapper-men.sticky {
  max-width: 100%;
  display: none;
  position: sticky;
  top: 0;
}

.grid-58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.thr-sub {
  font-family: Forum, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
}

.bold-p {
  font-weight: 700;
  line-height: 23px;
}

.sw_arrow_left {
  float: right;
  cursor: pointer;
  padding-right: 14px;
}

.new-video-men {
  background-image: url('../../img/loginv2/nimcore-men.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-block-103 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.progress-bar {
  float: right;
  background-color: #fff3;
  width: 77%;
  height: 2px;
  margin-top: 10px;
}

.letter_round {
  float: left;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 8px 10px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.grad-para-2 {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab_st {
  color: #fff;
  background-color: #ddd0;
  width: 100%;
}

.tab_st.w--current {
  color: #fff;
  background-color: #ddd0;
}

.img_78787 {
  display: none;
}

.heading-33 {
  text-align: left;
  margin-top: 0;
  font-family: Forum, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 110px;
}

.test-1-2 {
  color: #fff;
  font-size: 16px;
}

.topline_boxn {
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 24px;
  margin-top: 24px;
  display: flex;
}

.right_img {
  z-index: 1;
  width: 52%;
  position: absolute;
  inset: auto 0% 15% auto;
}

.sec-stick-2 {
  position: sticky;
  top: 0;
}

.tabs {
  flex-flow: row;
  display: flex;
}

.accordion_question-3 {
  font-family: Inter, sans-serif;
}

.accordion_question-3.line_20 {
  margin-top: -2px;
  line-height: 22px;
}

.accordion_question-3.line_20.t_white {
  color: #fff;
}

.accordion_question-3.line_20.t_white.t_16 {
  font-size: 16px;
  font-weight: 500;
}

.mens-tab {
  margin-top: 140px;
}

.grid-59 {
  z-index: 1;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.paragraph-20 {
  color: #fff;
  max-width: 400px;
  min-height: auto;
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}

.sw_arrow_right {
  float: right;
  cursor: pointer;
}

.transform-title {
  color: #08f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.list-11 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.tab_content {
  float: left;
  width: 100%;
  min-height: 500px;
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_men {
  float: left;
  width: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.accordian_new-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  background-color: #fbf7f1;
  border-radius: 14px;
  flex-flow: column;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.accordian_new-3.no_bg {
  background-color: #fbf7f100;
  border: 1px solid #fff3;
}

.men_color_22 {
  filter: blur(200px);
  background-color: #1b9a89;
  border-radius: 100px;
  width: 80vh;
  height: 40vh;
  position: absolute;
  inset: auto auto 46% 40%;
}

.hormone_bg-3 {
  float: none;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: 0;
}

.hormone_bg-3.m-56, .hormone_bg-3.m-58 {
  margin-top: 58px;
}

.thrive-sticky-2 {
  width: 100%;
  min-height: auto;
  position: relative;
  top: 0;
}

.grid-60 {
  grid-template-rows: auto auto;
}

.menu-title-4 {
  color: #fff;
  font-weight: 600;
}

.menu-title-4.bt_black {
  color: #000;
}

.link_btn {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  width: auto;
  margin-top: 40px;
  padding: 16px 33px;
  font-weight: 500;
  text-decoration: none;
}

.grad-full-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tag_box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.men-page-body-2 {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.faq-container-3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image-103 {
  width: 100%;
  max-height: none;
}

.bg_lottie_abs {
  position: absolute;
  inset: 0%;
}

.tab_title_1 {
  text-align: center;
  margin-top: 50px;
  display: none;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  display: flex;
}

.para-abs-2 {
  z-index: 0;
  position: relative;
  inset: auto 0% 0%;
}

.path-main-men {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.text-block-101 {
  color: #ffffff80;
  text-align: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.footer-copy-txt-3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.thr-first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 220px;
  display: flex;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.thr-heading-2 {
  font-family: Forum, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
}

.bg_tab_abs {
  position: absolute;
  inset: 0%;
}

.men-bx-th {
  background-color: #000000e6;
  background-image: url('../../img/loginv2/thr.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 14px;
  width: 100%;
  height: 98vh;
  position: relative;
  overflow: hidden;
}

.thrive-content-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.pr_tit {
  text-align: center;
  font-size: 18px;
}

.thr_abs {
  max-width: 40%;
  max-height: none;
  position: absolute;
  inset: 0% 5% auto auto;
}

.foo-txt-1-3 {
  color: #fff;
  max-width: 300px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}

.tag_br {
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 12px;
}

.tag_br.white_bg {
  color: #1b627d;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.bg_footer {
  position: absolute;
  inset: 0% 0% -27% 5%;
}

.th_cont {
  padding-left: 0;
  padding-right: 0;
}

.men-abss {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0%;
}

.top-line {
  background-color: #fff3;
  width: 40%;
  height: 1px;
  position: relative;
  inset: 10px 0% auto;
}

.men_color_1 {
  filter: blur(200px);
  background-color: #2a788c;
  border-radius: 100px;
  width: 90vh;
  height: 80vh;
  position: absolute;
  inset: auto auto 10% 20%;
}

.thr-wrapper {
  width: 100%;
  max-width: 1360px;
  height: 90%;
  margin: 0 auto 100px;
}

.testimonials-title-2 {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.men_color_footer {
  filter: blur(170px);
  background-color: #0599bf;
  border-radius: 100px;
  width: 100vh;
  height: 82vh;
  position: absolute;
  inset: auto auto 0% 10%;
}

.br-product {
  background-color: #d9d9d933;
  border-radius: 8px;
  margin-left: 40px;
  overflow: hidden;
}

.bg_tab_abs-bottom {
  position: absolute;
  inset: 22% 0% 0% 16%;
}

.ans-title-2 {
  color: #fff;
  max-width: 555px;
  font-family: Forum, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
}

.grid-61 {
  grid-template-columns: 1fr;
}

.mx-wrapper-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-100 {
  letter-spacing: -1px;
  max-width: 530px;
  margin-top: 80px;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.navbar-6 {
  background-color: #ddd0;
  display: none;
}

._w-cards-list-3 {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 40px;
  overflow: visible;
}

.more-desc-4 {
  color: #0000;
  background-color: #fafefa00;
  padding: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.heading-34 {
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.pr_percentage {
  background-color: #fff;
  width: 0%;
  height: 2px;
}

.mobile_bg-2 {
  z-index: -1;
  opacity: 0;
  width: 190%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab_main_box {
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.text-block-102 {
  color: #fff;
}

.path-section-men-2 {
  float: left;
  width: 100%;
  padding: 10px 10px 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: visible;
}

.men_color_a {
  filter: blur(200px);
  background-color: #0599bf;
  border-radius: 100px;
  width: 100vh;
  height: 80vh;
  position: absolute;
  inset: auto auto 15% 10%;
}

.mx-div-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sw_arrow {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.h-link-men-2 {
  float: left;
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-right: 10px;
  padding: 16px 50px;
  font-size: 14px;
  text-decoration: none;
}

.h-link-men-2:hover {
  background-color: #ffffff36;
  border-color: #c4c4c4;
}

.paragraph-21 {
  color: #fff;
  text-align: left;
  max-width: 400px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.foo-list-3 {
  float: left;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.foo-link-3 {
  color: #dcdcdc;
  font-size: 14px;
  text-decoration: none;
}

.foo-link-l-3 {
  color: #fff;
  text-decoration: underline;
}

.tabs-content {
  width: 77%;
}

.round_text {
  float: left;
  color: #fffc;
  padding-top: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.prs_img {
  width: auto;
  max-width: none;
  height: 285px;
  max-height: none;
}

.lot-hide-2 {
  display: block;
}

.th_title {
  padding-left: 0;
  padding-right: 0;
}

.thr-content-box {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 60px;
}

.thrive-bg {
  opacity: .1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.mx-section-2 {
  float: left;
  width: 100%;
  min-height: 100vh;
  margin-top: 60px;
  position: relative;
  overflow: visible;
}

.foo-menu-link-3 {
  color: #fff;
  padding-bottom: 16px;
  font-size: 14px;
  list-style-type: none;
}

.foo-menu-link-3.d-none {
  display: none;
}

.th_title_new {
  margin-bottom: 4px;
  font-weight: 700;
}

.take-quiz-btn-2 {
  color: #fff;
  text-align: center;
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: 100px;
  min-width: 200px;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
}

.take-quiz-btn-2:hover {
  background-color: #1ca0d44d;
  border-color: #1ca0d4;
}

.swiper.my_swiper {
  display: none;
}

.thr-content {
  margin-top: 40px;
}

.text-block-104 {
  color: #fff;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 75px;
}

.sec-sticky-2 {
  width: 100%;
  min-height: auto;
  margin-top: 200px;
  position: relative;
}

.gradual-section-2 {
  float: left;
  background-color: #fff0;
  width: 100%;
  min-height: auto;
  position: relative;
}

.banner-btn-3 {
  margin-top: 66px;
}

.login-btn-2 {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 7px 22px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.login-btn-2:hover {
  background-color: #313131;
}

.thrive-abs {
  position: absolute;
  inset: 0%;
}

.c-card-men {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card-men._5 {
  max-width: 100%;
  min-height: 130vh;
  position: sticky;
  top: 10px;
}

.c-card-men._1 {
  max-width: 100%;
  height: auto;
  min-height: 130vh;
  position: sticky;
  top: 10px;
}

.c-card-men._6, .c-card-men._2, .c-card-men._4, .c-card-men._3 {
  max-width: 100%;
  min-height: 130vh;
  position: sticky;
  top: 10px;
}

.text-span-46 {
  font-weight: 600;
}

.men_color_3 {
  filter: blur(200px);
  background-color: #000;
  border-radius: 100px;
  width: 30vh;
  height: 30vh;
  position: absolute;
  inset: auto auto 25% 50%;
}

.full-container-4 {
  z-index: 11;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.foo-link-l-4 {
  color: #fff;
  text-decoration: underline;
}

.paragraph-22 {
  color: #fff;
  border-top: 1px solid #fff3;
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
}

.foo-menu-link-4 {
  color: #fff;
  padding-bottom: 16px;
  list-style-type: none;
}

.footer-copy-txt-4 {
  color: #fff;
  font-size: 14px;
}

.wt_section-2 {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.email-link-4 {
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.grid-62 {
  grid-template-rows: auto auto;
}

.prs_title-2 {
  margin-top: 0;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.columns-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.foo-list-4 {
  float: left;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.wom_bg {
  filter: blur(200px);
  background-color: #d8558a;
  width: 70vh;
  height: 40vh;
  position: absolute;
  inset: 25vh 50vh auto auto;
}

.foo-txt-1-4 {
  color: #fff;
  max-width: 300px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}

.prs_title_box-2 {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 180px;
  padding-bottom: 30px;
  display: flex;
}

.column-14 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.accordion_question-4 {
  font-family: Inter, sans-serif;
}

.accordion_question-4.line_20 {
  margin-top: -2px;
  line-height: 22px;
}

.accordion_question-4.line_20.t_white {
  color: #fff;
}

.accordion_question-4.line_20.t_white.t_16 {
  font-size: 16px;
  font-weight: 500;
}

.test_container-2 {
  z-index: 11;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.new_text {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.prs_line-2 {
  min-height: 225px;
}

.bg_women {
  position: absolute;
  inset: 25% -9% auto auto;
}

.women_para {
  letter-spacing: -1px;
  max-width: 555px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.women_color_footer_right {
  filter: blur(170px);
  background-color: #954097;
  border-radius: 100px;
  width: 100vh;
  height: 82vh;
  position: absolute;
  inset: auto -40% 0% auto;
}

.women_bg1 {
  filter: blur(170px);
  background-color: #f900ff;
  border-radius: 100px;
  width: 50vh;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.accordian_new-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  background-color: #fbf7f1;
  border-radius: 14px;
  flex-flow: column;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.accordian_new-4.no_bg {
  background-color: #fbf7f100;
  border: 1px solid #fff3;
}

.text-span-48 {
  font-weight: 600;
}

.menu-title-5 {
  color: #fff;
  font-weight: 600;
}

.menu-title-5.bt_black {
  color: #000;
}

.text-span-47 {
  color: #fff6;
  font-weight: 500;
}

.text-block-106 {
  color: #fff;
}

.women-page-body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-2:hover {
  color: #e3e3e3;
}

.nav-link-2.desk_none {
  display: none;
}

.women-section {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 220px 70px;
  position: relative;
}

.women_color_footer_left {
  filter: blur(170px);
  background-color: #954097;
  border-radius: 100px;
  width: 100vh;
  height: 82vh;
  position: absolute;
  inset: auto auto 0% -43%;
}

.navbar-7 {
  background-color: #ddd0;
}

.grid-63 {
  z-index: 1;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.list-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.women_color_footer {
  filter: blur(170px);
  background-color: #954097;
  border-radius: 100px;
  width: 100vh;
  height: 82vh;
  position: absolute;
  inset: auto auto 0% 10%;
}

.grid-64 {
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-container-4 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-105 {
  letter-spacing: -1px;
  max-width: 530px;
  margin-top: 80px;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.link_btn_women {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  width: auto;
  margin-top: 40px;
  padding: 16px 60px;
  font-weight: 500;
  text-decoration: none;
}

.link_btn_women:hover {
  background-color: #ededed;
}

.new-video-women {
  background-image: url('../../img/loginv2/Women-Banner.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.login-box {
  max-width: 460px;
  margin: 140px auto 40px;
}

.text-block-107 {
  color: #fff;
}

.text-block-108 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.text-field {
  color: #9d9da0;
  letter-spacing: -1px;
  background-color: #ffffff0d;
  border: 1px solid #232324b3;
  border-radius: 100px;
  height: auto;
  padding: 18px 20px;
  font-size: 16px;
}

.link-block-12 {
  float: right;
  color: #fff;
  font-weight: 500;
}

.submit-button {
  float: left;
  color: #fff;
  background-color: #067a76;
  border-radius: 100px;
  width: 100%;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

.link-block-13 {
  float: left;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-13-copy {
  float: left;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.create-act {
  float: left;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.link-block-14 {
  color: #fff;
}

.bg-video-left {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.new_h3 {
  color: #4e4c4b;
  text-align: center;
  margin-top: 23px;
  font-family: Forum, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.1;
}

.new_h3.side_align {
  text-align: left;
}

.new_h3.side_align.brown_text {
  color: #b2a28c;
}

.new_h3.side_align.brown_text.no_margin {
  margin-top: 0;
}

.new_h3.side_align.brown_text.no_margin.size_40 {
  font-size: 2.5rem;
}

.new_h3.side_align.brown_text.no_margin.size_40.white {
  color: #fff;
}

.plan_text_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 398px;
  display: flex;
}

.core_popup_img {
  background-image: url('../../img/loginv2/core-img.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
}

.glp_bold {
  color: #4e4c4b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.glp_bold.white {
  color: #fff;
}

.glp-svg {
  width: 17px;
}

.popup_para {
  margin-bottom: 11px;
  padding-right: 0;
  font-size: .875rem;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-11.aura_works {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-49 {
  color: #4e4c4b;
  font-size: 1.125rem;
  font-weight: 600;
}

.plan_glp_list {
  justify-content: flex-end;
  width: auto;
  padding-right: 4.0625rem;
  display: flex;
}

.core_banner_section {
  height: auto;
  margin-top: 3rem;
  padding-bottom: 0;
}

.popup_head {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 461px;
  padding-top: 2.5rem;
  display: flex;
}

.bold_614 {
  color: #4e4c4b;
  font-size: .875rem;
  font-weight: 600;
}

.bold_614.white {
  color: #fffc;
}

.popup_wrapper {
  margin-bottom: 0;
  padding-bottom: 4rem;
}

.nimbus_paragraph {
  color: #4e4c4b;
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
}

.nimbus_paragraph.align_left {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.nimbus_paragraph.align_left.cenetr_align {
  text-align: left;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.3;
}

.nimbus_paragraph.align_left.cenetr_align.white {
  color: #fff;
}

.poppup_grid {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: -34px;
}

.glp_points_block_popup {
  flex-flow: column;
  align-items: flex-start;
  width: 19rem;
  display: block;
}

.brown_core {
  color: #b2a28c;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.brown_core.white {
  color: #fff;
}

.popup_head_btn_wrapper {
  display: flex;
  position: relative;
  overflow: visible;
}

.close_btn_wrapper {
  z-index: 999;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  position: sticky;
  top: 20px;
  right: 0;
}

.image-54 {
  width: 100%;
  height: 100%;
  display: none;
}

.layout-container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout-container.new_container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.glp_points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.core_banner_wrapper_popup {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1000px;
  height: 100%;
  margin-bottom: 0;
  padding: 40px 40px 90px;
  display: flex;
}

.core_banner_wrapper_popup.transprent {
  background-color: #000;
  border: 1px solid #ffffff1a;
}

.plan_block {
  grid-template-rows: auto;
}

.med_btn_block_popup {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.core_banner_content_popup {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-right: 0;
  display: flex;
}

.point_block_popup {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.plan_content_block_popup {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 6rem;
  display: flex;
}

.light_text {
  font-weight: 300;
}

.plan_wrapper {
  background-color: #fbf7f1;
  border-radius: 14px;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.plan_wrapper.transparent {
  background-color: #fbf7f100;
  border: 1px solid #ffffff1a;
}

.bold_600 {
  font-weight: 600;
  line-height: 1.3;
}

.glp_point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.sub_copy_popup {
  color: #4e4c4b;
  width: 399px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 500;
}

.sub_copy_popup.white {
  color: #fff9;
}

.superscript-4 {
  color: #b2a28c;
}

.core_sustain_head {
  color: #4e4c4b;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
}

.core_sustain_head.white {
  color: #fff;
}

.expand {
  color: #4e4c4b;
  text-decoration: underline;
}

.expand.white {
  color: #ffffffb3;
}

.popup-core-sustain {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.pr-title {
  float: left;
}

.pr_span-fr {
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
}

.image-114 {
  max-height: 190px;
}

.prs_im {
  max-width: 180px;
  max-height: 200px;
}

.live-longer-blog {
  z-index: 9;
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.bb-bg-blog {
  background-color: #000000e6;
  background-image: url('../../img/loginv2/blog-bg.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
}

.live-long {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
}

.link-top {
  float: left;
}

.about-popup {
  z-index: 9;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-cont {
  z-index: 9999;
  max-width: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg-video-page-ab {
  z-index: -1;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.background-video-core-2 {
  min-height: 200vh;
  overflow: visible;
}

.abs-left-col {
  position: absolute;
  inset: auto auto 14% 0%;
}

.abs-col-1 {
  filter: blur(200px);
  background-image: linear-gradient(#32b580, #028bc1);
  width: 500px;
  height: 500px;
}

.abs-blog-top {
  position: absolute;
  inset: -2% 0% auto;
}

.image-116 {
  width: 100%;
}

.background-video-8 {
  width: 100%;
  height: 92vh;
}

.menu-wrapper {
  z-index: 99999;
  color: #000;
  background-color: #0000;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: fixed;
}

.max-500 {
  max-width: 500px;
}

.superscript-5, .superscript-6 {
  font-weight: 400;
}

.a_link {
  width: 100%;
}

.superscript-10 {
  font-weight: 400;
}

.video {
  display: block;
  position: absolute;
  inset: 0%;
}

.abs-black {
  opacity: .3;
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0%;
}

.abs-vid {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.emd {
  position: absolute;
  inset: 0%;
}

.main-padding-no {
  z-index: 9;
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nl_para-home {
  float: right;
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.ut-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.ut-title {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 250px;
  font-weight: 400;
  line-height: 250px;
}

.text-block-109 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.back-home {
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-weight: 500;
  text-decoration: none;
}

.back-home:hover {
  background-color: #fff3;
}

.div-block-3 {
  text-align: center;
}

.image-55, .image-555 {
  width: 100%;
  max-width: 200px;
  overflow: visible;
}

.sustain-abs2 {
  position: absolute;
  inset: auto -43% 3% auto;
}

.image7 {
  width: 100%;
  max-width: 200px;
  overflow: visible;
}

.breakcrumbs {
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% auto 50px;
}

.breakcrumbs.nimcore {
  z-index: 1;
  margin-top: 60px;
  left: 74px;
}

.text-span-50 {
  color: #fff;
  font-weight: 700;
}

.pr-pages {
  margin-top: 140px;
  padding-left: 70px;
  padding-right: 70px;
}

.grid-65 {
  grid-template-rows: auto;
}

.left-box {
  max-width: 600px;
}

.pv-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pv-sub-title {
  color: #fff;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text-block {
  margin-top: 50px;
}

.rich-text {
  color: #fff;
  margin-top: 50px;
  line-height: 26px;
}

.p-18 {
  margin-bottom: 0;
  font-size: 18px;
}

.p-18.p-b {
  font-weight: 700;
}

.p18 {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-23 {
  font-weight: 700;
}

.l-link, .link, .link-2 {
  color: #fff;
}

.sm-title {
  font-size: 18px;
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.background-video-9 {
  min-height: 100vh;
  display: block;
}

.black-bg {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.p-14 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.p-14.p-b {
  font-weight: 700;
}

.image-556 {
  width: 100px;
  height: 100px;
}

.video-2 {
  border-radius: 8px;
  overflow: hidden;
}

.superscript-13 {
  font-size: 60px;
}

.text-block-110 {
  font-size: 14px;
}

.text-block-111 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 26px;
}

.banner-section {
  z-index: 9;
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.image-557 {
  max-height: 150px;
}

.text-block-108-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Forum, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.address-box {
  float: left;
  max-width: 350px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-15 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.ad-box {
  float: left;
  width: 100%;
}

.text-block-112 {
  color: #fff;
}

.text-block-113 {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.text-field-2 {
  background-color: #ffffff0d;
  border: 1px solid #232324b3;
  border-radius: 100px;
  height: auto;
  padding: 14px 20px;
}

.sub-btn {
  background-color: #067a76;
  border-radius: 100px;
  margin-top: 10px;
  padding: 20px 45px;
}

.select-field {
  color: #ffffff85;
  background-color: #ffffff0d;
  border: 1px solid #232324b3;
  border-radius: 100px;
  height: auto;
  min-height: auto;
  padding: 14px 20px;
}

.form-block {
  display: none;
}

.h-form {
  background-color: #fff;
  border-radius: 14px;
  padding: 30px;
}

@media screen and (min-width: 1280px) {
  .main-banner.page-banner {
    padding-top: 60px;
  }

  .main-banner.blog-page {
    padding-top: 100px;
  }

  .banner-img.page-banner.core-h {
    border-radius: 8px;
    min-height: 100vh;
  }

  .banner-img.page-banner.hair-h {
    min-height: 75vh;
  }

  .footer_nimcore {
    background-position: 100% 100%;
  }

  .white-btn.mob-hide, .white-btn.mob-hide.gray-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .columns {
    padding-left: 150px;
    padding-right: 150px;
  }

  .link-block {
    flex: 0 auto;
  }

  .desktop.home {
    display: none;
  }

  .pr_text {
    font-weight: 600;
  }

  .black-get {
    padding-left: 34px;
    padding-right: 34px;
  }

  .l_title_main {
    line-height: 110px;
  }

  .l_sub_sec {
    margin-top: 60px;
  }

  .te_plus, .plus_abs {
    flex: 0 auto;
  }

  .otf_box {
    min-width: 34vh;
  }

  .otf_box.swiper-slide {
    min-width: auto;
    max-width: none;
  }

  .page-title-2 {
    margin-bottom: 20px;
  }

  .ww-box.p-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .abs-bottom {
    bottom: -8%;
    right: 9%;
  }

  .page-title-3 {
    margin-bottom: 20px;
  }

  .abs_color2 {
    bottom: -13%;
  }

  .prs_title {
    font-size: 30px;
  }

  .page-title-core-1 {
    margin-bottom: 20px;
  }

  .page-title-5 {
    margin-bottom: 40px;
  }

  .hair-about._w-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .right-block {
    margin-top: 0;
    padding-left: 100px;
  }

  .page-title-core-hair, .page-title-about {
    margin-bottom: 20px;
  }

  .video-section {
    overflow: hidden;
  }

  .v-main-title {
    font-size: 120px;
    line-height: 120px;
  }

  .video-box {
    padding-left: 70px;
    padding-right: 70px;
  }

  .core-main {
    top: 300px;
  }

  .core-block {
    margin-bottom: 110px;
  }

  .start-product {
    margin-top: -61px;
  }

  .black-get-hair {
    padding-left: 34px;
    padding-right: 34px;
  }

  .about-abs {
    width: 40%;
    top: 1%;
  }

  .first-col {
    height: 400px;
  }

  .page-title-about-top {
    margin-bottom: 40px;
  }

  .blog-box {
    padding-right: 20px;
  }

  .aut-name {
    margin-left: 30px;
  }

  .columns-2 {
    display: flex;
  }

  .categories-box, .categories-box-mobile {
    margin-left: 20px;
  }

  .grid-52.swiper-wrapper.side_gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .new_li5 {
    top: 33%;
    right: -46%;
  }

  .h-sec-2 {
    font-size: 100px;
    line-height: 100px;
  }

  .image-107 {
    width: 75%;
  }

  .mr-title-2 {
    clear: none;
    text-align: center;
    font-size: 100px;
    line-height: 140px;
  }

  .test-1 {
    min-height: 300px;
    font-size: 16px;
  }

  .test-1.min-h {
    min-height: 250px;
  }

  .nimbus-title-2 {
    z-index: 999;
  }

  .nl_title {
    text-align: right;
    line-height: 46px;
  }

  .center_circle {
    width: 52%;
  }

  .circle_div {
    width: 108%;
    min-height: 450px;
    margin-left: -4%;
    padding-top: 110px;
    padding-left: 75px;
    position: relative;
  }

  .new_li_2 {
    top: -8%;
  }

  .text-size-right {
    text-align: right;
  }

  .abs-sec-img {
    top: 20%;
  }

  .c-card._3 {
    top: 280px;
  }

  .c-card._4 {
    top: 300px;
  }

  .c-card._2 {
    top: 260px;
  }

  .c-card._1 {
    top: 240px;
  }

  .text-block-97 {
    margin-top: 80px;
  }

  .grid-sticky-2 {
    width: 100%;
  }

  .there-second-2 {
    overflow: hidden;
  }

  .com_div {
    z-index: 1;
    position: relative;
  }

  .container-14 {
    display: flex;
  }

  .marquee-div {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .otf_box-2.swiper-slide {
    min-width: 330px;
    max-width: 330px;
  }

  .team-section-2 {
    margin-bottom: 220px;
  }

  .new_li_3 {
    top: -28%;
    right: 28%;
  }

  .h-banner-left {
    padding-bottom: 20px;
  }

  .new_li4 {
    top: -9%;
    right: -23%;
  }

  .text-block-99 {
    font-size: 100px;
    line-height: 100px;
  }

  .path-title.bottom_pad.home-h {
    margin-top: 90px;
  }

  .there-para-2 {
    margin-top: 40px;
  }

  .navbar-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .h-banner-content-2 {
    padding-top: 0;
  }

  .column-11 {
    clear: none;
    text-align: right;
  }

  .new-section {
    height: auto;
  }

  .mission-box-2 {
    margin-top: 100px;
  }

  .prs_abs {
    top: -89%;
  }

  .new_li {
    top: 44%;
    right: 103%;
  }

  .path-wrapper.sticky {
    max-width: 900px;
  }

  .thr-sub {
    font-size: 80px;
  }

  .grad-para-2 {
    padding-bottom: 20px;
  }

  .img_78787 {
    overflow: visible;
  }

  .heading-33 {
    padding-bottom: 60px;
  }

  .right_img {
    width: 55%;
  }

  .image-112 {
    overflow: visible;
  }

  .footer_men {
    background-position: 100% 100%;
  }

  .thrive-sticky-2 {
    min-height: auto;
  }

  .tag_box {
    flex-flow: wrap;
  }

  .bg_lottie_abs {
    position: absolute;
  }

  .thr-heading-2 {
    font-size: 80px;
  }

  .bg_tab_abs {
    position: absolute;
  }

  .thrive-content-2 {
    padding-bottom: 80px;
  }

  .thr_abs {
    max-width: 40%;
    right: 10%;
  }

  .bg_footer {
    position: absolute;
    bottom: -40%;
  }

  .th_cont {
    padding-left: 0;
    padding-right: 0;
  }

  .men_color_footer {
    bottom: 0%;
  }

  .bg_tab_abs-bottom {
    position: absolute;
    top: 30%;
  }

  .ans-title-2 {
    font-size: 65px;
  }

  .text-block-100 {
    margin-top: 80px;
  }

  .navbar-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .men_color_a {
    bottom: 10%;
  }

  .paragraph-21 {
    margin-top: 30px;
  }

  .th_title {
    padding-left: 0;
    padding-right: 0;
  }

  .mx-section-2 {
    overflow: visible;
  }

  .prs_title-2 {
    font-size: 34px;
  }

  .bg_women {
    position: absolute;
    inset: 25% -9% auto auto;
  }

  .women_color_footer_right {
    bottom: 0%;
  }

  .women_bg1 {
    background-color: #dc12e1;
    inset: 0% 0% auto auto;
  }

  .women_color_footer_left {
    bottom: 0%;
  }

  .navbar-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .ans-div-women {
    padding-left: 60px;
  }

  .women_color_footer {
    bottom: 0%;
    left: 18%;
  }

  .text-block-105 {
    margin-top: 80px;
  }

  .plan_text_block {
    width: 416px;
  }

  .grid-11.aura_works {
    grid-row-gap: 20px;
  }

  .nimbus_paragraph.align_left {
    text-align: left;
  }

  .close_btn_wrapper {
    z-index: 999;
  }

  .layout-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .glp_points {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: stretch;
  }

  .popup-cont {
    margin-top: 10%;
  }

  .abs-left-col {
    z-index: -1;
  }

  .abs-col-1 {
    width: 1000px;
  }

  .background-video-8 {
    height: 92vh;
  }

  .link-block-copy {
    flex: 0 auto;
  }

  .sustain-abs2 {
    bottom: 4%;
  }

  .video-2 {
    border-radius: 1px;
  }

  .superscript-13 {
    font-size: 70px;
  }

  .image-557 {
    max-height: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .main-banner.page-banner {
    padding-top: 0;
  }

  .main-banner.page-banner.p-60 {
    padding-top: 60px;
  }

  .main-banner.blog-page {
    padding-top: 140px;
  }

  .banner-img.page-banner.core-h {
    background-image: none;
    background-size: auto;
    min-height: auto;
  }

  .banner-img.page-banner.sus-h {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
  }

  .banner-img.page-banner.hair-h {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .banner-content {
    bottom: 70px;
    left: 70px;
  }

  .banner-content.page {
    bottom: 120px;
    left: 120px;
  }

  .banner-content.page-core, .banner-content.page-sustain, .banner-content.page-start {
    max-width: 600px;
  }

  .banner-content.home {
    left: 120px;
  }

  .footer_nimcore {
    background-position: 100% 100%;
  }

  .half-container.m-t-100 {
    margin-top: 100px;
  }

  .normal-title.m-w-470.ho-p {
    padding-left: 30px;
  }

  .sticky-wrap {
    top: 5rem;
  }

  .scroll-inner.swiper-wrapper {
    width: 109vw;
  }

  .text-block-2 {
    min-height: 55px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .desktop, .desktop.core-h, .desktop.sus-h, .desktop.h-hair {
    display: block;
  }

  .normal-title-center {
    padding-bottom: 20px;
  }

  .pr_text {
    min-height: 52px;
    font-size: 18px;
    line-height: 26px;
  }

  .product-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .product-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button_box {
    flex-flow: row;
  }

  .black-get {
    float: left;
  }

  .black-get.center {
    float: none;
  }

  .btn_box {
    width: 70%;
  }

  .btn_box.right {
    width: 30%;
  }

  .btn_box._w-100 {
    width: 100%;
  }

  .product-wrapper-copy {
    max-width: 940px;
  }

  .l_title {
    font-size: 116px;
    line-height: 120px;
  }

  .l_para.m_t_10 {
    margin-bottom: 20px;
  }

  .l_para.m_b_100 {
    margin-bottom: 50px;
  }

  .l_title_main {
    font-size: 120px;
    line-height: 109px;
  }

  .l_sub_sec {
    margin-top: 140px;
  }

  .ot_img {
    height: 100%;
  }

  .full-sticky {
    top: 5vh;
  }

  .testi_txt {
    min-height: auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .menu-dropdown-web-second {
    display: none;
  }

  .background-video-first {
    opacity: .71;
    min-height: 225vh;
  }

  .pr-flex-box, .scroll-div {
    max-height: 550px;
  }

  .page-title-2 {
    margin-bottom: 40px;
    line-height: 80px;
  }

  .page-main-title {
    max-width: 500px;
  }

  .step-li {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .message-box {
    background-color: #ffffff0d;
    border: 1px solid #fff3;
    border-radius: 14px;
  }

  .page-title-3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 100px;
    line-height: 80px;
  }

  .top-page-title {
    margin-bottom: 20px;
  }

  .page-title-4 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    line-height: 22px;
  }

  .core-abs {
    left: 70%;
  }

  .prs_title {
    font-size: 30px;
    line-height: 44px;
  }

  .test_container {
    margin-left: auto;
    margin-right: auto;
  }

  .prs_line {
    min-height: auto;
  }

  .prs_title_box {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 15px;
    display: flex;
  }

  .page-title-core-1 {
    margin-bottom: 10px;
  }

  .image-5 {
    width: 100%;
  }

  .page-title-5 {
    margin-bottom: 60px;
    font-size: 100px;
    line-height: 80px;
  }

  .core-new-abs {
    right: 17%;
  }

  .right-block {
    margin-top: 80px;
  }

  .page-main-title-hair {
    max-width: 500px;
  }

  .hair-li {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .page-title-core-hair {
    margin-bottom: 50px;
  }

  .page-title-about {
    margin-bottom: 10px;
  }

  .core-new-abs-core {
    right: -36%;
  }

  .ab-txt {
    margin-bottom: 50px;
  }

  .v-main-title {
    font-size: 130px;
    line-height: 130px;
  }

  .core-main {
    top: 400px;
  }

  .start-product {
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
  }

  .black-get-hair {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-abs {
    top: 1%;
  }

  .abs-about-top {
    top: 0%;
  }

  .first-col {
    opacity: .78;
    height: 500px;
    top: 29%;
  }

  .page-title-about-top {
    margin-bottom: 40px;
  }

  .categories-box, .categories-box-mobile {
    margin-left: 40px;
  }

  .there-div-2 {
    float: none;
    margin-top: 260px;
  }

  .circle_main {
    margin-bottom: 140px;
  }

  .full-container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .full-container-3.max-width {
    max-width: 100%;
  }

  ._w-cards-list-2 {
    padding-bottom: 0;
  }

  .new_li5 {
    top: 34%;
    right: -41%;
  }

  .testimonials-2 {
    float: left;
    width: 100%;
  }

  .h-sec-2 {
    margin-top: 30px;
    font-size: 120px;
    line-height: 110px;
  }

  .image-107 {
    width: 75%;
  }

  .life-sticky {
    top: 8vh;
  }

  .mr-title-2 {
    clear: left;
    font-size: 117px;
    line-height: 150px;
  }

  .test-1.min-h {
    min-height: 235px;
  }

  .ot_img-2 {
    height: 150px;
  }

  .nl_title {
    line-height: 46px;
  }

  .why-section-2 {
    min-height: 100vh;
    position: relative;
    top: 0;
  }

  .center_circle {
    width: 50%;
  }

  .circle_div {
    width: 108%;
    min-height: 500px;
    padding-top: 150px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .sub-div-2 {
    float: left;
    width: 100%;
    min-height: 50vh;
    margin-top: 0;
  }

  .bg-color {
    height: 350vh;
    position: relative;
    top: auto;
  }

  .new_li_2 {
    top: -5%;
  }

  .text-size-right {
    text-align: right;
    font-size: 60px;
  }

  .small_circle {
    border: 1px dashed #fff3;
    border-radius: 1000px;
  }

  .sec-video-2 {
    z-index: 0;
    position: fixed;
    inset: -35vh 0% 0%;
  }

  .c-card._3 {
    top: 320px;
  }

  .c-card._4 {
    top: 340px;
  }

  .c-card._2 {
    top: 300px;
  }

  .c-card._1 {
    top: 280px;
  }

  .text-block-97 {
    margin-top: 100px;
  }

  .third-video-new {
    height: 200vh;
    position: sticky;
  }

  .grid-sticky-2 {
    width: 100%;
    min-height: auto;
    top: 68%;
  }

  .c-title-2 {
    top: 20px;
  }

  .there-second-2 {
    margin-top: 0;
  }

  .sticky-dots {
    overflow: visible;
  }

  .text-size {
    font-size: 60px;
  }

  .marquee-div {
    position: relative;
  }

  .team-section-2 {
    float: left;
    width: 100%;
    margin-top: 0;
  }

  .hormone_bg-2 {
    max-width: 100%;
    overflow: hidden;
  }

  .new_li_3 {
    top: -25%;
    right: 30%;
  }

  .video-bg-sticky {
    position: sticky;
    top: 0;
  }

  .ni_col1 {
    opacity: .62;
    width: 36%;
    height: 99%;
    top: -27%;
  }

  .banner-container-2 {
    max-width: 1920px;
    padding-top: 116px;
    padding-left: 100px;
  }

  .new_li4 {
    top: -7%;
    right: -17%;
  }

  .text-block-99 {
    font-size: 120px;
    line-height: 120px;
  }

  .path-title.bottom_pad {
    font-size: 70px;
    line-height: 76px;
  }

  .team-bg-2 {
    min-height: 300px;
  }

  .background-video-7 {
    height: 200vh;
    position: sticky;
  }

  .there-para-2 {
    margin-top: 30px;
  }

  .path-text {
    bottom: 60px;
    right: 60px;
  }

  .h-banner-content-2 {
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-section {
    height: auto;
    overflow: visible;
  }

  .sec-video-third {
    z-index: 0;
    position: fixed;
    inset: -35vh 0% 0%;
  }

  .prs_abs {
    top: -110%;
  }

  .im_100-2 {
    width: 100%;
  }

  .section-height {
    width: 100%;
    height: 500vh;
  }

  .new_li {
    top: 46%;
    right: 102%;
  }

  .image-96 {
    width: 100%;
  }

  .third-video {
    z-index: 0;
    position: absolute;
    inset: 0%;
  }

  .ni_col2 {
    opacity: .63;
    width: 39%;
    top: 50%;
  }

  .path-wrapper.sticky {
    max-width: 900px;
  }

  .third-sticky-wrap {
    position: sticky;
    top: 0;
  }

  .full-container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .full-container-2.max-width {
    max-width: 100%;
  }

  .testimonials-men {
    float: left;
    width: 100%;
  }

  .thrive-section-2 {
    min-height: auto;
    position: sticky;
  }

  .grad-para-2 {
    padding-bottom: 40px;
  }

  .heading-33 {
    padding-bottom: 100px;
  }

  .right_img {
    width: 52%;
    bottom: 23%;
  }

  .footer_men {
    background-position: 100% 100%;
  }

  .men_color_22 {
    background-color: #0abaa2;
    width: 80vh;
    height: 30vh;
    left: 40%;
  }

  .hormone_bg-3 {
    max-width: 100%;
    overflow: hidden;
  }

  .tag_box {
    flex-flow: wrap;
  }

  .bg_lottie_abs {
    opacity: 1;
    bottom: 16%;
  }

  .columns-6 {
    display: flex;
  }

  .bg_tab_abs {
    opacity: 1;
  }

  .bg_footer {
    opacity: 1;
    bottom: -55%;
  }

  .men_color_1 {
    background-color: #0ea7ce;
    width: 80vh;
    height: 50vh;
    bottom: 16%;
    left: 20%;
  }

  .thr-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .men_color_footer {
    background-color: #0ea7ce;
    width: 100vh;
    height: 80vh;
    left: 10%;
  }

  .br-product {
    margin-left: 60px;
  }

  .bg_tab_abs-bottom {
    opacity: 1;
    top: 25%;
  }

  .ans-title-2 {
    font-size: 68px;
  }

  .text-block-100 {
    margin-top: 100px;
  }

  ._w-cards-list-3 {
    padding-bottom: 0;
  }

  .men_color_a {
    background-color: #0ea7ce;
    width: 100vh;
    height: 80vh;
    left: 10%;
  }

  .mx-div-2 {
    height: 90vh;
  }

  .lot-hide-2 {
    display: block;
  }

  .mx-section-2 {
    margin-top: 100px;
    overflow: visible;
  }

  .thrive-abs {
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .c-card-men._5, .c-card-men._1, .c-card-men._6, .c-card-men._2, .c-card-men._4, .c-card-men._3 {
    top: 10px;
  }

  .men_color_3 {
    background-color: #000;
    width: 30vh;
    height: 30vh;
    bottom: 15%;
    left: 45%;
  }

  .full-container-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .full-container-4.max-width {
    max-width: 100%;
  }

  .prs_title-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .wom_bg {
    background-color: #ff6ca7;
    top: 24vh;
    right: 50vh;
  }

  .prs_title_box-2 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 30px;
    display: flex;
  }

  .test_container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .prs_line-2 {
    min-height: 245px;
  }

  .bg_women {
    opacity: 1;
    inset: 25% -9% auto auto;
  }

  .women_color_footer_right {
    background-color: #954097;
    width: 100vh;
    height: 80vh;
    inset: auto -30% 0% auto;
  }

  .women_bg1 {
    background-color: #d511da;
    width: 50vh;
    height: 50vh;
    inset: 0% 0% auto auto;
  }

  .women-section {
    position: relative;
  }

  .women_color_footer_left {
    background-color: #954097;
    width: 100vh;
    height: 80vh;
    bottom: -5%;
    left: -45%;
  }

  .women_color_footer {
    background-color: #954097;
    width: 100vh;
    height: 80vh;
    left: 15%;
  }

  .text-block-105 {
    margin-top: 100px;
  }

  .nimbus_paragraph.align_left {
    text-align: center;
  }

  .poppup_grid {
    margin-top: -34px;
  }

  .layout-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .layout-container.new_container {
    padding-left: 140px;
    padding-right: 140px;
  }

  .background-video-8 {
    height: 91vh;
  }

  .superscript-7, .superscript-8, .superscript-9 {
    font-weight: 400;
  }

  .pop-new, .utility-page-wrap {
    display: none;
  }

  .ut-title {
    font-size: 300px;
  }

  .back-home {
    margin-top: 60px;
  }

  .image-55, .image-555, .image7 {
    width: 100%;
  }

  .breakcrumbs {
    margin-top: 20px;
    left: 70px;
  }

  .breakcrumbs.t-60 {
    margin-top: 60px;
  }

  .breakcrumbs.nimcore {
    left: 100px;
  }

  .image-557 {
    max-height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .main-banner.page-banner.p-60 {
    padding-top: 0;
  }

  .banner-content {
    bottom: 140px;
    left: 140px;
  }

  .banner-content.page {
    bottom: 130px;
  }

  .banner-content.page.pos-relative {
    position: relative;
    bottom: 0;
  }

  .banner-content.page-core {
    max-width: 450px;
    position: absolute;
    bottom: 100px;
  }

  .banner-content.page-core.hair.pos-realtive, .banner-content.page-core.pos-relative {
    position: relative;
    bottom: 0;
  }

  .banner-content.page-sustain {
    max-width: 600px;
    position: relative;
    bottom: 0;
  }

  .banner-content.page-sustain.about {
    position: absolute;
    bottom: 100px;
  }

  .banner-content.page-start {
    max-width: 600px;
    bottom: 100px;
  }

  .banner-content.home {
    left: 120px;
  }

  .footer_nimcore {
    background-position: 50% 30%;
  }

  .half-container.m-t-100 {
    margin-top: 100px;
  }

  .footer_top {
    height: 200px;
  }

  .footer-box {
    margin-top: 60px;
  }

  .core_btn_block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 2.3125rem;
  }

  .bb-bg {
    margin-bottom: auto;
  }

  .sticky-wrap {
    top: 10rem;
  }

  .scroll-inner {
    padding-left: 60px;
  }

  .scroll-inner.swiper-wrapper {
    width: 111vw;
  }

  .sticky-container {
    height: 120vw;
  }

  .desktop {
    opacity: 100;
  }

  .desktop.o-0 {
    opacity: 0;
  }

  .process {
    z-index: 99;
  }

  .normal-title-center {
    position: relative;
  }

  .pr_text {
    padding-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .product-main.black.hair {
    display: block;
  }

  .product_para {
    line-height: 24px;
  }

  .product_img.hair {
    min-height: 290px;
  }

  .prd-main.hair {
    max-width: 300px;
  }

  .l_title {
    font-size: 140px;
  }

  .l_sub {
    font-family: Forum, sans-serif;
  }

  .l_title_main {
    font-size: 140px;
    line-height: 130px;
  }

  .testimonials-slider {
    display: flex;
    overflow: visible;
  }

  .carousel-mask {
    width: 20%;
  }

  .new-slider {
    float: left;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .ot_img {
    width: 100%;
    height: 100%;
  }

  .otf_box {
    min-width: 35vh;
    max-width: none;
  }

  .otf_box.swiper-slide {
    flex: 0 auto;
    width: 41vh;
    min-width: auto;
    max-width: none;
  }

  .otf_para {
    min-height: 145px;
    font-size: 16px;
    line-height: 24px;
  }

  .otf_title {
    font-size: 40px;
    line-height: 110px;
  }

  .ot_flex.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .full-sticky {
    top: 20vh;
  }

  .st-div {
    height: 230vh;
  }

  .scroll-inner-second {
    padding-left: 60px;
  }

  .scroll-inner-second.swiper-wrapper {
    width: 107vw;
  }

  .submenu-flex {
    width: 100%;
  }

  .background-video {
    min-height: 200vh;
  }

  .background-video._175 {
    min-height: 185vh;
  }

  .background-video._150 {
    min-height: 133vh;
  }

  .background-video._150._180 {
    min-height: 180vh;
  }

  .background-video._100 {
    min-height: 120vh;
  }

  .background-video._w-100 {
    min-height: 140vh;
  }

  .background-video-first {
    min-height: 225vh;
  }

  .product-popup.product3 {
    display: none;
  }

  .pr-flex-box, .scroll-div {
    max-height: 700px;
  }

  .page-title-2 {
    margin-bottom: 50px;
    font-size: 140px;
    line-height: 130px;
  }

  .page-para {
    margin-bottom: 20px;
  }

  .ww-box {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .ww-box.p-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .abs-bottom.abs-none {
    display: none;
  }

  .page-title-3 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 140px;
    line-height: 130px;
  }

  .paragraph {
    line-height: 30px;
  }

  .core-abs {
    left: 79%;
  }

  .abs_color2 {
    bottom: -10%;
    left: 25%;
  }

  .abs_second {
    opacity: .61;
    position: absolute;
    inset: 0%;
  }

  .test_container {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  .wt_section {
    margin-top: 140px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .wt_section.p-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-core {
    min-height: 200vh;
  }

  .page-title-core-1 {
    margin-bottom: 0;
  }

  .page-title-5 {
    margin-bottom: 110px;
    font-size: 140px;
    line-height: 130px;
  }

  .sustain-abs {
    right: 13%;
  }

  .core-new-abs {
    right: 8%;
  }

  .hair-about._w-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-block {
    margin-top: 120px;
  }

  .paragraph-hair {
    line-height: 30px;
  }

  .page-title-core-hair {
    margin-bottom: 100px;
    font-weight: 300;
  }

  .page-title-about {
    margin-bottom: 100px;
  }

  .core-new-abs-core {
    bottom: 4%;
    right: -38%;
  }

  .about-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .video-box {
    padding-left: 0;
    padding-right: 0;
  }

  .start-product {
    margin-top: -110px;
    margin-bottom: 130px;
  }

  .max-1920 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-abs {
    top: 2%;
    right: -2%;
  }

  .first-col {
    opacity: .6;
    height: 800px;
    right: -6%;
  }

  .blog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-about-top {
    margin-bottom: 40px;
  }

  .border-right {
    border-top-style: none;
    border-right-color: #2c2c2c;
  }

  .categories-box {
    margin-left: 50px;
  }

  .rec-li {
    margin-bottom: 40px;
  }

  .categories-box-mobile {
    margin-left: 50px;
  }

  .blog-cms-img {
    height: 300px;
  }

  .full-container-3 {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  .full-container-3.margin-bot {
    padding-bottom: 100px;
  }

  .full-container-3.max-width {
    padding-bottom: 130px;
  }

  .ot_sticky {
    width: 100%;
    top: 0;
  }

  .new_li5 {
    top: 41%;
    right: -28%;
    transform: rotate(175deg);
  }

  .bg-11 {
    background-image: linear-gradient(#000, #0000);
    height: 50px;
  }

  .team-bg-top-2 {
    background-image: linear-gradient(#000, #000 0% 0%, #fff0);
    min-height: 150px;
    margin-top: 0;
  }

  .h-sec-2 {
    font-size: 140px;
    line-height: 120px;
  }

  .image-107 {
    width: 100%;
  }

  .life-sticky {
    top: 16vh;
  }

  .mr-title-2 {
    flex: 1;
    font-size: 152px;
    line-height: 200px;
    position: relative;
  }

  .sticky-content-2 {
    top: 50%;
  }

  .abs_black {
    background-image: linear-gradient(#0000, #000);
    min-height: 150px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .ot_img-2 {
    height: 196px;
  }

  .nl_title {
    line-height: 46px;
  }

  .normal-title-2.text_left {
    font-size: 120px;
    line-height: 120px;
  }

  .bg-color {
    top: 17%;
  }

  .new_li_2 {
    top: 1%;
    right: 83%;
  }

  .personalized {
    padding-bottom: 0;
  }

  .abs-sec-img {
    inset: 6% 0% 0%;
  }

  .ot_height {
    min-height: auto;
  }

  .c-card._3 {
    top: 34vh;
  }

  .c-card._4 {
    top: 35vh;
  }

  .c-card._2 {
    top: 33vh;
  }

  .c-card._1 {
    top: 32vh;
  }

  .text-block-97 {
    margin-top: 220px;
  }

  .c-title-2 {
    top: 14vh;
  }

  .c-title-2.d-none {
    display: none;
  }

  .there-second-2 {
    margin-top: 0;
  }

  .new_wrapper_2.pos_re {
    min-height: auto;
  }

  .mobile_bg {
    inset: 0%;
  }

  .grid-55 {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .marquee-div {
    text-align: left;
    position: relative;
  }

  .otf_box-2 {
    min-width: 400px;
    max-width: 400px;
  }

  .otf_box-2.swiper-slide {
    min-width: 420px;
    max-width: 420px;
  }

  .team-section-2 {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .bg-222 {
    background-image: linear-gradient(#0000, #000);
    height: 300px;
  }

  .text-block-96 {
    padding-left: 20px;
  }

  .hormone_bg-2 {
    float: none;
    min-height: auto;
  }

  .new_li_3 {
    top: -19%;
    right: 36%;
  }

  .ni_col1 {
    opacity: .86;
    width: 43%;
    height: 100%;
    top: -48%;
  }

  .banner-container-2 {
    z-index: 9999;
    border-style: solid;
    border-color: #fff3;
    max-width: 100%;
    height: auto;
    padding-top: 101px;
    padding-bottom: 0;
    padding-left: 150px;
    position: relative;
  }

  .new_li4 {
    top: 0%;
    right: -8%;
    transform: rotate(131deg);
  }

  .path-title.bottom_pad.home-h {
    margin-top: 85px;
  }

  .team-bg-2 {
    background-image: linear-gradient(#0000, #000);
    min-height: 500px;
    margin-top: 0;
    margin-bottom: -1px;
    bottom: 0%;
  }

  .background-video-7 {
    height: 180vh;
    top: 7%;
  }

  .there-para-2 {
    max-width: 600px;
  }

  .path-text {
    bottom: 80px;
    right: 80px;
  }

  .h-banner-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-section {
    height: auto;
  }

  .new-section.new-home {
    margin-top: 35%;
  }

  .life-section-2.min-height {
    min-height: 400vh;
  }

  .prs_abs {
    object-fit: fill;
    margin-right: -32%;
    top: -165%;
  }

  .section-height {
    height: 500vh;
  }

  .new_li {
    top: 45%;
  }

  .ni_col2 {
    opacity: .45;
    width: 42%;
    height: 154%;
    top: 45%;
    right: -11%;
  }

  .full-container-2 {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  .full-container-2.max-width {
    padding-bottom: 130px;
  }

  .testimonials-men {
    padding-top: 0;
  }

  .thrive-section-2 {
    border-radius: 20px;
    position: sticky;
    top: 40px;
    overflow: hidden;
  }

  .grad-para-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .right_img {
    width: 50%;
    bottom: 21%;
  }

  .image-112 {
    width: 100%;
  }

  .columns-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_men {
    background-position: 50% 30%;
  }

  .men_color_22 {
    filter: blur(200px);
    width: 50vh;
    height: 25vh;
    bottom: 28%;
    left: 59%;
  }

  .hormone_bg-3 {
    float: none;
    min-height: auto;
  }

  .thrive-sticky-2 {
    min-height: auto;
  }

  .grad-full-2 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .tag_box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .bg_lottie_abs {
    top: 0%;
    bottom: 26%;
    right: 0%;
  }

  .para-abs-2 {
    opacity: .8;
  }

  .bg_tab_abs {
    top: -30%;
    right: 17%;
  }

  .thr_abs {
    width: 42%;
    max-width: 50%;
    right: 12%;
  }

  .bg_footer {
    inset: 0% 0% -130% 15%;
  }

  .men_color_1 {
    filter: blur(200px);
    width: 80vh;
    height: 45vh;
    bottom: 12%;
    left: 38%;
  }

  .men_color_footer {
    filter: blur(200px);
    background-color: #22859e;
    width: 100vh;
    height: 85vh;
    bottom: 0%;
    left: 0%;
  }

  .br-product {
    margin-left: 60px;
  }

  .bg_tab_abs-bottom {
    top: -30%;
    right: 17%;
  }

  .ans-title-2 {
    font-size: 68px;
  }

  .text-block-100 {
    margin-top: 220px;
  }

  .mobile_bg-2 {
    inset: 0%;
  }

  .men_color_a {
    filter: blur(250px);
    background-color: #22859e;
    width: 100vh;
    height: 85vh;
    bottom: 5%;
    left: 5%;
  }

  .mx-div-2 {
    height: 90vh;
  }

  .paragraph-21 {
    margin-top: 80px;
  }

  .mx-section-2 {
    margin-top: 140px;
    overflow: visible;
  }

  .sec-sticky-2 {
    min-height: auto;
  }

  .gradual-section-2 {
    min-height: 70vh;
  }

  .c-card-men._5, .c-card-men._6 {
    top: 10px;
  }

  .men_color_3 {
    filter: blur(200px);
    width: 30vh;
    height: 20vh;
    bottom: 2%;
    left: 59%;
  }

  .full-container-4 {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  .full-container-4.max-width {
    padding-bottom: 130px;
  }

  .wt_section-2 {
    position: relative;
  }

  .wom_bg {
    background-color: #b55b80;
    right: 45vh;
  }

  .column-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .test_container-2 {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }

  .bg_women {
    inset: 25% -9% auto auto;
  }

  .women_color_footer_right {
    filter: blur(200px);
    background-color: #954097;
    width: 100vh;
    height: 85vh;
    inset: auto -30% -4% auto;
  }

  .women_bg1 {
    filter: blur(200px);
    background-color: #954097;
    width: 50vh;
    height: 50vh;
    inset: 0% 0% auto auto;
  }

  .women_color_footer_left {
    filter: blur(200px);
    background-color: #954097;
    width: 100vh;
    height: 85vh;
    inset: auto auto -10% -60%;
  }

  .women_color_footer {
    filter: blur(200px);
    background-color: #954097;
    width: 100vh;
    height: 85vh;
    inset: auto 0% 0%;
  }

  .text-block-105 {
    margin-top: 220px;
  }

  .bg-video-left {
    display: none;
  }

  .new_h3 {
    margin-top: 0;
    font-size: 5rem;
    font-weight: 400;
    text-decoration: none;
  }

  .plan_text_block {
    width: 417px;
  }

  .core_popup_img {
    height: auto;
  }

  .glp_bold {
    font-size: 1.25rem;
  }

  .popup_para {
    margin-top: 5px;
  }

  .grid-11 {
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto auto;
  }

  .grid-11.aura_works {
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto;
  }

  .core_banner_section {
    margin-top: 3rem;
  }

  .popup_head {
    width: 479px;
    padding-right: 0;
  }

  .popup_wrapper {
    display: block;
  }

  .nimbus_paragraph {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .nimbus_paragraph.align_left {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .nimbus_paragraph.align_left.cenetr_align {
    font-size: 1rem;
    font-weight: 500;
  }

  .poppup_grid {
    grid-column-gap: 45px;
    margin-top: -34px;
  }

  .close_btn_wrapper {
    width: auto;
    height: auto;
  }

  .layout-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .layout-container.new_container {
    max-width: 1920px;
    padding-left: 14.375rem;
    padding-right: 14.375rem;
    display: block;
  }

  .glp_points {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .core_banner_wrapper_popup {
    justify-content: center;
    max-width: 1000px;
  }

  .med_btn_block_popup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
  }

  .core_banner_content_popup {
    height: auto;
    padding-top: 0;
  }

  .glp_point {
    justify-content: flex-start;
  }

  .sub_copy_popup {
    font-size: .875rem;
  }

  .popup-core-sustain {
    justify-content: center;
    max-height: none;
    position: fixed;
    inset: 0%;
  }

  .bb-bg-blog {
    margin-bottom: auto;
  }

  .about-popup {
    z-index: 0;
    display: none;
  }

  .popup-cont {
    margin-top: 10%;
  }

  .background-video-core-2 {
    min-height: 130vh;
  }

  .abs-left-col {
    position: absolute;
    inset: auto auto 10% -11%;
  }

  .abs-col-1 {
    opacity: .67;
    background-image: linear-gradient(#32b580, #028bc1);
    width: 1000px;
    height: 1000px;
  }

  .abs-blog-top {
    z-index: 0;
    top: -6%;
  }

  .background-video-8 {
    height: 94vh;
  }

  .flex-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .superscript-10 {
    font-weight: 400;
  }

  .video.none {
    display: none;
  }

  .abs-vid {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .emd {
    display: block;
  }

  .pop-new {
    z-index: 999999;
    background-color: #000;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-2 {
    background-color: #fff;
    width: 500px;
    height: 500px;
    overflow: scroll;
  }

  .ut-title {
    font-size: 400px;
    line-height: 400px;
  }

  .back-home {
    margin-top: 70px;
  }

  .sustain-abs2 {
    bottom: 6%;
    right: -1%;
  }

  .breakcrumbs {
    margin-top: 60px;
    left: 140px;
  }

  .breakcrumbs.nimcore {
    z-index: 99999;
    left: 150px;
  }

  .background-video-9 {
    min-height: 80vh;
  }

  .superscript-13 {
    font-size: 80px;
  }

  .image-557 {
    max-height: 285px;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-4 {
    background-color: #000;
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    display: block;
  }

  .nav-link-6 {
    border-bottom: 1px solid #ffffff14;
    font-size: 16px;
    line-height: 22px;
  }

  .login-button.d_block {
    opacity: 1;
    display: block;
  }

  .menu-button {
    color: #8b8b8b;
    margin-top: 0;
    display: none;
  }

  .menu-button:hover {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #20193a;
    margin-top: 0;
  }

  .icon-2 {
    color: #fff;
    display: none;
  }

  .nav-container {
    display: block;
    position: relative;
  }

  .start-button.d_block {
    display: block;
  }

  .start-button.start-btn {
    margin-left: 0;
    padding: 8px 30px;
    text-decoration: none;
  }

  .full-container.swiper-container.first-swiper, .full-container.swiper-container.second-swiper {
    max-width: 100%;
  }

  .main-banner.page-banner, .main-banner.blog-page {
    padding-top: 0;
  }

  .banner-img.page-banner {
    padding-top: 140px;
  }

  .banner-img.page-banner.about-page {
    padding-top: 0;
  }

  .banner-img.page-banner.core-h {
    background-image: url('../../img/loginv2/core-banner.webp');
    background-size: cover;
  }

  .banner-content, .banner-content.home {
    bottom: 20px;
    left: 20px;
  }

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

  .grid-39 {
    grid-template-columns: 1fr;
  }

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

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

  .pr-title1-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .white-btn {
    background-color: #000;
    border-radius: 50px;
    font-size: 1.0625rem;
    font-weight: 600;
  }

  .white-btn.mob-hide {
    color: #fff;
    background-color: #000;
    border-style: none;
    border-color: #000;
    border-radius: 50px;
    width: 8.25rem;
    font-weight: 600;
    display: none;
  }

  .white-btn.mob-hide.gray-text.btn_width.show_btn {
    background-color: #ffffff1a;
    border-style: solid;
    border-radius: 100px;
    display: flex;
  }

  .bb-bg {
    padding: 140px 20px;
  }

  .offer-section, .normal-title.m-w-470, .normal-title.m-w-470.m_l_0 {
    padding-left: 0;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .media-wrapper {
    height: auto;
  }

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

  .scroll-inner {
    width: 600vw;
    padding-left: 0;
  }

  .scroll-inner.swiper-wrapper {
    float: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-card.swiper-slide {
    float: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 30vh;
    height: auto;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .sticky-container {
    height: auto;
  }

  .made-by {
    margin-left: 0;
    margin-right: 0;
  }

  .made-content {
    bottom: 20px;
    left: 20px;
  }

  .grid-47 {
    grid-template-columns: 1fr 1fr;
  }

  .pr_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .product-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-main {
    padding: 20px;
  }

  .black-get {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .l_title {
    font-size: 60px;
    line-height: 60px;
  }

  .l_sub {
    font-size: 30px;
    line-height: 32px;
  }

  .div_left {
    padding-right: 20px;
  }

  .l_para.m_b_100 {
    margin-bottom: 20px;
  }

  .l_title_main {
    font-size: 40px;
    line-height: 40px;
  }

  .l_sub_sec {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .div_right {
    padding-left: 20px;
  }

  .ot_img {
    height: 140px;
  }

  .otf_box {
    min-width: 300px;
    max-width: 300px;
    padding-bottom: 20px;
  }

  .otf_para {
    font-size: 14px;
    line-height: 20px;
  }

  .otf_title {
    font-size: 28px;
    line-height: 50px;
  }

  .scroll-inner-second {
    width: 600vw;
    padding-left: 0;
  }

  .scroll-inner-second.swiper-wrapper {
    float: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .scroll-card2 {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-card2.swiper-slide {
    float: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 30vh;
    height: auto;
    display: block;
    overflow: visible;
  }

  .scroll-card-copy {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-card-copy.swiper-slide {
    float: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 30vh;
    height: auto;
    display: block;
    overflow: visible;
  }

  .sub-menu-box.img1.new-mobile, .sub-menu-box.img2, .sub-menu-box.img3 {
    height: 150px;
  }

  .menu-txt.white {
    text-align: left;
  }

  .menu-mobile-icon {
    float: right;
    margin-right: 0;
    display: block;
  }

  .mobile-icons {
    float: right;
    margin-top: 16px;
    margin-right: 0;
  }

  .mobile-user {
    margin-right: 30px;
  }

  .mobile-hamburger {
    z-index: 9;
    position: relative;
  }

  .mobile-menu {
    z-index: 999;
    opacity: 1;
    background-color: #000;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 11px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-container {
    margin-left: 20px;
  }

  .menu-mobile-icon-sec {
    float: right;
    margin-right: 26px;
    display: block;
  }

  .mob-menu {
    min-height: 70vh;
    margin-top: 40px;
    position: relative;
  }

  .mob-list {
    padding-left: 0;
    display: block;
  }

  .mob-li {
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
  }

  .mob-div {
    display: block;
  }

  .mob-text {
    color: #fff;
    width: 90%;
    margin-left: 3%;
    font-size: 20px;
    font-weight: 500;
  }

  .mob-link {
    flex: 1;
    align-items: flex-end;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .mob-bottom {
    z-index: 9999;
    float: left;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    inset: auto 0% 30px;
  }

  .login-but {
    color: #fff;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .login-but.d_block {
    opacity: 1;
    display: block;
  }

  .weight-menu {
    display: none;
  }

  .weight-list {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    display: block;
  }

  .back-btn {
    width: 10px;
  }

  .back-b {
    margin-left: 24px;
  }

  .mob-text-weight {
    color: #fff;
    width: 90%;
    margin-left: 3%;
    font-size: 20px;
    font-weight: 400;
  }

  .weight-box {
    width: 93%;
  }

  .weight-para {
    color: #fff;
    margin-bottom: 13px;
    margin-left: 3%;
    font-weight: 400;
  }

  .hormone-menu {
    display: none;
  }

  .hormone-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }

  .mob-li-hormone {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
  }

  .bg-video-first {
    top: 0%;
  }

  .column {
    padding-left: 0;
  }

  .live-longer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-4 {
    padding-right: 0;
  }

  .page-title-2 {
    font-size: 70px;
    line-height: 60px;
  }

  .message-box {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .message-para {
    font-size: 16px;
    line-height: 24px;
  }

  .abs-bottom {
    bottom: -12%;
  }

  .abs-bottom.abs-none {
    display: none;
  }

  .bg-video-page {
    z-index: -1;
    display: block;
  }

  .page-title-3 {
    font-size: 70px;
    line-height: 60px;
  }

  .prs_title {
    font-size: 28px;
    line-height: 38px;
  }

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

  .prs_box, .wt_section, .wt_section.p-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6, .paragraph-6.sm_small {
    min-height: auto;
  }

  .prs_title_box {
    min-height: auto;
    padding-bottom: 10px;
  }

  .grid-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-50.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .core-title {
    font-size: 24px;
    line-height: 24px;
  }

  .page-title-5 {
    font-size: 70px;
    line-height: 60px;
  }

  .sustain-abs {
    right: -23%;
  }

  .core-new-abs {
    right: 9%;
  }

  .grid-51 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-51.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .core-new-abs-core {
    right: -36%;
  }

  .v-main-title {
    font-size: 60px;
    line-height: 60px;
  }

  .core-main {
    top: 180px;
  }

  .core-block {
    margin-bottom: 20px;
  }

  .core-title-new {
    font-size: 60px;
  }

  .core-para-new {
    font-size: 14px;
    line-height: 20px;
  }

  .team-abs-text {
    font-size: 100px;
    line-height: 100px;
  }

  .bg-video-about {
    z-index: -1;
    display: block;
  }

  .text-block-6 {
    font-size: 80px;
  }

  .start-product {
    margin-top: -30px;
    padding-right: 0;
  }

  .black-get-hair {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .about-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-title {
    font-size: 80px;
    line-height: 80px;
  }

  .blog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bl-head {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .date-time {
    width: 100%;
  }

  .aut-name {
    float: left;
    margin-left: 0;
  }

  .category-btn {
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .det-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }

  .there-div-2 {
    margin-top: 100px;
  }

  .grid-52 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-52.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .new_li5 {
    max-width: 280px;
  }

  .testimonials-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-sec-2 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .dd_none {
    display: none;
  }

  .mr-title-2 {
    font-size: 60px;
    line-height: 60px;
    overflow: hidden;
  }

  .ot_img-2 {
    height: 140px;
  }

  .right-button {
    width: 70%;
  }

  .nl_title {
    font-size: 24px;
    line-height: 32px;
  }

  .center_circle {
    display: none;
  }

  .image-104 {
    left: 0%;
  }

  .circle_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vh;
    height: 80vh;
    margin-top: -40px;
    margin-left: 0%;
    display: flex;
  }

  .normal-title-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .normal-title-2.text_left {
    font-size: 70px;
    line-height: 70px;
  }

  .nl_para {
    margin-top: 0;
  }

  .grid-53 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .sub-div-2 {
    padding-left: 20px;
  }

  .new_li_2 {
    max-width: 280px;
  }

  .text-size-right {
    font-size: 40px;
  }

  .abs-sec-img {
    top: 15%;
  }

  .text-block-97 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .tm_img.tm_2 {
    margin-top: 20px;
  }

  .tm_img.tm_6, .tm_img.tm_1 {
    margin-top: 140px;
  }

  .tm_img.tm_5 {
    margin-top: 60px;
  }

  .tm_img.tm_4 {
    margin-top: 140px;
  }

  .image-108 {
    width: 200%;
    max-width: 120%;
  }

  .h-link-2 {
    text-align: center;
    background-color: #ffffff29;
    width: 210px;
    margin-bottom: 10px;
    padding: 14px 40px;
  }

  .sticky-dots {
    top: 3%;
  }

  .container-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-55 {
    padding-top: 20px;
    padding-bottom: 220px;
  }

  .text-size {
    margin-top: -10px;
    padding-top: 0;
    font-size: 40px;
    line-height: 80px;
  }

  .marquee-div {
    overflow: hidden;
  }

  .otf_box-2 {
    min-width: 300px;
    max-width: 300px;
    padding-bottom: 20px;
  }

  .text-block-96 {
    font-size: 28px;
    line-height: 34px;
  }

  .pr-title2 {
    font-size: 60px;
    line-height: 60px;
  }

  .new_li_3 {
    max-width: 280px;
  }

  .banner-section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button-7 {
    color: #fff;
    flex: 0 auto;
    padding: 5px 10px 9px;
    font-size: 30px;
  }

  .banner-container-2 {
    padding: 60px 40px;
  }

  .new_li4 {
    max-width: 280px;
  }

  .text-block-99 {
    font-size: 48px;
    line-height: 48px;
  }

  .path-title {
    font-size: 60px;
    line-height: 60px;
  }

  .there-para-2 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .navbar-5 {
    width: 100%;
    max-width: 100%;
  }

  .tm-box.swiper-slide {
    width: 100%;
  }

  .path-section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-banner-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .life-section-2.min-height {
    padding-bottom: 100px;
  }

  .mission-box-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-nimcore {
    margin-left: 10px;
    margin-right: 10px;
  }

  .prs_abs {
    top: 65%;
  }

  .new_li {
    max-width: 280px;
  }

  .banner-btn-2 {
    margin-top: 40px;
  }

  .full-container-2.new_pad_70, .testimonials-men {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-58 {
    grid-template-columns: 1fr 1fr;
  }

  .progress-bar {
    display: none;
  }

  .heading-33 {
    font-size: 80px;
    line-height: 80px;
  }

  .icon-6 {
    display: none;
  }

  .image-112 {
    display: block;
  }

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

  .tabs-menu {
    display: none;
  }

  .thrive-content-2 {
    padding-left: 40px;
  }

  .men_color_1 {
    bottom: -7%;
  }

  .text-block-100 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .navbar-6 {
    width: 100%;
    max-width: 100%;
  }

  .path-section-men-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sw_arrow {
    display: none;
  }

  .h-link-men-2 {
    text-align: center;
    background-color: #ffffff29;
    width: 210px;
    margin-bottom: 10px;
    padding: 14px 40px;
  }

  .tabs-content {
    width: 100%;
  }

  .menu-button-6 {
    flex: 0 auto;
  }

  .thr-content-box {
    padding-left: 0;
  }

  .text-block-104 {
    font-size: 28px;
    line-height: 34px;
  }

  .banner-btn-3 {
    margin-top: 40px;
  }

  .paragraph-22 {
    min-height: 325px;
  }

  .paragraph-22.sm_small {
    min-height: 290px;
  }

  .prs_title-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .prs_title_box-2 {
    min-height: 130px;
    padding-bottom: 10px;
  }

  .test_container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-7 {
    width: 100%;
    max-width: 100%;
  }

  .grid-64 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-64.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-105 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .bg-video-left {
    z-index: -1;
    display: block;
  }

  .new_h3 {
    font-size: 2.7rem;
  }

  .new_h3.side_align {
    font-size: 2.5rem;
  }

  .plan_text_block {
    width: auto;
  }

  .core_popup_img {
    background-position: 100%;
  }

  .popup_para {
    width: 359px;
    padding-right: 0;
  }

  .plan_glp_list {
    justify-content: flex-start;
  }

  .core_banner_section {
    margin-top: 1rem;
  }

  .popup_head {
    width: 423px;
  }

  .bold_614 {
    line-height: 1.2;
  }

  .poppup_grid {
    grid-column-gap: 41px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: -49px;
    display: flex;
    position: relative;
  }

  .popup_head_btn_wrapper {
    display: flex;
    position: relative;
  }

  .close_btn_wrapper {
    box-shadow: none;
    background-color: #fff0;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    top: 40px;
  }

  .image-54 {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    display: block;
  }

  .layout-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layout-container.new_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .core_banner_wrapper_popup {
    padding-top: 40px;
  }

  .plan_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .core_banner_content_popup {
    padding-bottom: 2rem;
    position: relative;
  }

  .point_block_popup {
    margin-bottom: 2rem;
  }

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

  .plan_wrapper {
    padding-right: 40px;
  }

  .sub_copy_popup {
    width: auto;
    font-size: .8rem;
  }

  .popup-core-sustain {
    display: none;
  }

  .live-longer-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-bg-blog {
    padding: 140px 20px;
  }

  .bg-video-page-ab {
    z-index: -1;
    display: block;
  }

  .background-video-8 {
    height: 90vh;
  }

  .menu-wrapper {
    padding-left: 0;
    padding-right: 20px;
  }

  .main-padding-no {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nl_para-home {
    margin-top: 0;
  }

  .sustain-abs2 {
    right: -53%;
  }

  .breakcrumbs {
    left: 20px;
  }

  .breakcrumbs.nimcore {
    left: 40px;
  }

  .grid-65 {
    grid-template-columns: 1fr;
  }

  .banner-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-557 {
    max-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .start-button.new_btn.block-btn.w--current {
    z-index: 9;
    opacity: 1;
    display: none;
    position: relative;
  }

  .start-button.start-btn {
    text-align: center;
    width: 44%;
  }

  .full-container.swiper-container.first-swiper, .full-container.swiper-container.second-swiper {
    overflow: hidden;
  }

  .full-container.swiper-container.second-swiper.minus-10 {
    margin-right: -10px;
  }

  .banner-img.page-banner {
    padding-top: 0;
  }

  .banner-img.page-banner.core-h {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .banner-img.page-banner.sus-h {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
  }

  .banner-img.page-banner.hair-h {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .banner-content.page {
    bottom: 100px;
  }

  .banner-content.page.pos-relative {
    left: 10px;
  }

  .banner-content.page-core, .banner-content.page-sustain {
    bottom: 100px;
  }

  .banner-content.page-sustain.about, .banner-content.page-start {
    bottom: 40px;
  }

  .banner_txt {
    margin-bottom: 20px;
  }

  .banner-btn {
    padding: 10px 30px;
  }

  .banner-btn.m_r_10 {
    display: none;
  }

  .banner-btn.m_r_10.mobile-d {
    float: left;
    display: block;
  }

  .footer_nimcore {
    padding-bottom: 10px;
  }

  .half-container {
    padding-bottom: 0;
  }

  .half-container.m-t-100 {
    margin-top: 20px;
  }

  .footer-box {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-box {
    padding-top: 20px;
  }

  .faq-container {
    float: left;
    width: 100%;
    max-width: none;
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-block-wrapper-new {
    width: auto;
  }

  .pr-title1-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .pr-title1-2.prs_title {
    font-size: 24px;
    line-height: 24px;
  }

  .white-btn.mob-hide.gray-text.btn_width.show_btn {
    background-color: #ffffff1a;
    border-style: solid;
    border-radius: 100px;
    display: flex;
  }

  .text-block {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 40px;
  }

  .services-btn {
    float: left;
  }

  .sticky-wrap {
    height: auto;
    padding-bottom: 20px;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-inner.swiper-wrapper {
    float: left;
    flex-flow: row;
    display: flex;
    overflow: visible;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .scroll-card.swiper-slide {
    float: left;
    flex: none;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .made-content {
    padding-left: 20px;
    padding-right: 20px;
    inset: 0%;
  }

  .flex-center {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .normal-title-center {
    text-align: left;
  }

  .process-box.swiper.third-swiper {
    margin-right: -10px;
  }

  .grid-47, .grid-48, .second-products {
    grid-template-columns: 1fr;
  }

  .left-right-box {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .l_sub {
    margin-top: 20px;
  }

  .l_title_main {
    margin-bottom: 70px;
  }

  .div_right {
    padding-left: 0;
  }

  .swiper-pagination {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .swiper-pagination.desk_none, .mobile {
    display: block;
  }

  .mobile.d-none {
    display: none;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .otf_box.swiper-slide {
    min-width: auto;
  }

  .ot_flex.swiper-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: flex;
  }

  .st-div {
    height: auto;
  }

  .scroll-inner-second {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-inner-second.swiper-wrapper {
    float: left;
    flex-flow: row;
    display: flex;
    overflow: visible;
  }

  .scroll-card2 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .scroll-card2.swiper-slide {
    float: left;
    flex: none;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .scroll-card-copy {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .scroll-card-copy.swiper-slide {
    float: left;
    flex: none;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sub-menu-box.img1.new-mobile, .sub-menu-box.img2, .sub-menu-box.img3 {
    border-style: none;
    width: 300px;
    height: 180px;
  }

  .mobile-menu {
    opacity: 1;
    display: none;
  }

  .menu-container {
    margin-left: 0;
  }

  .menu-mobile-icon-sec {
    margin-right: 16px;
  }

  .mob-list {
    display: block;
  }

  .mob-div.b-1 {
    border-bottom: 1px solid #ffffff1a;
  }

  .login-but._w-100 {
    text-align: center;
    width: 44%;
  }

  .weight-menu {
    display: none;
  }

  .weight-list {
    padding-left: 0;
  }

  .hormone-menu {
    display: none;
  }

  .hormone-list {
    padding-left: 10px;
  }

  .seeen-div.about-seen {
    margin-top: 60px;
  }

  .seen-img {
    height: 16px;
  }

  .none {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-popup.product1 {
    display: none;
  }

  .pr-flex-box {
    width: 96%;
  }

  .column-5, .column-6 {
    padding-left: 0;
  }

  .page-title-1 {
    display: none;
  }

  .page-title-1.mobile {
    display: block;
  }

  .page-title-2 {
    display: none;
  }

  .page-title-2.mobile {
    display: block;
  }

  .bottle-img {
    bottom: -3%;
  }

  .f1, .f2, .trust-1, .trust-2 {
    font-weight: 500;
  }

  .left-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .abs-top {
    left: 20px;
  }

  .banner-mobile {
    display: block;
    position: absolute;
    inset: 50px 0% auto;
  }

  .bg-video-page, .page-title-3 {
    display: none;
  }

  .page-title-3.mobile {
    margin-top: 0;
    display: block;
  }

  .top-page-title {
    margin-bottom: 40px;
  }

  .top-page-title.sustain, .top-page-title.hair {
    display: none;
  }

  .top-page-title.men {
    display: block;
  }

  .core-content-box.m-w-400 {
    width: 96%;
    min-width: auto;
    max-width: none;
  }

  .core-abs {
    bottom: -72%;
  }

  .prs_title {
    font-size: 24px;
    line-height: 32px;
  }

  .test_container {
    padding-left: 0;
    padding-right: 0;
  }

  .prs_box.m-1000 {
    float: left;
  }

  .paragraph-6 {
    min-height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .prs_title_box {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .grid-50 {
    grid-template-columns: 1fr;
  }

  .core-title {
    text-align: center;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .core-sub {
    text-align: center;
  }

  .core-sub._w-500 {
    float: left;
    text-align: left;
    width: 100%;
  }

  .page-title-core-1 {
    display: none;
  }

  .page-title-core-1.mobile {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 36px;
    display: block;
  }

  .banner-mobile-core {
    margin-left: 20px;
    display: block;
    position: absolute;
    inset: 20px 0% auto;
  }

  .page-title-5 {
    display: none;
  }

  .page-title-5.mobile {
    display: block;
  }

  .sustain-abs {
    bottom: -36%;
    right: 6%;
  }

  .core-new-abs {
    bottom: -22%;
    right: 21%;
  }

  .grid-51 {
    grid-template-columns: 1fr;
  }

  .hair-about {
    margin-top: 60px;
  }

  .right-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .page-title-core-hair {
    display: none;
  }

  .page-title-core-hair.mobile {
    line-height: 36px;
    display: block;
  }

  .page-title-about {
    display: block;
  }

  .page-title-about.mobile {
    line-height: 36px;
    display: block;
  }

  .core-new-abs-core {
    bottom: -35%;
    right: -10%;
  }

  .about-section {
    padding-left: 0;
    padding-right: 0;
  }

  .ab-txt {
    font-size: 40px;
    line-height: 40px;
  }

  .video-section {
    z-index: 99;
    position: relative;
  }

  .v-main-title {
    font-size: 50px;
    line-height: 50px;
  }

  .core-section {
    margin-bottom: 60px;
  }

  .core-bg {
    margin-left: -73px;
    position: absolute;
    inset: -20% 10% auto 0%;
  }

  .core-main {
    position: relative;
    top: 0;
  }

  .core-block {
    max-width: 100%;
    margin-top: 40px;
  }

  .core-title-new {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .core-para-new, .core-t {
    text-align: left;
  }

  .leadership {
    margin-bottom: 20px;
  }

  .team-abs-text {
    font-size: 80px;
    line-height: 80px;
  }

  .leader-box {
    margin-bottom: 100px;
  }

  .text-block-6 {
    font-size: 80px;
    line-height: 80px;
  }

  .black-get-hair {
    float: none;
  }

  .page-title-about-top {
    display: block;
  }

  .page-title-about-top.mobile {
    line-height: 36px;
    display: block;
  }

  .blog-list {
    position: relative;
  }

  .blog-im {
    width: 100%;
    margin-top: 20px;
  }

  .bl-head {
    margin-top: 0;
  }

  .columns-2 {
    flex-flow: column;
  }

  .blog-list-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .blog-border {
    border-top-style: none;
  }

  .border-right {
    border-top-style: none;
    border-right-style: none;
  }

  .categories-box.mob-none {
    display: none;
  }

  .blog-list-li {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: block;
    overflow: auto;
  }

  .blog-li {
    float: none;
  }

  .categories-box-mobile {
    display: block;
  }

  .categories-box-mobile.d_none {
    display: none;
  }

  .blog-li-mobile {
    float: left;
  }

  .blog-list-li-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: -20px;
    display: flex;
    overflow: auto;
  }

  .blog-small-white {
    display: block;
  }

  .blog-im-det {
    width: 100%;
    margin-top: 20px;
  }

  .blog-border-border {
    border-top-style: none;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .det-title {
    margin-top: 0;
  }

  .there-div-2 {
    margin-top: 40px;
  }

  .circle_main {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .full-container-3.max-width {
    z-index: 2;
  }

  .ts-content-box {
    left: 30px;
    right: 30px;
  }

  ._w-cards-list-2 {
    top: 0;
  }

  .get-btn {
    display: none;
  }

  .login-btn-mobile {
    border-style: none;
    border-radius: 0;
    width: 15px;
    padding: 0;
    display: block;
  }

  .bg-11 {
    height: 10px;
  }

  .team-bg-top-2 {
    min-height: 50px;
    margin-top: 0;
    display: block;
  }

  .preloader-211 {
    opacity: 0;
  }

  .h-sec-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .dd_none {
    display: none;
  }

  .image-107 {
    float: right;
    width: 25%;
  }

  .mr-title-2 {
    font-size: 60px;
  }

  .dots_bg {
    position: relative;
  }

  .sticky-content-2 {
    top: 45%;
  }

  .mis-box-2 {
    padding-top: 140px;
  }

  .nimbus-title-2 {
    margin-top: 60%;
  }

  .dots_content_box {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .es-title {
    font-size: 25px;
  }

  .circle_div {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 79vh;
    margin-right: 0%;
    overflow: hidden;
  }

  .login-btn {
    display: none;
  }

  .normal-title-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .grid-53 {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sub-div-2 {
    margin-top: 220px;
    padding-left: 20px;
  }

  .bg-color {
    height: 100vh;
  }

  .testimonials-title {
    font-size: 42px;
    line-height: 42px;
  }

  .text-size-right {
    text-align: center;
  }

  .personalized {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .abs-sec-img {
    top: 20%;
  }

  .brand {
    width: 35%;
  }

  .small_circle {
    margin-left: auto;
    margin-right: auto;
  }

  .sec-video-2 {
    background-image: url('../../img/loginv2/mobile-bg.png');
    background-position: 50%;
    background-size: cover;
  }

  .third-title {
    font-size: 16px;
  }

  .c-card._3 {
    top: 280px;
  }

  .c-card._4 {
    top: 300px;
  }

  .c-card._2 {
    top: 260px;
  }

  .c-card._1 {
    top: 240px;
    overflow: hidden;
  }

  .tm_img.tm_2 {
    max-width: 600px;
    margin-top: 0;
  }

  .tm_img.tm_5 {
    margin-top: 0;
    margin-left: 10px;
  }

  .tm_img.tm_4 {
    margin-top: 60px;
  }

  .grid-sticky-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .link-block-11 {
    float: left;
    margin-top: -26px;
    margin-bottom: 26px;
  }

  .sub-title.text_left {
    font-size: 28px;
    font-weight: 500;
  }

  .image-108 {
    max-width: 160%;
  }

  .there-second-2 {
    margin-top: 0;
  }

  .mobile-dots {
    display: block;
  }

  .sticky-dots {
    position: relative;
    top: 0%;
  }

  .com_div {
    z-index: 9999;
    position: relative;
  }

  .mobile_bg {
    opacity: 1;
  }

  .grid-55 {
    padding: 100px 20px 180px;
  }

  .process-title-2 {
    font-size: 20px;
  }

  .text-size {
    text-align: center;
    margin-top: -10px;
    line-height: 54px;
  }

  .otf_box-2.swiper-slide {
    min-width: auto;
  }

  .team-section-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-96 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hormone_bg-2 {
    overflow: hidden;
  }

  .image-97 {
    display: none;
  }

  .banner-section-5 {
    z-index: 111;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .grid-56 {
    z-index: 11;
    grid-template-columns: 1fr;
    min-height: 75vh;
  }

  .es-box {
    width: 100%;
  }

  .nav-link.desk_none {
    display: block;
  }

  .faq-box-2 {
    padding-top: 20px;
  }

  .h-banner-left {
    margin-top: 125px;
  }

  .mb_para {
    color: #fff;
    margin-top: 10px;
  }

  .here-2 {
    padding-bottom: 60px;
    font-size: 30px;
  }

  .banner-container-2 {
    z-index: 11;
    background-image: none;
    background-size: auto;
  }

  .mb_title {
    color: #fff;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }

  .text-block-99 {
    font-size: 28px;
    line-height: 32px;
  }

  .es-img {
    text-align: center;
  }

  .path-title.bottom_pad {
    font-size: 60px;
    line-height: 60px;
  }

  .team-bg-2 {
    background-image: linear-gradient(#0000, #000 100%, #0000009e 100%, #000);
    min-height: 100px;
    margin-top: 30px;
    display: block;
    bottom: 0%;
  }

  .w_title {
    font-size: 60px;
    line-height: 60px;
  }

  .dots_content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .there-para-2 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .path-text {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .text-span-43 {
    font-size: 25px;
  }

  .faq-container-2 {
    float: left;
    width: 100%;
    max-width: none;
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tm-box.swiper-slide {
    border-radius: 24px;
    padding: 30px;
  }

  .testimonials-box.swiper.myswiper_new {
    margin-top: 0;
  }

  .path-section-2 {
    padding-top: 60px;
  }

  .new-video-pos {
    background-position: 85%;
  }

  .grid-57 {
    grid-template-columns: 1fr;
  }

  .path-right {
    padding: 30px 20px;
  }

  .h-banner-content-2 {
    z-index: 99;
    margin-top: 80px;
    position: relative;
  }

  .image-110 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-11 {
    clear: none;
  }

  .h-cont-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .new-section {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .life-section-2.min-height {
    min-height: auto;
    padding-bottom: 100px;
  }

  .mission-box-2.m_b_100 {
    overflow: hidden;
  }

  .nav-nimcore {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sec-video-third {
    background-image: url('../../img/loginv2/mobile-bg.png');
    background-position: 50%;
    background-size: cover;
  }

  .prs_abs {
    display: none;
  }

  .section-height {
    height: auto;
  }

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

  .hr_absc {
    height: 50px;
  }

  .right-text {
    max-height: 40px;
  }

  .columns-3 {
    flex-flow: row;
    display: block;
  }

  .nim-tight {
    margin-top: 20px;
  }

  .testimonials-men {
    padding-top: 0;
  }

  .image-98 {
    padding-bottom: 20px;
  }

  .pr_img-2 {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .thrive-section-2 {
    border-style: none;
  }

  .column-12 {
    text-align: center;
  }

  .thr-sub {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .new-video-men {
    background-position: 57%;
  }

  .text-block-103 {
    color: #fff;
  }

  .img_78787 {
    width: 119%;
    display: block;
  }

  .heading-33 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 50px;
    position: relative;
  }

  .right_img {
    width: 96%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .sec-stick-2 {
    padding-bottom: 40px;
  }

  .tabs {
    display: none;
  }

  .mens-tab {
    margin-top: 40px;
  }

  .grid-59 {
    z-index: 11;
    grid-template-columns: 1fr;
    min-height: 75vh;
  }

  .paragraph-20 {
    margin-top: 0;
  }

  .image-112 {
    width: 119%;
    display: none;
  }

  .columns-5 {
    flex-flow: column;
  }

  .footer_men {
    padding-bottom: 10px;
  }

  .no_col_pad {
    padding-left: 0;
    padding-right: 0;
  }

  .thrive-sticky-2 {
    z-index: 1;
    min-height: auto;
  }

  .trs_img {
    height: 50%;
    max-height: 200px;
  }

  .link_btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grad-full-2 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .tag_box {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .faq-container-3 {
    float: left;
    width: 100%;
    max-width: none;
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg_lottie_abs {
    inset: 50% 0% auto -9%;
  }

  .swiper-wrapper {
    float: left;
    width: 100%;
  }

  .para-abs-2 {
    margin-bottom: 20px;
    bottom: 2%;
  }

  .text-block-101 {
    width: 50%;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .thr-heading-2 {
    min-height: 90px;
    margin-top: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .bg_tab_abs {
    z-index: 0;
    inset: 80% 0% auto -21%;
  }

  .thrive-content-2 {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 55vh;
    position: absolute;
    inset: auto 0% 8%;
  }

  .tag_br {
    padding: 4px 8px;
    font-size: 10px;
  }

  .tag_br.white_bg {
    padding: 4px 8px 3px;
  }

  .bg_footer {
    inset: auto auto 0%;
  }

  .top-line {
    width: 25%;
  }

  .testimonials-title-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .br-product {
    margin-left: 0;
  }

  .bg_tab_abs-bottom {
    inset: auto auto -50% -150%;
  }

  .ans-title-2 {
    padding-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .grid-61 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .ns-img {
    float: none;
    width: 45%;
    margin-top: 60px;
    padding-bottom: 0;
  }

  ._w-cards-list-3 {
    top: 0;
  }

  .heading-34 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-col {
    text-align: center;
  }

  .tab_main_box {
    margin-bottom: 10px;
  }

  .path-section-men-2 {
    padding-top: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mx-div-2 {
    height: auto;
  }

  .paragraph-21 {
    margin-top: 0;
  }

  .lot-hide-2 {
    width: 150%;
    margin-left: -25%;
  }

  .thr-content-box {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .mx-section-2 {
    overflow: hidden;
  }

  .th_title_new {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .take-quiz-btn-2 {
    min-width: 180px;
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .swiper.my_swiper {
    display: block;
  }

  .image-101 {
    border-radius: 14px;
  }

  .text-block-104 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-sticky-2 {
    min-height: auto;
    margin-top: 60px;
  }

  .gradual-section-2 {
    min-height: auto;
    margin-top: 20px;
    overflow: hidden;
  }

  .login-btn-2 {
    display: none;
  }

  .c-card-men._6 {
    min-height: auto;
  }

  .paragraph-22 {
    min-height: 325px;
    padding-bottom: 0;
  }

  .prs_title-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .wom_bg {
    width: 50vh;
    top: 10vh;
    right: 0;
  }

  .prs_title_box-2 {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .test_container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg_women {
    inset: auto -30% 58% auto;
  }

  .women_bg1 {
    width: 30vh;
    height: 30vh;
  }

  .image-102 {
    margin-top: 40px;
  }

  .nav-link-2.desk_none {
    display: block;
  }

  .women-section {
    padding: 60px 10px;
  }

  .grid-63 {
    z-index: 11;
    grid-template-columns: 1fr;
    min-height: 75vh;
  }

  .grid-64 {
    grid-template-columns: 1fr;
  }

  .faq-container-4 {
    float: left;
    width: 100%;
    max-width: none;
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link_btn_women {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .new-video-women {
    background-position: 77%;
  }

  .login-box {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .new_h3 {
    font-size: 2.3rem;
  }

  .core_popup_img {
    background-position: 50% 0;
    width: 100%;
    height: auto;
  }

  .glp_bold {
    font-size: 1rem;
    font-weight: 700;
  }

  .popup_para {
    width: 357px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .core_banner_section {
    margin-top: 0;
  }

  .popup_head {
    width: auto;
    padding-top: 0;
  }

  .popup_wrapper {
    margin-top: 3rem;
  }

  .nimbus_paragraph {
    text-align: left;
    font-weight: 400;
  }

  .nimbus_paragraph.align_left {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .nimbus_paragraph.align_left.cenetr_align {
    font-size: .9rem;
    line-height: 1.2;
  }

  .poppup_grid {
    grid-column-gap: 15px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brown_core {
    font-size: 1rem;
  }

  .close_btn_wrapper {
    margin-bottom: 20px;
  }

  .layout-container {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-container.new_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .glp_points {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .core_banner_wrapper_popup {
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 40px;
  }

  .plan_block {
    grid-template-columns: 1fr;
  }

  .med_btn_block_popup {
    width: auto;
  }

  .core_banner_content_popup {
    padding-right: 60px;
  }

  .point_block_popup {
    margin-bottom: 1rem;
  }

  .glp_point {
    justify-content: flex-start;
  }

  .sub_copy_popup {
    width: auto;
    font-size: .8rem;
  }

  .popup-core-sustain {
    display: none;
  }

  .image-115 {
    max-width: 200px;
  }

  .link-top {
    float: left;
  }

  .about-popup {
    display: none;
  }

  .popup-cont {
    width: 80%;
    margin-top: 140px;
  }

  .bg-video-page-ab {
    display: none;
  }

  .background-video-8 {
    height: 90vh;
  }

  .menu-wrapper {
    padding-right: 10px;
  }

  .abs-vid {
    display: block;
  }

  .emd {
    display: none;
  }

  .mb_para_home {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    line-height: 29px;
  }

  .ut-title {
    font-size: 200px;
  }

  .sustain-abs2 {
    bottom: -52%;
    right: -27%;
  }

  .superscript-12 {
    font-weight: 400;
  }

  .breakcrumbs {
    display: none;
  }

  .breakcrumbs.nimcore {
    z-index: 99999;
    margin-top: 20px;
    display: block;
  }

  .pr-pages {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-108-copy {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .start-button.start-btn {
    width: 44%;
  }

  .full-container.swiper-container.first-swiper, .full-container.swiper-container.second-swiper {
    height: auto;
  }

  .banner-content.page-core {
    width: 100%;
    padding-right: 40px;
  }

  .banner-content.page-core.hair {
    bottom: 60px;
  }

  .banner-content.page-sustain, .banner-content.page-start {
    padding-right: 20px;
  }

  .footer-copy-txt-2 {
    font-size: 12px;
  }

  .grid-45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer_nimcore {
    padding-bottom: 10px;
  }

  .foo-list {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .foo-menu {
    width: 76%;
  }

  .foo-menu.w_70 {
    width: 100%;
  }

  .payment-block {
    margin-top: 40px;
  }

  .footer-box {
    margin-top: 0;
    padding: 20px;
  }

  .faq-box {
    padding-top: 20px;
  }

  .faq-section {
    padding: 10px 10px 0;
  }

  .more-desc-2 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-container {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_question {
    line-height: 1.2;
  }

  .faq-block-wrapper-new {
    width: auto;
  }

  .pr-title1-2 {
    padding-bottom: 20px;
  }

  .core_btn_block {
    margin-top: 20px;
  }

  .white-btn.mob-hide.gray-text.btn_width.show_btn {
    background-color: #ffffff1a;
    border-style: solid;
    border-radius: 100px;
    display: flex;
  }

  .offer-section {
    margin-top: 40px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .otf_box.swiper-slide {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .ot_flex.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .video_div {
    max-width: 80%;
  }

  .image-3 {
    width: 25px;
    height: 26px;
  }

  .sub-menu-box.img1.new-mobile {
    float: left;
  }

  .sub-menu-box.img2 {
    width: 300px;
  }

  .menu-container {
    margin-left: 0;
  }

  .mob-bottom {
    margin-bottom: 40px;
  }

  .hormone-list {
    padding-left: 0;
  }

  .grid-49 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .page-para {
    padding-right: 10px;
  }

  .bottle-img {
    bottom: -4%;
  }

  .top-page-title.core, .top-page-title.sustain, .top-page-title.hair {
    display: none;
  }

  .top-page-title.men {
    display: block;
  }

  .page-title-4 {
    font-weight: 600;
  }

  .core-content-box.m-w-400 {
    width: 100%;
    min-width: auto;
  }

  .core-abs {
    bottom: -50%;
  }

  .paragraph-6 {
    min-height: auto;
    padding-bottom: 0;
  }

  .prs_title_box {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .core-title {
    text-align: left;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .core-sub {
    text-align: left;
    margin-left: 0;
    font-weight: 400;
  }

  .banner-mobile-core {
    margin-left: 20px;
  }

  .image-5 {
    width: 70%;
  }

  .sustain-abs {
    bottom: -30%;
  }

  .core-new-abs {
    bottom: -24%;
    right: 9%;
  }

  .core-new-abs-core {
    bottom: -25%;
    right: -5%;
  }

  .core-bg {
    margin-left: 0;
    top: 0%;
    left: -35%;
  }

  .team-abs-text {
    font-size: 60px;
    line-height: 60px;
  }

  .blog-single-list {
    padding-top: 10px;
  }

  .blog-im {
    margin-top: 10px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .blog-list-box {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .blog-small-white {
    padding-top: 0;
  }

  .blog-im-det {
    margin-top: 10px;
  }

  .det-title {
    font-size: 24px;
  }

  .path_2 {
    font-size: 22px;
    line-height: 25px;
  }

  .there-div-2 {
    padding-bottom: 100px;
  }

  .grid-52 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-52.swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .ts-content-box {
    float: left;
    width: 84%;
    max-width: 100%;
    padding-top: 40px;
    position: absolute;
    inset: auto 30px 30px;
  }

  ._w-cards-list-2 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 10px 0;
  }

  .login-btn-mobile {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .faq-section-3 {
    padding: 10px 10px 0;
  }

  .image-107 {
    width: 50%;
  }

  .image-105 {
    width: 15px;
  }

  .mr-title-2 {
    font-size: 60px;
  }

  .test-1 {
    font-size: 14px;
  }

  .nimbus-title-2 {
    margin-top: 70%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .left-text {
    font-size: 56px;
  }

  .accordion_question-2 {
    line-height: 1.2;
  }

  .circle_div {
    width: 60vh;
    height: 60vh;
  }

  .normal-title-2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .sub-div-2 {
    margin-top: 220px;
    padding-left: 20px;
  }

  .testimonials-title {
    font-size: 60px;
    line-height: 60px;
  }

  .text-size-right {
    font-size: 40px;
    line-height: 55px;
  }

  .personalized {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .abs-sec-img {
    top: 30%;
  }

  .brand {
    width: 60%;
  }

  .third-title {
    line-height: 30px;
  }

  .c-card._3 {
    top: 260px;
  }

  .c-card._4 {
    top: 280px;
  }

  .c-card._2 {
    top: 240px;
  }

  .c-card._1 {
    top: 220px;
  }

  .third-video-new {
    height: 103vh;
  }

  .tm_img.tm_7 {
    margin-top: 40px;
  }

  .tm_img.tm_4 {
    margin-left: 20px;
  }

  .grid-sticky-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .link-block-11 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image-92 {
    width: 100%;
  }

  .image-108 {
    width: 230%;
    max-width: 230%;
  }

  .h-link-2 {
    width: 46%;
    padding: 10px 20px 9px;
  }

  .h-link-2:hover, .h-link-2.f_male:hover {
    background-color: #00000026;
  }

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

  .com_div {
    z-index: 9999;
    position: relative;
  }

  .grid-54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-55 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 60px 0 80px;
  }

  .text-size {
    font-size: 40px;
    line-height: 50px;
  }

  .otf_box-2.swiper-slide {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

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

  .text-block-96 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .hormone_bg-2 {
    overflow: hidden;
  }

  .banner-section-5 {
    z-index: 999;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .grid-56 {
    min-height: 75vh;
  }

  .faq-box-2 {
    padding-top: 20px;
  }

  .h-banner-left {
    margin-top: 50px;
  }

  .image-106 {
    padding-left: 0;
    padding-right: 0;
  }

  .here-2 {
    margin-top: 20px;
    padding-bottom: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
  }

  .banner-container-2 {
    background-image: none;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .more-desc-3 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .path-title.bottom_pad {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .team-bg-2 {
    min-height: 50px;
  }

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

  .there-para-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .foo-list-2 {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .faq-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tm-box {
    min-height: auto;
    padding: 20px 15px;
  }

  .tm-box.swiper-slide {
    z-index: 2;
    min-height: 450px;
  }

  .testimonials-box.swiper.myswiper_new {
    margin-top: 0;
  }

  .new-video-pos {
    background-position: 80%;
  }

  .grid-57 {
    grid-template-columns: 1fr;
  }

  .path-right {
    padding: 20px 10px 20px 20px;
  }

  .h-banner-content-2 {
    margin-top: 60px;
  }

  .nav-nimcore {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hr_absc {
    z-index: 9;
    height: 80px;
  }

  .right-text {
    max-height: 35px;
    padding-top: 3px;
  }

  .banner-btn-2 {
    z-index: 999;
    position: relative;
  }

  .testimonials-men.dd-nones {
    margin-top: 60px;
  }

  .image-98 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .grid-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .thr-sub {
    font-size: 14px;
    line-height: 22px;
  }

  .new-video-men {
    background-position: 55%;
  }

  .text-block-103 {
    font-size: 15px;
  }

  .grad-para-2 {
    padding-top: 10px;
  }

  .heading-33 {
    font-size: 36px;
    line-height: 36px;
  }

  .test-1-2 {
    font-size: 14px;
  }

  .sec-stick-2 {
    padding-bottom: 0;
  }

  .accordion_question-3 {
    line-height: 1.2;
  }

  .grid-59 {
    min-height: 75vh;
  }

  .paragraph-20 {
    min-height: 66px;
  }

  .footer_men {
    padding-bottom: 10px;
  }

  .image-111 {
    width: 15px;
  }

  .thrive-sticky-2 {
    z-index: 2;
  }

  .grid-60 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tag_box {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-page-body-2 {
    overflow: hidden;
  }

  .faq-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bg_lottie_abs {
    top: 80%;
    left: -74%;
  }

  .para-abs-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-101 {
    width: 60%;
    font-weight: 500;
  }

  .footer-copy-txt-3 {
    font-size: 12px;
  }

  .columns-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .thr-heading-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .bg_tab_abs {
    inset: 80% 0% auto -77%;
  }

  .thrive-content-2 {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 46vh;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 9%;
  }

  .tag_br {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-line {
    width: 20%;
  }

  .testimonials-title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .bg_tab_abs-bottom {
    inset: auto 47% -47% auto;
  }

  .ans-title-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-61 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .ns-img {
    float: none;
    width: 60%;
    margin-top: 60px;
    padding-bottom: 10px;
  }

  ._w-cards-list-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .more-desc-4 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    font-size: 55px;
    line-height: 50px;
  }

  .news-col {
    text-align: center;
  }

  .tab_main_box {
    border-radius: 6px;
    padding: 10px;
  }

  .path-section-men-2 {
    overflow: visible;
  }

  .foo-list-3 {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .thr-content-box {
    min-height: 260px;
    margin-top: 20px;
  }

  .mx-section-2 {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .swiper.my_swiper {
    z-index: 1;
    position: relative;
  }

  .thr-content {
    margin-top: 40px;
  }

  .text-block-104 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .sec-sticky-2 {
    min-height: auto;
  }

  .gradual-section-2 {
    z-index: 1;
    overflow: visible;
  }

  .banner-btn-3 {
    z-index: 999;
    position: relative;
  }

  .thrive-abs {
    position: absolute;
    inset: 0%;
  }

  .c-card-men._5, .c-card-men._1, .c-card-men._6, .c-card-men._2, .c-card-men._4, .c-card-men._3 {
    height: 96vh;
    top: 10px;
  }

  .paragraph-22 {
    min-height: 325px;
    padding-bottom: 20px;
  }

  .footer-copy-txt-4 {
    font-size: 12px;
  }

  .grid-62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .foo-list-4 {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

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

  .accordion_question-4 {
    line-height: 1.2;
  }

  .bg_women {
    opacity: .8;
    right: -70%;
  }

  .image-113 {
    width: 15px;
  }

  .women-page-body {
    overflow: hidden;
  }

  .grid-63 {
    min-height: 75vh;
  }

  .faq-container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .new-video-women {
    background-position: 71%;
  }

  .login-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .new_h3 {
    font-size: 2.3rem;
  }

  .core_popup_img {
    background-position: 50% 0;
    height: auto;
  }

  .glp_bold {
    line-height: 1.2;
  }

  .popup_para {
    width: auto;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .grid-11.aura_works {
    margin-bottom: 0;
  }

  .plan_glp_list {
    padding-right: 0;
  }

  .core_banner_section {
    width: 100%;
    margin-top: 0;
  }

  .popup_head {
    width: auto;
  }

  .popup_wrapper {
    width: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .nimbus_paragraph.align_left {
    font-size: 1rem;
    font-weight: 400;
  }

  .nimbus_paragraph.align_left.cenetr_align {
    font-size: 1rem;
    line-height: 1.2;
  }

  .poppup_grid {
    margin-top: 0;
  }

  .glp_points_block_popup {
    width: auto;
  }

  .brown_core {
    font-size: 1.125rem;
  }

  .close_btn_wrapper {
    margin-bottom: 10px;
    top: 20px;
  }

  .image-54 {
    display: block;
  }

  .layout-container, .layout-container.new_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .core_banner_wrapper_popup {
    align-items: flex-end;
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .med_btn_block_popup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .core_banner_content_popup {
    padding-right: 0;
  }

  .plan_content_block_popup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 1rem;
  }

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

  .glp_point {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .sub_copy_popup {
    font-size: 1rem;
  }

  .core_sustain_head {
    font-size: 1.8rem;
  }

  .popup-core-sustain {
    width: auto;
    display: none;
  }

  .background-video-8 {
    height: 88vh;
  }

  .ut-title {
    font-size: 180px;
  }

  .image-555 {
    width: 69%;
  }

  .sustain-abs2 {
    bottom: -30%;
    right: -12%;
  }

  .image7 {
    width: 70%;
  }

  .superscript-11 {
    font-size: 27px;
    font-weight: 400;
  }

  .breakcrumbs.nimcore {
    min-height: 50px;
    left: 20px;
  }

  .pr-pages {
    margin-top: 100px;
  }
}

#w-node-fd5e9338-966c-0542-0171-38df52595f6a-52595f0d {
  justify-self: end;
}

#w-node-_144e01ee-fe28-38ed-5482-73182a71ba78-7b5e3e60 {
  align-self: start;
}

#w-node-_144e01ee-fe28-38ed-5482-73182a71bb8e-7b5e3e60, #w-node-_144e01ee-fe28-38ed-5482-73182a71bb95-7b5e3e60 {
  place-self: auto;
}

#w-node-b126266a-76da-f552-d0a5-06937fc98530-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98552-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98574-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98595-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc985bc-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc985dd-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98609-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc9862f-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98650-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98670-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc98696-4b5eeb70, #w-node-b126266a-76da-f552-d0a5-06937fc986b6-4b5eeb70 {
  place-self: center;
}

#w-node-_2b1cb418-5056-21e5-e6a3-26c4c21bce35-c21bcde1 {
  justify-self: start;
}

#w-node-_2b1cb418-5056-21e5-e6a3-26c4c21bce43-c21bcde1 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_144e01ee-fe28-38ed-5482-73182a71ba58-7b5e3e60, #w-node-b126266a-76da-f552-d0a5-06937fc984ba-4b5eeb70, #w-node-_3051a67c-0970-3c00-6e7d-5dcbe906109b-537a688f {
    place-self: center start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fd5e9338-966c-0542-0171-38df52595f6a-52595f0d {
    justify-self: start;
  }

  #w-node-_144e01ee-fe28-38ed-5482-73182a71bbab-7b5e3e60 {
    order: -9999;
    place-self: center;
  }

  #w-node-_144e01ee-fe28-38ed-5482-73182a71bbb3-7b5e3e60, #w-node-_144e01ee-fe28-38ed-5482-73182a71bbba-7b5e3e60 {
    place-self: center;
  }

  #w-node-_2b1cb418-5056-21e5-e6a3-26c4c21bce35-c21bcde1 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_144e01ee-fe28-38ed-5482-73182a71ba58-7b5e3e60, #w-node-b126266a-76da-f552-d0a5-06937fc984ba-4b5eeb70 {
    align-self: end;
  }

  #w-node-_2b1cb418-5056-21e5-e6a3-26c4c21bce43-c21bcde1 {
    justify-self: start;
  }

  #w-node-_3051a67c-0970-3c00-6e7d-5dcbe906109b-537a688f {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_144e01ee-fe28-38ed-5482-73182a71ba58-7b5e3e60, #w-node-_144e01ee-fe28-38ed-5482-73182a71bbe1-7b5e3e60, #w-node-b126266a-76da-f552-d0a5-06937fc984ba-4b5eeb70, #w-node-_3051a67c-0970-3c00-6e7d-5dcbe906109b-537a688f {
    align-self: end;
  }
}


