@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}

html {
  padding-bottom: 0 !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #121212;
}

a, h1, h2, h3, h4, h5, h6, p, div, img, blockquote, figure, label {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.img-fluid {
  display: block;
  max-width: 100%;
}

.custom-container {
  padding: 0px 24px;
}

.sec-img {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.sec-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.step-btn {
  border: none;
  outline: none;
  background-color: #73B3DD;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.0143007em;
  padding: 16px;
  width: max-content;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: 0.4s all ease-in-out;
}
.step-btn svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 3px;
  margin-left: 32px;
}
.step-btn svg path {
  transition: 0.4s all ease-in-out;
}
.step-btn:hover {
  background-color: #fff;
  color: #73B3DD;
}
.step-btn:hover svg path {
  fill: #73B3DD;
}

.error {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E22336;
  padding: 16px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .error {
    padding: 12px 10px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.error svg {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.error p {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 1.5 !important;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .error p {
    font-size: 12px !important;
    margin-left: 8px;
  }
}

.header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header__wrap .logo {
  width: 100%;
  max-width: 108px;
  display: inline-block;
}
.header__wrap .logo a {
  display: inline-block;
}
.header__wrap-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__wrap-right .select-language {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__wrap-right .select-language {
    display: none;
  }
}
.header__wrap-right .select-language.active .select-language__option {
  display: block;
}
.header__wrap-right .select-language__input div {
  padding: 6px 16px;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  width: 100%;
  max-width: max-content;
  text-align: right;
  cursor: pointer;
}
.header__wrap-right .select-language__option {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 270px;
  max-height: 70vh;
  overflow-y: auto;
}
.header__wrap-right .select-language__option::after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header__wrap-right .select-language__option-content {
  background-color: #393939;
  position: relative;
  z-index: 2;
}
.header__wrap-right .select-language__option .option {
  width: 100%;
}
.header__wrap-right .select-language__option .option:hover {
  background-color: #757575;
}
.header__wrap-right .select-language__option .option.selected {
  background-color: #757575;
}
.header__wrap-right .select-language__option .option.selected span svg {
  display: block;
}
.header__wrap-right .select-language__option .option span {
  padding: 15px 15px 14px;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.0143007em;
  line-height: 1.7;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header__wrap-right .select-language__option .option span svg {
  width: 24px;
  height: 24px;
  display: none;
}
.header__wrap-right .select-language__option .option span a {
  color: #fff;
}

.header__wrap-right .hamburger-icon {
  cursor: pointer;
  margin-left: 24px;
}
.header__wrap-right .hamburger-icon svg {
  width: 18px;
  height: 18px;
}
.header__wrap-right .nav {
  background-color: #2A2A2A;
  padding: 24px 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100vh;
  transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
}
.header__wrap-right .nav.nav-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__wrap-right .nav.scroll-hidden {
  overflow-y: hidden;
}
.header__wrap-right .nav .close-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 12px;
}
.header__wrap-right .nav .close-icon svg {
  width: 100%;
  height: 100%;
}
.header__wrap-right .nav__body .main-nav {
  padding-top: 30px;
}
.header__wrap-right .nav__body .main-nav ul .select-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__wrap-right .nav__body .main-nav ul .select-menu {
    display: block;
  }
}
.header__wrap-right .nav__body .main-nav ul li {
  border-bottom: 1px solid #393939;
}
.header__wrap-right .nav__body .main-nav ul li a, .header__wrap-right .nav__body .main-nav ul li span {
  padding: 16px 24px 16px 40px;
  display: block;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.0143007em;
  line-height: 1.7;
}
.header__wrap-right .nav__body .main-nav ul li a:hover, .header__wrap-right .nav__body .main-nav ul li span:hover {
  background-color: #393939;
}
.header__wrap-right .nav__body .main-nav ul li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  cursor: pointer;
}
.header__wrap-right .nav__body .main-nav ul li span svg {
  width: 24px;
  height: 24px;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
  pointer-events: none;
  height: 100vh;
  background-color: #2A2A2A;
  padding: 12px 0 24px 0;
  width: 100%;
  overflow-y: auto;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu.sub-menu-open {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .nav-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 24px;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .nav-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .nav-title span {
  padding: 0;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .nav-title span svg {
  width: 24px;
  height: 24px;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .nav-title .close-icon {
  position: unset;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu ul {
  padding-top: 10px;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu ul li a:hover {
  background-color: #757575;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .sub-menu__select {
  padding-top: 10px;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .sub-menu__select .option span svg {
  display: none;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .sub-menu__select .option span:hover {
  background-color: #757575;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .sub-menu__select .option.selected {
  background-color: #757575;
}
.header__wrap-right .nav__body .main-nav ul li .sub-menu .sub-menu__select .option.selected svg {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

body.menu-open .menu-overlay::after {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

body.menu-open .progress-bar {
  z-index: -1;
}

.progress-bar {
  width: 100%;
  margin-top: 14px;
  position: relative;
}
.progress-bar__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.progress-bar__wrap button {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  outline: none;
  background-color: #393939;
  cursor: pointer;
  margin-right: 5px;
}
.progress-bar__wrap button svg {
  width: 20px;
  height: 20px;
}
.progress-bar__wrap .progress-bar__thumb {
  background-color: #393939;
  display: flex;
  height: 4px;
  position: relative;
  margin: 0px 3px;
  width: 100%;
}
.progress-bar__wrap .progress-bar__thumb-line {
  content: " ";
  position: absolute;
  background-color: #73B3DD;
  height: 4px;
  left: 0px;
  top: 0px;
  transition: 0.4s all ease-in-out;
}
.progress-bar__wrap p {
  font-family: "Inter", sans-serif;
  color: #dadada;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.000490774em;
  line-height: 1.33;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.steps form .step-detail {
  display: none;
}
.steps form .step-detail.is-open {
  display: block;
}
.steps form .step-detail {
  border: none;
  position: relative;
}
.steps form .step-detail .heading h1 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.39;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .steps form .step-detail .heading h1 {
    font-size: 34px;
  }
}
.steps form .step-detail .heading p {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.00622354em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .steps form .step-detail .heading p {
    font-size: 14px;
  }
}
.steps form .step-detail .heading h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.020903em;
}
@media only screen and (max-width: 991px) {
  .steps form .step-detail .heading h2 {
    font-size: 28px;
  }
}
.steps form .step-detail .heading span {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.00622354em;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .steps form .step-detail .heading span {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.steps form .step-detail .wrapper {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
.steps form .age-detail {
  padding: 176px 24px 100px;
  background: linear-gradient(to left, #2A2A2A, 1px, transparent 1px), linear-gradient(0deg, #2A2A2A, 1px, transparent 1px);
  background-color: transparent;
  background-size: 84px 84px;
  position: relative;
  margin: 0 -24px;
}
.steps form .age-detail::after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.95) 65.1%, rgb(18, 18, 18) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail {
    padding: 136px 24px 72px;
    background-size: 44px 44px;
  }
}
.steps form .age-detail .wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail .wrapper {
    width: 100%;
    max-width: 518px;
    margin: 0 auto;
  }
}
.steps form .age-detail .wrapper .heading p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail .wrapper .heading h1, .steps form .age-detail .wrapper .heading p {
    text-align: left;
  }
}
.steps form .age-detail .wrapper .heading h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .steps form .age-detail .wrapper .heading h1 {
    font-size: 34px;
    width: 100%;
    max-width: 360px;
  }
}
.steps form .age-detail .wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #8D8D8D;
}
.steps form .age-detail .steps__wrap {
  margin: 40px 0 92px;
  display: grid;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail .steps__wrap {
    margin: 64px 0px 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .steps form .age-detail .steps__wrap {
    margin: 40px 0 80px;
    grid-column-gap: 15px;
  }
}
.steps form .age-detail .steps__wrap .age-box {
  background-color: #1E1E1E;
}
.steps form .age-detail .steps__wrap .age-box:hover {
  background-color: #2a2a2a;
}
.steps form .age-detail .steps__wrap .age-box .age-input {
  display: none;
}
.steps form .age-detail .steps__wrap .age-box .age-label {
  position: relative;
  cursor: pointer;
}
.steps form .age-detail .steps__wrap .age-box .age-label figure {
  width: 100%;
  max-width: 154px;
  margin: 0 auto;
  position: relative;
  padding-top: 56.3%;
}
@media only screen and (max-width: 575px) {
  .steps form .age-detail .steps__wrap .age-box .age-label figure {
    padding-top: 151px;
  }
}
.steps form .age-detail .steps__wrap .age-box .age-label figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.steps form .age-detail .steps__wrap .age-box .age-label p {
  background-color: #393939;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.0143007em;
  line-height: 1.33;
  padding: 2px;
}
.steps form .age-detail__label-grp {
  margin-bottom: 16px;
}
.steps form .age-detail__label-grp input {
  display: none;
}
.steps form .age-detail__label-grp label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail__label-grp label {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.steps form .age-detail__label-grp label svg {
  width: 100%;
  max-width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .steps form .age-detail__label-grp label svg {
    position: relative;
    top: -3px;
    max-width: 28px;
    height: 28px;
  }
}
.steps form .age-detail__label-grp label .svg2 {
  display: none;
}
.steps form .age-detail__label-grp label span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #8D8D8D;
  margin-left: 5px;
}
.steps form .age-detail__label-grp label span a {
  color: #8D8D8D;
  text-decoration: underline;
}
.steps form .age-detail__label-grp label span a:hover {
  text-decoration: none;
}
.steps form .body-type {
  padding: 132px 0 100px;
}
@media only screen and (max-width: 991px) {
  .steps form .body-type {
    padding: 132px 0 30px;
  }
}
.steps form .body-type .wrapper {
  max-width: 470px;
}
@media only screen and (max-width: 991px) {
  .steps form .body-type .wrapper {
    max-width: 424px;
  }
}
.steps form .body-type .wrapper .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .steps form .body-type .wrapper .heading {
    margin-bottom: 24px;
  }
}
.steps form .body-type .box input {
  display: none;
}
.steps form .body-type .box label {
  border: 2px solid transparent;
  background-color: #1E1E1E;
  padding: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 168px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.steps form .body-type .box label:hover {
  background-color: #2a2a2a;
}
@media only screen and (max-width: 767px) {
  .steps form .body-type .box label {
    padding: 14px;
  }
}
.steps form .body-type .box label h3 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .steps form .body-type .box label h3 {
    margin-right: 10px;
  }
}
.steps form .body-type .box label span {
  width: 100%;
  max-width: 120px;
  align-self: flex-start;
  margin-left: auto;
  margin-top: -16px;
  margin-right: -16px;
}
.steps form .range-slider {
  height: 100vh;
  margin: 0 -24px;
  width: auto;
}
.steps form .range-slider__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1220px) {
  .steps form .range-slider__wrap {
    flex-direction: column;
  }
}
.steps form .range-slider__left {
  width: 100%;
  max-width: 50%;
  background: linear-gradient(to left, #2A2A2A, 1px, transparent 1px), linear-gradient(0deg, #2A2A2A, 1px, transparent 1px);
  background-color: transparent;
  background-size: 84px 84px;
  height: 100%;
  padding: 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1220px) {
  .steps form .range-slider__left {
    max-width: 100%;
    overflow: hidden;
    padding: 145px 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .steps form .range-slider__left {
    height: 50vh;
    min-height: 300px;
    background-size: 44px 44px;
  }
}
.steps form .range-slider__left-img {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1220px) {
  .steps form .range-slider__left-img {
    margin: 0px auto -150px;
  }
}
.steps form .range-slider__left-img::after {
  content: " ";
  position: absolute;
  background-image: url("../images/range-img-bg.svg");
  width: 370px;
  height: 717px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21%;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.steps form .range-slider__left-img figure {
  padding-bottom: 481px;
}
.steps form .range-slider__left-img figure img {
  object-fit: contain;
  object-position: center;
}
.steps form .range-slider__right {
  padding: 96px 64px 64px;
  background-color: #1E1E1E;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1220px) {
  .steps form .range-slider__right {
    max-width: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .steps form .range-slider__right {
    padding: 64px 20px 64px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .steps form .range-slider__right {
    padding: 64px 20px 145px;
  }
}
.steps form .range-slider__right .heading {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .steps form .range-slider__right .heading {
    margin-bottom: 80px;
  }
}
.steps form .range-slider__right .range-input {
  width: 100%;
  max-width: 442px;
  position: relative;
  line-height: 0;
}
.steps form .range-slider__right .range-input::before, .steps form .range-slider__right .range-input::after {
  position: absolute;
  top: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.00622354em;
  line-height: 1.5;
  padding: 3px 5px;
}
.steps form .range-slider__right .range-input::before {
  left: 0;
  content: attr(data-min);
}
.steps form .range-slider__right .range-input::after {
  right: 0;
  content: attr(data-max);
}
.steps form .range-slider__right .range-input input {
  width: 100%;
  position: relative;
  appearance: none;
}
.steps form .range-slider__right .range-input input::before {
  content: " ";
  position: absolute;
  background-image: linear-gradient(to left, #000, 1px, transparent 1px);
  background-size: 14.2857%;
  height: 8px;
  width: 100%;
  bottom: 0;
}
.steps form .range-slider__right .range-input input::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: #73B3DD;
  border-radius: 0;
}
.steps form .range-slider__right .range-input input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #73B3DD;
  border: 2px solid #000;
  cursor: pointer;
  height: 30px;
  width: 30px;
  transform: translateY(calc(-50% + 4px));
}
.steps form .range-slider__right .range-input #tooltip {
  display: flex;
  justify-content: center;
  min-width: 32px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: none;
  background-color: #393939;
  padding: 3px 8px;
  top: -50px;
}
.steps form .range-slider__right .range-input #tooltip span {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: -0.0143007em;
  line-height: 1.4;
}
.steps form .range-slider__right .range-input #tooltip::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 6px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 6px 0px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #393939;
}
.steps form .range-slider__right-btn {
  margin-top: 90px;
  width: 100%;
  max-width: 442px;
}
@media only screen and (max-width: 767px) {
  .steps form .range-slider__right-btn {
    max-width: 100%;
    background-color: #1E1E1E;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 16px;
  }
}
.steps form .range-slider__right-btn .step-btn {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .steps form .range-slider__right-btn .step-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .steps form .problem-areas {
    padding: 132px 0 120px;
  }
}
.steps form .problem-areas .steps__wrap .box label svg {
  width: 100%;
  max-width: 30px;
  height: 30px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .steps form .problem-areas .steps__wrap .box label svg {
    max-width: 25px;
    height: 25px;
  }
}
.steps form .problem-areas .steps__wrap .box label .svg2 {
  fill: #73B3DD;
  display: none;
}
.steps form .problem-areas .steps__wrap .box label span {
  margin-top: -23px;
}
@media only screen and (max-width: 767px) {
  .steps form .problem-areas .step__detail-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1E1E1E;
    padding: 16px;
    left: 0;
  }
}
.steps form .problem-areas .step__detail-btn .step-btn {
  margin-left: auto;
  margin-top: 40px;
  opacity: 0.5;
  pointer-events: none;
}
.steps form .problem-areas .step__detail-btn .step-btn.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  .steps form .problem-areas .step__detail-btn .step-btn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .steps form .currently-taking {
    padding: 132px 0 120px;
  }
}
.steps form .currently-taking .box label span {
  margin-top: 0;
}
.steps form .email-address .heading h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .steps form .email-address .heading h2 {
    margin-bottom: 15px;
  }
}
.steps form .email-address .heading p {
  font-size: 16px;
  text-transform: unset;
  text-align: left;
}
.steps form .email-address .form-grp input {
  border: 2px solid #73B3DD;
  padding: 15px;
  background-color: #fff;
  outline: none;
  color: #000;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  .steps form .email-address .form-grp input {
    font-size: 14px;
    padding: 13px 15px;
  }
}
.steps form .email-address .step__detail-btn {
  margin-top: 40px;
}
.steps form .email-address .step__detail-btn .step-btn {
  margin: 0 auto;
  text-transform: capitalize;
  max-width: 150px;
  width: 100%;
}
.steps form .email-address .step__detail-btn .step-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.steps form .email-address .email-error {
  font-family: "Inter", sans-serif;
  color: #E22336;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.steps form .age-detail__label-grp input:checked + label svg .svg2 {
  display: block;
}

.steps form .age-detail__label-grp input:checked + label svg .svg1 {
  display: none;
}

.steps form .body-type .box input:checked + label {
  border: 2px solid #73B3DD;
}

.steps form .body-type .box input:checked + label .svg2 {
  display: block;
}

.steps form .body-type .box input:checked + label .svg1 {
  display: none;
}

.banner {
  padding: 120px 0 80px;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: radial-gradient(65.29% 66.81% at 31.38% 37.3%, rgba(31, 147, 255, 0.34) 0%, rgba(30, 30, 30, 0) 100%), radial-gradient(88.46% 36.76% at 55.47% 63.24%, rgba(115, 179, 221, 0.45) 0%, rgba(255, 68, 0, 0) 100%), rgb(18, 18, 18);
}
.banner__wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .banner__wrap {
    flex-direction: column-reverse;
  }
}
.banner__wrap-left {
  width: 100%;
  max-width: 55%;
}
@media only screen and (max-width: 991px) {
  .banner__wrap-left {
    max-width: 767px;
  }
}
.banner__wrap-left h1 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .banner__wrap-left h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner__wrap-left h1 {
    font-size: 34px;
  }
}
.banner__wrap-left p {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .banner__wrap-left p {
    text-align: center;
  }
}
.banner__wrap-left .banner-btn {
  margin-top: 40px;
}
.banner__wrap-left .banner-btn .step-btn {
  width: 100%;
  max-width: 300px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .banner__wrap-left .banner-btn .step-btn {
    margin: 0 auto;
  }
}
.banner__wrap-left .banner-btn .step-btn svg {
  margin-left: 10px;
}
.banner__wrap-right {
  width: 100%;
  max-width: 40%;
}
@media only screen and (max-width: 991px) {
  .banner__wrap-right {
    max-width: 200px;
    margin-bottom: 40px;
  }
}
.success-message-overlay {
  color: #000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 15px;
  overflow-y: auto;
}
.success-box{
    background-color: #73B3DD;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
} 
.success-box p {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.00622354em;
    text-align: center;
    margin-bottom: 12px;
}  
.success-box p:last-child {
  margin-bottom: 0;
}
.success-box a {
  width: 100%;
  max-width: 400px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  color: #fff;
  padding: 16px 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.success-box a:hover {
  background-color: #ffff;
  color: #000;
}
body.body-overflow-hidden {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .success-box p {
      font-family: "Inter", sans-serif;
      color: #000;
      font-size: 14px;
      margin-bottom: 8px;
  } 
  #success-message {
    margin-top: 20px;
  }
  .success-box a {
    max-width: 300px;
    padding: 13px 20px;
    font-size: 18px;
    margin: 20px auto 0;
  }
}
.email-address img#selected-goal-product-image {
    max-width: 100%;
}
.steps form .step-detail .heading h2 span {
    font-size: inherit;
    display: inline;
    font-weight: 700;
}
/*# sourceMappingURL=custom.css.map */

/* 05-08-2024 changes start here  */

.steps form .body-type.email-address .wrapper {
  background-color: #1E1E1E;
  display: block;
  border-radius: 16px;
  width: 100%;
  max-width: 544px;
  padding: 28px;
}
.steps form .body-type.email-address .wrapper .heading h2, .steps form .body-type.email-address .wrapper .heading span, .steps form .body-type.email-address .wrapper .heading p {
  color: #fff;
}
.email-address .tab-content {
  margin-bottom: 30px;
}
.email-address .tab-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.email-address .tab-content ul li {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  opacity: 0.4;
  text-align: center;
  padding: 14px 28px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
}
.email-address .tab-content ul li.tab-active {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
.tab-content__detail.tab-active {
  display: block;
}
.tab-content__detail {
  width: 100%;
  padding: 14px 0 0;
  display: none;
}
.tab-content__detail .description p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.86;
  color: #fff;
  text-align: center;
}
.tab-content__detail .review {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.tab-content__detail .review svg {
  width: 86px;
  height: 14px;
  margin-right: 8px;
} 
.tab-content__detail .review p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.86;
  color: #fff;
  text-align: center;
}

.tab-content__detail-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-content__detail-wrap .box {
  width: 100%;
  max-width: 48.5%;
  border-radius: 5px;
  padding: 28px;
  background-color: #fff;
}
.tab-content__detail-wrap .box:nth-child(n+3) {
  margin-top: 14px;
}
.tab-content__detail-wrap .box__img {
  width: 100%;
  max-width: 38px;
  margin: 0 auto 5px;
}
.tab-content__detail-wrap .box__img img {
  object-fit: contain;
}
.tab-content__detail-wrap .box__text p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.86;
  color: #000;
  text-align: center;
}
.tab-content__detail-slider {
  width: 100%;
  position: relative;
}
.tab-content__detail-slider .box {
  border-radius: 5px;
  padding: 28px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
.tab-content__detail-slider .box h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.tab-content__detail-slider .box p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  width: 100%;
}
.tab-content__detail-slider .slick-arrow {
  width: 30px;
  height: 0;
  border: none;
  outline: none;
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.tab-content__detail-slider .prev-arrow {
  left: -32px;
  transform: scaleX(-1);
} 
.tab-content__detail-slider .next-arrow {
  right: -32px;
} 
.tab-content__detail-slider .slick-arrow svg {
  width: 30px;
  height: 25px;
  fill: #fff;
}

.sub-heading {
  margin-bottom: 10px;
}
.sub-heading span {
  display: block !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #73B3DD !important;
  text-align: center !important;
  margin-bottom: 5px !important;
}
.sub-heading h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:991px) {
  .sub-heading span {
    font-size: 12px !important;
  }
  .sub-heading h3 { 
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .email-address .tab-content ul li {
    padding: 12px 22px;
  }
  .tab-content__detail .description p {
    font-size: 14px;
    line-height: 1.5;
  }
  .tab-content__detail-slider .box {
    margin: 0;
  }
  .tab-content__detail-slider .box h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .tab-content__detail-slider .box p {
    font-size: 12px;
    line-height: 1.3;
  }
  .tab-content__detail .review svg {
    width: 70px;
    height: 12px;
  }
  .tab-content__detail .review p {
    font-size: 14px;
  }
  .tab-content__detail-wrap .box__text p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width:575px) {
  .tab-content__detail-wrap .box {
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .tab-content__detail-slider .box {
    padding: 15px;
  }
}
@media screen and (max-width:480px) {
  .email-address .tab-content ul li {
    font-size: 8px;
    padding: 12px 8px;
    width: 100%;
    max-width: 33.33%;
  }
}