:root {
  --title-2: #006eae;
  --white: white;
  --blue: #006eae;
  --title: #ffac2a;
  --text: #707070;
  --text-2: #4d4d4d;
  --black: black;
  --action: #eb585a;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.20313;
}

h2 {
  color: var(--title-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.main-wrapper {
  background-image: url('../images/ellipse-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-section {
  background-color: var(--white);
  color: var(--white);
  border-bottom-right-radius: 4.25rem;
  border-bottom-left-radius: 4.25rem;
  padding-top: 13.9375rem;
  padding-bottom: 9.3125rem;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 92.88rem;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-footer, .container.cc-rel {
  z-index: 2;
  position: relative;
}

.hero-flex {
  grid-column-gap: 4.0625rem;
  grid-row-gap: 4.0625rem;
  justify-content: space-between;
  display: flex;
}

.hero_img-wrapper {
  width: 100%;
  max-width: 44.9375rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4.5625rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: flex-start;
}

.hero-info {
  grid-column-gap: 2.4375rem;
  grid-row-gap: 2.4375rem;
  flex-direction: column;
  padding-top: 5.625rem;
  display: flex;
}

.hero-desc {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.21429;
}

.btn {
  background-color: var(--blue);
  border-radius: 1.25rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21429;
  transition: all .333s;
}

.btn:hover {
  opacity: .86;
  transform: scale(.98);
}

.btn.cc-price {
  width: 100%;
  max-width: 39.4375rem;
  justify-content: center;
  display: flex;
}

.form {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-item {
  height: auto;
  border: 1px #000;
  border-radius: 1.25rem;
  margin-bottom: 0;
  padding: 1.1875rem 2rem;
}

.hero_form-list {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  flex-direction: column;
  display: flex;
}

.hero_h1 {
  text-transform: uppercase;
}

.hero-info-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_img.cc-1, .hero_img.cc-2 {
  height: auto;
  max-width: 21.0356rem;
  object-fit: contain;
}

.hero_img.cc-3, .hero_img.cc-4 {
  height: auto;
  max-width: 21.0356rem;
}

.info-section {
  padding-top: 8.5625rem;
}

.info-wrapper {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.info-wrapper.cc-2 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  align-items: center;
}

.info-heder {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--title-2);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-heder.cc-whait {
  color: var(--white);
}

.info-container {
  background-color: var(--white);
  border-radius: 4.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 4.6875rem;
  display: flex;
}

.info-img_wrapper {
  max-width: 51.25rem;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  padding: 0;
}

.quick-stack {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
}

.info-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.5rem;
}

.info-content {
  width: 100%;
  max-width: 25.9375rem;
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-direction: column;
  display: flex;
}

.info-content.cc-2 {
  max-width: 33.75rem;
  align-items: flex-start;
}

.h3 {
  color: var(--title);
}

.info-text {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 300;
}

.price-section {
  padding-top: 10.9375rem;
}

.section-h2 {
  color: var(--white);
  line-height: 1.2;
}

.section-h2.cc-cener {
  color: var(--title-2);
  text-align: center;
  font-size: 3.125rem;
}

.section-h2.cc-cener.cc-wgait {
  color: var(--white);
}

.price-list {
  grid-column-gap: 2.6875rem;
  grid-row-gap: 2.6875rem;
  justify-content: center;
  margin-top: 5.625rem;
  display: flex;
}

.price-list-item {
  background-color: #fff;
  border-radius: 3.4375rem;
  flex-direction: column;
  align-items: center;
  padding: 2.875rem 2rem 2.625rem;
  display: flex;
}

.price-list-h3 {
  color: #545454;
}

.price-list-year {
  color: #6a6a6a;
  font-size: 1.125rem;
}

.price-list-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price {
  color: var(--white);
  margin-top: 1rem;
  font-size: 2.1875rem;
  font-weight: 700;
}

.price-item-list {
  width: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #6a6a6a;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3.3125rem;
  font-size: 1.125rem;
  display: flex;
}

.price-item-icon {
  width: 1.8125rem;
  height: 1.8125rem;
  background-color: #d9d9d9;
  border-radius: 100%;
  flex: none;
}

.price-item-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.price-list-btn {
  border-radius: 1.25rem;
  margin-top: 3.375rem;
  padding: .75rem 3.375rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .333s;
}

.price-list-btn:hover {
  opacity: .9;
  transform: scale(.95);
}

.terms-section {
  padding-top: 15.25rem;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  padding-bottom: 3.375rem;
}

.terms-item {
  width: 100%;
  max-width: 41.5rem;
  min-height: 57.375rem;
  color: var(--white);
  background-color: #77b93d;
  background-image: url('../images/mask-gr123141oup2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  flex: none;
  padding: 5.4375rem 2.5rem 3.3125rem;
}

.terms-item.cc-one {
  background-color: #2881b9;
}

.terms-item.cc-three {
  background-color: #eb585a;
}

.terms-item.cc-fore {
  background-color: #7969ad;
}

.terms-h3 {
  color: var(--white);
  font-size: 3.4375rem;
}

.terms-title {
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: 1.75rem;
}

.terms-info-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  padding-top: 3.75rem;
  display: flex;
}

.terms-info-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.terms-info-name {
  text-transform: uppercase;
  font-size: 1.4375rem;
}

.terms-info-text {
  font-size: 1.25rem;
  font-weight: 300;
}

.terms-scroll {
  overflow: auto;
}

.terms-slider {
  width: 100%;
  position: relative;
}

.swiper-slide {
  flex: none;
}

.swiper-scrollbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.advantages-section {
  z-index: 10;
  padding-top: 10.3125rem;
  position: relative;
}

.advantages-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  display: flex;
}

.advantages-header {
  background-color: var(--white);
  border-radius: 6.25rem;
  justify-content: center;
  padding: 1.375rem;
  display: flex;
}

.advantages-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.125rem;
  background-color: var(--white);
  border-radius: 4.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5rem 5.625rem;
  display: grid;
}

.advantages-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.advantages-icon {
  width: 8.5975rem;
  height: 8.5975rem;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.advantages-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.advantages-h3 {
  color: #4a4a4a;
  font-size: 1.25938rem;
}

.advantages-text {
  font-size: 1.0625rem;
}

.footer {
  z-index: 9;
  padding-top: 13.1875rem;
  padding-bottom: 13.875rem;
  display: flex;
  position: relative;
}

.footer-map {
  width: 35.6875rem;
  height: 35.6875rem;
  border-radius: 1.25rem;
  margin-bottom: 0;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  padding-top: 5.625rem;
  display: flex;
}

.footer-list {
  max-width: 31rem;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.footer-list-item {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-icon-img {
  width: 2.625rem;
}

.footer-icon-img._2 {
  width: 2.1875rem;
}

.footer-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--text-2);
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
}

.footer-img {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 4.375rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: 4.5rem;
  align-items: center;
  padding: 1rem 6.875rem;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 1.375rem;
}

.nav-link.w--current {
  color: var(--title);
}

.hero-bg-img {
  z-index: 1;
  width: 100%;
  max-width: 108.5rem;
  position: absolute;
  top: 40.0375rem;
  bottom: auto;
  left: auto;
  right: -43.6125rem;
}

.quick-stack-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  padding: 0;
}

.info--video {
  width: 100%;
  height: 35.5488rem;
  max-width: 54.75rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secriond-desc {
  text-transform: uppercase;
  font-size: 1.75rem;
}

.info-list {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  display: flex;
}

.info-list-name {
  color: var(--black);
  text-transform: capitalize;
  font-size: 1.4375rem;
  font-weight: 700;
}

.info-list-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.info-list-text {
  font-size: 1.25rem;
  font-weight: 300;
}

.price-item {
  width: 100%;
  color: var(--white);
  background-color: #89d4ff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: all .333s;
}

.price-item:hover {
  transform: scale(1.1);
}

.price-item.cc-2 {
  background-color: #44a6df;
}

.price-item.cc-3 {
  background-color: #ffc700;
}

.price-img-wrapper {
  width: 100%;
  height: 18rem;
  border-radius: 1.25rem;
  transition: all .333s;
  overflow: hidden;
}

.price-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-info-wrapper {
  margin-top: 1.25rem;
}

.price-info-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.price-info-list-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  display: flex;
}

.price-btn-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 5.625rem;
  display: flex;
}

.why_section {
  padding-top: 17.3125rem;
}

.why_wrapper {
  border-radius: 3.125rem;
  padding: 6.25rem;
  position: relative;
  overflow: hidden;
}

.why_list {
  z-index: 2;
  grid-column-gap: 2.8125rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5.625rem;
  display: grid;
  position: relative;
}

.why_list-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.why_list-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  overflow: hidden;
}

