body {
  background-color: unset;
}

img {
  max-width: 100%;
}

.title-wrapper {
  padding-top: 0;
}

section {
  padding-left: 24px;
  padding-right: 24px;
}

.page-main-banner .banner-padding {
  padding-top: 110px;
  padding-bottom: 97px;
}
.page-main-banner .banner-padding > .align-items-center {
  justify-content: space-between;
}
.page-main-banner .site-title div:last-of-type {
  color: #fff;
}
.page-main-banner .width-50:not(.banner-main-img) {
  max-width: 494px;
}
.page-main-banner .global-btn {
  margin: 64px 0 8px;
}

section.testimonial {
  padding: 60px 0 0;
}
section.testimonial .testimonial-container {
  max-width: calc(100% - 48px);
}
section.testimonial .testimonial-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  background-color: #DFECFE;
  display: flex;
  padding: 30px 68px 21px;
  border-bottom: 6px solid #498BF9;
  border-radius: 8px;
  justify-content: space-between;
  column-gap: 24px;
}
section.testimonial .left-part {
  max-width: 646px;
}
section.testimonial .message-item {
  font-family: "IBM Plex Serif", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  color: #498BF9;
  margin-bottom: 12px;
}
section.testimonial .author-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
}
section.testimonial .position-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  opacity: 0.7;
}

section.testimonial[data-version="Style 2"] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}
section.testimonial[data-version="Style 2"] .cta-container {
  background-color: #132C55;
}
section.testimonial[data-version="Style 2"] .cta-container .content-wrapper {
  padding: 72px 24px 36px;
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
}
section.testimonial[data-version="Style 2"] .cta-container .text-item {
  color: #fff;
  font-family: IBM Plex Serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}
section.testimonial[data-version="Style 2"] .cta-container .text-item .modify_text {
  font-family: IBM Plex Serif;
  color: #498BF9;
}
section.testimonial[data-version="Style 2"] .cta-container .global-btn {
  margin-top: 0;
}
section.testimonial[data-version="Style 2"] .cta-container .global-btn a {
  white-space: nowrap;
}
section.testimonial[data-version="Style 2"] .testimonial-wrapper {
  position: relative;
  bottom: -50px;
  z-index: 2;
  padding-bottom: 7px;
  background-color: #498BF9;
  border-bottom: 6px solid #2B4D86;
  flex-direction: row-reverse;
}
section.testimonial[data-version="Style 2"] .testimonial-wrapper .message-item, section.testimonial[data-version="Style 2"] .testimonial-wrapper .author-item, section.testimonial[data-version="Style 2"] .testimonial-wrapper .position-item {
  color: #fff;
}

.icon-boxes {
  padding-top: 60px;
}
.icon-boxes .container-wrapper {
  padding: 39px 30px;
  background-color: #ECF9F0;
  border-radius: 30px;
}
.icon-boxes .container-wrapper .title-wrapper {
  margin-bottom: 23px;
}
.icon-boxes .container-wrapper .title-wrapper .title-item {
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  color: #333333;
}
.icon-boxes .container-wrapper .title-wrapper .modify_text {
  color: #41C46E;
  font-family: "IBM Plex Serif";
}
.icon-boxes .container-wrapper .subtitle-wrapper {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}
.icon-boxes .container-wrapper .subtitle-wrapper .modify_text {
  position: relative;
}
.icon-boxes .container-wrapper .subtitle-wrapper .modify_text:after {
  left: 0;
  right: 0;
  bottom: -6px;
  position: absolute;
  content: "";
  background: url("../svg/underline-3.svg") no-repeat;
  background-size: cover;
  height: 6px;
  width: 100%;
}
.icon-boxes .container-wrapper .boxes-wrapper {
  display: grid;
  row-gap: 12px;
  margin-top: 49px;
  padding: 0 6px;
}
.icon-boxes .container-wrapper .box-item {
  background-color: #fff;
  display: flex;
  padding: 30px 62px 6px;
  border-radius: 16px;
}
.icon-boxes .container-wrapper .box-item .title-wrapper {
  flex: 1 1;
}
.icon-boxes .container-wrapper .box-item .text-wrapper {
  flex: 0 1 544px;
}
.icon-boxes .container-wrapper .box-item .text-wrapper .text-item {
  font-size: 16.7px;
  font-weight: 500;
  line-height: 23.38px;
}
.icon-boxes .container-wrapper .box-item .text-wrapper .modify_text {
  font-weight: 700;
}
.icon-boxes .container-wrapper .box-item .title-item {
  font-family: IBM Plex Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: #333;
  text-align: unset;
  margin-left: 15px;
}

