a {
  text-decoration: none;
}

main {
  background-color: #EEF5FF;
}

.form-hero {
  background-color: var(--rt-blue);
  padding-top: 108px;
}
.form-hero .container {
  position: relative;
}
.form-hero .hero_wrapper {
  max-width: 730px;
  position: relative;
}
.form-hero .hero_wrapper .info {
  max-width: 550px;
  width: 100%;
}
.form-hero .hero_wrapper .info h1 {
  color: var(--rt-white);
  font-size: 48px;
  line-height: 58px;
  font-family: var(--rt-font-ibm);
}
.form-hero .hero_wrapper .info p {
  color: var(--rt-white);
  font-family: var(--rt-font-dm);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 24px;
}
.form-hero .hero_wrapper .hero_img {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: -100px;
  margin-left: 50px;
}
.form-hero .hero_wrapper .hero_img img {
  max-width: 474px;
  width: 100%;
}
.form-hero .hero_wrapper .confetti {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.form-hero .new-form {
  max-width: 440px;
  border-radius: 30px;
  padding: 40px;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--rt-white);
  z-index: 20;
}
.form-hero .new-form h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-hero .new-form .form-tit {
  text-align: left;
  align-items: start;
}
.form-hero .new-form .static.demo-popup-main .pop-main-cont {
  padding-top: 0;
}
.form-hero .new-form .demo-popup-main .pop-main-cont {
  padding: 0;
}
.form-hero .new-form .static.demo-popup-main .form-demo-main form {
  padding-bottom: 0;
}
.form-hero .new-form .static.demo-popup-main .form-loader {
  width: 360px;
  align-items: center;
  justify-content: center;
  min-height: 92%;
  background-color: var(--rt-white);
  z-index: 1000;
  position: absolute;
}
.form-hero .new-form .static.demo-popup-main .form-loader span {
  left: 0;
  right: 0;
  top: calc(50% - 80px);
}
.form-hero .new-form .form-demo-main {
  width: 100%;
}

.after-submit-iframe {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  z-index: 1100;
}

.info-banner {
  margin-top: 50px;
  padding-bottom: 70px;
}
.info-banner .info-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 670px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid var(--rt-hover-blue);
  background-color: var(--rt-white);
  min-height: 250px;
  align-items: flex-end;
}
.info-banner .info-wrapper .img {
  min-width: 250px;
  height: 100%;
}
.info-banner .info-wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  bottom: -5px;
}
.info-banner .info-wrapper .desc {
  padding: 40px 40px 40px 0;
}
.info-banner .info-wrapper .desc h2 {
  font-size: 24px;
  line-height: 38px;
  font-family: var(--rt-font-ibm);
  margin-bottom: 10px;
}
.info-banner .info-wrapper .desc p {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--rt-font-dm);
}

.benefits {
  padding-bottom: 35px;
}
.benefits h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: var(--rt-font-ibm);
  margin-bottom: 12px;
  text-align: center;
}
.benefits ul {
  display: flex;
  gap: 30px;
  list-style: disc;
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}
.benefits ul li {
  color: #646464;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--rt-font-dm);
}
.benefits .logos {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.research {
  padding-bottom: 64px;
}
.research .dark-banner {
  background-color: var(--rt-blue);
  border-radius: 30px;
  padding: 72px 30px 36px;
  display: flex;
  gap: 60px;
  align-items: center;
}
.research .dark-banner h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--rt-font-ibm);
  color: var(--rt-white);
}
.research .dark-banner .global-btn {
  margin-top: 0;
}
.research .overlap_banner {
  background-color: var(--rt-hover-blue);
  border-radius: 5px;
  width: 95%;
  border-bottom: 8px solid #2B4D86;
  padding: 24px 60px;
  margin: auto;
  position: relative;
  top: 30px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.research .overlap_banner img {
  width: 295px;
}
.research .overlap_banner h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  font-family: var(--rt-font-ibm);
  color: var(--rt-white);
}
.research .overlap_banner p {
  color: var(--rt-white);
  font-family: var(--rt-font-dm);
  font-size: 20px;
  font-weight: 700;
}
.research .overlap_banner span {
  color: var(--rt-white);
  font-family: var(--rt-font-dm);
  font-size: 16px;
  font-weight: 500;
}

.practice {
  padding-bottom: 64px;
}
.practice .wrapper {
  border-radius: 30px;
  background-color: var(--rt-white);
  padding: 40px 30px;
}
.practice .wrapper .title {
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.practice .wrapper .title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  font-family: var(--rt-font-ibm);
  margin-bottom: 15px;
}
.practice .wrapper .title h2 span {
  color: #41C46E;
  font-family: var(--rt-font-ibm);
}
.practice .wrapper .title p {
  position: relative;
  color: #646464;
  font-family: var(--rt-font-dm);
  font-size: 18px;
  line-height: 24px;
}
.practice .wrapper .title p span {
  position: relative;
}
.practice .wrapper .title p span:before {
  content: "";
  background-image: url(../../assets/images/underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 90px;
  display: inline-flex;
  position: absolute;
  height: 10px;
  bottom: -2px;
}
.practice .wrapper .learnings {
  margin-top: 48px;
}
.practice .wrapper .learnings .item {
  display: flex;
  gap: 70px;
  margin-bottom: 12px;
  align-items: center;
  background-color: #ECF9F0;
  padding: 25px 64px;
  border-radius: 16px;
}
.practice .wrapper .learnings .item .img_text {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 340px;
}
.practice .wrapper .learnings .item .img_text img {
  width: 60px;
}
.practice .wrapper .learnings .item .img_text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--rt-font-ibm);
  color: #333;
}
.practice .wrapper .learnings .item .text {
  max-width: 560px;
}
.practice .wrapper .learnings .item .text p {
  color: #646464;
  font-family: var(--rt-font-dm);
  font-size: 17px;
  line-height: 23px;
}

