:root {
  --background--primary-light\<deleted\|variable-337983ea-c200-9c82-ca30-2cf679f8c120\>: white;
  --color--primary-dark\<deleted\|variable-ca446132-fbfe-2b1f-b385-c186861a4527\>: #1f2c3d;
  --typeface--heading-text: Capriola, sans-serif;
  --color--brand-3: #44597a;
  --color--white: white;
  --color--brand-4: #387b88;
  --color--background: #f9f4f1;
  --color--transparent: #fff0;
  --color--brand-1: #cc4541;
  --color--brand-2: #a26702;
  --light-brown-c: #dfb190;
  --color--placeholder: #6e6e6ef2;
  --typeface--content-text: "Source Sans 3", sans-serif;
  --color--black: #2b2b2b;
}

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

.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;
}

@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 {
  background-color: var(--background--primary-light\<deleted\|variable-337983ea-c200-9c82-ca30-2cf679f8c120\>);
  color: var(--color--primary-dark\<deleted\|variable-ca446132-fbfe-2b1f-b385-c186861a4527\>);
  font-family: Epilogue;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  font-family: var(--typeface--heading-text);
  color: var(--color--brand-3);
  letter-spacing: -.025rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-family: var(--typeface--heading-text);
  letter-spacing: -.25px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
}