.why_list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why_list-name {
  color: var(--white);
  text-align: center;
  font-size: 1.4375rem;
}

.why_bg {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.info--img {
  width: 100%;
  max-width: 47.5625rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.education-section {
  z-index: 100;
  padding-top: 12.1875rem;
  position: relative;
}

.education-wrapper {
  border-radius: 3.125rem;
  padding: 4.125rem 6.25rem 5.375rem;
  position: relative;
  overflow: hidden;
}

.education-bg {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.education-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-color-whait {
  color: var(--white);
}

.info-heder-text {
  font-size: 1.25rem;
  font-weight: 300;
}

.education-list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.education-btn {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  background-color: var(--white);
  color: var(--blue);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 4.8125rem;
  padding: 1.0625rem 4.6875rem;
  font-size: 1.75rem;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 4.8rem;
    padding-bottom: 3rem;
  }

  .container {
    width: 90%;
  }

  .hero-flex {
    flex-direction: column;
    align-items: center;
  }

  .info-section {
    padding-top: 5rem;
  }

  .info-wrapper {
    flex-direction: column;
  }

  .info-wrapper.cc-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
  }

  .info-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    border-radius: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 2rem;
  }

  .info-content, .info-content.cc-2 {
    max-width: none;
  }

  .h3 {
    display: none;
  }

  .price-section {
    padding-top: 5rem;
  }

  .price-list {
    flex-direction: column;
  }

  .price-list-item {
    border-radius: 2rem;
  }

  .terms-section, .advantages-section {
    padding-top: 5rem;
  }

  .advantages-list {
    border-radius: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }

  .advantages-item {
    align-items: flex-start;
  }

  .advantages-icon {
    width: 3rem;
    height: 3rem;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    padding-top: 3rem;
  }

  .footer-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-icon {
    width: 3rem;
    height: 3rem;
  }

  .footer-icon-img {
    width: 50%;
  }

  .footer-icon-img._2 {
    width: 40%;
  }

  .footer-img {
    bottom: 0%;
  }

  .navbar {
    margin-top: 2rem;
  }

  .navbar-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
  }

  .nav-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .why_section {
    padding-top: 5rem;
  }

  .why_wrapper {
    padding: 3rem 2rem;
  }

  .why_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .education-wrapper {
    padding: 3rem 2rem;
  }

  .education-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero_h1 {
    font-size: 3rem;
  }

  .info-heder {
    padding: 1rem 2rem;
  }

  .info-heder.cc-whait {
    padding: 0;
  }

  .info-img_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .info-img {
    border-radius: 1rem;
  }

  .price-list {
    margin-top: 3rem;
  }

  .terms-item.cc-one, .terms-item.cc-two, .terms-item.cc-three {
    min-height: auto;
    padding: 3rem 2rem;
  }

  .terms-item.cc-fore {
    min-height: 53rem;
    padding: 3rem 2rem;
  }

  .terms-h3 {
    font-size: 2rem;
  }

  .terms-title {
    font-size: 1rem;
  }

  .terms-info-wrapper {
    padding-top: 2rem;
  }

  .terms-info-text {
    font-size: 1rem;
  }

  .swiper-scrollbar {
    display: none;
  }

  .advantages-header {
    text-align: center;
    border-radius: 1rem;
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer-map {
    width: 100%;
  }

  .navbar-wrapper {
    flex-direction: row;
  }

  .nav-menu-wrapper {
    width: 90%;
    background-color: var(--white);
    border-radius: 1rem;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    color: var(--black);
  }

  .heading {
    text-align: center;
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .menu-button {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: rgba(200, 200, 200, 0);
  }

  .info--video {
    height: 17rem;
  }

  .why_list {
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
  }

  .education-section {
    padding-top: 5rem;
  }

  .education-btn {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .hero-info {
    width: 100%;
    padding-top: 3rem;
  }

  .hero-desc {
    font-size: 1rem;
  }

  .hero_form-wrapper {
    width: 100%;
  }

  .btn {
    border-radius: 1rem;
    font-size: 1rem;
  }

  .hero_h1 {
    font-size: 1.8rem;
  }

  .hero-info-wrapper {
    width: 100%;
  }

  .info-heder {
    border-radius: 1rem;
    padding: 0;
  }

  .info-container {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .info-img {
    border-radius: .5rem;
  }

  .info-text {
    font-size: 1rem;
  }

  .price-section {
    overflow: hidden;
  }

  .section-h2.cc-cener {
    font-size: 2rem;
  }

  .price-list-item {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .price {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .price-item-list {
    margin-top: 1rem;
  }

  .price-item-info {
    align-items: flex-start;
  }

  .terms-item.cc-one {
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .terms-item.cc-two, .terms-item.cc-three, .terms-item.cc-fore {
    border-radius: 1rem;
  }

  .swiper-scrollbar {
    display: none;
  }

  .advantages-list {
    grid-row-gap: 1.25rem;
    border-radius: 1rem;
  }

  .advantages-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .heading, .heading-2 {
    font-size: 1.7rem;
  }

  .quick-stack-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .info--video {
    height: 11rem;
  }

  .price-img-wrapper {
    height: 12rem;
  }

  .why_wrapper {
    border-radius: 1rem;
  }

  .why_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .education-wrapper {
    border-radius: 1rem;
  }

  .education-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .education-btn {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .image {
    display: none;
  }
}

#w-node-_927590e4-463e-b381-e213-6572067b129c-5d2f7bad {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe4e5eb2-ee9f-1b87-3e09-75d4fa50e2a8-5d2f7bad, #w-node-_73594a71-0afa-2448-e80a-84cb33b36294-5d2f7bad {
  grid-row: span 2 / span 2;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/.') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}