.hero-thankyou {
  background-color: #f7f8fb;
  background-image: url("/junior/wp-content/uploads/sites/6/2023/10/bg_hero.jpg");
  min-height: 681px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 4.375rem;
}
@media (min-width: 1024px) and (max-width: 1319.98px) {
  .hero-thankyou {
    background-image: url("/junior/wp-content/uploads/sites/6/2023/10/bg_hero_1024.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 590px;
    padding-top: 45px;
  }
}
@media (max-width: 1023.98px) {
  .hero-thankyou {
    background-image: url("/junior/wp-content/uploads/sites/6/2023/10/bg_hero_768.jpg");
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .hero-thankyou {
    background-color: #f4f6fb;
  }
}
.hero-thankyou__h2 {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #ff2846;
}
@media (min-width: 1024px) and (max-width: 1319.98px) {
  .hero-thankyou__h2 {
    margin-top: 0.625rem;
  }
}
@media (max-width: 480px) {
  .hero-thankyou__h2 {
    font-size: 4.2839rem;
    line-height: 90%;
    letter-spacing: -0.01em;
  }
}
.hero-thankyou__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 35px;
}
.hero-thankyou__p strong {
  color: #0078ff;
}
@media (max-width: 480px) {
  .hero-thankyou__p {
    font-weight: 400;
    line-height: 130%;
    font-size: clamp(0.8125rem, 3.333vw, 1rem);
  }
}
.hero-thankyou_img {
  position: relative;
  right: 120px;
}
@media (min-width: 1024px) and (max-width: 1319.98px) {
  .hero-thankyou_img {
    right: 5%;
    max-width: 26.75rem;
    top: 45px;
  }
}
@media (max-width: 1023.98px) {
  .hero-thankyou_img {
    right: unset;
  }
}
@media (max-width: 480px) {
  .hero-thankyou_img {
    right: unset;
    width: 100%;
  }
}
.hero-thankyou__card {
  max-width: 416px;
  min-height: 100.55px;
  background-color: #ffffff;
  box-shadow: 0px 13.3477px 26.6955px rgba(0, 120, 255, 0.25);
  border-radius: 11.568px;
  margin-bottom: 0.5rem;
  padding: 19px 20px;
}
@media (max-width: 480px) {
  .hero-thankyou__card {
    padding: 1.1875rem 1.125rem;
  }
}
.hero-thankyou__card__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22.2462px;
  line-height: 130%;
  color: #0078ff;
}
@media (max-width: 480px) {
  .hero-thankyou__card__h1 {
    font-size: clamp(0.9375rem, 4.583vw, 1.375rem);
  }
}
.hero-thankyou__card__h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.hero-thankyou__card__h4 a {
  text-decoration: underline;
  font-weight: 500;
}
@media (max-width: 480px) {
  .hero-thankyou__card__h4 {
    font-size: clamp(0.8125rem, 3.333vw, 0.95rem);
  }
}