h3 {
  font-family: var(--typeface--heading-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  font-family: var(--typeface--heading-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  font-family: var(--typeface--heading-text);
  color: var(--color--brand-3);
  min-width: 1px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  font-family: var(--typeface--heading-text);
  margin-top: auto;
  margin-bottom: auto;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

a {
  color: var(--color--primary-dark\<deleted\|variable-ca446132-fbfe-2b1f-b385-c186861a4527\>);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.section.background-primary-dark {
  background-color: var(--color--white);
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
}

.navbar:hover {
  color: var(--color--brand-4);
}

.navbar.pdg-zero {
  border: 1px #000;
  max-width: 100%;
  padding-top: 0;
}

.footer-logo {
  max-height: 9.5rem;
  margin-top: 2rem;
}

.utility-page-wrap {
  background-color: var(--color--background);
  color: var(--color--brand-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo {
  height: 100%;
  max-height: 6.5rem;
}

.nav-logo-link.w--current {
  align-items: center;
  display: flex;
}

.padding-global {
  background-color: var(--color--transparent);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
}

.padding-global.pdg-zero {
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  background-color: var(--color--brand-3);
  font-family: var(--typeface--heading-text);
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-2:hover {
  background-color: var(--color--brand-4);
}

.navlink {
  opacity: 1;
  font-family: var(--typeface--heading-text);
  color: var(--color--brand-3);
  text-transform: uppercase;
  mix-blend-mode: normal;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.navlink:hover {
  opacity: .6;
  color: var(--color--brand-4);
}

.navlink:active, .navlink:focus, .navlink:visited {
  color: var(--color--brand-3);
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 11rem;
  margin-left: 1.25rem;
  display: flex;
}

.nav-cointainer {
  background-color: #fff;
  border: 0 #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  display: flex;
}

.hero-section {
  color: var(--color--brand-3);
  background-color: #f9f4f100;
}

.container-large {
  text-align: left;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.button-1 {
  background-color: var(--color--brand-1);
  font-family: var(--typeface--heading-text);
  color: var(--color--white);
  text-align: center;
  border-radius: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: .75rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.button-1:hover {
  background-color: var(--color--brand-2);
  color: var(--color--white);
}

.button-1.parent-btns {
  margin-left: 0;
  margin-right: 0;
}

.header-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 105%;
  max-width: 40rem;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.header-component {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 5rem;
  font-weight: 700;
  display: flex;
}

.header-image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 72%;
  display: flex;
  overflow: hidden;
}

.header-image-wrapper.left {
  justify-content: flex-start;
}

.button-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-color {
  color: var(--color--brand-3);
  width: 2rem;
}

.feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.feature-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33.1rem;
  display: flex;
}

.why-choose-us-section {
  background-color: var(--color--transparent);
}

.feature-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.program-label {
  z-index: 2;
  background-color: var(--color--brand-2);
  color: #1f2c3d;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Nunito;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.program-label.red {
  background-color: var(--color--brand-1);
}

.program-label.green {
  background-color: var(--color--brand-4);
}

.program-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--brand-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.program-content.red {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.program-content.yellow {
  background-color: var(--color--brand-2);
}

.program-content.green {
  background-color: var(--color--brand-4);
}

.program-content.brown {
  background-color: var(--color--brand-2);
  padding-bottom: 1rem;
}

.program-content.cyan {
  background-color: var(--color--brand-4);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.program-content.blue {
  background-color: var(--color--brand-3);
  align-items: center;
  padding-bottom: 1rem;
}

.program-content.light-brown {
  background-color: var(--light-brown-c);
  padding-bottom: 1rem;
}

.our-programs-section {
  background-color: var(--color--transparent);
  display: block;
}

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

.program-image.card-cw {
  text-align: center;
  width: 90px;
  height: auto;
}

.program-item {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.program-item:hover {
  color: var(--color--brand-3);
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.program-item.p-cw {
  justify-content: flex-start;
  align-items: stretch;
  width: 360px;
  height: 240px;
  position: static;
}

.program-item.p-cw.wr {
  background-color: var(--color--brand-3);
  justify-content: space-around;
  align-items: stretch;
  height: 113%;
}

.program-item.p-cw.wr.b-red {
  background-color: var(--color--brand-1);
  justify-content: space-around;
}

.program-item.p-cw.wr.b-brown {
  background-color: var(--color--brand-2);
}

.program-item.p-cw.wr.b-cyan {
  background-color: var(--color--brand-4);
  position: static;
}

.program-item.p-cw.wr.b-blue {
  background-color: var(--light-brown-c);
}

.program-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.program-component.one-row {
  grid-template-rows: auto;
}

.text-center {
  color: var(--color--brand-3);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.program-image-wrapper {
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.program-image-wrapper.red-c {
  background-color: var(--color--brand-1);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15px;
  display: block;
  position: static;
}

.program-image-wrapper.brown-c {
  background-color: var(--color--brand-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 6.9rem;
  padding-top: 15px;
  display: flex;
  position: static;
}

.program-image-wrapper.cyan-c {
  background-color: var(--color--brand-4);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 6.9rem;
  padding-top: 15px;
  display: flex;
  position: static;
}

.program-image-wrapper.blue-c {
  background-color: var(--color--brand-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.9rem;
  padding-top: 15px;
  display: flex;
  position: static;
}

.program-image-wrapper.light-brown-c {
  background-color: var(--light-brown-c);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 6.9rem;
  padding-top: 15px;
  display: flex;
  position: static;
}

.space-medium {
  width: 100%;
  height: 1.5rem;
}

.space-large {
  background-color: var(--color--transparent);
  height: 4rem;
}

.container-small {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 48.9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small.left {
  width: 91%;
  max-width: 39.5rem;
  margin-left: 0;
}

.container-small.right {
  max-width: 41rem;
  margin-right: 0;
}

.container-small.c-w {
  max-width: 55rem;
}

.our-team-section {
  background-color: var(--color--transparent);
  display: none;
}

.team-image-wrapper {
  border-radius: 4rem 4rem 0 0;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.team-image {
  opacity: 1;
  filter: grayscale();
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  transition: filter .25s;
}

.team-image:hover {
  opacity: 100;
  filter: none;
}

.team-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--brand-3);
  text-align: center;
  border-radius: 5rem 5rem 0 0;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.team-item.blue {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 0px solid var(--color--brand-3);
  background-color: var(--color--brand-3);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  box-shadow: 0 2px 5px #0003;
}

.team-item.blue:hover {
  transform: scale3d(1.1none, 1.1none, 1none);
}

.team-item.red {
  border: 0px solid var(--color--brand-1);
  background-color: var(--color--brand-1);
  color: var(--color--brand-3);
}

.team-item.yellow {
  border: 0px solid var(--color--brand-2);
  background-color: var(--color--brand-2);
  color: #44597a;
}

.team-item.green {
  border: 0px solid var(--color--brand-4);
  background-color: var(--color--brand-4);
}

.team-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-detail {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-small {
  color: var(--color--brand-3);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.testimonial-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.client-image-wrapper {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.testimonials-section {
  background-color: var(--color--transparent);
  display: none;
}

.pricing-label {
  background-color: var(--color--brand-2);
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: .5rem;
  padding: .25rem 1rem;
  position: absolute;
  top: .75rem;
  right: -.5rem;
}

.pricing-section {
  background-color: var(--color--transparent);
}

.pricing-item-dark {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--brand-3);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  padding: 2.5rem 0;
  font-family: Nunito;
  display: flex;
  position: relative;
}

.pricing-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.pricing-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--brand-4);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  padding: 2.5rem 0;
  display: flex;
}

.line-divider {
  background-color: #d9dce2;
  width: 100%;
  height: 1px;
}

.line-divider.white {
  background-color: var(--color--white);
  color: #fff;
}

.pricing-tabs {
  flex-direction: column;
  display: flex;
}

.pricing-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  padding: 0 2rem;
  display: flex;
}

.pricing-feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.faq-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.faq-section {
  background-color: var(--color--transparent);
}

.faq-question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color--placeholder);
  background-color: var(--color--white);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 1.25rem;
  display: flex;
}

.faq-info.bg-transparent {
  background-color: #fff;
}

.faq-info.d-none {
  display: none;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.from-error-message {
  border: 1px solid var(--color--brand-1);
  background-color: var(--color--brand-1);
  color: var(--color--white);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.space-small {
  width: 100%;
  height: 1rem;
}

.footer-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.footer-bottom-social-link {
  color: var(--color--brand-3);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  font-family: var(--typeface--content-text);
  color: var(--color--brand-3);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--color--brand-1);
}

.form-success-message {
  border: 1px solid var(--color--brand-4);
  background-color: var(--color--brand-4);
  font-family: var(--typeface--content-text);
  color: var(--color--white);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.footer-bottom-text {
  color: var(--color--brand-1);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-input {
  border: 1px solid var(--color--brand-1);
  background-color: var(--color--background);
  font-family: var(--typeface--content-text);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.form-input:hover {
  border-color: var(--color--placeholder);
  color: var(--color--black);
}

.form-input:focus {
  border-color: var(--color--brand-4);
}

.form-input::placeholder {
  color: var(--color--placeholder);
}

.footer-form-wrapper {
  border: 0px none var(--color--transparent);
  font-family: var(--typeface--content-text);
  margin-bottom: 0;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.footer-tittle {
  font-family: var(--typeface--heading-text);
  color: var(--color--brand-1);
}

.text-span {
  color: var(--color--brand-4);
  font-family: Capriola, sans-serif;
  display: inline-block;
}

.text-span.inline-block {
  display: inline-block;
}

.body {
  background-color: var(--color--background);
  color: var(--color--brand-3);
}

.form-error-messages {
  border: 1px solid var(--color--brand-1);
  background-color: var(--color--brand-1);
  font-family: var(--typeface--content-text);
  color: var(--color--white);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.form-label {
  font-family: var(--typeface--content-text);
  color: var(--color--brand-3);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--typeface--content-text);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.form-field-wrapper {
  margin-bottom: 1.25rem;
}

.form-input-white {
  border: 1px solid var(--color--white);
  background-color: var(--color--white);
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.form-input-white:hover, .form-input-white:focus {
  border-color: var(--color--brand-3);
  color: var(--color--black);
}

.form-input-white::placeholder {
  color: var(--color--placeholder);
}

.form-text-area-white {
  border: 1px solid var(--color--white);
  background-color: var(--color--white);
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.form-text-area-white:hover {
  border-color: var(--color--brand-3);
}

.form-text-area-white:focus {
  border-color: var(--color--brand-3);
  color: var(--color--black);
}

.form-text-area-white::placeholder {
  color: var(--color--placeholder);
}

.contact-us-section {
  background-color: var(--color--transparent);
}

.contact-form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.contact-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.contact-feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.program-name {
  color: var(--color--white);
  text-align: center;
  padding-bottom: 0;
  font-size: 1.75rem;
}

.counter-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--brand-4);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  margin-top: 2rem;
  padding: 3rem 1rem;
  display: flex;
  position: absolute;
}

.image-hero {
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 2rem;
  margin-left: 9rem;
}

.image-hero.auto {
  width: 80%;
  max-width: 80%;
  height: 100%;
}

.hero-text {
  font-size: 3.2rem;
}

.lottie-animation {
  justify-content: flex-end;
  width: 8rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: -1.5rem -1.5rem auto auto;
}

.gallery-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  transition: opacity .2s, box-shadow .25s, transform .25s;
  box-shadow: 0 2px 5px #0003;
}

.gallery-image:hover {
  transform: scale(1.05);
}

.gallery-image.right-img {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  overflow: clip;
}

.image-grid-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 1rem;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.testimonial-text {
  font-family: var(--typeface--content-text);
  color: var(--color--brand-3);
  font-style: italic;
}

.button-3 {
  background-color: var(--color--brand-3);
  font-family: var(--typeface--heading-text);
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: .75rem 1.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-3:hover {
  background-color: var(--color--brand-2);
}

.button-3.parent-btns {
  margin-left: 0;
  margin-right: 0;
}

.button-3.cutsom-btn-pd {
  margin-top: 10px;
}

.text-bold-white {
  font-family: var(--typeface--content-text);
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.icon-color-feature {
  color: var(--color--brand-3);
  width: 3.5rem;
  height: 3.5rem;
}

.nav-menu-button {
  padding: .5rem;
}

.menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-icon-line-top {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.menu-icon-line-middle {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.menu-icon-line-bottom {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.header-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.illustration-2 {
  width: auto;
  transform: rotate(-30deg);
}

.illustration-3 {
  transform: rotate(30deg);
}

._404 {
  color: var(--color--brand-1);
}

.black-subtitle {
  font-family: var(--typeface--content-text);
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.style-guide {
  background-color: var(--color--background);
  margin-top: 0;
}

.typography-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.color-system-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--color--white);
  border-radius: 0;
  flex-flow: row;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.pallete-red {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--brand-1);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 3rem 4rem;
  display: flex;
  position: static;
}

.pallete-yellow {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--brand-2);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 3rem 4rem;
  display: flex;
  position: static;
}

.pallete-blue {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--brand-3);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 3rem 4rem;
  display: flex;
  position: static;
}

.pallete-green {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--brand-4);
  color: var(--color--brand-3);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 3rem 4rem;
  display: flex;
  position: static;
}

.pallete-backgrouund {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--color--background);
  color: var(--color--brand-3);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 3rem 4rem;
  display: flex;
  position: static;
}

.button-system-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.license {
  background-color: var(--color--background);
  margin-top: 0;
}

.changelog-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

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

.heading-2.white {
  color: var(--color--white);
  font-size: 2.5rem;
}

.changelog {
  background-color: var(--color--background);
  margin-top: 0;
}

.illustration {
  justify-content: center;
  display: flex;
}

.image-hero-mobile {
  display: none;
}

.text {
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  text-align: left;
  padding-top: 5px;
  font-size: 1.11125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.text.white-center {
  color: var(--color--white);
  text-align: center;
  padding-top: 14px;
  font-size: 1.1rem;
  font-weight: 600;
}

.text.white-center.pb-15 {
  padding-bottom: 5px;
}

.text.left {
  text-align: left;
  font-size: 1.2rem;
}

.text.font-1-2 {
  font-size: 1.2rem;
}

.text.font-1-2.text-center {
  text-align: center;
}

.text.brand-blue {
  color: var(--color--brand-3);
}

.parent-name {
  font-family: var(--typeface--content-text);
  color: var(--color--brand-1);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.curriculum-list {
  color: var(--color--brand-1);
}

.section-heading.wc-wc {
  width: 112%;
}

.section-heading.wc-wc.width-reset {
  width: auto;
}

.teacher-name {
  font-family: var(--typeface--content-text);
  color: var(--color--white);
  min-width: auto;
  font-size: 1.125rem;
  font-weight: 700;
}

.teacher-name.white {
  color: var(--color--white);
}

.question-faq {
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  min-width: auto;
  font-size: 1.15rem;
  font-weight: 700;
}

.price {
  color: var(--color--white);
}

.footer-subtitle {
  font-family: var(--typeface--content-text);
  color: var(--color--brand-1);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.category {
  font-family: var(--typeface--content-text);
  color: var(--color--white);
  min-width: auto;
  font-weight: 700;
}

.text-bold {
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  min-width: auto;
  font-size: 1.125rem;
  font-weight: 700;
}

.style-guide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 3rem;
  flex-flow: column;
  grid-template: "." 1fr
                 "Area" 1fr
                 "Area" 1fr
                 "Area" 1fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.heading-3 {
  text-align: center;
}

.text-span-3 {
  display: inline-block;
}

.text-span-4 {
  color: var(--color--brand-4);
  display: inline-block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: grid;
}

.image {
  text-align: left;
}

.image.pt-top {
  padding-top: 0;
}

.grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  position: relative;
}

.grid.pt-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-2._w-100-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--brand-1);
  border-radius: 1.21rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 1rem;
  display: flex;
  position: static;
}

.container-2._w-100-c.brown {
  background-color: var(--color--brand-2);
}

.container-2._w-100-c.cyan {
  background-color: var(--color--brand-4);
}

.container-2._w-100-c.blue {
  background-color: var(--color--brand-3);
}

.container-2._w-100-c.light-brown {
  background-color: var(--light-brown-c);
}

.c-image {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}

.image-2 {
  width: 86px;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.container-3.pb-15 {
  padding-bottom: 15px;
}

.container-5 {
  flex-flow: row;
  max-width: 1300px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: .8125rem;
  }

  .navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .nav-link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu {
    background-color: var(--color--white);
    text-align: left;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navlink {
    text-align: center;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .button-1 {
    text-align: center;
  }

  .header-content {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .padding-section-medium {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .header-component {
    justify-content: center;
  }

  .header-image-wrapper {
    display: none;
  }

  .button-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-content {
    text-align: left;
    align-items: center;
  }

  .feature-component {
    justify-content: center;
    margin-top: -5rem;
  }

  .program-item {
    max-width: 32rem;
  }

  .program-component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .program-image-wrapper {
    height: 14rem;
  }

  .team-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: center;
  }

  .pricing-component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .form-input {
    min-width: 12rem;
  }

  .footer-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-grid {
    grid-template-columns: auto auto auto;
  }

  .footer-tittle {
    text-align: center;
  }

  .form-input-white {
    min-width: 12rem;
  }

  .program-name {
    font-size: 1.5rem;
  }

  .hero-text {
    text-align: left;
    font-size: 3rem;
  }

  .lottie-animation, .image-grid-wrapper {
    display: none;
  }

  .testimonial-text {
    font-size: .9375rem;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-top, .menu-icon-line-middle, .menu-icon-line-bottom {
    background-color: var(--color--brand-3);
  }

  .pallete-red {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    padding: 2rem;
  }

  .pallete-yellow, .pallete-blue, .pallete-green, .pallete-backgrouund {
    padding: 2rem;
  }

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

  .image-hero-mobile {
    display: inline-flex;
  }

  .text {
    text-align: left;
    font-size: .9375rem;
  }

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

  .parent-name {
    text-align: left;
    font-size: 1rem;
  }

  .teacher-name, .question-faq {
    font-size: 1rem;
  }

  .category, .text-bold {
    font-size: .9375rem;
  }

  .style-guide-wrapper {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.25px;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }

  h3 {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .9375rem;
  }

  h6 {
    font-size: .75rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navlink {
    text-align: center;
  }

  .nav-button-wrapper {
    justify-content: center;
  }

  .header-content {
    margin-top: 2rem;
  }

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

  .header-component {
    flex-direction: column;
  }

  .header-image-wrapper {
    display: none;
  }

  .button-wrapper {
    text-align: left;
  }

  .feature-content {
    margin-top: 2rem;
  }

  .feature-component {
    flex-direction: column;
    margin-top: -3rem;
  }

  .program-component {
    grid-template-columns: 1fr;
  }

  .program-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .space-large {
    height: 2rem;
  }

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

  .testimonial-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .faq-content {
    align-items: stretch;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .footer-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-bottom-social-link, .footer-bottom-text {
    order: 1;
  }

  .form-input {
    min-width: 0;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .form-input-white, .form-text-area-white {
    min-width: 0;
  }

  .contact-content {
    margin-bottom: 2rem;
  }

  .contact-component {
    flex-direction: column;
  }

  .program-name {
    font-size: 1.375rem;
  }

  .hero-text {
    font-size: 2.5rem;
  }

  .lottie-animation {
    display: none;
  }

  .image-grid-wrapper {
    column-count: 2;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .testimonial-text {
    font-size: .875rem;
  }

  .black-subtitle {
    margin-bottom: 2rem;
  }

  .typography-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .button-system-wrapper {
    flex-flow: column;
  }

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

  .image-hero-mobile {
    display: inline-flex;
  }

  .text {
    text-align: left;
    font-size: .875rem;
  }

  .parent-name {
    text-align: left;
    font-size: .9375rem;
  }

  .teacher-name, .question-faq {
    font-size: .9375rem;
  }

  .category, .text-bold {
    font-size: .875rem;
  }

  .style-guide-wrapper {
    border-radius: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: .9375rem;
  }

  h5 {
    font-size: .875rem;
  }

  h6 {
    font-size: .75rem;
  }

  .utility-page-content {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-logo {
    color: var(--color--brand-3);
    width: 65%;
  }

  .nav-logo-link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

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

  .navlink {
    text-align: center;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .nav-cointainer {
    justify-content: center;
  }

  .container-large {
    width: 100%;
    max-width: none;
  }

  .button-1 {
    text-align: center;
  }

  .header-content {
    width: 100%;
    margin-top: 1rem;
  }

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

  .header-image-wrapper {
    display: none;
  }

  .button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .feature-item-content {
    width: 70%;
  }

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

  .feature-content {
    align-items: flex-start;
  }

  .program-content.red, .program-content.brown, .program-content.cyan, .program-content.blue, .program-content.light-brown {
    padding-bottom: 0;
  }

  .program-image.card-cw {
    width: 85px;
  }

  .program-item.p-cw {
    width: 100%;
    max-width: 32rem;
    height: 100%;
  }

  .program-component {
    align-items: center;
    width: 100%;
    height: 700px;
  }

  .program-image-wrapper {
    height: 100%;
  }

  .program-image-wrapper.red-c, .program-image-wrapper.brown-c, .program-image-wrapper.cyan-c, .program-image-wrapper.blue-c, .program-image-wrapper.light-brown-c {
    height: 66%;
  }

  .space-large {
    height: 2rem;
  }

  .container-small {
    flex-flow: column;
    align-items: center;
  }

  .team-component {
    min-width: 256px;
  }

  .pricing-label {
    margin-top: -3px;
    margin-right: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-item-dark, .pricing-item {
    padding: 1rem 0;
  }

  .pricing-details {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-feature-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-info.d-none {
    display: none;
  }

  .footer-link-block {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .footer-form {
    grid-template-columns: 1fr;
  }

  .footer-bottom-text {
    text-align: center;
  }

  .footer-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-column {
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: auto;
  }

  .text-span, .text-span.inline-block {
    display: inline-block;
  }

  .contact-content {
    margin-bottom: 2rem;
  }

  .program-name {
    padding-bottom: 0;
    font-size: 1.25rem;
  }

  .program-name.lh-m {
    line-height: 1.55rem;
  }

  .hero-text {
    font-size: 2rem;
  }

  .lottie-animation {
    display: none;
  }

  .image-grid-wrapper {
    column-count: 1;
    display: none;
  }

  .testimonial-text {
    font-size: .8125rem;
  }

  .text-bold-white {
    font-family: var(--typeface--content-text);
    font-size: .95rem;
  }

  .icon-color-feature {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .nav-menu-button {
    color: var(--color--brand-3);
  }

  .menu-icon {
    background-color: var(--color--transparent);
    align-items: flex-start;
  }

  .menu-icon-line-top, .menu-icon-line-middle, .menu-icon-line-bottom {
    background-color: var(--color--brand-3);
  }

  .header-wrapper-2 {
    grid-column-gap: 0px;
  }

  .pallete-red, .pallete-yellow, .pallete-blue, .pallete-green, .pallete-backgrouund {
    padding-right: 1rem;
  }

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

  .illustration {
    display: none;
  }

  .image-hero-mobile {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    display: block;
  }

  .text {
    text-align: left;
    width: 100%;
    font-size: .875rem;
  }

  .text.white-center {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
  }

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

  .text.font-1-2 {
    text-align: left;
    font-size: 1rem;
  }

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

  .text.font-1-2.text-center._0adding-b {
    padding-bottom: 25px;
  }

  .parent-name {
    text-align: left;
    width: 100%;
    font-size: .9375rem;
  }

  .curriculum-list {
    font-size: 1rem;
  }

  .section-heading.wc-wc {
    text-align: left;
    width: auto;
  }

  .teacher-name {
    font-size: .9375rem;
  }

  .footer-subtitle {
    font-family: var(--typeface--content-text);
    font-size: .95rem;
  }

  .category {
    font-size: .8125rem;
  }

  .text-bold {
    font-size: .875rem;
  }

  .style-guide-wrapper {
    border-radius: 2rem;
    margin-top: 1rem;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grid.pt-10 {
    padding-top: 10px;
  }

  .image-2 {
    width: 90px;
  }

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

  .text-span-5, .text-span-6 {
    display: block;
  }

  .text-span-7 {
    display: inline;
  }
}

#w-node-_7e641ccc-8763-049c-3973-fdbad2347453-b287a723, #w-node-_9eb6c086-a3af-c781-eb7c-1b4006b7c1b5-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-b287a723 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_84e7e1bf-5937-5e3f-818d-c4cb91949782-b287a723 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a253a732-06b8-085b-f024-e956ab945d09-b287a723 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-c880cf72-296f-990a-4018-7dd50fe64fe0-b287a723, #w-node-_49285de4-fe91-f4de-7ffb-cbbc9f1ace13-b287a723, #w-node-_5934eaa4-7fc1-50fb-44d6-506dbd67fc7a-b287a723, #w-node-_3285ecf0-db49-bc92-e8b1-bfe612a034b7-b287a723, #w-node-_3285ecf0-db49-bc92-e8b1-bfe612a034c3-b287a723, #w-node-_3285ecf0-db49-bc92-e8b1-bfe612a034cf-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe74-b287a723 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_798f0e26-c66e-0b10-be21-f24d6ef75b87-b287a723 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3f4b896f-d3b6-615b-abb2-6dcc23526f7b-b287a723 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe7d-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe81-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791863-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791867-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe84-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe88-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8b-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8f-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-b287a723 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fce8f701-73e7-9e86-cb60-d95e9ac74c26-b287a723 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a11c4562-e1ea-8f22-ae46-c96f02ca0488-b287a723 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761764-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761766-b287a723, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761768-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761779-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177b-b287a723, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177d-b287a723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376178e-b287a723 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761790-b287a723, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761792-b287a723, #w-node-_67cf2aa9-dca4-fbce-aa6f-02bde918db3a-3f025de0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b321be7-8541-4320-92b7-13b2f79cb486-f79cb480 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b321be7-8541-4320-92b7-13b2f79cb48a-f79cb480 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_7b321be7-8541-4320-92b7-13b2f79cb48c-f79cb480 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-ed167c97-bee8-7f3c-8faf-9d42ca6512f3-b287a725 {
  grid-area: Area;
}

#w-node-_3e4e0ac4-1d26-956c-358b-dfc775767fd7-b287a725 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5a107d09-4bc0-33f7-8887-c5c784acaf50-b287a725 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe74-3675068a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_798f0e26-c66e-0b10-be21-f24d6ef75b87-3675068a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3f4b896f-d3b6-615b-abb2-6dcc23526f7b-3675068a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe7d-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe81-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791863-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791867-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe84-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe88-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8b-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8f-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-3675068a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fce8f701-73e7-9e86-cb60-d95e9ac74c26-3675068a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a11c4562-e1ea-8f22-ae46-c96f02ca0488-3675068a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761764-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761766-3675068a, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761768-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761779-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177b-3675068a, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177d-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376178e-3675068a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761790-3675068a, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761792-3675068a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe74-cf8f191d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_798f0e26-c66e-0b10-be21-f24d6ef75b87-cf8f191d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3f4b896f-d3b6-615b-abb2-6dcc23526f7b-cf8f191d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe7d-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe81-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791863-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791867-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe84-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe88-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8b-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8f-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-cf8f191d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fce8f701-73e7-9e86-cb60-d95e9ac74c26-cf8f191d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a11c4562-e1ea-8f22-ae46-c96f02ca0488-cf8f191d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761764-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761766-cf8f191d, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761768-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761779-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177b-cf8f191d, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177d-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376178e-cf8f191d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761790-cf8f191d, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761792-cf8f191d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6db098fe-9b84-7792-a2b4-ebebf002304b-cf8f191d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9942963f-a7d3-bf76-1c6c-0dd4237409b9-cf8f191d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_06148745-0870-a614-6fca-dfd67a8eb664-cf8f191d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-a00b8b49-6061-a481-5b50-d6b280334366-cf8f191d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a00b8b49-6061-a481-5b50-d6b28033436a-cf8f191d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a00b8b49-6061-a481-5b50-d6b28033436c-cf8f191d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-3fa119fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_84e7e1bf-5937-5e3f-818d-c4cb91949782-3fa119fe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a253a732-06b8-085b-f024-e956ab945d09-3fa119fe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6bdb3e6d-75e8-5409-c3a7-ad23f772ecda-3fa119fe, #w-node-d0cc0e91-da4d-f0e8-b8aa-0d0178f8e3b4-3fa119fe, #w-node-_8f3ae910-5c67-37ed-b5e2-4100a1a6ffbf-3fa119fe, #w-node-fc90f3ca-f0d0-15b0-aeff-1c2121ee314b-3fa119fe, #w-node-fc90f3ca-f0d0-15b0-aeff-1c2121ee3154-3fa119fe, #w-node-fc90f3ca-f0d0-15b0-aeff-1c2121ee315d-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe74-3fa119fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_798f0e26-c66e-0b10-be21-f24d6ef75b87-3fa119fe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3f4b896f-d3b6-615b-abb2-6dcc23526f7b-3fa119fe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe7d-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe81-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791863-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_43cbcdc3-6e16-29c9-4af4-19f598791867-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe84-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe88-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8b-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5049c207-e306-8736-60b5-f4f620cffe8f-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-3fa119fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fce8f701-73e7-9e86-cb60-d95e9ac74c26-3fa119fe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a11c4562-e1ea-8f22-ae46-c96f02ca0488-3fa119fe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761764-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761766-3fa119fe, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761768-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761779-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177b-3fa119fe, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376177d-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376178e-3fa119fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761790-3fa119fe, #w-node-_5d9ec8a0-3246-3e26-c4fc-a04443761792-3fa119fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_67cf2aa9-dca4-fbce-aa6f-02bde918db39-3f025de0 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-b287a723, #w-node-_5049c207-e306-8736-60b5-f4f620cffe74-b287a723, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-b287a723 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_67cf2aa9-dca4-fbce-aa6f-02bde918db39-3f025de0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b321be7-8541-4320-92b7-13b2f79cb486-f79cb480, #w-node-_5049c207-e306-8736-60b5-f4f620cffe74-3675068a, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-3675068a, #w-node-_5049c207-e306-8736-60b5-f4f620cffe74-cf8f191d, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-cf8f191d, #w-node-_6db098fe-9b84-7792-a2b4-ebebf002304b-cf8f191d, #w-node-a00b8b49-6061-a481-5b50-d6b280334366-cf8f191d, #w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-3fa119fe, #w-node-_5049c207-e306-8736-60b5-f4f620cffe74-3fa119fe, #w-node-_5d9ec8a0-3246-3e26-c4fc-a0444376174d-3fa119fe {
    grid-area: 1 / 1 / 2 / 4;
  }
}


