: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: Kodchasan, Arial, sans-serif;
  --color--brand-3: #2e3192;
  --color--brand-4: #007190;
  --color--background: #f9f4f1;
  --color--white: white;
  --color--transparent: #fff0;
  --color--black: #2b2b2b;
  --color--brand-2: #f7941d;
  --color--brand-1: #c15287;
  --color--placeholder: #6e6e6ef2;
  --typeface--content-text: Kodchasan, Arial, sans-serif;
}

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: 3.5rem;
  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: 700;
}

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

.section.gradient-background {
  margin-left: -50px;
  margin-right: -50px;
}

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

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

.footer-logo {
  max-height: 7rem;
  margin-top: 0;
}

.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 {
  filter: contrast(200%) invert();
  height: 100%;
  max-height: 3rem;
}

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

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

.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--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.navlink:hover {
  color: var(--color--black);
}

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

.navlink.w--current {
  color: var(--color--white);
}

.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-radius: 1.4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
}

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

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

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

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

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

.button-1.header:hover {
  background-color: var(--color--black);
  color: var(--color--white);
}

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

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

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

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

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

.feature-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 30px;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.feature-item:hover {
  transform: translate(0, -5px);
}

.feature-item.hoertraining {
  background-color: var(--color--brand-3);
}

.feature-item.legasthenie {
  background-color: var(--color--brand-2);
}

.feature-item.wahrnehmung {
  background-color: var(--color--brand-1);
}

.feature-item.sprachf-rderung {
  background-color: var(--color--brand-4);
}

.icon-color {
  color: var(--color--brand-3);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 32px;
  height: 2em;
  min-height: 32px;
  padding: 6px 5px 5px;
  display: flex;
}

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

.feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
}

.feature-wrapper.big {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-left: 5em;
}

.feature-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 33rem;
  display: flex;
  position: relative;
}

.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-around;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.container-small {
  flex-flow: column;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.pricing-item {
  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: space-between;
  width: 100%;
  max-width: 25rem;
  padding: 2rem;
  display: flex;
}

.pricing-item.yellow {
  background-color: var(--color--brand-2);
  padding-bottom: 2rem;
}

.pricing-item.blue {
  background-color: var(--color--brand-4);
}

.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;
  display: flex;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  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);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

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

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

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

.body {
  background-color: var(--color--background);
  color: var(--color--brand-3);
  padding-left: 50px;
  padding-right: 50px;
  font-family: Kodchasan, Arial, sans-serif;
}

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

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

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

.contact-feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

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

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

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

.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;
  align-items: stretch;
  column-gap: 1rem;
  width: 50%;
  display: flex;
}

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

