@font-face {
  font-family: Ibmplexsans variablefont ;
  src: url('../fonts/ibmplexsans-variablefont_wdthwght-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --standardfont: "Ibmplexsans variablefont", Arial, sans-serif;
  --conversion-flow-library--light-coral: #f9436d;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --whatsappbuttoncolour: #25d366;
  --whatsappbuttoncolourhover: #147337;
  --resrvebuttoncolour: #ff7a00;
  --resrvebuttoncolourhover: #e96c00;
  --headerfont: "Ibmplexsans variablefont", Arial, sans-serif;
  --greylight: #e6e5e7;
  --conversion-flow-library--turqouise: #30d5c8;
  --paragraphfontblack: "Ibmplexsans variablefont", Arial, sans-serif;
  --conversion-flow-library--mainpurple: #1d023b;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--standardfont);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  object-fit: cover;
  min-width: auto;
  min-height: auto;
  text-decoration: underline;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-navigation-left-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-navigation-3-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.cf-navbar-3-brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-nav-3-link {
  font-family: var(--standardfont);
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 300;
  transition: all .2s;
}

.cf-nav-3-link:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-nav-3-link.w--current {
  font-family: var(--standardfont);
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link.login-mob {
  display: none;
}

.cf-button {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple) 2%, var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library--sandy-brown));
  font-family: var(--standardfont);
  color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button:hover {
  background-color: #0d0e10;
}

.cf-button.navigation-button {
  background-color: var(--whatsappbuttoncolour);
  background-image: none;
  flex: none;
  padding: 15px 10px;
}

.cf-button.navigation-button:hover {
  background-color: var(--whatsappbuttoncolourhover);
}

.cf-button.navigation-button.mobile {
  transition: background-color .2s;
  display: none;
}

.cf-button.navigation-button.reserve {
  background-color: var(--resrvebuttoncolour);
  padding: 20px;
}

.cf-button.navigation-button.reserve:hover {
  background-color: var(--resrvebuttoncolourhover);
}

.cf-navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-navigation-3-center {
  width: auto;
  display: flex;
}

.menu-button-mob {
  display: none;
}

.cf-navigation-3-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-3 {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-flex-1---text-contain {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  display: block;
}

.cf-32px-heading {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---container.makeblock {
  text-align: left;
  align-self: auto;
  margin-bottom: 20px;
  display: block;
}

.cf-18px-paragraph {
  font-family: var(--standardfont);
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph.widertext {
  font-family: var(--standardfont);
  max-width: 800px;
  font-weight: 400;
}

.cf-18px-paragraph.widertext.ewide {
  max-width: 1200px;
  margin-bottom: 0;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-gradient-span {
  font-family: var(--standardfont);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-82px-heading---black {
  font-family: var(--headerfont);
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 76px;
  font-weight: 700;
  line-height: 100%;
}

.cf-82px-heading---black.immersionheader {
  margin-bottom: 100px;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-small-text.bogotextsmall {
  color: #fff;
  margin-left: 0;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  font-family: var(--standardfont);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.pricing-3-price {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  font-family: var(--headerfont);
  margin-bottom: 0;
  font-size: 36px;
}

.cf-pricing-plan-price.pricing-3-price.smallpriceoffertext {
  font-size: 18px;
}

.cf-pricing-3-box-plan-block {
  border-left: 1px solid #002e2433;
  border-right: 1px #002e2433;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block.curriculumlist {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cf-pricing-3-box {
  grid-column-gap: 60px;
  border-top: 7px solid var(--conversion-flow-library--light-coral);
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px #0000001a;
}

.cf-pricing-3-box.middle-block {
  border-top-style: solid;
  border-top-color: var(--conversion-flow-library--light-coral);
  background-color: var(--greylight);
  color: #fff;
}

.cf-pricing-3-box.middle-block.ctgpricestyle {
  border-top-color: var(--conversion-flow-library--turqouise);
  grid-template-columns: 1.25fr .5fr;
}

.cf-pricing-3-box.ctgpricestyle {
  border-top-style: solid;
  border-top-color: var(--conversion-flow-library--turqouise);
  grid-template-columns: 1.25fr .5fr;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-name {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-price-container {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cf-pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-plan-amount-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.cf-pricing-plan-description {
  font-family: var(--paragraphfontblack);
  color: #000;
  text-align: left;
  max-width: none;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

.cf-pricing-plan-description.middle-para {
  font-family: var(--standardfont);
  color: #000;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-paragraph {
  font-family: var(--standardfont);
  color: #000;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-services-h2-heading {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.cf-services-page-contain.cartagena {
  display: flex;
}

.cf-services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.cf-image-animation-div {
  width: auto;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 900px;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-82px-heading-2 {
  font-family: var(--headerfont);
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-82px-heading-2._82smallerheading {
  font-family: var(--headerfont);
  font-size: 64px;
}

.cf-cta-section {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cf-contact-field-label {
  font-family: var(--standardfont);
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-contact-field-label.labelnarrow {
  font-family: var(--standardfont);
  color: #050505;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.cf-features-section-1-image-contai-2 {
  object-fit: contain;
  border-radius: 100%;
}

.cf-footer-main-contain-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-links-contain-2 {
  display: flex;
}

.cf-footer-section-white-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-bottom-wrapper-2 {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper-2.white {
  border-top-style: none;
  border-top-color: #fff3;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-cf-link-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link-2:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link-2.black {
  color: #0d0e10;
}

.cf-footer-cf-link-2.black:hover {
  color: #ff8a56;
}

.cf-footer-column-2 {
  width: 100%;
}

.cf-copyright-text-3 {
  font-family: var(--standardfont);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text-3.black {
  font-family: var(--standardfont);
  color: #0d0e10;
  letter-spacing: -.16px;
}

.cf-footer-link-18px-2 {
  font-family: var(--standardfont);
  color: #ffffffbf;
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px-2:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px-2.black {
  font-family: var(--standardfont);
  color: #0d0e10bf;
}

.cf-footer-link-18px-2.black:hover {
  color: #ff5e69;
}

.footergridlinks {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  font-family: var(--standardfont);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 10px;
}

.cf-footer-link-gradient-hover-2 {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black-2 {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black-copy-no-margin-2 {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.cf-flex-section-2 {
  background-color: #fafafa;
  overflow: hidden;
}

.cf-flex-1---image-5 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---text-contain-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---text-contain-2.mainh2wider {
  text-align: center;
  width: 80%;
}

.cf-flex-1---image-contain-2 {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph-2 {
  font-family: var(--standardfont);
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-heading-animation-div-2, .cf-image-animation-div-2 {
  width: auto;
}

.mission-grid-text-wrapper-2 {
  width: 100%;
  max-width: 340px;
}

.cf-call-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button-2._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-services-image-2 {
  object-fit: contain;
  border-radius: 16px;
  max-width: 90%;
}

.cf-services-paragraph-2 {
  font-family: var(--standardfont);
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-paragraph-2.whitetext {
  color: var(--greylight);
}

.cf-services-paragraph-2.whitetext.missonspace {
  margin-bottom: 0;
}

.cf-services-right-contain-2 {
  width: 50%;
  max-width: 500px;
}

.cf-services-h2-heading-2 {
  font-family: var(--headerfont);
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-h2-heading-2.whitetext {
  color: #fff;
  font-size: 24px;
}

.cf-flex-section-4 {
  font-family: var(--standardfont);
}

.cf-flex-section-4.flexmission {
  background-color: #306;
}

.cf-services-page-contain-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-services-page-contain-2.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.cf-services-left-contain-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-left-contain-2.widerservice {
  width: 70%;
  max-width: 900px;
}

.cf-services-main-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-services-main-wrapper-2.servicemaingapsmall {
  padding-top: 40px;
  padding-bottom: 10px;
}

.card {
  color: #180036;
  background-color: #fff;
  background-image: none;
  border: 0 solid #18003633;
  border-radius: 1rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #18003633, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card.card-on-secondary {
  color: #180036;
  background-color: #fff;
  background-image: none;
  border-color: #1800361a;
  margin: 5px;
  padding-left: 0;
  box-shadow: inset 0 0 0 1px #18003633, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph-sm.utility-margin-bottom-0 {
  font-family: var(--standardfont);
  min-height: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-sm {
  margin-right: 0;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h4-heading.utility-margin-bottom-2rem {
  font-family: var(--standardfont);
}

.slide-2 {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.testimonial-section {
  background-color: var(--conversion-flow-library--mainpurple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.y-center {
  align-items: center;
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  margin-left: 0;
  padding: 3rem;
  display: flex;
  position: relative;
}

.cf-cta-section-2 {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cf-cta-left-contain-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  font-family: var(--headerfont);
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  max-width: 516px;
  display: flex;
}

.cf-cta-32px-heading-2 {
  font-family: var(--standardfont);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-cta-form-wrapper-2 {
  background-color: #0d0d0d;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 80px;
  display: flex;
}

.cf-cta-form-wrapper-2:focus {
  border: 1px #000;
}

.cf-cta-form-wrapper-2.ctaclass {
  background-color: var(--conversion-flow-library--mainpurple);
}

.cf-cta-testimonial-text-2 {
  font-family: var(--headerfont);
  color: #fff;
  flex: 0 auto;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.cf-testimonial-slide-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 40px #99999912;
}

.cf-testimonial-slide-wrapper-2.black {
  background-color: #191919;
  width: 50%;
}

.cf-testimonial-slide-wrapper-2.black.classcolour {
  background-color: var(--conversion-flow-library--mainpurple);
}

.cf-toggle-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-success-message-3 {
  font-family: var(--standardfont);
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
}

.cf-error-message-3 {
  font-family: var(--standardfont);
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-3.darker {
  font-family: var(--standardfont);
  color: #bd333d;
}

.cf-form-heading-2 {
  font-family: var(--headerfont);
  color: var(--conversion-flow-library--mainpurple);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-fields-contain-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.cf-contact-form-field-2 {
  font-family: var(--standardfont);
  color: #000;
  letter-spacing: -.16px;
  border: 1px solid #0d0e1082;
  border-radius: 78px;
  height: 73%;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.cf-contact-form-field-2:active, .cf-contact-form-field-2:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field-2::placeholder {
  color: #0d0e1099;
}

.cf-contact-form-field-2.message {
  font-family: var(--standardfont);
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.cf-contact-form-field-2.narrowfield {
  font-family: var(--standardfont);
  padding-top: 10px;
  padding-bottom: 10px;
}

.cf-contact-field-label-2 {
  font-family: var(--headerfont);
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-forms-section-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
}

.contactfielddiv {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.cf-flex-1---image-7 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  max-height: 66%;
}

.cf-flex-1---text-contain-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain-3 {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading-3 {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cf-flex-1---container-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph-3 {
  font-family: var(--standardfont);
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-testimonial-bottom-text-2 {
  margin-top: 160px;
}

.cf-testimonial-bottom-text-2.header-4 {
  margin-top: 20px;
}

.cf-testimonial-right-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.cf-heading-wrapper-2 {
  width: 100%;
}

.cf-home-testimonial-wrap-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
}

.cf-testimonial-italic-text-2 {
  font-family: var(--standardfont);
  color: #fff;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 156%;
}

.cf-testimonial-black-name-2 {
  font-family: var(--standardfont);
  line-height: 175%;
}

.cf-hero-section-7 {
  background-color: #fff;
  overflow: hidden;
}

.cf-heading-part-4 {
  align-items: center;
  display: flex;
}

.cf-1140px-wrapper---home-vertical-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.cf-cta-section-3 {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #fff;
  position: relative;
}

.cf-cta-section-3.ctaschool {
  background-color: var(--conversion-flow-library--mainpurple);
}

.cf-pink-button {
  background-color: var(--conversion-flow-library--light-coral);
  font-family: var(--standardfont);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-wrapper-2.ctawrapnarrow {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-paragraph {
  font-family: var(--headerfont);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  font-family: var(--headerfont);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  font-family: var(--standardfont);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.cf-cta-section-4 {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cf-review-stars-3 {
  width: 100%;
  max-width: 132px;
  margin-bottom: 20px;
}

.reviewsectionnarrrow {
  background-color: var(--conversion-flow-library--mainpurple);
  color: #fff;
}

.cf-gradient-span-4 {
  font-family: var(--headerfont);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.cf-82px-heading-3 {
  font-family: var(--headerfont);
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-center-image-2 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  max-height: 500px;
  position: relative;
}

.cf-floating-scribble-2 {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-image-container-3 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-home-image-container-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 60px;
  display: flex;
  position: relative;
}

.cf-floating-image-container-4 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-1140px-wrapper---home-vertical-4 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-8 {
  background-color: var(--conversion-flow-library--mainpurple);
  background-image: linear-gradient(180deg, var(--conversion-flow-library--mainpurple) 74%, white);
  overflow: hidden;
}

.cf-hero-section-8.schoolhero {
  background-color: #fff;
  background-image: none;
}

.cf-82px-heading---white {
  font-family: var(--headerfont);
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.instagram-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-default {
  max-width: 1218px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-wrapper.instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.quickfacts {
  color: #000;
}

.pricing-header {
  font-family: var(--standardfont);
  margin-top: 16px;
  font-size: 19px;
}

.pricing-table-feature {
  font-family: var(--standardfont);
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: inset 0 1px #ddd, 0 1px #ddd;
}

.pricing-table-feature.grey {
  background-color: var(--greylight);
  font-family: var(--standardfont);
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pricing-table-feature.grey.bogotext {
  background-color: var(--conversion-flow-library--turqouise);
  color: var(--conversion-flow-library--mainpurple);
  border: 1px #000;
  border-radius: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.cf-toggle-row-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-box-wrapper-2 {
  margin-top: 50px;
}

.bold-text {
  font-size: 24px;
}

.text-span, .text-span-2, .text-span-3 {
  font-family: var(--headerfont);
}

.div-block {
  max-width: 1280px;
}

.h2-classes {
  font-family: var(--headerfont);
  margin-top: 40px;
  font-size: 32px;
}

.h1smaller {
  font-family: var(--headerfont);
  font-size: 48px;
  line-height: 1%;
}

.heading-2 {
  font-family: var(--headerfont);
}

.teachstyleseperator {
  margin-top: -60px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-family: var(--standardfont);
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.choose-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.cf-wrapper-1160.growth-flex {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cf-wrapper-1160.ctgschoolintrowrap {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 20px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-choose-section {
  align-self: center;
}

.cf-choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-feature-pointer-text-20px {
  font-family: var(--standardfont);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-h2-heading-56px {
  font-family: var(--standardfont);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-choose-upper-section {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 32px;
  display: flex;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-20px-text {
  font-family: var(--standardfont);
  align-self: auto;
  font-size: 20px;
  line-height: 32px;
}

.cf-choose-feature-wrapper {
  font-family: var(--standardfont);
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.cf-choose-feature-bold-text-16px {
  font-family: var(--standardfont);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---text-contain-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading-4 {
  font-family: var(--standardfont);
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-32px-heading-4.ctgschoolh2 {
  color: #fff;
}

.cf-flex-1---wrapper-4 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph-4 {
  font-family: var(--standardfont);
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-testimonial-heading {
  font-family: var(--standardfont);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.cf-testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
  padding: 40px;
  box-shadow: 8px 23px 200px #40454f0f;
}

.testimonial-wrapper {
  text-align: left;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-text {
  font-family: var(--standardfont);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 156%;
}

.cf-testimonial-card-section {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cf-testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-toggle-row-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-primary-button {
  font-family: var(--standardfont);
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  background-color: var(--conversion-flow-library--sandy-brown);
  font-family: var(--standardfont);
  color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
}

.cf-primary-button.pricing-button.readybuttonspace {
  background-color: #ffa84b;
  margin-left: 20px;
  margin-right: 20px;
}

.cf-primary-button.pricing-button.readybuttonspace.whitebutton {
  background-color: #fdfcff;
  border: 1px solid #000;
}

.cf-primary-button.pricing-button.readybuttonspace.highbutton {
  background-color: var(--conversion-flow-library--turqouise);
  border: 1px solid #000;
}

.cf-pricing-box-wrapper-3 {
  margin-top: 50px;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-growth-section {
  position: relative;
}

.cf-growth-wrapper-2 {
  background-color: var(--greylight);
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-2.large {
  background-color: var(--conversion-flow-library--turqouise);
  color: #fff;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-wrapper-2.large.mdelarge {
  background-color: var(--conversion-flow-library--mainpurple);
}

.cf-growth-para-text-18px {
  font-family: var(--standardfont);
  color: #000;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 60%, var(--conversion-flow-library--sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-para-text-20px {
  opacity: .7;
  font-family: var(--standardfont);
  margin-top: 26px;
  font-size: 20px;
  line-height: 32px;
}

.cf-growth-h2-heading-56px {
  font-family: var(--standardfont);
  letter-spacing: -.01em;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.cf-growth-heading-32px {
  font-family: var(--standardfont);
  color: #000;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.readylearnbuttons {
  justify-content: center;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.promobanner {
  background-color: var(--conversion-flow-library--light-coral);
  color: var(--greylight);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-size: 17px;
  display: flex;
}

.text-block-5 {
  font-family: var(--standardfont);
}

.bannermegaphone {
  margin-left: 10px;
  margin-right: 10px;
}

.cf-logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  border-radius: 18px;
}

.bold-text-2, .bold-text-5, .bold-text-6 {
  font-family: var(--standardfont);
}

.bold-text-7 {
  font-family: var(--standardfont);
  line-height: 46px;
}

.bold-text-8 {
  font-family: var(--standardfont);
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-hero-right-image {
  border-radius: 19px;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-64px-heading.ctgschoolh1 {
  margin-bottom: 5px;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.cf-toggle-row-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-box-wrapper-4 {
  margin-top: 50px;
}

.schoolpriceblock {
  opacity: 1;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 13px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.hero-section {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-text {
  flex-flow: column;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.hero-image {
  object-fit: cover;
  border-radius: 20px;
  max-width: 50%;
  max-height: 75vh;
}

.hero-text-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dissovertext {
  font-family: var(--standardfont);
}

.mapsection {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mapcontainer {
  height: 60vh;
}

.map {
  width: 100%;
  height: 100%;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-2-wrapper {
  text-align: center;
  text-decoration: none;
}

.cf-features-section-2-image-wrapper {
  background-image: linear-gradient(180deg, var(--conversion-flow-library--turqouise) 7%, white 48%);
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-heading-2 {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2 {
  font-family: var(--headerfont);
  text-align: center;
}

.cf-features-section-2-icon-wrap-2 {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap-2.cf-absolute {
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-service-paragraph-2 {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell-2.homepage-3, .cf-features-section-2-grid-cell-2.schoolpricewrap {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  max-width: 460px;
}

.cf-service-heading-2 {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  text-align: left;
  border-radius: 16px;
}

.link-block {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 30vw;
  min-width: auto;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block.linkblockctg {
  text-align: left;
  background-image: linear-gradient(#00000096, #00000096), url('../images/cartagena-street-square.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block.linkblockmde {
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080), url('../images/parque-lleras-medellin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.link-block.ctglinkblock {
  text-align: left;
  background-image: linear-gradient(#0006, #0006), url('../images/cartagena-street-square.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.link-block.mdelinkblock {
  text-align: left;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/parque-lleras-medellin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.linkblocktext {
  font-family: var(--standardfont);
}

.linktextctg {
  font-family: var(--standardfont);
  color: #fff;
  border: 1px #fff;
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}

.linkheader {
  font-family: var(--standardfont);
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  text-decoration: none;
}

.heading-3 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cf-visual-features-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item-2.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cf-visual-features-item-2.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.cf-visual-features-item-2.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.cf-visual-features-item-2.navbar.right-link:hover {
  color: var(--conversion-flow-library--light-coral);
  background-color: #0000;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.cf-visual-features-items-container.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-heading-and-text-contain {
  margin-left: 20px;
}

.cf-navigation-left-3 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-more-link {
  text-decoration: none;
}

.cf-navigation-3-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-dropdown-nav-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-logo-image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-nav-3-link-2 {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link-2:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-nav-3-link-2.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link-2.login {
  flex: none;
  font-weight: 500;
}

.cf-nav-3-link-2.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.cf-nav-3-link-2.login-mob {
  display: none;
}

.cf-button-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple) 2%, var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button-2:hover {
  background-color: #0d0e10;
}

.cf-button-2.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.cf-button-2.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button-2.navigation-button.mobile {
  display: none;
}

.cf-navigation-right-3 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-divider-nav {
  background-color: #f1f3f6;
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-bottom: 28px;
}

.cf-dropdown-list-full-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.cf-dropdown-list-full-wrapper-2.blog {
  max-width: 1160px;
}

.cf-navigation-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.cf-navigation-heading.more {
  color: var(--conversion-flow-library--medium-purple);
  margin-bottom: 0;
  font-size: 20px;
}

.cf-navigation-heading.more:hover {
  color: var(--conversion-flow-library--light-coral);
}

.cf-navigation-item-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-visual-features-item-image-2 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-2.pages {
  max-width: 56px;
  margin-bottom: 0;
}

.cf-navigation-3-center-2 {
  width: auto;
  display: flex;
}

.cf-navigation-drop-container-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features.pages {
  padding-right: 40px;
}

.cf-right-side-links {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.menu-button-mob-2 {
  display: none;
}

.cf-navigation-3-menu-2 {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-4 {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-dropdown-list--nav-3 {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.cf-dropdown-list--nav-3.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 25px;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-list--nav-3.blog.w--open {
  width: 80%;
}

.cf-dropdown-toggle---nav-3 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-3:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-nav-link-summary {
  font-family: Montserrat, sans-serif;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 97%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-navigation-1-number-subtext {
  font-family: var(--standardfont);
  color: #0d0e1066;
  margin-top: 7px;
  margin-right: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px #40454f1a;
}

.cf-navigation-1-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-link {
  color: #0d0e10;
  text-transform: capitalize;
  border-bottom: 1px solid #0000;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-link-heading {
  font-family: var(--standardfont);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  font-family: var(--standardfont);
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cf-navigation-1-bar {
  background-color: #0000;
  position: relative;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-dropdown-arrow {
  margin: auto 10px auto auto;
  position: static;
}

.cf-navigation-1-line {
  background-color: #0d0e10;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-dropdown-lists {
  background-color: #0000;
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px #00000014;
}

.cf-dropdown-lists.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 8px;
  inset: 72px 0% auto;
  overflow: visible;
}

.cf-dropdown-list-full-wrapper-3 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px #40454f1a;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-1140px-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-1140px-wrapper-2.ctgclasshero {
  padding-top: 20px;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-extra-bold-span-2 {
  font-weight: 800;
}

.cf-logos-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-hero-right-image-2 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 18px;
  height: 80vh;
  min-height: auto;
}

.cf-18px-paragraph-5 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph-5.header-2 {
  font-family: var(--standardfont);
  margin-bottom: 10px;
  margin-right: 10px;
}

.home-left-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-image-review-container-2 {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-text---italic {
  font-family: var(--standardfont);
  color: #0d0e10;
  margin-bottom: 14px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 156%;
}

.cf-testmonial-text-wrapper-2 {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image-2 {
  margin-right: 16px;
}

.cf-64px-heading-2 {
  font-family: var(--headerfont);
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testimonial-logos-contain-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-name-position {
  font-family: var(--standardfont);
  color: #0d0e10;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-9 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-feature-tabs-section {
  width: 100%;
}

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.cf-tab-link.w--current {
  background-color: #0000;
}

.cf-tab-image-2 {
  object-fit: contain;
}

.link-block-2 {
  background-image: url('../images/IconoWhatsApp.webp');
  background-position: 50%;
  background-size: cover;
}

.herorating {
  font-family: var(--standardfont);
  margin-bottom: 10px;
}

.cf-82px-heading {
  font-family: var(--headerfont);
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5 {
  background-color: var(--conversion-flow-library--turqouise);
  background-image: linear-gradient(180deg, var(--conversion-flow-library--turqouise) 50%, white 50%);
  position: relative;
  overflow: hidden;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-gradient-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-5.ctgherograd {
  font-family: var(--headerfont);
}

.cf-gradient-span-5.mdeherograd {
  font-family: var(--headerfont);
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div-2 {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-floating-scribble-3 {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-home-image-container.ctgschoolsmallcontainer {
  margin-bottom: 40px;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#5cbfc8c9, #5cbfc8c9), url('../images/students-lauging.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.cf-hero-section-3.mdeschoolhero {
  background-image: linear-gradient(#f9436da1, #f9436da1), url('../images/Total-Spanish-Prof2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cf-18px-paragraph---white {
  font-family: var(--standardfont);
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-schoolcoursegridtop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.schoolpricelinkblock {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 30vw;
  min-width: auto;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.schoolpricelinkblock.linkblockctg {
  text-align: left;
  background-image: linear-gradient(#00000096, #00000096), url('../images/cartagena-street-square.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.schoolpricelinkblock.linkblockmde {
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080), url('../images/parque-lleras-medellin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.schoolpricelinkblock.ctglinkblock {
  text-align: left;
  background-image: linear-gradient(#0006, #0006), url('../images/cartagena-street-square.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.schoolpricelinkblock.mdelinkblock {
  text-align: left;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/parque-lleras-medellin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.schoolpricelinkblock.schoolpricecell {
  text-align: left;
  background-image: linear-gradient(#0006, #0006);
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-testimonial-paragraph {
  color: #0d0e10;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.cf-client-image {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-testimonial-block {
  align-items: flex-start;
  display: flex;
}

.cf-client-image-white {
  color: #ff5e69;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.cf-home-6---top-contain {
  width: 100%;
  max-width: 510px;
  display: flex;
}

.cf-home-6---divider {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.cf-hero-6---text-container-1 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-testimonial-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.cf-hero-section-6 {
  background-color: #0d0e10;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.cf-testimonial-image {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 80px;
}

.cf-40px-heading---white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-20px-paragraph---white {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.cf-home-6---clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.cf-clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.cf-testimonial-position {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
}

.cf-1140px-wrapper---hero-6 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.cf-hero-6---text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cf-features-section-2-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-2-image-wrapper-2 {
  margin-bottom: 32px;
  position: relative;
}

.schoolprice3grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-service-number-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-heading-3 {
  font-family: var(--headerfont);
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap-3 {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap-3.cf-absolute {
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-service-paragraph-3 {
  font-family: var(--standardfont);
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell-3 {
  font-family: var(--standardfont);
  border: 1px solid #000;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cf-features-section-2-grid-cell-3.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-heading-3 {
  font-family: var(--headerfont);
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image-2 {
  border-radius: 16px;
}

.schoolprice2grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.schoolpriceheaderdic {
  background-color: var(--conversion-flow-library--turqouise);
  background-image: linear-gradient(180deg, var(--conversion-flow-library--turqouise), white);
  width: 100%;
}

.teachingstylewrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.curriculumcontain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.curriculumcontain.cartagena {
  display: flex;
}

.curriculumwrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-small-text-2 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-toggle-row-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper.pricing-3-content {
  max-width: 228px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.middle-price-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  font-weight: 600;
}

.cf-secondary-button.middle-price-button:hover {
  background-color: #e5e5e5;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-pricing-plan-price-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-2.pricing-3-price {
  margin-bottom: 0;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text.black {
  color: #000;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-pricing-3-box-plan-block-2 {
  border-right: 1px solid #002e2433;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block-2._2 {
  border-right-color: #fff3;
}

.cf-pricing-3-box-2 {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px #0000001a;
}

.cf-pricing-3-box-2.middle-block {
  color: #fff;
  background-color: #000;
}

.cf-pricing-price-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-name-2 {
  color: #000;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-plan-name-2.white {
  color: #fff;
}

.cf-pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.cf-pricing-price-container-2 {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-3-blocks-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-plan-amount-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description-2 {
  color: #0b141fb3;
  text-align: center;
  max-width: 270px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-pricing-plan-description-2.middle-para {
  color: #ffffffb3;
}

.howweteachbox {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 10px 100px #0000001a;
}

.howweteachbox.middle-block {
  color: #fff;
  background-color: #000;
}

.howweteaxhtext {
  font-family: var(--standardfont);
  order: 0;
  align-self: auto;
}

.howweteachwarp {
  background-color: #fdfefe;
  border: 1px #000;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin: 20px auto;
  padding: 10px 40px;
  display: flex;
  box-shadow: 4px 5px 17px 5px #0000005e;
}

.howweteachwarp:focus {
  border: 1px #000;
}

.howweteachwarp.ctaclass {
  background-color: var(--conversion-flow-library--mainpurple);
}

.howteachtext {
  font-family: var(--standardfont);
  color: #000;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-wrapper-1161.growth-flex {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-home-tab-link-2 {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image-2.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text-2 {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-6 {
  background-color: #0d0e10;
}

.cf-tabs-element-2 {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element-2._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading-2 {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image-3.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-3.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-3.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-3.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-header-text-2 {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu-3 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content-3 {
  border-radius: 12px;
}

.cf-tabs-right-tab-2 {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-cta-section-5 {
  background-color: var(--conversion-flow-library--mainpurple);
  color: #fff;
  position: relative;
}

.cf-pink-button-2 {
  background-color: var(--conversion-flow-library--light-coral);
  font-family: var(--standardfont);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button-2:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-cta-wrapper-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-buttons-container-2 {
  grid-column-gap: 20px;
  display: flex;
}

.cf-center-wrapper-cta-2 {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-paragraph-2 {
  font-family: var(--standardfont);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading-2 {
  font-family: var(--headerfont);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-cta-bottom-image-2 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-cta-top-image-2 {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-purple-button-2 {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button-2:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.schoolclasscta {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-6 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.text-block-6 {
  font-family: Ibmplexsans variablefont, Arial, sans-serif;
}

.uncoverexperience {
  font-family: var(--standardfont);
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.cf-features-section-2-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-service-paragraph-4 {
  font-family: var(--standardfont);
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-heading-4 {
  font-family: var(--headerfont);
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon-2 {
  object-fit: contain;
}

.cf-features-section-3-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3-grid-cell-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-3-icon-wrap-2 {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-growth-container-2 {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-growth-section-2 {
  text-align: left;
  position: relative;
}

.cf-growth-wrapper-3 {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-3.large {
  background-color: var(--conversion-flow-library--turqouise);
  color: #fff;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-18px-2 {
  font-family: var(--standardfont);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-text-opacity-70-italic-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 60%, var(--conversion-flow-library--sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-para-text-20px-2 {
  opacity: .7;
  font-family: var(--standardfont);
  margin-top: 26px;
  font-size: 20px;
  line-height: 32px;
}

.cf-growth-h2-heading-56px-2 {
  font-family: var(--headerfont);
  letter-spacing: -.01em;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-heading-32px-2 {
  font-family: var(--headerfont);
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.learnmorebutton {
  background-color: var(--conversion-flow-library--turqouise);
  font-family: var(--standardfont);
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: auto;
  font-size: 16px;
}

.learnmorebutton:hover {
  background-color: #1da196;
}

.learnmorebutton.mdelearnmorebutton {
  background-color: var(--conversion-flow-library--light-coral);
}

.learnmorebutton.learnmoreblack {
  background-color: #000;
}

.schoolspanishcoursesection {
  text-align: left;
  position: relative;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footeraddresstext {
  font-size: 16px;
}

.footergridaddress {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  font-family: var(--standardfont);
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 10px;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-footer-section {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-call-arrow-down-3 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-1140px-wrapper-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-cta-arrow-div-3 {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-3 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button-3 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-3:hover {
  background-color: #b16cea;
}

.cf-cta-button-3.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button-3.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-button-gradient-3 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-extra-bold-span-3 {
  font-weight: 800;
}

.cf-logos-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-18px-paragraph-6 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.home-left-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-hero-layer-blur-2 {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-hero-logos-wrap-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos-2 {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos-2._3 {
  margin-right: 20px;
}

.cf-testimonial-logo-image-2 {
  margin-left: 16px;
}

.cf-image-review-container-3 {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-text---italic-2 {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-testmonial-text-wrapper-3 {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image-3 {
  margin-right: 16px;
}

.cf-64px-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testimonial-logos-contain-3 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-name-position-2 {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-10 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lightbox-link {
  height: 40vh;
  min-height: 40vh;
}

.image-3 {
  height: 40vh;
}

.grid, .grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.imagegrid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-7 {
  font-family: var(--standardfont);
}

.bold-text-9, .bold-text-10 {
  font-family: var(--headerfont);
}

.mdewhatsappiconbutton, .ctgwhatsappiconbutton {
  background-image: url('../images/IconoWhatsApp.webp');
  background-position: 0 0;
  background-size: cover;
  min-width: 50px;
  min-height: 50px;
}

@media screen and (min-width: 1280px) {
  .cf-cta-left-contain-2 {
    width: 51%;
    max-width: 550px;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-features-section-2-wrapper {
    align-items: center;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: center;
  }

  .cf-features-section-2-grid-cell-2 {
    max-width: 45vw;
  }

  .link-block.linkblockctg {
    aspect-ratio: 1;
    min-width: 340px;
    min-height: 340px;
  }

  .link-block.linkblockmde {
    text-align: left;
    min-width: auto;
    min-height: auto;
  }

  .cf-dropdown-list-full-wrapper, .cf-dropdown-list-full-wrapper-3 {
    box-shadow: 0 100px 100px #40454f1a;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-schoolcoursegridtop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: center;
  }

  .schoolpricelinkblock.linkblockctg {
    aspect-ratio: 1;
    min-width: 340px;
    min-height: 340px;
  }

  .schoolpricelinkblock.linkblockmde {
    text-align: left;
    min-width: auto;
    min-height: auto;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }

  .cf-cta-bottom-image-2 {
    width: 25%;
  }

  .cf-cta-top-image-2 {
    left: -24%;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-testimonial-logos-2 {
    max-width: 130px;
  }
}

@media screen and (min-width: 1440px) {
  .cf-footer-main-contain-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .hero-text-wrapper {
    display: flex;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image-3.tab-5 {
    width: 68%;
  }

  .cf-tab-image-3.tab-4 {
    width: 78%;
  }

  .cf-tab-image-3.tab-3 {
    width: 80%;
  }

  .cf-tab-image-3.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-cta-bottom-image-2 {
    right: 0%;
  }

  .cf-cta-top-image-2 {
    left: -20%;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .cf-testimonial-logos-2 {
    max-width: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image-2 {
    bottom: 3%;
    right: 9%;
  }

  .cf-cta-top-image-2 {
    left: 1%;
  }
}

@media screen and (max-width: 991px) {
  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-nav-3-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link.login-mob {
    display: block;
  }

  .cf-button.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 150px;
    margin-left: 5%;
    display: flex;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0;
  }

  .cf-navigation-3-center {
    display: block;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .cf-navigation-3-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px #0000000f;
  }

  .cf-navigation-3 {
    display: block;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---wrapper {
    padding-top: 20px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-82px-heading---black {
    font-size: 65px;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-page-contain {
    flex-direction: column-reverse;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .footergridlinks {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-flex-1---image-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cf-flex-1---text-contain-2 {
    width: 100%;
    max-width: 560px;
    margin-top: 20px;
  }

  .cf-flex-1---image-contain-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper-2 {
    flex-flow: column;
    padding-top: 20px;
  }

  .cf-flex-1---container-2 {
    flex-flow: column-reverse;
    order: 0;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-services-right-contain-2 {
    width: 100%;
  }

  .cf-services-h2-heading-2 {
    font-size: 30px;
  }

  .cf-services-page-contain-2, .cf-services-page-contain-2.reverse {
    flex-direction: column-reverse;
  }

  .cf-services-left-contain-2 {
    width: 100%;
    margin-top: 60px;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h4-heading {
    font-size: 1.13rem;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .card-body {
    padding: 2rem;
    display: block;
    overflow: visible;
  }

  .cf-cta-left-contain-2 {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-cta-32px-heading-2 {
    font-size: 30px;
  }

  .cf-cta-form-wrapper-2 {
    flex-direction: column;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .cf-testimonial-slide-wrapper-2.black {
    width: 100%;
  }

  .cf-form-heading-2 {
    font-size: 30px;
  }

  .cf-flex-1---text-contain-3 {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain-3 {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper-3 {
    padding-top: 140px;
  }

  .cf-flex-1---container-3 {
    flex-direction: column;
  }

  .cf-18px-paragraph-3 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 60px;
  }

  .cf-testimonial-right-wrap-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap-2, .cf-heading-part-4.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    flex-direction: column;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-top-image {
    width: 40%;
    inset: auto auto 0% 0%;
  }

  .cf-82px-heading-3 {
    font-size: 70px;
  }

  .cf-home-center-image-2 {
    width: 90%;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    flex-direction: column;
  }

  .cf-82px-heading---white {
    font-size: 65px;
  }

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

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-wrapper-1160.ctgschoolintrowrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-feature-pointer-text-20px {
    font-size: 18px;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-flex-1---text-contain-4 {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper-4 {
    padding-top: 140px;
  }

  .cf-flex-1---container-4 {
    flex-direction: column;
  }

  .cf-18px-paragraph-4 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-growth-wrapper-2 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-features-section-2-heading-2 {
    max-width: 600px;
    font-size: 30px;
  }

  .link-block.ctglinkblock, .link-block.mdelinkblock {
    width: auto;
  }

  .cf-visual-features-item-2.navbar {
    padding: 25px;
  }

  .cf-visual-features-item-2.navbar.horizontal {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: grid;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-visual-features-items-container.nav.pages {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr 1fr;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-navigation-left-3 {
    width: 20%;
  }

  .cf-dropdown-nav-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navbar-3-brand-2 {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-nav-3-link-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link-2.login {
    padding: 15px 10px;
  }

  .cf-nav-3-link-2.login.desktop {
    display: none;
  }

  .cf-nav-3-link-2.login-mob {
    display: block;
  }

  .cf-button-2.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button-2.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 150px;
    margin-left: 5%;
    display: flex;
  }

  .cf-navigation-right-3 {
    width: 50%;
    margin-right: 0;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .cf-navigation-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image-2.pages {
    width: 100%;
    max-width: 56px;
  }

  .cf-navigation-3-center-2 {
    display: block;
  }

  .cf-navigation-drop-container-2 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-2.features.pages {
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-right-side-links {
    width: 100%;
  }

  .menu-button-mob-2 {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob-2.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .cf-navigation-3-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px #0000000f;
  }

  .cf-navigation-4 {
    display: block;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-list--nav-3.blog.w--open {
    width: 90%;
  }

  .cf-dropdown-toggle---nav-3 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-contain {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-dropdown-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-1-dropdown-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-wrapper {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 140px 120px #0000001f;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: #0000;
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-list-full-wrapper-3 {
    box-shadow: none;
  }

  .cf-1140px-wrapper-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-18px-paragraph-5 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph-5.header-2 {
    margin-bottom: 40px;
  }

  .home-left-wrapper-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-image-review-container-2 {
    width: 80%;
  }

  .cf-64px-heading-2 {
    font-size: 54px;
  }

  .cf-testimonial-logos-contain-2 {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-schoolcoursegridtop {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .schoolpricelinkblock.ctglinkblock, .schoolpricelinkblock.mdelinkblock, .schoolpricelinkblock.schoolpricecell {
    width: auto;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .cf-hero-6---left-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-1140px-wrapper---hero-6 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-features-section-2-wrapper-2 {
    padding-top: 140px;
  }

  .schoolprice3grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading-3 {
    max-width: 600px;
    font-size: 30px;
  }

  .schoolprice2grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .teachingstylewrapper {
    padding-top: 140px;
  }

  .curriculumcontain {
    flex-direction: column-reverse;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-content-item.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .cf-pricing-3-box-plan-block-2 {
    padding-right: 9px;
  }

  .cf-pricing-3-box-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper-2 {
    grid-row-gap: 20px;
  }

  .cf-pricing-plan-amount-block-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .howweteachbox {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .howweteachwarp {
    flex-direction: column;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-h2-heading-56px-2 {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-cta-wrapper-3 {
    padding-bottom: 200px;
  }

  .cf-center-wrapper-cta-2 {
    width: 90%;
  }

  .cf-cta-h2-heading-2 {
    font-size: 36px;
  }

  .cf-cta-bottom-image-2 {
    width: 28%;
  }

  .cf-cta-top-image-2 {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .schoolclasscta {
    padding-bottom: 200px;
  }

  .cf-features-section-2-grid-3 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-3-wrapper-2 {
    padding-top: 140px;
  }

  .cf-growth-wrapper-3 {
    padding: 40px 30px;
  }

  .cf-growth-para-text-18px-2 {
    line-height: 150%;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-2 {
    line-height: 100%;
  }

  .cf-growth-heading-32px-2 {
    line-height: 120%;
  }

  .cf-growth-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .footergridaddress {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-1140px-wrapper-3 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-18px-paragraph-6 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph-6.header-2 {
    margin-bottom: 40px;
  }

  .home-left-wrapper-3 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-logos-wrap-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap-2.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-2._3 {
    margin-right: 0;
  }

  .cf-image-review-container-3 {
    width: 80%;
  }

  .cf-64px-heading-3 {
    font-size: 54px;
  }

  .cf-testimonial-logos-contain-3 {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain-3.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-navbar-3-brand {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cf-button.navigation-button {
    margin-left: 0%;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-navigation-logo {
    max-width: 90%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 20px;
  }

  .cf-82px-heading---black {
    font-size: 54px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-plan-description, .cf-pricing-plan-description.middle-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-services-h2-heading {
    font-size: 28px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-footer-bottom-wrapper-2.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-copyright-text-3 {
    font-size: 16px;
  }

  .footergridlinks {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 500px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-flex-1---image-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper-2 {
    width: 90%;
    padding-top: 90px;
  }

  .cf-services-right-contain-2 {
    justify-content: center;
    display: flex;
  }

  .cf-services-h2-heading-2 {
    font-size: 28px;
  }

  .cf-services-page-contain-2 {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper-2 {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h4-heading {
    font-size: 1.01rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .cf-cta-32px-heading-2 {
    font-size: 28px;
  }

  .cf-cta-form-wrapper-2 {
    align-items: flex-start;
    width: 90%;
    max-width: 500px;
    padding: 80px 40px;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-form-heading-2 {
    font-size: 28px;
  }

  .cf-fields-contain-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-contact-form-field-2 {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-flex-1---image-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper-3 {
    width: 90%;
    padding-top: 90px;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text-2.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 80px;
  }

  .cf-heading-part-4.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-top-image {
    margin-top: 0;
    inset: auto auto 0% 0%;
  }

  .cf-82px-heading-3 {
    font-size: 50px;
  }

  .cf-floating-scribble-2 {
    width: 80%;
  }

  .cf-floating-image-container-3 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container-2 {
    margin-bottom: 140px;
  }

  .cf-floating-image-container-4 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-1140px-wrapper---home-vertical-4 {
    width: 90%;
  }

  .cf-hero-section-8 {
    background-image: linear-gradient(180deg, var(--conversion-flow-library--mainpurple) 75%, #fff 70%);
  }

  .cf-82px-heading---white {
    font-size: 54px;
  }

  .image {
    overflow: clip;
  }

  .cf-pricing-box-wrapper-2 {
    margin-top: 100px;
  }

  ._10logo {
    max-width: 50px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-wrapper-1160.ctgschoolintrowrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-20px-text {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper-4 {
    width: 90%;
    padding-top: 90px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-pricing-box-wrapper-3 {
    margin-top: 100px;
  }

  .cf-growth-wrapper-2.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-pricing-box-wrapper-4 {
    margin-top: 100px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading-2 {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .link-block.ctglinkblock, .link-block.mdelinkblock {
    width: auto;
  }

  .cf-visual-features-item-2.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-item-2.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-visual-features-items-container.nav.pages, .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .cf-visual-features-items-container.nav.pages, .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr;
  }

  .cf-navigation-left-3 {
    width: 26%;
  }

  .cf-navbar-3-brand-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-button-2.navigation-button {
    margin-left: 0%;
  }

  .cf-button-2.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-3 {
    width: 60%;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-navigation-item-heading {
    font-size: 18px;
  }

  .menu-button-mob-2 {
    width: 40px;
    padding-right: 10px;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-logos-text-2 {
    margin-bottom: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-image-review-container-2 {
    width: 100%;
  }

  .cf-64px-heading-2 {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain-2 {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 0;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-cta-button-2, .cf-button-gradient-2 {
    font-size: 20px;
  }

  .cf-floating-scribble-3 {
    width: 80%;
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-18px-paragraph---white {
    font-size: 20px;
  }

  .cf-schoolcoursegridtop {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .schoolpricelinkblock.ctglinkblock, .schoolpricelinkblock.mdelinkblock, .schoolpricelinkblock.schoolpricecell {
    width: auto;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .cf-features-section-2-wrapper-2 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .schoolprice3grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading-3 {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph-3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .schoolprice2grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .teachingstylewrapper {
    width: 90%;
    padding-top: 90px;
  }

  .curriculumcontain {
    margin-bottom: 150px;
  }

  .curriculumwrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-3-box-plan-block-2 {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-2 {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-price-container-2.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-amount-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .howweteachbox {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .howweteachwarp {
    align-items: flex-start;
    width: 90%;
    max-width: 500px;
    padding: 80px 40px;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-home-tab-link-2 {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 35px;
  }

  .cf-tabs-menu-3 {
    width: 100%;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-cta-wrapper-3 {
    padding-bottom: 170px;
  }

  .cf-cta-buttons-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-center-wrapper-cta-2 {
    width: 90%;
  }

  .cf-cta-paragraph-2 {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading-2 {
    font-size: 32px;
  }

  .cf-cta-bottom-image-2 {
    width: 31%;
    bottom: -14%;
  }

  .schoolclasscta {
    padding-bottom: 170px;
  }

  .cf-features-section-2-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-service-paragraph-4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper-2 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-growth-wrapper-3.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-18px-2 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-2 {
    font-size: 45px;
  }

  .cf-growth-heading-32px-2 {
    font-size: 30px;
  }

  .cf-growth-grid-2 {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .footergridaddress {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 500px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-1140px-wrapper-3 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-cta-button-3, .cf-button-gradient-3 {
    font-size: 20px;
  }

  .cf-logos-text-3 {
    margin-bottom: 20px;
  }

  .cf-hero-logos-wrap-2 {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap-2.header-2 {
    justify-content: center;
  }

  .cf-image-review-container-3 {
    width: 100%;
  }

  .cf-64px-heading-3 {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain-3 {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain-3.header-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navbar-3-brand {
    width: 120px;
    height: 30px;
  }

  .cf-nav-3-link {
    font-size: 16px;
  }

  .cf-button {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .cf-navigation-logo {
    max-width: 80px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading---black {
    font-size: 40px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-3-box.ctgpricestyle {
    align-self: auto;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description, .cf-pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .cf-82px-heading-2 {
    font-size: 40px;
  }

  .cf-copyright-text-3 {
    max-width: 300px;
  }

  .cf-footer-link-18px-2.black {
    font-size: 18px;
  }

  .footergridlinks {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-grey-create-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-flex-1---image-5 {
    width: 100%;
  }

  .cf-flex-1---text-contain-2 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-2 {
    font-size: 16px;
  }

  .cf-services-h2-heading-2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain-2 {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper-2 {
    padding-bottom: 40px;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h4-heading {
    font-size: .91rem;
  }

  .testimonial-section {
    display: none;
  }

  .card-body {
    align-items: stretch;
    padding: 1.5rem;
  }

  .cf-cta-form-wrapper-2 {
    padding: 60px 24px;
  }

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

  .cf-testimonial-slide-wrapper-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-testimonial-slide-wrapper-2.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-form-heading-2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-fields-contain-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-contact-form-field-2 {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

  .cf-flex-1---image-7 {
    width: 100%;
  }

  .cf-flex-1---text-contain-3 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-3 {
    font-size: 16px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 60px;
  }

  .cf-heading-part-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-gradient-span-4 {
    line-height: 110%;
  }

  .cf-82px-heading-3 {
    font-size: 40px;
  }

  .cf-home-image-container-2 {
    margin-bottom: 100px;
  }

  .cf-hero-section-8 {
    background-image: linear-gradient(180deg, var(--conversion-flow-library--mainpurple) 85%, #fff 70%);
  }

  .cf-82px-heading---white {
    font-size: 40px;
  }

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

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper.instagram-image {
    border-radius: 16px;
  }

  ._10logo {
    max-width: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---text-contain-4 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-4 {
    font-size: 16px;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-growth-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-2.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cell-2 {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cartagena {
    text-align: left;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-features-section-2-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap-2 {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid-cell-2.homepage-3, .cf-features-section-2-grid-cell-2.schoolpricewrap {
    margin-left: 0;
  }

  .link-block.linkblockmde {
    text-align: left;
  }

  .link-block.ctglinkblock, .link-block.mdelinkblock {
    width: auto;
  }

  .cf-visual-features-item-2.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-item-2.navbar.right-link {
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-visual-features-items-container.nav.pages {
    padding-right: 0;
  }

  .cf-navigation-left-3 {
    width: 40%;
  }

  .cf-navbar-3-brand-2 {
    width: 120px;
    height: 30px;
  }

  .cf-nav-3-link-2 {
    font-size: 16px;
  }

  .cf-nav-3-link-2.login {
    display: none;
  }

  .cf-button-2 {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button-2.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button-2.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-navigation-right-3 {
    width: 50%;
  }

  .cf-navigation-drop-container-2.features {
    padding: 0;
  }

  .cf-navigation-drop-container-2.features.pages {
    padding-right: 0;
  }

  .menu-button-mob-2 {
    flex: none;
    margin-left: 0;
  }

  .cf-dropdown-toggle---nav-3 {
    font-size: 16px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-5 {
    font-size: 16px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper-2 {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-logos-contain-2, .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-gradient-span-5 {
    line-height: 110%;
  }

  .cf-cta-arrow-div-2 {
    flex: none;
  }

  .cf-button-text-2 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-18px-paragraph---white {
    font-size: 18px;
  }

  .cf-schoolcoursegridtop {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
  }

  .schoolpricelinkblock.linkblockmde {
    text-align: left;
  }

  .schoolpricelinkblock.ctglinkblock, .schoolpricelinkblock.mdelinkblock, .schoolpricelinkblock.schoolpricecell {
    width: auto;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-testimonial-paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .cf-home-6---top-contain {
    flex-direction: column;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .cf-hero-6---text-container-1 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 60px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-hero-section-6 {
    padding-bottom: 100px;
  }

  .cf-testimonial-image {
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-20px-paragraph---white {
    font-size: 18px;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-client-review-white {
    font-size: 18px;
  }

  .cf-features-section-2-image-wrapper-2 {
    margin-bottom: 20px;
  }

  .schoolprice3grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap-3 {
    margin-bottom: 16px;
  }

  .schoolprice2grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .curriculumcontain {
    margin-bottom: 140px;
  }

  .curriculumwrapper {
    padding-bottom: 40px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-3-box-plan-block-2 {
    width: 90%;
  }

  .cf-pricing-3-box-2 {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-plan-name-2 {
    font-size: 38px;
  }

  .cf-pricing-3-blocks-wrapper-2 {
    display: flex;
  }

  .cf-pricing-plan-amount-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description-2, .cf-pricing-plan-description-2.middle-para {
    font-size: 16px;
  }

  .howweteachbox {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .howweteachwarp {
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 24px;
  }

  .howteachtext {
    font-size: 16px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 0;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-home-tab-link-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-tabs-content-text-2 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 30px;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text-2 {
    font-size: 16px;
  }

  .cf-tabs-menu-3 {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 20px;
  }

  .cf-cta-wrapper-3 {
    padding-top: 100px;
  }

  .cf-cta-buttons-container-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph-2 {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading-2 {
    font-size: 30px;
  }

  .cf-cta-bottom-image-2 {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-top-image-2 {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .schoolclasscta {
    padding-top: 100px;
  }

  .cf-features-section-2-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-growth-wrapper-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-3.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-2 {
    font-size: 40px;
  }

  .cf-growth-heading-32px-2 {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .footergridaddress {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-cta-arrow-div-3 {
    flex: none;
  }

  .cf-button-text-3 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-3 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-3.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-6 {
    font-size: 16px;
  }

  .cf-hero-logos-wrap-2 {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logo-image-2 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-testimonial-text---italic-2 {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper-3 {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image-3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading-3 {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-logos-contain-3, .cf-testimonial-logos-contain-3.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position-2 {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28590a-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cb0-2f9a4efb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28591b-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cbc-2f9a4efb, #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28592c-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cc8-2f9a4efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28593d-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cd4-2f9a4efb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bd06d39-e10d-78f3-9626-5326f005934b-f0059325, #w-node-_6bd06d39-e10d-78f3-9626-5326f0059350-f0059325, #w-node-_6bd06d39-e10d-78f3-9626-5326f0059355-f0059325, #w-node-_35435008-7843-501c-cc80-62820b2ddcb6-f0059325, #w-node-_6bd06d39-e10d-78f3-9626-5326f005935f-f0059325, #w-node-_07957bec-308b-7ad2-8002-d2ce9dc23a3c-f0059325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07957bec-308b-7ad2-8002-d2ce9dc23a3f-f0059325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60bbf0f1-0b0c-d778-ae0f-071ad35c56b4-8ea1fa9f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8a656bf5-4b05-f31c-a260-fa24ce52a873-8ea1fa9f, #w-node-c48060ab-76bf-a036-988c-42e36241b79f-8ea1fa9f, #w-node-_9458b56d-e985-5ccd-50bf-ea83a17ce092-8ea1fa9f, #w-node-_308cfef3-dda4-f08d-1252-bbf11ed224b2-8ea1fa9f, #w-node-_81e77367-a636-11f4-4728-27bab061fb66-8ea1fa9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faa051e9-7bc2-e608-c2dc-60ce274c24b2-8ea1fa9f, #w-node-_499c9adf-cbe8-c5db-098d-55c820ac2fa2-bf8cbd9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab148-bf8cbd9a, #w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab15c-bf8cbd9a, #w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab170-bf8cbd9a, #w-node-_8a656bf5-4b05-f31c-a260-fa24ce52a873-65a66a93, #w-node-c48060ab-76bf-a036-988c-42e36241b79f-65a66a93, #w-node-_9458b56d-e985-5ccd-50bf-ea83a17ce092-65a66a93, #w-node-_308cfef3-dda4-f08d-1252-bbf11ed224b2-65a66a93, #w-node-_81e77367-a636-11f4-4728-27bab061fb66-65a66a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abb20bba-d970-3d3a-b5aa-2cfcc79ff7c0-65a66a93, #w-node-_499c9adf-cbe8-c5db-098d-55c820ac2fa2-bebd48fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab148-bebd48fa, #w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab15c-bebd48fa, #w-node-_07300e6a-e5bf-0b8c-9dd3-92d69e9ab170-bebd48fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e47f63-8d83-88d8-7747-c80aa8c30536-7ab1e337 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1632bbb2-26eb-e0cd-194f-6ce4f485e6b1-7ab1e337 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_394fcd09-e801-5020-ca49-c191b8ffeaa8-2f9a4efb {
    align-self: auto;
  }

  #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28590a-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cb0-2f9a4efb, #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28593d-1e285907.w-node-_5cdca922-87ce-5515-2b38-3c5d8fa85cd4-2f9a4efb {
    grid-column: span 1 / span 1;
  }

  #w-node-_60bbf0f1-0b0c-d778-ae0f-071ad35c56b4-8ea1fa9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-faa051e9-7bc2-e608-c2dc-60ce274c24b2-8ea1fa9f, #w-node-_499c9adf-cbe8-c5db-098d-55c820ac2fa2-bf8cbd9a, #w-node-abb20bba-d970-3d3a-b5aa-2cfcc79ff7c0-65a66a93, #w-node-_499c9adf-cbe8-c5db-098d-55c820ac2fa2-bebd48fa {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_394fcd09-e801-5020-ca49-c191b8ffeaaf-2f9a4efb {
    place-self: center;
  }
}


@font-face {
  font-family: 'Ibmplexsans variablefont ';
  src: url('../fonts/ibmplexsans-variablefont_wdthwght-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}