span {
  font-weight: inherit;
}
.blue {
  color: var(--primary);
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  stroke: #000;
}
svg.spec {
  stroke: none;
  fill: #000;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.55;
  color: #000;
}
p,
a,
button {
  line-height: 1.75;
  color: #000;
}
span {
  line-height: 1.5;
  color: #000;
}
body {
  background-color: #fffdf8;
}
.btn-t1,
.btn-t2,
.btn-t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: background-color 200ms;
}
.btn-t1 .txt,
.btn-t2 .txt,
.btn-t3 .txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: -3px;
  transition: color 200ms;
}
.btn-t1 svg,
.btn-t2 svg {
  stroke: #fff;
  transition: stroke 200ms;
  margin-right: 4px;
}
.btn-t1 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.btn-t2 {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-t3 {
  background-color: transparent;
}
.btn-t3 .txt {
  color: var(--primary);
}
.btn-t3 svg {
  stroke: var(--primary);
  transition: stroke 200ms;
  margin-right: 4px;
}
.btn-t3 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.hero-sec > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  overflow: clip;
  gap: 48px;
  padding: 97px 0 62px 0;
  background-image: url("../images/hero-back-small.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.hero-sec .pic {
  position: relative;
  z-index: 1;
}
.hero-sec .pic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 760px;
  height: 490px;
  border-radius: 50%;
  background-color: #36e2f980;
  z-index: -1;
  filter: blur(139px);
}
.hero-sec .pic img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1145px;
}
.hero-sec .content {
  max-width: 720px;
  padding: 0 20px;
  z-index: 2;
}
.hero-sec .content h1 {
  font-size: 40px;
  font-weight: 930;
  color: var(--primary);
  text-align: center;
  margin-bottom: 24px;
}
.hero-sec .content .description {
  font-size: 1rem;
  text-align: center;
  margin: 0 21px 24px;
}
.hero-sec .content .hero-btns {
  display: flex;
  gap: 24px;
}
.hero-sec .content .hero-btns .cta {
  flex-basis: 50%;
  font-size: 16px;
  font-weight: bold;
}
.hero-sec .content .heading {
  position: relative;
  z-index: 1;
}
.hero-sec .content .heading .fp {
  width: 115px;
  height: auto;
  position: absolute;
  right: -75px;
  top: -80%;
  z-index: -1;
}
.hero-sec .content .heading .tag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #fff;
  top: -10px;
  left: 0;
  transform: rotate(-10deg) translateX(-83%);
  padding: 8px 16px;
  border-radius: 100vmax;
  z-index: -1;
}
.hero-sec .content .heading .tag span {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
}
.hero-sec .content .heading .tag svg {
  width: 20px;
  height: 20px;
  stroke: var(--secondary);
}
.hero-sec .back-img {
  position: absolute;
  width: 80px;
  height: auto;
  z-index: -1;
}
.hero-sec .back-img.i1 {
  top: 30%;
  right: 0;
  transform: rotate(-21deg);
}
.hero-sec .back-img.i2 {
  top: 10px;
  right: 60%;
  transform: rotate(13deg);
}
.hero-sec .back-img.i3 {
  width: 87px;
  top: 20%;
  left: 30px;
  transform: rotate(13deg);
}
.hero-sec .back-img.i4 {
  width: 115px;
  bottom: 10%;
  left: 20px;
}
.how-sec {
  padding: 120px 0;
  max-width: 100vw;
  overflow: clip;
}
.head-t1 {
  display: grid;
  place-items: center;
  gap: 8px;
  margin-bottom: 95px;
  padding: 0 20px;
}
.head-t1 .title {
  font-size: 20px;
  text-align: center;
}
.head-t1 .description {
  font-size: 14px;
  color: var(--blck);
  text-align: center;
}
.how-sec .steps {
  list-style-type: none;
}
.how-sec .step {
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.how-sec .step:last-child {
  margin-bottom: 0;
}
.how-sec .step::before {
  content: "";
  position: absolute;
  width: 842px;
  height: 510px;
  border-radius: 50%;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f99e361a;
  filter: blur(200px);
  z-index: -1;
}
.how-sec .step:nth-child(even)::before {
  right: -15%;
  left: initial;
}
.how-sec .step:nth-child(2)::before {
  background-color: #ead2bd4a;
}
.how-sec .step:nth-child(3)::before {
  background-color: #bdeaea4a;
}
.how-sec .step:nth-child(4)::before {
  background-color: #eae1bd3b;
}
.how-sec .step > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
}
.how-sec .step img {
  display: block;
}
.how-sec .step .content {
  display: flex;
  gap: 8px;
  max-width: 550px;
}
.how-sec .step .pic img {
  width: 201px;
  height: auto;
  border-radius: 16px;
  box-shadow: 5px -4px 4px 0 #00000026;
}
.how-sec .step:nth-child(even) .pic img {
  box-shadow: -5px 4px 4px 0 #00000026;
}
.how-sec .step .desc {
  padding: 14px 0;
}
.how-sec .step .desc h3 {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 8px;
}
.how-sec .step .desc p {
  font-size: 16px;
  color: var(--blck);
}
.how-sec .step .curve-img {
  position: absolute;
  width: 78%;
  height: auto;
  z-index: -1;
  right: 100px;
  bottom: 0;
  transform: translateY(100%);
}
.how-sec .step:last-child .curve-img {
  width: 40%;
  right: initial;
  left: 100px;
}
.awards-sec {
  padding: 48px 0;
  background-image: url("../images/award-back.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100vw;
  overflow: clip;
}
.awards-sec > .container {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 20px;
}
.awards-sec .award-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.awards-sec .award-info .pic {
  flex-basis: 50%;
  max-width: 465px;
}
.awards-sec .award-info .pic img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.awards-sec .award-info .content {
  flex-basis: 50%;
  max-width: 540px;
}
.awards-sec .award-info .title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.awards-sec .award-info .content p {
  font-size: 1rem;
  color: var(--blck);
}
.awards-sec .awards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  margin: 80px 0 32px;
}
.awards-sec .awards .award {
  flex-basis: 33%;
}
.awards-sec .award > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 10px 0 #3232321c;
  background-image: url("../images/noise-back.webp");
}
.awards-sec .award .txt {
  max-width: 168px;
  font-size: 16px;
  font-weight: bold;
}
.awards-sec .award .pic img {
  display: block;
  width: auto;
  height: 98px;
  transform: scale(1.7) translate(12%, -15%);
}
.awards-sec .award:first-child .pic img {
  height: 126px;
  transform: scale(1.65) translate(6%, -26%);
}
.awards-sec .award .num {
  position: absolute;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  bottom: -16px;
  right: 26px;
  background-color: #ed6234;
  box-shadow: 1px 0 4px 0 #00000042;
}
.awards-sec .award .num span {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: -5px;
  color: #fff;
}
.awards-sec .cta {
  max-width: 560px;
  margin: 0 auto;
}
.awards-sec .cta .txt {
  font-size: 16px;
  font-weight: bold;
}
.video-sec {
  padding: 120px 0 80px;
}
.video-sec > .container {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-sec .content {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 48px;
}
.video-sec .content .introduction-text p {
  margin-bottom: 24px;
  font-size: 16px;
}
.video-sec header {
  margin-bottom: 0;
}
.video-sec header .title {
  font-size: 20px;
  margin-bottom: 24px;
}
.video-sec .content .video {
  width: 50%;
  flex-shrink: 0;
}
.video-sec .content .video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.video-sec .content .cta .txt {
  font-size: 16px;
  font-weight: bold;
}
.gallery-sec {
  padding: 120px 0;
}
.gallery-sec > .container {
  max-width: 1186px;
  padding: 0 20px;
  margin: 0 auto;
}
.gallery-sec header {
  margin-bottom: 0;
}
.gallery-sec .gallery {
  display: flex;
  gap: 20px;
  list-style-type: none;
  overflow-x: auto;
  padding: 24px 0;
}
.gallery-sec .card {
  min-width: 270px;
  height: 408px;
  width: calc(25% - 15px);
  perspective: 1000px;
  user-select: none;
}
.gallery-sec .card > .container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 250ms;
  transform-style: preserve-3d;
}
.gallery-sec .card:hover > .container {
  transform: rotateY(180deg);
}
.gallery-sec .card .front,
.gallery-sec .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: clip;
  backface-visibility: hidden;
}
.gallery-sec .card .front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-sec .card .front svg {
  position: absolute;
  top: 8px;
  left: 8px;
  stroke: #fff;
}
.gallery-sec .card .back {
  transform: rotateY(180deg);
  background-image: linear-gradient(
    -45deg,
    #bcfcfe,
    #f3f9f4 45%,
    #f3f9f4 55%,
    #fcdfc1
  );
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  height: 100%;
}
.gallery-sec .card .back .profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.gallery-sec .card .back .profile img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.gallery-sec .card .back .profile .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery-sec .card .back .profile .info .name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.gallery-sec .card .back .profile .info .job {
  font-size: 12px;
  color: var(--blck);
}
.gallery-sec .card .back .text {
  font-size: 14px;
  flex-grow: 1;
}
.gallery-sec .card .back .cta {
  height: 40px;
}
.gallery-sec .card .back .cta .txt {
  font-size: 16px;
  margin-bottom: -2px;
}
.gallery-sec .card .back .blank-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  stroke: #000;
}
.custom-scroller-indicator-js {
  width: 70px;
  height: 7px;
  background-color: #d9d9d9;
  border-radius: 10px;
  margin: 14px auto 0;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.custom-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--secondary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.custom-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.gallery-sec .custom-scroller-indicator-js {
  margin: 0 auto;
}
.quiz-sec {
  position: relative;
  padding: 48px 0 64px;
  background-image: url(../images/hero-back-small.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100vw;
  overflow: clip;
  z-index: 1;
}
.quiz-sec > .container {
  padding: 0 16px;
  max-width: 752px;
  margin: 0 auto;
}
.quiz-sec header h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px 0;
}
.quiz-sec header p {
  font-size: 14px;
  color: var(--blck);
  text-align: center;
}
.quiz-sec header {
  margin: 0 0 24px 0;
}
.quiz-sec .master {
  margin: 30px 0 0;
}
.quiz-sec .master .btns {
  display: flex;
  gap: 1rem;
}
.quiz-sec .master .btns button {
  width: 36%;
}
.quiz-sec .master .btns .next {
  margin: 0 auto 0 0;
}
.quiz-sec .master .btns .next:disabled {
  background-color: #d1d5db;
  border-color: #d1d5db;
}
.quiz-sec .master .btns .next:disabled .txt {
  color: #A0ACB9;
}
.quiz-sec .master .btns .next:disabled svg {
  stroke: #A0ACB9;
}
.quiz-sec .master .btns button .txt {
  font-size: 15px;
  font-weight: bold;
}
.quiz-sec .master .btns button svg,
.quiz-sec[data-stage="0"] .master .btns .prev {
  display: none;
}
.quiz-sec[data-stage="0"] .master .btns .next {
  width: 44%;
  margin: 0 auto;  
}
.quiz-sec[data-stage="0"] .master .btns .next svg {
  display: inline-block;
}
.quiz-sec .stages {
  display: grid;
  grid-template-areas: "stack";
}
.quiz-sec .stages > .stage {
  display: none;
  grid-area: stack;
}
.quiz-sec[data-stage="0"] .stage.st0,
.quiz-sec[data-stage="1"] .stage.st1,
.quiz-sec[data-stage="2"] .stage.st2,
.quiz-sec[data-stage="3"] .stage.st3,
.quiz-sec[data-stage="4"] .stage.st4 {
  display: block;
}
.quiz-sec .stage[data-animation="fadeOutL"] {
  animation: fadeOutL 200ms;
}
.quiz-sec .stage[data-animation="fadeOutR"] {
  animation: fadeOutR 200ms;
}
.quiz-sec .stage[data-animation="fadeInL"] {
  animation: fadeInL 200ms;
}
.quiz-sec .stage[data-animation="fadeInR"] {
  animation: fadeInR 200ms;
}
.quiz-sec .stage > .container {
  padding: 24px 20px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../images/noise-back.webp");
}
.quiz-sec .stage .title {
  font-size: 19px;
  color: var(--primary);
  margin-bottom: 1rem;
}
.quiz-sec .stage .description {
  font-size: 14px;
  color: var(--blck);
}
.quiz-sec .stage .s-options {
  margin-top: 24px;
}
.quiz-sec .stage[data-stage="0"] .gender .holder {
  display: flex;
  gap: 1rem;
}
.inp-t2 {
  display: flex;
  align-items: center;
}
.inp-t2 > .txt {
  font-size: 14px;
  padding-right: 11px;
}
.gfields-t1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.field-t1 {
  display: flex;
  flex-direction: column;
}
.field-t1 .lbl {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
.field-t1 .required {
  color: red;
}
.field-t1 .error {
  display: none;
  font-size: 12px;
  color: #B2001A;
  margin-top: 8px;
}
.field-t1.err .error {
  display: inline;
}
.inp-t1 {
  width: 100%;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  outline: 1px solid #D1D5DB;
  border: none;
}
.inp-t1:focus {
  outline-color: var(--primary);
  outline-width: 2px;
}
.inp-t1.err {
 outline-color: #FF2200;
 outline-width: 1px;
}
.quiz-sec > .back-img {
  position: absolute;
  width: 110px;
  height: auto;
  transition: inset 200ms;
  z-index: -1;
}
.quiz-sec:where([data-stage="0"], [data-stage="2"]) > .p1,
.quiz-sec:where([data-stage="1"], [data-stage="3"]) > .p2,
.quiz-sec[data-stage="4"] > .p3 {
  transition-delay: 200ms;
}
.quiz-sec > .i1 {
  top: 44px;
  right: -150px;
}
.quiz-sec > .i1.p2 {
  width: 90px;
  transform: rotate(14deg);
}
.quiz-sec > .i1.p3 {
  width: 90px;
  rotate: -18deg;
}
.quiz-sec:where([data-stage="0"], [data-stage="2"]) .i1.p1 {
  right: -40px;
}
.quiz-sec:where([data-stage="1"], [data-stage="3"]) .i1.p2 {
  right: -10px;
}
.quiz-sec[data-stage="4"] .i1.p3 {
  right: -10px;
}
.quiz-sec > .i2 {
  bottom: 20px;
  right: -150px;
  transform: rotate(20deg);
}
.quiz-sec > .i2.p2 {
  width: 80px;
}
.quiz-sec:where([data-stage="0"], [data-stage="2"]) .i2.p1 {
  right: -40px;
}
.quiz-sec:where([data-stage="1"], [data-stage="3"]) .i2.p2 {
  right: -30px;
}
.quiz-sec[data-stage="4"] .i2.p3 {
  right: -30px;
}
.quiz-sec > .i3 {
  width: 90px;
  top: 4px;
  left: -150px;
  transform: rotate(-20deg);
}
.quiz-sec > .i3.p2 {
  width: 110px;
}
.quiz-sec:where([data-stage="0"], [data-stage="2"]) .i3.p1 {
  left: 8px;
}
.quiz-sec:where([data-stage="1"], [data-stage="3"]) .i3.p2 {
  left: 8px;
}
.quiz-sec[data-stage="4"] .i3.p3 {
  top: 100px;
  left: 8px;
}
.quiz-sec > .i4 {
  width: 90px;
  bottom: 80px;
  left: -150px;
}
.quiz-sec > .i4.p2 {
  transform: rotate(16deg);
}
.quiz-sec > .i4.p3 {
  width: 90px;
  rotate: 14deg;
}
.quiz-sec:where([data-stage="0"], [data-stage="2"]) .i4.p1 {
  left: -40px;
}
.quiz-sec:where([data-stage="1"], [data-stage="3"]) .i4.p2 {
  left: -10px;
}
.quiz-sec[data-stage="4"] .i4.p3 {
  bottom: 100px;
  left: -30px;
}
.quiz-sec .st1 .progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto 81px;
}
.quiz-sec .st1 .progress .bar {
  position: absolute;
  width: calc(100% - 20px);
  height: 16px;
  top: 16px;
  right: 10px;
  border-radius: 100vmax;
  background-color: #D9D9D9;
}
.quiz-sec .st1 .progress .bar .value {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: 100vmax;
  background-image: linear-gradient(to right,#0066FF, #042A63);
  transition: width 200ms;
}
.quiz-sec .st1 .progress .point {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.quiz-sec .st1 .progress .point .txt {
  position: absolute;
  display: none;
  font-size: 14px;
  text-align: center;
  color: #6E7A86;
  bottom: 0;
  right: 50%;
  transform: translate(50%, calc(100% + 8px));
  max-width: 116px;
  width: 116px;
}
.quiz-sec .st1 .progress .point .view {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 4px solid #fff;
  background-color: #D1D5DB;
}
.quiz-sec .st1 .progress .point .view svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}
.quiz-sec .st1 .progress .point .view .percent {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -3px;
  color: #fff;
}
.quiz-sec .st1 .progress .point.active .view {
  background-color: var(--primary);
  border-color: #A0C6FF;
}
.quiz-sec .st1 .progress .point.current .txt {
  display: inline;
}
.quiz-sec .stage.st1 .title {
  font-size: 18px;
  color: #000;
}
.radio-t1 button {
  display: block;
  width: 100%;
}
.radio-t1 button label {
  display: flex;
  width: 100%;
  height: 56px;
  padding: 0 22px;
  align-items: center;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background-color: #FBFBFB;
  cursor: pointer;
  margin-bottom: 0;
}
.radio-t1:where(.checked, :hover) button label {
  border-color: var(--primary);
  background-color: #EDF4FF;
}
.radio-t1 input {
  display: none !important;
}
.radio-t1 button label .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d1d5db;
  margin-left: 22px;
}
.radio-t1 button label input:checked ~ .marker {
  position: relative;
  background-color: var(--primary);
  border: 4px solid #EDF4FF;
  outline: 1px solid #fff;
}
.radio-t1 button label .text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.radio-t1 button label .text {
  text-align: right;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.radio-t1 button label input:checked ~ .text {
  color: var(--primary);
}
.s-options .radio-t1 + .radio-t1 {
  margin-top: 16px;
}
.st1 .questions {
  display: grid;
  grid-template-areas: "q";
}
.st1 .questions > .q {
  display: none;
  grid-area: q;
}
.st1 .questions .q.current {
  display: block;
}
.st1 .questions .q[data-animation="fadeOutL"] {
  animation: fadeOutL 200ms;
}
.st1 .questions .q[data-animation="fadeOutR"] {
  animation: fadeOutR 200ms;
}
.st1 .questions .q[data-animation="fadeInL"] {
  animation: fadeInL 200ms;
}
.st1 .questions .q[data-animation="fadeInR"] {
  animation: fadeInR 200ms;
}
.holder-t2 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.quiz-sec .st3 h3.title {
  font-size: 28px;
  text-align: center;
}
.quiz-sec .st3 .description {
  text-align: center;
  color: #000;
}
.quiz-sec .st3 .loading-gif {
  position: relative;
  max-width: 300px;
  width: 80%;
  height: auto;
  display: block;
  margin: 24px auto;
  mix-blend-mode: multiply;
  z-index: 2;
}
.loader {
  width: 32px;
  height: 32px;
  border: 5px solid var(--primary);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.quiz-sec .st3 .spinner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.quiz-sec .st3 .spinner-text .txt {
  font-weight: 600;
  font-size: 16px;
}
.quiz-sec[data-stage="3"] .master,
.quiz-sec[data-stage="4"] .master {
  display: none;
}
.quiz-sec .st3 > .container {
  position: relative;
}
.quiz-sec .st3 .b-img {
  width: 74px;
  height: auto;
  position: absolute;
}
.quiz-sec .st3 .b-img.b1 {
  width: 58px;
  top: 30%;
  right: 20%;
  rotate: -16deg;
}
.quiz-sec .st3 .b-img.b2 {
  bottom: 26%;
  right: 14%;
  rotate: 18deg;
}
.quiz-sec .st3 .b-img.b3 {
  top: 34%;
  left: 14%;
  rotate: -18deg;
}
.quiz-sec .st3 .b-img.b4 {
  width: 44px;
  bottom: 16%;
  left: 17%;
  rotate: -24deg;
}
.quiz-sec .st4 .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
.quiz-sec .st4 .result-pic > .container {
  position: relative;
  width: 100%;
  height: 356px;
  background-image: url('../images/gallery-item2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  border-radius: 16px;
  overflow: clip;
}
.quiz-sec .st4 .result-pic > .container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 100%, 0.36);
  backdrop-filter: blur(18px);
}
.quiz-sec[data-state="show"] .st4 .result-pic > .container::before {
  background-color: transparent;
}
.quiz-sec .st4 .result-pic img.result {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  margin: 0 auto;
}
.quiz-sec[data-state="def"] .st4 .result-pic img.result {
  display: none;
}
.quiz-sec .st4 .result-pic .unsee {
  display: flex;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quiz-sec[data-state="show"] .st4 .result-pic .unsee {
  display: none;
}
.quiz-sec .st4 .result-pic .unsee .icon {
  width: 48px;
  height: 48px;
  stroke: #fff;
  margin-bottom: 24px;
}
.quiz-sec .st4 .result-pic .unsee .txt {
  font-size: 18px;
  font-weight: bold;
  max-width: 320px;
  text-align: center;
  margin-bottom: 1rem;
}
.quiz-sec .st4 .result-pic .unsee .register-petboom {
  font-size: 14px;
  color: #000;
}
.quiz-sec .st4 .action-btns {
  display: flex;
  gap: 1rem;
  margin-top: 24px;
}
.quiz-sec .st4 .action-btns .btn {
  flex-grow: 1;
}
.quiz-sec .st4 .action-btns .btn svg {
  width: 20px;
  height: 20px;
}
.quiz-sec .st4 .action-btns .btn .txt {
  font-weight: bold;
  font-size: 15px;
}
.quiz-sec .st4 .btn:disabled {
  background-color: #D1D5DB;
  border-color: #D1D5DB;
  color: #A0ACB9;
}
.quiz-sec .st4 .btn:disabled .txt {
  color: #A0ACB9;
}
.quiz-sec .st4 .btn:disabled svg {
  stroke: #A0ACB9;
}
.quiz-sec .st4 .ref-code {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
}
.quiz-sec .st4 .ref-code .txt {
  font-size: 14px;
  font-weight: bold;
  color: #ED6234;
}
.quiz-sec .st4 .ref-code .code {
  display: flex;
  align-items: center;
}
.quiz-sec .st4 .ref-code .code .cr {
  font-size: 12px;
  color: #494952;
  margin-left: 4px;
}
.quiz-sec[data-state="show"] .st4 .ref-code .code .register-petboom {
  display: none;
}
.quiz-sec .st4 .ref-code .code .register-petboom {
  font-size: 12px;
  color: #494952;
}
.quiz-sec .st4 .ref-code .code .refral-code {
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: var(--primary);
}
.quiz-sec .st4 .ref-code .code .copy-code {
  display: none;
  margin-right: 4px;
}
.quiz-sec[data-state="show"] .st4 .ref-code .code .copy-code,
.quiz-sec[data-state="show"] .st4 .ref-code .code .refral-code {
  display: flex;
}
.quiz-sec .st4 .ref-code .code .copy-code svg {
  width: 20px;
  height: 20px;
  stroke: #494952;
}
.quiz-sec .st4 .friend-ref {
  margin-top: 24px;
}
.quiz-sec .st4 .friend-ref .holder {
  display: flex;
  gap: 16px;
}
.quiz-sec .st4 .friend-ref .holder input {
  width: 0;
  flex-grow: 1;
}
.quiz-sec .st4 .friend-ref .holder button {
  height: 40px;
  padding: 6px 24px;
}
.quiz-sec .st4 .friend-ref .holder button .txt {
  font-size: 16px;
}
.quiz-sec .st4 .friend-ref .descript {
  font-size: 14px;
  margin-top: 8px;
  color: var(--blck);
}
.modal.login {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 488px;
  border-radius: 16px;
  background-color: #fff;
}
.modal.login > .container {
  position: relative;
  padding: 72px 24px 48px;
}
.modal.login .logo img {
  display: block;
  margin: 0 auto 24px;
}
.modal.login .description {
  font-size: 16px;
  font-weight: bold;
  color: var(--blck);
  margin-bottom: 1rem;
}
.modal.login .inp-t1 {
  border-radius: 8px;
  background-color: #F2F7FF;
  outline: none;
  padding: 12px 16px;
}
.modal.login .btn-t1 {
  width: 100%;
  margin-top: 24px;
  border-radius: 16px;
}
.modal.login .btn-t1 .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.modal.login .policy {
  font-size: 14px;
  text-align: center;
  margin-top: 1rem;
  color: #000;
}
.modal.login .policy a {
  color: var(--primary);
}
.modal.login .close {
  position: absolute;
  top: 8px;
  left: 1rem;
}
.modal.login .close svg {
  width: 32px;
  height: 32px;
  stroke: #686871;
}
.modal.login .otp-step,
.modal.login .number {
  display: none;
}
.modal.login[data-state="num"] .number {
  display: block;
}
.modal.login[data-state="otp"] .otp-step {
  display: block;
}
.otp-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.otp-description p {
  font-size: 14px;
  line-height: 1.7;
  color: #171637;
}
.otp-description button {
  font-size: 12px;
  color: var(--primary);
}
.otp-field {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 24px auto 8px;
}
.otp-digit-inp {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  outline: transparent;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.otp-digit-inp:focus {
  border: 2px solid var(--primary);
}
.otp-digit-inp.valid {
  border: 2px solid var(--primary);
}
.otp-digit-inp.disable {
  opacity: 0.5;
}
#resend-otp {
  display: flex;
  align-items: center;
  margin: 24px auto 0;
  font-size: 14px;
  color: var(--primary);
}
#resend-otp svg {
  fill: var(--primary);
  stroke: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#resend-otp .timer {
  display: none;
  margin-right: 4px;
}
#resend-otp:disabled .timer {
  display: inline-block;
}
@media (hover: hover) {
  .btn-t1:hover .txt {
  color: var(--primary);
  }
  .btn-t1:hover {
    background-color: transparent;
  }
  .btn-t1:hover svg {
  stroke: var(--primary);
  }
  .btn-t1:hover svg.spec {
    stroke: none;
    fill: var(--primary);
  }
  .btn-t2:hover {
  background-color: transparent;
  }
  .btn-t2:hover .txt {
    color: var(--secondary);
  }
  .btn-t2:hover svg {
    stroke: var(--secondary);
  }
  .btn-t2:hover svg.spec {
    stroke: none;
    fill: var(--secondary);
  }
  .btn-t3:hover {
    background-color: var(--primary);
  }
  .btn-t3:hover .txt {
    color: #fff;
  }
  .btn-t3:hover svg {
    stroke: #fff;
  }
  .btn-t3:hover svg.spec {
    stroke: none;
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .mb {
    display: none !important;
  }
  .st2 .gfields-t1 > .wide {
    grid-column: span 2;
  }
  .quiz-sec .st4 .action-btns .btn {
    flex-basis: 50%;
  }
}
@media (max-width: 910px) {
  .how-sec .step .curve-img {
    display: none;
  }
  .awards-sec .awards {
    flex-direction: column;
    align-items: stretch;
    gap: 56px;
  }
  .awards-sec .award .txt {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .hero-sec .pic {
    width: 100%;
  }
  .hero-sec .back-img {
    width: 48px;
  }
  .hero-sec .back-img.i1 {
    top: initial;
    bottom: 280px;
    right: -15px;
  }
  .hero-sec .back-img.i2 {
    top: 6px;
    right: initial;
    left: 30px;
  }
  .hero-sec .back-img.i3 {
    width: 40px;
    top: 230px;
    left: -15px;
  }
  .hero-sec .back-img.i4 {
    width: 50px;
    bottom: 6px;
    left: 6px;
  }
  .hero-sec > .container {
    padding: 56px 0 63px;
  }
  .hero-sec .content h1 {
    font-size: 24px;
    font-weight: bold;
  }
  .hero-sec .content .heading .tag {
    top: 46px;
    left: 4px;
    padding: 6px 10px;
    transform: rotate(-10deg);
  }
  .hero-sec .content .heading .tag span {
    font-size: 14px;
  }
  .hero-sec .content .heading .tag svg {
    width: 12px;
    height: 12px;
  }
  .hero-sec .content .heading .fp {
    width: 48px;
    height: 94px;
    right: 0;
    top: -20px;
  }
  .hero-sec .content .description {
    font-size: 14px;
  }
  .hero-sec .content .hero-btns {
    flex-direction: column;
  }
  .hero-sec .content .hero-btns .cta {
    height: 44px;
    flex-basis: initial;
  }
  .hero-sec .pic::before {
    display: none;
  }
  .how-sec .step .emoji {
    display: none;
  }
  .how-sec .step > .container {
    justify-content: center;
  }
  .how-sec .step::before {
    width: 610px;
    height: 340px;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(180px);
  }
  .how-sec .step .content {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .how-sec {
    padding: 60px 0;
  }
  .head-t1 {
    margin-bottom: 24px;
  }
  .how-sec .step .desc h3 {
    font-size: 16px;
    text-align: center;
  }
  .how-sec .step .desc p {
    font-size: 14px;
    text-align: center;
  }
  .how-sec .step {
    margin-bottom: 56px;
  }
  .how-sec .step .content .pic {
    order: 1;
  }
  .how-sec .step .content .desc {
    order: 2;
  }
  .awards-sec .award-info {
    flex-direction: column;
    align-items: initial;
    gap: 24px;
  }
  .awards-sec .award-info .pic {
    max-width: 100%;
    order: 2;
  }
  .awards-sec .award-info .content {
    order: 3;
  }
  .awards-sec .award-info .title {
    margin: initial;
  }
  .video-sec {
    padding: 60px 0 40px;
  }
  .video-sec .content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .video-sec .content .video {
    width: 100%;
  }
  .video-sec .content p {
    font-size: 14px;
    text-align: justify;
  }
  .gallery-sec header .title {
    font-size: 19px;
  }
  .gallery-sec header .description {
    font-size: 12px;
  }
  .gallery-sec {
    padding: 60px 0;
  }
  .gallery-sec .gallery {
    margin: 0 -20px 0 -20px;
  }
  .gallery-sec .card:first-child {
    margin-right: 20px;
  }
  .gallery-sec .card:last-child {
    margin-left: 20px;
  }
  .quiz-sec {
    padding: 48px 0 46px;
  }
  .quiz-sec .stage > .container {
    padding: 24px 16px;
  }
  .quiz-sec .stage .description {
    font-size: 12px;
  }
  .quiz-sec .stage .s-options, .st2 .s-options {
    grid-template-columns: repeat(1, 1fr);
  }
  .quiz-sec[data-stage="0"] .master .btns .next {
    width: 100%;
  }
  .quiz-sec .master .btns button .txt {
    font-size: 14px;
  }
  .quiz-sec .master {
    margin-top: 24px;
  }
  .quiz-sec .master .btns button svg {
    width: 20px;
    height: 20px;
  }
  .quiz-sec header h2 {
    font-size: 19px;
  }
  .quiz-sec header p {
    font-size: 12px;
  }
  .quiz-sec > .back-img {
    width: 48px !important;
  }
  .quiz-sec > .i1 {
    top: 16%;
    right: -100px;
  }
  .quiz-sec:where([data-stage="0"], [data-stage="2"]) .i1.p1 {
    right: -34px;
  }
  .quiz-sec[data-stage="2"] .i1.p2 {
    right: -34px;
  }
  .quiz-sec > .i2 {
    bottom: 5px;
    right: -100px;
    transform: rotate(20deg);
  }
  .quiz-sec:where([data-stage="0"], [data-stage="2"]) .i2.p1 {
    right: -24px;
  }
  .quiz-sec:where([data-stage="1"], [data-stage="3"]) .i2.p2 {
    right: -24px;
  }
  .quiz-sec[data-stage="4"] .i2.p3 {
    right: -20px;
  }
  .quiz-sec > .i3 {
    top: 10px;
    left: -100px;
    transform: rotate(-20deg);
  }
  .quiz-sec:where([data-stage="0"], [data-stage="2"]) .i3.p1 {
    left: -14px;
  }
  .quiz-sec:where([data-stage="1"], [data-stage="3"]) .i3.p2 {
    left: -14px;
  }
  .quiz-sec[data-stage="4"] .i3.p3 {
    top: 8px;
    left: -14px;
  }
  .quiz-sec > .i4 {
    bottom: 10px;
    left: -100px;
  }
  .quiz-sec:where([data-stage="0"], [data-stage="2"]) .i4.p1 {
    left: -24px;
  }
  .quiz-sec:where([data-stage="1"], [data-stage="3"]) .i4.p2 {
    left: -24px;
  }
  .quiz-sec[data-stage="4"] .i4.p3 {
    bottom: 10px;
    left: -16px;
  }
  .quiz-sec .st1 .progress .point .view {
    width: 32px;
    height: 32px;
  }
  .quiz-sec .st1 .progress .point .view svg {
    width: 16px;
    height: 16px;
  }
  .quiz-sec .st1 .progress .point .view .percent {
    font-size: 11px;
  }
  .quiz-sec .st1 .progress .bar {
    top: 8px;
  }
  .quiz-sec .stage.st1 .title {
    font-size: 16px;
  }
  .radio-t1 button label .text {
    font-size: 14px;
  }
  .quiz-sec .master .btns button {
    flex-grow: 1;
  }
  .quiz-sec .st3 h3.title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .quiz-sec .st3 .b-img {
    width: 11%;
  }
  .quiz-sec .st3 .b-img.b1 {
    width: 9%;
    right: 10%;
  }
  .quiz-sec .st3 .b-img.b2 {
    right: 3%;
    bottom: 40%;
  }
  .quiz-sec .st3 .b-img.b3 {
    width: 14%;
    left: 4%;
  }
  .quiz-sec .st3 .b-img.b4 {
    width: 7%;
    left: 8%;
    bottom: 22%;
  }
  .quiz-sec .st4 .title {
    font-size: 19px;
  }
  .quiz-sec .st4 .result-pic .unsee .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .quiz-sec .st4 .result-pic .unsee .txt {
    max-width: 206px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .quiz-sec .st4 .friend-ref .descript {
    font-size: 12px;
  }
  .quiz-sec .st4 .action-btns {
    flex-direction: column;
  }
  .quiz-sec .st4 .ref-code {
    flex-direction: column;
    gap: 1rem;
  }
  .quiz-sec .st4 .ref-code .code .cr {
    margin-left: auto;
  }
  .quiz-sec .st4 .action-btns .btn .txt {
    font-size: 14px;
  }
  .modal.login {
    max-width: 390px;
  }
  .modal.login > .container {
    padding-inline: 20px;
  }
  .quiz-sec .st1 .progress .point .txt {
    font-size: 12px;
    max-width: 86px;
  }
  .quiz-sec .st4 .ref-code .txt {
    font-size: 13px;
  }
  .quiz-sec .st4 .result-pic .unsee .register-petboom {
    font-size: 14px;
  }
}

@keyframes fadeOutR {
  from {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    display: none;
    transform: translateX(44%);
    opacity: 0;
  }
}
@keyframes fadeOutL {
  from {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    display: none;
    transform: translateX(-44%);
    opacity: 0;
  }
}
@keyframes fadeInL {
  from {
    display: none;
    transform: translateX(-44%);
    opacity: 0;
  }
  to {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInR {
  from {
    display: none;
    transform: translateX(44%);
    opacity: 0;
  }
  to {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 