.grounded {
  padding-bottom: 90px;
}
.grounded .wrapper {
  background-color: var(--rt-blue);
  border-radius: 30px;
  padding: 72px 90px;
  position: relative;
}
.grounded .wrapper .title {
  max-width: 477px;
}
.grounded .wrapper .title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  font-family: var(--rt-font-ibm);
  margin-bottom: 25px;
  color: var(--rt-white);
  position: relative;
}
.grounded .wrapper .title h2:before {
  content: "";
  background-image: url(../../assets/images/underline1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  display: inline-flex;
  position: absolute;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.grounded .wrapper .title p {
  color: var(--rt-white);
  font-family: var(--rt-font-dm);
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.grounded .wrapper .title .global-btn .btn-style-1 {
  border: 2px solid var(--rt-hover-blue);
  background-color: var(--rt-hover-blue);
}
.grounded .wrapper .title .global-btn .btn-style-1:hover {
  background-color: #629DFF;
  border-color: #629DFF;
}
.grounded .wrapper .img {
  position: absolute;
  right: -50px;
  top: 30px;
}
.grounded .wrapper .img img {
  max-width: 640px;
  width: 100%;
}

.choosing {
  margin-bottom: 70px;
}
.choosing .wrapper {
  display: flex;
  justify-content: space-between;
  background-color: var(--rt-white);
  border-radius: 30px;
  padding: 40px;
  align-items: center;
}
.choosing .wrapper p {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  font-family: var(--rt-font-ibm);
  position: relative;
  color: #333;
}
.choosing .wrapper p span {
  font-family: var(--rt-font-ibm);
  color: #498BF9;
}
.choosing .wrapper .global-btn {
  margin-top: 0;
}
.choosing .wrapper .global-btn a.btn-style-3 {
  color: #498BF9;
  padding: 14px 45px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .grounded .wrapper .img {
    right: 0;
  }
  .info-banner .info-wrapper {
    max-width: 60%;
  }
  .form-hero .hero_wrapper {
    max-width: 70%;
  }
  .form-hero .new-form {
    max-width: 37%;
  }
  .form-hero .new-form .static.demo-popup-main .form-loader {
    width: 80%;
  }
  .grounded .wrapper .img img {
    max-width: 490px;
  }
  .choosing .wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .choosing .wrapper p {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .form-hero .hero_wrapper {
    max-width: 100%;
    display: flex;
  }
  .form-hero .hero_wrapper .hero_img {
    margin-top: 0;
    margin-left: 0;
  }
  .form-hero .hero_wrapper .confetti {
    display: none;
  }
  .form-hero .new-form {
    max-width: 100%;
    position: static;
    margin-top: 20px;
  }
  .form-hero {
    padding-bottom: 30px;
  }
  .form-hero .new-form .static.demo-popup-main .form-loader {
    width: 92%;
    min-height: 57%;
  }
  .info-banner .info-wrapper {
    max-width: 100%;
  }
  .grounded .wrapper .img {
    top: 20%;
  }
  .grounded .wrapper .img img {
    max-width: 390px;
  }
  .benefits .logos {
    flex-wrap: wrap;
  }
  .grounded .wrapper .title {
    max-width: 100%;
  }
  .grounded .wrapper .img {
    position: static;
  }
  .grounded .wrapper {
    text-align: center;
  }
  .grounded .wrapper .title h2:before {
    background-position: center;
  }
  .benefits .logos {
    gap: 30px;
  }
  .after-submit-iframe {
    top: 100%;
    width: 100%;
  }
  .choosing .wrapper .global-btn {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .form-hero .hero_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-hero {
    padding-top: 60px;
  }
  .form-hero .hero_wrapper .hero_img {
    justify-content: center;
  }
  .form-hero .hero_wrapper .info h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .research .overlap_banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .practice .wrapper .learnings .item {
    flex-wrap: wrap;
    gap: 22px;
    padding: 25px 30px;
  }
  .grounded .wrapper {
    padding: 30px 30px;
  }
  .research .dark-banner {
    flex-wrap: wrap;
    gap: 22px;
  }
  .research .dark-banner .global-btn {
    width: 100%;
  }
  .practice .wrapper .learnings .item .img_text {
    max-width: 100%;
  }
  .benefits ul {
    flex-wrap: wrap;
    row-gap: 7px;
  }
  .research .overlap_banner {
    padding: 24px 30px;
  }
  .form-hero .new-form .static.demo-popup-main .form-loader {
    min-height: 53%;
  }
}
@media (max-width: 600px) {
  .info-banner .info-wrapper {
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
  }
  .info-banner .info-wrapper .desc {
    padding: 0;
  }
  .form-hero .new-form {
    padding: 20px;
  }
  .choosing .wrapper {
    padding: 30px;
  }
}