@font-face {
  font-family: Delight-Bold;
  src: url('../fonts/Delight-Bold.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-Black;
  src: url('../fonts/Delight-Black.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-Extrabold;
  src: url('../fonts/Delight-ExtraBold.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-Medium;
  src: url('../fonts/Delight-Medium.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-Semibold;
  src: url('../fonts/Delight-SemiBold.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-Regular;
  src: url('../fonts/Delight-Regular.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gabriola;
  src: url('../fonts/Gabriola.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight bold;
  src: url('../fonts/delight-bold.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-extrabold;
  src: url('../fonts/delight-extrabold.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight-medium;
  src: url('../fonts/delight-medium.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victorseriftrial 55";
  src: url('../fonts/VictorSerifTrial-55MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victorseriftrial 65";
  src: url('../fonts/VictorSerifTrial-65SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight bold, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.hero_section {
  background-color: #f7f0ea;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  z-index: 5;
  background-color: #f7f0ea;
  width: auto;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.hero-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #b2b2b200;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6rem;
  padding-bottom: 14rem;
  display: flex;
}

.cont-left {
  flex-flow: column;
  width: auto;
  height: 30rem;
  display: flex;
}

.heading {
  letter-spacing: -1px;
  text-transform: none;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 71px;
  font-weight: 300;
  line-height: 71px;
}

.cont-right {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 30rem;
  display: flex;
}

.video-container-hero {
  background-color: #c5c5c500;
  width: auto;
  height: auto;
  margin-left: 6rem;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.middle {
  text-align: left;
  text-wrap: balance;
  width: 22rem;
}

.paragraph.middle2 {
  text-align: left;
  width: auto;
  font-size: 16px;
}

.paragraph.middle2._0-5rem {
  width: 20rem;
  margin-bottom: .5rem;
  font-size: 20px;
}

.paragraph.middle2.certifications {
  color: #000;
  border: 1px dashed #000;
  border-radius: 20px;
  margin-bottom: .7rem;
  padding: 5px 12px;
  font-size: 14px;
}

.paragraph.middle2._0-5rem-copy {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
}

.paragraph.middle2.smaller {
  text-wrap: balance;
  font-size: 15px;
}

.paragraph.middle2._0-5rem-c3 {
  width: 20rem;
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph.middle2._0-5rem-12copy {
  width: 26rem;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 1%;
}

.paragraph.middle22 {
  text-align: left;
  width: auto;
  margin-top: .5rem;
  font-size: 20px;
}

.paragraph.middle23 {
  text-align: left;
  width: auto;
  font-size: 20px;
}

.paragraph.middle23._0-5rem {
  margin-bottom: .5rem;
  font-size: 15px;
}

.paragraph.middle23.certifications {
  color: #000;
  margin-bottom: .5rem;
  font-size: 16px;
}

.paragraph._23middle2-copy {
  text-align: left;
  width: auto;
  margin-top: 8px;
  font-size: 16px;
}

.paragraph._23middle2-copy._0-5rem {
  margin-bottom: .5rem;
  font-size: 15px;
}

.paragraph._23middle2-copy.certifications {
  color: #000;
  border: 1px dashed #000;
  border-radius: 20px;
  margin-bottom: .5rem;
  padding: 5px 12px;
  font-size: 14px;
}

.paragraph._23middle2-copy._0-5rem-copy {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
}

.paragraph.middle2-copy334 {
  text-align: left;
  width: auto;
  font-size: 16px;
}

.paragraph.middle2-copy334._0-5rem {
  margin-bottom: .5rem;
  font-size: 16px;
}

.paragraph.middle2-copy334.certifications {
  color: #000;
  border: 1px dashed #000;
  border-radius: 20px;
  margin-bottom: .7rem;
  padding: 5px 12px;
  font-size: 14px;
}

.paragraph.middle2-copy334._0-5rem-copy {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
}

.paragraph.middle2-copy334.smaller {
  text-wrap: balance;
  font-size: 15px;
}

.heading-hero {
  z-index: 1;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 2.5rem;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 71px;
  font-weight: 300;
  line-height: 71px;
  position: relative;
}

.header-wrapper {
  width: 570px;
  position: relative;
}

.green-highlight {
  background-color: #439d55;
  width: 18.1rem;
  height: 3.8rem;
  position: absolute;
  inset: 77px 0% auto 155px;
}

.white-text {
  color: #fff;
}

.faq_section {
  background-color: #f45426;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.faq-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 40px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
}

.h2 {
  z-index: 1;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 71px;
  position: relative;
}

.h2.middle {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 120%;
}

.h2.norem {
  margin-bottom: 0;
  line-height: 100%;
}

.p-header {
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 500;
}

.microschool_section {
  z-index: 20;
  background-color: #7b2a8100;
  background-image: url('../images/rectangle_large_type_2_d79d4dfa92f6956e91630a02c6471955.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.comparison_section {
  z-index: 1;
  background-color: #2a5c9b;
  width: 100%;
  height: auto;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
}

.faq-div {
  width: 100%;
  margin-top: 0;
}

.seperator {
  background-color: #e1e1e1;
  width: 100%;
  height: 2px;
}

.text-button {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.button-hero {
  background-color: #f45426;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text-sub {
  text-align: left;
  width: 33rem;
  margin-bottom: .5rem;
  font-size: 18px;
}

.underline-hero, .underline-hero-2 {
  display: inline-block;
  position: absolute;
  top: 218px;
  left: 245px;
}

.link-white {
  color: #1a1a1a;
  text-decoration: underline;
}

.link-white:hover {
  font-weight: 500;
}

.svg-6 {
  color: #e84c3d;
  flex: none;
  width: 35px;
  height: 35px;
}

.text-block-faq {
  color: #000;
  text-wrap: balance;
  margin-bottom: 1rem;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
}

.svg-6-copy {
  color: #811f1f00;
  width: 20px;
  margin-left: 1rem;
}

.faq-body-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #000;
  border-radius: 0;
  height: auto;
  padding: 2rem 1rem 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
  overflow: hidden;
}

.accordion_wrapper {
  margin-top: .5rem;
}

.faq-answer {
  color: #000;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.faq-answer.white {
  color: #fff;
}

.accordion_answer {
  background-color: #fff0;
  border-radius: 0;
  width: auto;
  display: block;
  position: relative;
}

.accordion_answer.w--open {
  background-color: #0000;
}

.accordion_question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  display: flex;
}

.accordion_question.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion_question.is-round {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px #d5d9e5;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #1a1a1a;
  text-decoration: underline;
}

.accordion {
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion:hover {
  background-color: #fff;
}

.titles-faq {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.img-div-faq {
  border-radius: 0;
  flex: none;
  width: 28rem;
  height: 20rem;
}

.image-faq {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-faq:hover {
  box-shadow: 2px 2px 5px #0003;
}

.faq-answer-title {
  color: #1a1a1a;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.faq-answer-title-2 {
  color: #000;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.image {
  width: 100%;
  position: absolute;
}

.star-faq {
  position: absolute;
  inset: auto auto 2% 2%;
}

.star-3-faq {
  position: absolute;
  inset: 4% 0% 0% auto;
}

.cta-section {
  background-color: #b7b7b700;
  position: relative;
  overflow: hidden;
}

.cta-area {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  height: auto;
  padding: 4rem 3rem;
  position: relative;
}

.container-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-cta {
  z-index: 5;
  background-color: #ebeff4;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 365px;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-cta {
  width: 525px;
}

.h-cta {
  text-align: center;
  max-width: 22rem;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 100%;
}

.cta-text {
  text-align: center;
  text-wrap: balance;
  margin-bottom: 1rem;
  font-size: 18px;
}

.image-2 {
  position: absolute;
  inset: 0%;
}

.image-3, .line-cta1 {
  z-index: -1;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: -182px 0% 0% -208px;
  transform: rotate(1deg);
}

.line-cta2 {
  z-index: -1;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 206px 0% 0% 371px;
  transform: rotate(1deg);
}

.img-cta {
  width: 100%;
  height: 365px;
}

.orange-block-cta {
  z-index: -1;
  background-color: #e94e26;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_section {
  z-index: 5;
  background-color: #f7f0ea;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.beige-block-cta {
  z-index: -1;
  background-color: #f7f0ea;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-header {
  text-align: left;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}

.footer-text {
  color: #000c;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-text:hover {
  color: #000;
}

.navigation-block {
  flex-flow: column;
  height: 170px;
  display: flex;
}

.logo-and-others {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.tx-freedom {
  border-radius: 12px;
  width: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.logo-biaani {
  border-radius: 12px;
  width: 12rem;
  margin-bottom: 0;
}

.msa-logo {
  width: 4rem;
  margin-bottom: 1rem;
}

.msa {
  width: 12rem;
  margin-top: 0;
}

.footer-text-small {
  text-align: left;
  text-wrap: balance;
  margin-bottom: 1rem;
  font-size: 14px;
}

.message-button-text-footer {
  color: #f45426;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 16px;
  -webkit-text-decoration: underline #f45426;
  text-decoration: underline #f45426;
}

.message-footer-link {
  margin-bottom: 1rem;
}

.circle-sm {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  width: 100%;
  display: flex;
}

.footer-block-right-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.navigation-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 170px;
  display: flex;
}

.sm-link {
  flex-flow: row;
  height: 40px;
  display: flex;
}

.image-4 {
  width: 15rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-faq {
  z-index: -1;
  aspect-ratio: auto;
  position: absolute;
  inset: 63px 0% 0% auto;
}

.wrapper-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: auto;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3rem 1.5rem;
  display: flex;
}

.terms {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-text-small-2 {
  text-align: left;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: underline;
}

.footer-text-small-3 {
  text-align: left;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: none;
}

.sm-svg {
  width: 8px;
}

.sm-svg2 {
  width: 22px;
}

.faq-line {
  width: 100%;
  position: absolute;
}

.footer-text-sche {
  color: #000c;
  text-align: left;
  text-wrap: balance;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.navigation-block-connect {
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.navigation-block-sm {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: auto;
  display: flex;
}

.footer-star {
  z-index: -1;
  position: absolute;
  inset: auto auto 544px 0%;
}

.divider-footer {
  background-color: #0000;
  border: 1px dashed #000c;
  border-radius: 1px;
  width: 100%;
  height: 1px;
}

.footer-link {
  margin-bottom: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.footer-link.phone {
  display: none;
}

.navigation-block-sche {
  flex-flow: column;
  height: auto;
  display: flex;
}

.schedule-section {
  z-index: 5;
  aspect-ratio: auto;
  background-color: #2a5c9b;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.schedule-content-wrapper {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  width: 90%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-block-schedule {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.h2-schedule {
  z-index: 1;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 71px;
  position: relative;
}

.h2-schedule.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.title-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.extended-block {
  z-index: 1;
  background-color: #d4deeb00;
  background-image: url('../images/grad-orange.png');
  background-position: 25% 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h4 {
  z-index: 1;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h4.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h4.white {
  color: #fff;
}

.schedule-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 1rem;
  display: flex;
}

.block-card {
  background-color: #fefefe;
  border: 1px solid #dcdede;
  border-top: 1px #000;
  border-bottom-color: #c3c3c3;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  height: auto;
  display: block;
}

.block-card-small {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #dcdede;
  border-right: 1px solid #dcdede;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7%;
  height: auto;
  display: flex;
  position: relative;
}

.card-top {
  background-color: #e5e1fa;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.card-top.green {
  background-color: #e1faeb;
}

.card-top.yellow {
  background-color: #fff5db;
}

.card-top.blue {
  background-color: #d7e6fb;
}

.card-top.small {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-small {
  color: #000000b3;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 14px;
}

.h5 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 1rem;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5.white {
  color: #fff;
}

.h5.hero-h5 {
  margin-bottom: .3rem;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-card {
  text-wrap: balance;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.title-wrapper-card {
  flex-flow: column;
  display: flex;
}

.image-5 {
  width: 25px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 12px;
}

.paragraph-card-link {
  color: #000000b3;
  text-wrap: balance;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 12px;
}

.paragraph-card-link.black-link {
  color: #000;
  font-weight: 700;
}

.paragraph-card-link.black-link-copy {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.learn-more {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-section {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.vertical-texxt {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  transform: rotate(-90deg);
}

.vertical-texxt.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.vertical-texxt.white {
  color: #fff;
}

.microschool-div {
  z-index: 5;
  background-color: #f7f0ea;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-microschool {
  z-index: 1;
  color: #f45426;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.h2-microschool.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.lm-button {
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-left: 12px;
  text-decoration-color: #000000b3;
}

.h5-copy {
  z-index: 1;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 1rem;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5-copy.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5-copy.white {
  color: #fff;
}

.block-card-small1 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #e0e0e000;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #dcdede;
  border-right: 1px solid #dcdede;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7%;
  height: auto;
  display: flex;
  position: relative;
}

.paragraph-small2 {
  color: #000000b3;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.image-6 {
  z-index: -1;
  display: block;
  position: absolute;
  top: 332.8px;
  left: 295px;
}

.about-section {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.aboutt-container {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  position: relative;
}

.pic-column {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.esther-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 26rem;
  display: flex;
}

.about-pic {
  border-radius: 12px;
  width: 17rem;
  margin-bottom: 1rem;
}

.h5-2 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5-2.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5-2.white {
  color: #fff;
}

.boottom-schedule {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.image-7 {
  border-radius: 12px;
  width: 50%;
  height: 285px;
}

.paragraph-1 {
  text-wrap: balance;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.vertical-texxt-2 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  top: 29px;
  transform: rotate(-90deg);
}

.vertical-texxt-2.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.vertical-texxt-2.white {
  color: #fff;
}

.vertical-text3 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}

.vertical-text3.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.vertical-text3.white {
  color: #fff;
}

.textimonial-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  width: 73px;
  max-width: none;
  position: relative;
}

.textimonial-title-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 111px;
  display: flex;
}

.title-testimonial {
  padding-left: 0;
}

.vertical-texx4 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  transform: rotate(-90deg);
}

.vertical-texx4.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.vertical-texx4.white {
  color: #fff;
}

.line-schedule {
  z-index: -1;
  width: 30rem;
  position: absolute;
  top: -168px;
  left: 1098px;
  transform: rotate(-66deg);
}

.h2-comparrison {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h2-comparrison.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.link-3 {
  color: #000;
  font-weight: 500;
  text-decoration-color: #000;
}

.h2-about {
  z-index: 1;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Delight-Bold, Georgia, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 71px;
  position: static;
}

.h2-about.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.div-block-2 {
  position: relative;
}

.green-highlight-2 {
  background-color: #439d55;
  width: 37.3rem;
  height: 3.8rem;
  position: absolute;
  inset: auto 0% -6px -3px;
}

.header-comparison {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37.5rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.line-schedule-mobile {
  z-index: -1;
  width: 30rem;
  display: none;
  position: absolute;
  top: -168px;
  left: 1098px;
  transform: rotate(-66deg);
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.navlink {
  color: #000;
  padding: 0 16px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navlink.w--current {
  color: #000;
}

.contact-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #aa62ad;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.container-links-nav {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #c3c3c380;
  border-left: 1px solid #dcdede80;
  border-right: 1px solid #dcdede80;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.testimonial-card {
  background-color: #f1f1f100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.video-frame {
  z-index: 5;
  aspect-ratio: auto;
  background-color: #d6d6d600;
  border-radius: 12px;
  width: 19rem;
  max-width: 19rem;
  height: auto;
  position: relative;
}

.image-9 {
  position: absolute;
}

.orange-hero-bg {
  z-index: -1;
  width: 37.2rem;
  height: 55rem;
  position: absolute;
  top: -5px;
  left: 598px;
}

.link-block {
  text-decoration: none;
  display: flex;
}

.buttons-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: .5rem;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.button-hero-2 {
  background-color: #f4542600;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-button-black {
  color: #000;
  padding-left: 0;
  padding-right: 4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.image-10 {
  width: 20px;
}

.wrapper-text {
  position: relative;
}

.underline {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.proof-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.prenda {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-button-black2 {
  color: #000;
  padding-left: 0;
  padding-right: 4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.image-11 {
  width: 23px;
}

.star-svg {
  width: 16px;
  height: 16px;
}

.stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-3 {
  background-color: #000;
  width: 1px;
  height: 20px;
}

.mail {
  color: #fff;
}

.svg-7 {
  width: 26px;
}

.path {
  color: #fff;
}

.mission-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #439d551a;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  display: flex;
}

.mission-link {
  margin-top: 0;
  text-decoration: none;
}

.image-12 {
  color: #a11313;
  width: 25px;
  height: 25px;
}

.h6 {
  z-index: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h6.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h6.white {
  color: #fff;
}

.mv-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 1.5rem;
  display: flex;
}

.blobl1 {
  z-index: -1;
  color: #e84c3d;
  width: 10rem;
  position: absolute;
  inset: auto -2% 0% auto;
}

.blobl1.leftblobl {
  color: #f59c08;
  width: 14rem;
  inset: -64% auto auto 0%;
  transform: rotate(-129deg);
}

.bloc-micro-left {
  z-index: -1;
  background-color: #e94e26;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

._2 {
  z-index: 500;
  background-color: #e94e26;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.lines-about {
  color: #e71e1e;
  width: 150px;
  position: absolute;
  inset: auto auto -17px 0;
}

.header-container-about {
  aspect-ratio: auto;
  margin-bottom: 3rem;
  position: relative;
}

.path-2 {
  color: #439d55;
  -webkit-text-stroke-color: #439d55;
}

.about-star {
  z-index: -1;
  width: 7rem;
  position: absolute;
  inset: auto auto -54px 32px;
  transform: rotate(-90deg);
}

.content-comparison {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.block-comparison {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stand-schooling {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 22rem;
  height: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.star-comp {
  flex: none;
  width: 18px;
  margin-top: 3px;
}

.path-3 {
  color: #e84c3d;
}

.path-3.green {
  color: #439d55;
}

.h5--n {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5--n.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5--n.white {
  color: #fff;
}

.line-comp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bulletpoints {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.picture-comp {
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
  width: 38.9rem;
  height: 400px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.arrow-comp {
  width: 14rem;
  position: absolute;
  inset: auto auto -185px -155px;
  transform: rotate(-15deg);
}

.image-14 {
  position: absolute;
  top: -95px;
  left: 219px;
  transform: rotate(129deg);
}

.image-15 {
  z-index: -1;
  position: absolute;
  top: -130px;
  left: 154px;
  transform: rotate(115deg);
}

.testimonial-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.picture-testimonial {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  width: 20rem;
  height: 26rem;
}

.circle-comp {
  width: 17.1rem;
  position: absolute;
  inset: 0% -101px auto auto;
}

.circle-comp2 {
  width: 17.1rem;
  position: absolute;
  inset: 16% -101px auto auto;
  transform: rotate(77deg);
}

.blobl1-3 {
  z-index: 1;
  color: #e84c3d;
  width: 10rem;
  display: none;
  position: absolute;
  inset: auto -5% 47% auto;
  transform: rotate(-15deg);
}

.blobl1-3.leftblobl {
  color: #f59c08;
  width: 14rem;
  inset: -78% auto auto 0%;
  transform: rotate(-129deg);
}

.text-block-faq-copy {
  color: #000;
  text-wrap: balance;
  margin-bottom: 1rem;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
}

.hero-text-sub2 {
  text-align: left;
  width: 33rem;
  margin-bottom: .3rem;
  font-size: 16px;
  font-weight: 400;
}

.video {
  height: 100%;
}

.esther-block-hero {
  z-index: 5;
  background-color: #f7f0ea;
  border: 1px solid #d8d1cb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 223px;
  margin-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-text-sub2-copy {
  text-align: left;
  width: 33rem;
  margin-bottom: .3rem;
  font-size: 18px;
  font-weight: 700;
}

.quote {
  margin-bottom: 1.5rem;
  font-family: "Victorseriftrial 65", Arial, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 110%;
  position: static;
  inset: 11% auto auto -59%;
}

.quote.middle {
  text-align: left;
  text-wrap: balance;
  width: 22rem;
}

.quote.middle2 {
  text-align: left;
  width: auto;
  font-size: 16px;
}

.quote.middle2._0-5rem {
  margin-bottom: .5rem;
  font-size: 15px;
}

.quote.middle2.certifications {
  color: #000;
  margin-bottom: .5rem;
  font-size: 16px;
}

.quote.middle2._0-5rem-copy {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
}

.quote.middle22 {
  text-align: left;
  width: auto;
  margin-top: .5rem;
  font-size: 20px;
}

.quote.middle23 {
  text-align: left;
  width: auto;
  font-size: 20px;
}

.quote.middle23._0-5rem {
  margin-bottom: .5rem;
  font-size: 15px;
}

.quote.middle23.certifications {
  color: #000;
  margin-bottom: .5rem;
  font-size: 16px;
}

.text-button-black2-copy {
  color: #000;
  margin-top: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.svg-8 {
  flex: none;
  width: 30px;
}

.enrolling {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px dashed #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 255px;
  margin-top: 1rem;
  padding: 10px 12px;
  display: flex;
}

.image-16 {
  width: 100%;
}

.brand {
  width: 8rem;
  margin-top: 1rem;
}

.image-15-copy {
  z-index: -1;
  position: absolute;
  top: 217px;
  left: -264px;
  transform: rotate(115deg);
}

.image-14-copy {
  position: absolute;
  top: 172px;
  left: -217px;
  transform: rotate(129deg);
}

.footer-svg {
  color: #000;
  width: 20px;
}

.svg-9 {
  width: 15px;
  height: 15px;
}

.image-17 {
  flex: none;
  width: 22px;
  height: 22px;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 230px;
  margin-bottom: .5rem;
  display: flex;
}

.text-block {
  flex-flow: column;
  display: flex;
}

.footer-text-sche0-2 {
  text-align: left;
  text-wrap: balance;
  width: auto;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 700;
}

.svg-8-copy {
  flex: none;
  width: 22px;
  height: 22px;
}

.path-4 {
  color: #000;
}

.info-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.info-wrapoperfotoer {
  z-index: 5;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  display: flex;
  position: relative;
}

.lang {
  color: #000;
  width: 22px;
  height: 22px;
}

.chart {
  color: #000;
  flex: none;
  width: 22px;
  height: 22px;
}

.footer-cont {
  flex-flow: column;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-side-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-faq-2 {
  z-index: -1;
  aspect-ratio: auto;
  position: absolute;
  inset: 389px 97% 0% auto;
  transform: rotate(-80deg);
}

.text-button-black2-copy-copy {
  color: #000;
  margin-top: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.rentals-shortcut {
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.rentals-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #15131400;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 1.5rem;
  display: flex;
}

.button-text-bl2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
}

.button-text-bl2:hover {
  font-weight: 500;
}

.underline-2 {
  background-color: #fffc;
  width: 100%;
  height: 1px;
  display: block;
}

.circles {
  position: absolute;
  inset: auto -14% -38% auto;
  transform: rotate(-180deg);
}

.circles2 {
  position: absolute;
  inset: -39% auto auto -13%;
  transform: rotate(-180deg);
}

.paragraph-1-2 {
  text-wrap: balance;
  width: 31.8rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.line-sche {
  z-index: -1;
  position: absolute;
  inset: -8% 4% auto auto;
  transform: rotate(28deg);
}

.bluer {
  z-index: -1;
  width: 120%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.h52 {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h52.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h52.white {
  color: #fff;
}

.h52.hero-h5 {
  margin-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
}

.mission-button2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #2a5c9b1a;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  display: flex;
}

.heart-2 {
  z-index: 1;
  position: absolute;
  inset: 48% 0% auto auto;
}

.text-button-black2-2 {
  color: #000;
  padding-left: 6px;
  padding-right: 4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.path-5 {
  color: #000;
}

.link-4 {
  color: #000;
  font-weight: 800;
  text-decoration-color: #000;
}

.image-18 {
  width: 100%;
  height: 203px;
}

.link-5 {
  color: #000;
  font-weight: 700;
}

.why-cont {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.point1 {
  width: 10.5rem;
}

.h5--n-copy {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5--n-copy.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5--n-copy.white {
  color: #fff;
}

.h534 {
  z-index: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h534.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h534.white {
  color: #fff;
}

.cont-why {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.graphic {
  width: 35px;
  height: 35px;
}

.path-6 {
  color: #439d55;
}

.path-7, .path-8, .path-9 {
  color: #f45426;
}

.path-10 {
  color: #aa62ad;
}

.image-15-co2 {
  z-index: -1;
  width: 80%;
  position: absolute;
  top: -362px;
  left: 341px;
  transform: rotate(-91deg);
}

.popup-vision {
  z-index: 99;
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-item {
  background-color: #fff;
  border-radius: 20px;
  width: 413px;
  height: auto;
  padding: 24px;
  position: relative;
}

._20 {
  font-size: 20px;
}

.x {
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.div-block-5 {
  border: 1px dashed #000;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.popup-mision {
  z-index: 99;
  background-color: #0000003d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.testimonial-card-2 {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #eaeff5;
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 0;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6, .div-block-7 {
  flex-flow: column;
  display: flex;
}

.h5--n-copy-copy {
  z-index: 1;
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Delight-Semibold, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.h5--n-copy-copy.middle {
  text-align: center;
  margin-bottom: 3rem;
}

.h5--n-copy-copy.white {
  color: #fff;
}

.blobl1-c8opy {
  z-index: -1;
  color: #439d55;
  width: 10rem;
  position: absolute;
  inset: auto 0% -64% auto;
  transform: rotate(15deg);
}

.blobl1-c8opy.leftblobl {
  color: #f59c08;
  width: 14rem;
  inset: -64% auto auto 0%;
  transform: rotate(-129deg);
}

.orange-block--2 {
  z-index: -5;
  background-color: #e94e26;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: auto -39% 0% auto;
}

.image-19 {
  z-index: -1;
  position: absolute;
  top: 58px;
  left: -201px;
}

.image-20 {
  width: 6rem;
  margin-bottom: 1rem;
}

.star-1 {
  width: 5rem;
  position: absolute;
  inset: 17% 4% auto auto;
}

.staar-2 {
  width: 5rem;
  position: absolute;
  inset: 14% 4% auto auto;
}

.rect {
  width: 8rem;
  position: absolute;
  inset: auto 7% 3% auto;
}

.tulip {
  width: 3rem;
  position: absolute;
  inset: 3% auto auto 3%;
}

.path-11, .path-12 {
  color: #aa62ad;
}

.path-13, .path-14 {
  color: #f59c08;
}

.path-15 {
  color: #f45426;
}

.image-21 {
  position: absolute;
  inset: auto auto -18% 0%;
}

.image-22 {
  position: absolute;
}

.image-23 {
  width: 100%;
  position: absolute;
  top: -89px;
}

.background-video {
  aspect-ratio: auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.orange-hero-bg2 {
  z-index: -1;
  height: 60rem;
  position: absolute;
  left: 751px;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.hero-text-sub2-copy-copy {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.orange-hero-bg3 {
  z-index: -1;
  height: 60rem;
  position: absolute;
  left: 951px;
}

.footer-text-sche2 {
  color: #0009;
  text-align: left;
  text-wrap: balance;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.line-hero {
  width: 20rem;
  height: 10rem;
}

.hero-line {
  z-index: -1;
  width: 16rem;
  position: absolute;
  top: 364px;
  left: 496px;
}

.g {
  color: #2a5c9b;
}

.small-text-hero {
  color: #000;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.testimonial-card-22 {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #eaeff5;
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.orange-hero-bg345 {
  z-index: -1;
  height: 60rem;
  position: absolute;
  left: 1638px;
}

.image-24 {
  z-index: 1;
  width: 2.5rem;
  margin-top: 8px;
  position: static;
  inset: auto 93px 10% auto;
}

.block-diaz {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow {
  width: 25px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .cont-left {
    height: auto;
  }

  .cont-right {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .video-container-hero {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .paragraph.middle2, .paragraph.middle2.smaller, .paragraph.middle23 {
    text-align: left;
  }

  .paragraph._23middle2-copy {
    text-align: center;
  }

  .paragraph.middle2-copy334 {
    text-align: left;
  }

  .faq_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .faq-div {
    margin-top: 0;
  }

  .text-block-faq {
    font-size: 32px;
    font-weight: 300;
  }

  .faq-body-cont {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion_question.is-round {
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .h-cta {
    font-size: 34px;
  }

  .cta-text {
    font-size: 16px;
  }

  .line-cta1 {
    left: -149px;
  }

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-footer {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .terms {
    grid-column-gap: 31.2rem;
    grid-row-gap: 31.2rem;
  }

  .faq-line {
    height: 100%;
  }

  .footer-text-sche {
    width: 145px;
  }

  .footer-star {
    inset: 696px 0% 0% auto;
    transform: rotate(-180deg);
  }

  .schedule-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .title-block-schedule {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h2-schedule {
    text-align: center;
  }

  .extended-block {
    z-index: 1;
    width: 100%;
  }

  .schedule-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .block-card {
    width: 350px;
  }

  .block-card-small {
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 75px;
  }

  .card-top.small {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .vertical-texxt {
    transform: none;
  }

  .block-card-small1 {
    background-color: #fefefe;
    flex-flow: row;
    width: 350px;
    height: 75px;
  }

  .paragraph-small2 {
    padding-left: 12px;
  }

  .about-section {
    padding-bottom: 1rem;
  }

  .aboutt-container {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-7 {
    object-fit: cover;
  }

  .vertical-text3 {
    margin-top: 32px;
    padding-top: 0;
    padding-left: 12px;
    transform: none;
  }

  .vertical-texx4 {
    margin-top: 32px;
    padding-left: 12px;
    transform: none;
  }

  .line-schedule {
    inset: 29% -20% auto auto;
  }

  .line-schedule-mobile {
    display: block;
    inset: 16% -20% auto -284px;
  }

  .container-links-nav {
    height: 52px;
  }

  .container-navbar {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .orange-hero-bg {
    height: 85.2rem;
    left: 425px;
  }

  .about-star {
    inset: auto auto -9% 0%;
    transform: rotate(-90deg);
  }

  .content-comparison, .block-comparison {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h5--n {
    font-size: 32px;
  }

  .picture-comp {
    width: 42rem;
    height: auto;
  }

  .arrow-comp {
    display: none;
  }

  .testimonial-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-faq-copy {
    font-size: 34px;
    font-weight: 300;
  }

  .quote.middle2, .quote.middle23 {
    text-align: center;
  }

  .footer-text-sche0-2 {
    width: 145px;
  }

  .line-faq-2 {
    top: 449px;
  }

  .circles {
    z-index: 49;
    width: auto;
    inset: auto -21% -39% auto;
  }

  .line-sche {
    z-index: -1;
  }

  .bluer {
    top: 17%;
  }

  .h52 {
    margin-left: auto;
    margin-right: auto;
  }

  .point1 {
    width: 12rem;
  }

  .h5--n-copy, .h534 {
    font-size: 32px;
  }

  .testimonial-card-2 {
    margin-right: auto;
  }

  .h5--n-copy-copy {
    font-size: 22px;
  }

  .staar-2 {
    top: 1%;
  }

  .tulip {
    top: 67%;
    left: 6%;
  }

  .orange-hero-bg2, .orange-hero-bg3 {
    height: 85.2rem;
    left: 412px;
  }

  .footer-text-sche2 {
    width: 145px;
  }

  .hero-line {
    top: 992px;
    left: 335px;
  }

  .testimonial-card-22 {
    margin-left: auto;
  }

  .orange-hero-bg345 {
    height: 85.2rem;
    top: 169.433px;
    left: 412px;
    transform: rotate(9deg);
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }

  .cont-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .video-container-hero {
    width: 80%;
  }

  .heading-hero {
    font-size: 57px;
  }

  .header-wrapper {
    width: auto;
  }

  .green-highlight {
    width: 15.2rem;
    left: 119px;
  }

  .faq-container {
    width: 90%;
    padding: 24px;
  }

  .h2.middle {
    font-size: 44px;
  }

  .hero-text-sub {
    width: 30rem;
  }

  .underline-hero {
    left: 143px;
  }

  .svg-6 {
    width: 27px;
    height: 27px;
  }

  .text-block-faq {
    font-size: 28px;
  }

  .accordion_question.is-round {
    justify-content: space-between;
    align-items: flex-start;
  }

  .titles-faq {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .star-3-faq {
    width: 3rem;
    top: 0%;
  }

  .container-cta {
    flex-flow: column;
  }

  .footer-container {
    grid-column-gap: 5.1rem;
    grid-row-gap: 5.1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navigation-block {
    flex-flow: column;
    display: flex;
  }

  .logo-and-others {
    grid-column-gap: 6.8rem;
    grid-row-gap: 6.8rem;
  }

  .tx-freedom {
    margin-top: 2rem;
  }

  .footer-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .footer-block-right-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .line-faq {
    z-index: -1;
  }

  .terms {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    justify-content: space-between;
    align-items: center;
  }

  .footer-text-sche {
    width: auto;
  }

  .navigation-block-connect {
    height: auto;
    margin-top: 1rem;
  }

  .navigation-block-sm {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: 80px;
    display: flex;
  }

  .footer-star {
    bottom: 185px;
  }

  .footer-link {
    text-decoration-color: #00e0;
  }

  .navigation-block-sche {
    flex-flow: column;
    display: flex;
  }

  .schedule-content-wrapper {
    padding: 24px;
  }

  .title-block-schedule {
    width: auto;
  }

  .title-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .extended-block {
    z-index: 5;
    overflow: hidden;
  }

  .microschool-div {
    padding: 24px;
  }

  .h2-microschool {
    font-size: 44px;
  }

  .image-7 {
    width: 20%;
  }

  .line-schedule {
    top: 50%;
  }

  .h2-comparrison, .h2-about {
    font-size: 44px;
  }

  .green-highlight-2 {
    width: 29.1rem;
    height: 3.2rem;
    bottom: -9px;
    left: 63px;
  }

  .navlink {
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: Delight-Semibold, Georgia, sans-serif;
    font-size: 32px;
  }

  .navlink.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contact-button {
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-links-nav {
    background-color: #fff0;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/gradient0-1.png');
    background-position: 0 0;
    background-size: cover;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .text-block {
    font-size: 14px;
  }

  .container-navbar {
    background-color: #f7f0ea;
    border-bottom: 1px solid #c3c3c3;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .video-frame {
    width: 100%;
  }

  .orange-hero-bg {
    left: 361px;
  }

  .blobl1 {
    bottom: 63%;
  }

  .about-star {
    width: 4rem;
    inset: auto auto -4% 55%;
  }

  .block-comparison {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .picture-comp {
    width: auto;
  }

  .image-16 {
    margin-bottom: 5px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .footer-block {
    width: 300px;
  }

  .info-wrapoperfotoer {
    flex-flow: column;
  }

  .footer-cont {
    width: auto;
  }

  .line-faq-2 {
    z-index: -1;
  }

  .line-sche {
    z-index: -1;
    right: 26%;
  }

  .h5--n-copy, .h5--n-copy-copy {
    font-size: 24px;
  }

  .menu-button.w--open {
    background-color: #f45426;
    border-radius: 20px;
  }

  .blobl1-c8opy {
    bottom: 63%;
  }

  .orange-hero-bg2 {
    top: 572.4px;
    left: 325px;
  }

  .orange-hero-bg3, .orange-hero-bg345 {
    left: 361px;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    justify-content: center;
    align-items: center;
  }

  .cont-right {
    width: 100%;
  }

  .video-container-hero {
    width: 100%;
    margin-left: 0;
  }

  .paragraph.middle {
    width: auto;
  }

  .paragraph.middle22, .paragraph.middle23 {
    font-size: 16px;
  }

  .heading-hero {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 42px;
    line-height: 100%;
  }

  .header-wrapper {
    width: auto;
  }

  .green-highlight {
    width: 10.8rem;
    height: 2.1rem;
    top: 47px;
    left: 86px;
  }

  .faq-container {
    width: 90%;
    padding: 20px;
    position: relative;
  }

  .h2.middle {
    font-size: 37px;
    line-height: 100%;
  }

  .h2.norem {
    font-size: 42px;
  }

  .microschool_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .comparison_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-sub {
    width: auto;
    font-size: 16px;
  }

  .underline-hero {
    display: none;
  }

  .text-block-faq {
    margin-bottom: .5rem;
    font-size: 32px;
  }

  .accordion_wrapper {
    width: auto;
  }

  .faq-answer {
    font-size: 1rem;
  }

  .accordion_question.is-round {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .titles-faq {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .img-div-faq {
    width: auto;
    height: auto;
  }

  .faq-answer-title, .faq-answer-title-2 {
    font-size: 18px;
  }

  .star-faq {
    bottom: 7px;
  }

  .star-3-faq {
    width: 2rem;
    top: 12px;
  }

  .cta-area {
    padding: 3rem 1rem;
  }

  .container-cta {
    flex-flow: column;
  }

  .left-cta, .right-cta {
    width: auto;
  }

  .h-cta {
    font-size: 37px;
  }

  .cta-text {
    margin-bottom: 1.5rem;
  }

  .line-cta1 {
    left: -155px;
  }

  .line-cta2 {
    left: 289px;
  }

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-block {
    height: 185px;
  }

  .logo-and-others {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 18rem;
  }

  .tx-freedom {
    width: 16rem;
    margin-top: 3rem;
  }

  .logo-biaani {
    width: 100%;
  }

  .msa {
    width: 18rem;
    padding-left: 21px;
  }

  .footer-text-small {
    font-size: 15px;
  }

  .message-button-text-footer {
    margin-bottom: 0;
  }

  .message-footer-link {
    margin-bottom: 1.2rem;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 18rem;
  }

  .more-info {
    flex-flow: column;
    display: flex;
  }

  .line-faq {
    top: 613px;
  }

  .wrapper-footer {
    padding-top: 3rem;
  }

  .terms {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 18rem;
  }

  .faq-line {
    z-index: -1;
  }

  .footer-text-sche {
    margin-bottom: 0;
  }

  .navigation-block-connect {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .navigation-block-sm {
    margin-top: 1rem;
  }

  .footer-star {
    inset: 1197px 0% 0% auto;
    transform: rotate(-180deg);
  }

  .divider-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    margin-bottom: 1.2rem;
  }

  .navigation-block-sche {
    flex-flow: column;
    height: auto;
  }

  .schedule-content-wrapper {
    padding: 24px;
  }

  .h2-schedule {
    font-size: 37px;
    line-height: 100%;
  }

  .h2-schedule.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .extended-block {
    width: 100%;
    height: auto;
    padding: 32px;
  }

  .h4.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .block-card {
    width: auto;
  }

  .block-card-small {
    width: 100%;
  }

  .h5.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .testimonial-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical-texxt.middle, .h2-microschool, .h2-microschool.middle, .h5-copy.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .block-card-small1 {
    width: 100%;
  }

  .content-about {
    flex-flow: column;
  }

  .esther-column {
    width: auto;
  }

  .about-pic {
    width: 100%;
  }

  .h5-2.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .boottom-schedule {
    flex-flow: column;
  }

  .image-7 {
    width: 100%;
  }

  .vertical-texxt-2.middle, .vertical-text3.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .textimonial-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .vertical-texx4.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .line-schedule {
    top: 45%;
  }

  .h2-comparrison {
    text-align: left;
    font-size: 34px;
  }

  .h2-comparrison.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .h2-about {
    font-size: 42px;
  }

  .h2-about.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .green-highlight-2 {
    width: 21.9rem;
    height: 2.2rem;
    bottom: -2px;
    left: -5px;
  }

  .header-comparison {
    width: auto;
  }

  .line-schedule-mobile {
    top: 6%;
    left: -204px;
  }

  .navbar {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0% 0% auto;
  }

  .container-navbar {
    padding-top: 1rem;
  }

  .testimonial-card {
    width: auto;
  }

  .video-frame {
    width: 100%;
  }

  .orange-hero-bg {
    display: none;
    top: 176.933px;
    left: 256px;
  }

  .buttons-section {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .proof-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .div-block-3 {
    display: none;
  }

  .h6.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .blobl1 {
    right: -22%;
  }

  .blobl1.leftblobl {
    top: -45%;
  }

  .about-star {
    inset: 1197px 0% 0% auto;
    transform: rotate(-180deg);
  }

  .h5--n.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .text-block-faq-copy {
    font-size: 34px;
  }

  .brand {
    margin-top: 0;
  }

  .info-wrapoperfotoer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .footer-cont {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .left-side-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .line-faq-2 {
    top: 1282px;
  }

  .rentals-shortcut, .rentals-button-2 {
    width: auto;
  }

  .underline-2 {
    width: 102px;
  }

  .info-contact {
    flex-flow: column;
    display: flex;
  }

  .paragraph-1-2 {
    width: auto;
  }

  .line-sche {
    top: -10%;
    right: -23%;
    transform: rotate(4deg);
  }

  .bluer {
    top: 23%;
  }

  .h52 {
    font-size: 27px;
  }

  .h52.middle, .h5--n-copy.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .why-cont {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .point1 {
    width: auto;
  }

  .h5--n-copy.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .h534 {
    font-size: 27px;
  }

  .h534.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .testimonial-card-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    padding: 16px;
  }

  .h5--n-copy-copy {
    letter-spacing: 0;
    font-size: 18px;
  }

  .h5--n-copy-copy.middle {
    font-size: 42px;
    line-height: 100%;
  }

  .blobl1-c8opy {
    right: -22%;
  }

  .blobl1-c8opy.leftblobl {
    top: -45%;
  }

  .image-23 {
    inset: 0% 0% auto;
  }

  .orange-hero-bg2 {
    top: 273.933px;
    left: 220px;
    transform: rotate(7deg);
  }

  .orange-hero-bg3 {
    display: none;
    top: 210.933px;
    left: 174px;
  }

  .footer-text-sche2 {
    margin-bottom: 0;
  }

  .testimonial-card-22 {
    width: 100%;
    padding: 16px;
  }

  .orange-hero-bg345 {
    height: 113.4rem;
    display: none;
    top: 250.933px;
    left: 256px;
  }
}


@font-face {
  font-family: 'Delight-Bold';
  src: url('../fonts/Delight-Bold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-Black';
  src: url('../fonts/Delight-Black.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-Extrabold';
  src: url('../fonts/Delight-ExtraBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-Medium';
  src: url('../fonts/Delight-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-Semibold';
  src: url('../fonts/Delight-SemiBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-Regular';
  src: url('../fonts/Delight-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gabriola';
  src: url('../fonts/Gabriola.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight bold';
  src: url('../fonts/delight-bold.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-extrabold';
  src: url('../fonts/delight-extrabold.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight-medium';
  src: url('../fonts/delight-medium.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Victorseriftrial 55';
  src: url('../fonts/VictorSerifTrial-55MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Victorseriftrial 65';
  src: url('../fonts/VictorSerifTrial-65SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}