.button-3 {
  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-3:hover {
  background-color: var(--color--brand-2);
}

.icon-color-feature {
  opacity: .75;
  color: var(--color--brand-3);
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -30px;
  left: -70px;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.header-wrapper.alignedleft {
  align-self: flex-start;
}

._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 {
  text-transform: none;
  font-size: 2.16rem;
}

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

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

.text {
  font-family: var(--typeface--content-text);
  color: var(--color--black);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.text.white {
  color: var(--color--white);
  text-align: left;
  font-size: 1.2rem;
}

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

.curriculum-list {
  color: var(--color--white);
  font-size: 1.5rem;
  font-weight: 400;
}

.section-heading {
  color: var(--color--black);
  text-transform: none;
}

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

.price {
  color: var(--color--white);
  font-size: 1.5rem;
}

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

.list {
  color: var(--color--black);
  margin-top: -15px;
  font-size: 1.3rem;
}

.space-section {
  background-color: var(--color--transparent);
  height: 8rem;
}

.guide {
  position: relative;
}

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

.gradient-background {
  background-image: linear-gradient(90deg, #ed8841, #c15287 49%, #4f3390);
}

.underline-headline {
  border-radius: 20px;
  height: 10px;
  margin-top: 5px;
}

.underline-headline.gradient-background.margin0 {
  margin-top: 0;
}

.sidebar {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sidebar-link {
  margin-bottom: 15px;
}

.sidebar-link:hover {
  filter: invert(85%);
}

.sidebar-link.last {
  margin-bottom: 0;
}

.sidebar-container {
  border-radius: 0 20px 20px 0;
  padding: 15px 10px;
}

.sidebar-container.gradient-background.background-rotated {
  background-image: linear-gradient(#ed8841, #c15287 49%, #4f3390);
}

.rich-text-block {
  color: var(--color--black);
}

.bold {
  font-weight: 700;
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: .8125rem;
  }

  li {
    margin-bottom: .5rem;
  }

  .section.gradient-background {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

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

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

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

  .navlink {
    color: var(--color--black);
    text-align: center;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navlink.w--current {
    color: var(--color--black);
  }

  .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;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    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-wrapper.big {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 70px;
    padding-right: 70px;
  }

  .feature-content {
    text-align: left;
    display: flex;
  }

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

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

  .pricing-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    place-items: stretch center;
    display: flex;
  }

  .pricing-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-wrapper {
    margin-top: 2em;
  }

  .faq-info {
    padding-top: 0;
  }

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

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

  .body {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .header-wrapper {
    display: block;
  }

  .header-wrapper.alignedleft {
    justify-content: center;
    align-items: flex-start;
  }

  .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 {
    border-radius: 20px;
    display: inline-flex;
  }

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

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

  .curriculum-list {
    margin-top: 0;
  }

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

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

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

  .list {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .space-section {
    height: 6rem;
  }

  .sidebar {
    flex-flow: row;
    width: 100vw;
    height: 50px;
    inset: auto 0% 0%;
  }

  .sidebar-link {
    width: 30px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .sidebar-container.gradient-background {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 350px;
    display: flex;
  }

  .sidebar-container.gradient-background.background-rotated {
    background-image: linear-gradient(90deg, #ed8841, #c15287 49%, #4f3390);
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }
}

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

  li {
    line-height: 1.5rem;
  }

  .nav-menu {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }

  .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: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

  .feature-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }

  .feature-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

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

  .space-large {
    height: 2rem;
  }

  .pricing-component {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pricing-item {
    flex-flow: column;
  }

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

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

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

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

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

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

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

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

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

  .space-section {
    height: 2rem;
  }

  .sidebar {
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
  }

  .sidebar-container.gradient-background {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@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: 70%;
  }

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

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

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

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

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

  .space-large {
    height: 2rem;
  }

  .pricing-component {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .pricing-item {
    max-width: 30rem;
    padding: 1rem 1.5rem;
  }

  .pricing-item.blue {
    justify-content: space-between;
    align-items: center;
  }

  .pricing-details {
    justify-content: center;
    align-items: center;
  }

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

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

  .program-name {
    text-align: center;
    font-size: 1.25rem;
  }

  .hero-text {
    font-size: 8vw;
    line-height: 10vw;
  }

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

  .icon-color-feature {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    top: -10px;
    left: -55px;
  }

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

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

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

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

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

  .image-hero-mobile {
    flex: 0 auto;
    width: 287.984px;
    max-width: 288px;
    height: 212.938px;
    max-height: 212.953px;
    display: block;
  }

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

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

  .curriculum-list {
    text-align: left;
    font-size: 1.25rem;
  }

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

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

  .space-section {
    height: 2rem;
  }

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

  .sidebar-link {
    width: 25px;
  }

  .sidebar-container.gradient-background {
    width: 250px;
  }
}

#w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-0088a7c3, #w-node-_6db098fe-9b84-7792-a2b4-ebebf002304b-0088a7c3 {
  grid-area: 1 / 2 / 2 / 3;
}

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_6db098fe-9b84-7792-a2b4-ebebf0023056-0088a7c3 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ac50afa-947f-c43b-6d86-3c30e47ffda5-0088a7c3, #w-node-_6db098fe-9b84-7792-a2b4-ebebf002304b-0088a7c3 {
    grid-area: 1 / 1 / 2 / 4;
  }
}


@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kodchasan';
  src: url('../fonts/Kodchasan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}