.image_text {
  padding: 100px 24px 0;
}
.image_text .content-wrapper {
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.image_text .image-part {
  padding: 0 0 17px 17px;
  position: relative;
}
.image_text .image-part:after {
  top: 17px;
  bottom: 0;
  left: 0;
  right: 17px;
  content: "";
  background-color: #FBE7A3;
  border-radius: 30px;
  position: absolute;
}
.image_text .image-part img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.0784313725);
}
.image_text .text-part {
  flex: 0 1 564px;
}
.image_text .text-part .text-item * {
  font-size: 22px;
  font-weight: 400;
  line-height: 38.6px;
  color: #646464;
}
.image_text .text-part ul {
  list-style: unset;
  padding-left: 31px;
}
.image_text .title-wrapper {
  margin-bottom: 24px;
}
.image_text .title-wrapper .title-item {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: left;
  color: #333;
}
.image_text .title-wrapper .title-item .modify_text {
  font-family: IBM Plex Serif;
  position: relative;
}
.image_text .title-wrapper .title-item .modify_text:after {
  position: absolute;
  content: "";
  background: url("../svg/underline-3.svg") no-repeat;
  background-size: cover;
  height: 6px;
  width: 100%;
  bottom: -6px;
  left: 0;
  right: 0;
}

.small-banner {
  padding: 41px 24px 100px;
}
.small-banner .banner-wrapper {
  background-color: #132C55;
  position: relative;
  color: #fff;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  border-radius: 16px;
}
.small-banner .banner-wrapper:before {
  content: "";
  background: url("../svg/small-banner-back.svg") no-repeat center;
  width: 1082px;
  max-width: 100%;
  height: 95px;
  background-size: 100% auto;
  position: absolute;
}
.small-banner .banner-wrapper .banner-icons {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.small-banner .banner-wrapper .banner-icons .icon-wrapper {
  display: flex;
  align-items: center;
}
.small-banner .banner-wrapper .banner-icons .icon-wrapper:nth-child(2) {
  margin-top: 6px;
}
.small-banner .title-item {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: center;
  max-width: 876px;
  margin: 94px auto 32px;
  color: #333333;
}
.small-banner .title-item .modify_text {
  font-family: IBM Plex Serif;
  color: #498BF9;
}
.small-banner .image-wrapper {
  text-align: center;
}
.small-banner .image-wrapper img {
  max-width: 100%;
}

.text_image {
  background-color: #EEF5FF;
}
.text_image:after {
  content: unset;
}
.text_image .image-part {
  position: relative;
}
.text_image .image-part:after {
  position: absolute;
  content: url("../png/text-image-back.png");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .text_image .image-part:after {
    content: unset;
  }
}

section.vertical-slider {
  padding-top: 50px;
}

.page-main-banner.sign-up-section .subtitle {
  max-width: unset;
}

@media (max-width: 1024px) {
  .small-banner .banner-wrapper {
    flex-direction: column;
    row-gap: 16px;
    padding: 22px 14px;
  }
  .small-banner .banner-wrapper .banner-text {
    max-width: calc(100% - 90px);
    text-align: center;
  }
  .small-banner .banner-wrapper:before {
    background: url("../svg/small-banner-mobile-back-left.svg") no-repeat top;
    left: 23px;
    top: 30px;
    width: 30px;
  }
  .small-banner .banner-wrapper:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    background: url("../svg/small-banner-mobile-back-right.svg");
    width: 56px;
    height: 58px;
  }
  .small-banner .banner-wrapper .banner-icons {
    max-width: 100%;
  }
  .small-banner .banner-wrapper .banner-icons .icon-wrapper {
    flex: 1;
  }
  .small-banner .banner-wrapper .banner-icons .icon-wrapper img {
    max-width: 100%;
  }
  .image_text .content-wrapper {
    flex-direction: column;
    row-gap: 32px;
  }
  section.testimonial .left-part {
    flex: 1 1 646px;
  }
  .icon-boxes {
    padding-left: 0;
    padding-right: 0;
  }
  .icon-boxes .container-wrapper .box-item {
    flex-wrap: wrap;
    row-gap: 16px;
    padding: 24px 17px;
  }
}
@media (max-width: 767px) {
  .page-main-banner .banner-padding > .align-items-center {
    justify-content: center;
  }
  section.testimonial .testimonial-wrapper {
    flex-direction: column-reverse;
    text-align: center;
    row-gap: 32px;
    padding: 41px 17px 31px;
  }
  section.testimonial .left-part {
    flex: unset;
  }
  .icon-boxes .container-wrapper {
    padding: 39px 10px;
  }
  .icon-boxes .container-wrapper .title-wrapper .title-item {
    font-size: 24px;
    line-height: 31.2px;
  }
  .icon-boxes .container-wrapper .subtitle-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }
  .icon-boxes .container-wrapper .box-item .title-item {
    font-size: 22px;
    line-height: 26.4px;
  }
  .image_text {
    padding-bottom: 0;
  }
  .image_text .text-part {
    flex: unset;
  }
  .image_text .title-wrapper .title-item {
    font-size: 28px;
    line-height: 36.4px;
  }
  .image_text .text-wrapper .text-item * {
    font-size: 18px;
    line-height: 33.4px;
  }
  section.testimonial[data-version="Style 2"] .testimonial-wrapper {
    flex-direction: column;
  }
  section.testimonial[data-version="Style 2"] .cta-container .content-wrapper {
    flex-direction: column;
  }
  section.testimonial[data-version="Style 2"] .cta-container .content-wrapper .text-item {
    text-align: center;
  }
  section.science-of-reading-teaser .title-item, section.science-of-reading-teaser .text-item {
    text-align: left;
  }
  section.science-of-reading-teaser .text-wrapper {
    margin: unset;
  }
}