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

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold.ttf') format("truetype"), url('../fonts/Raleway-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold-Italic.ttf') format("truetype"), url('../fonts/Raleway-ExtraBold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Black-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-ExtraLight-Italic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

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

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

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

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Medium-Italic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Thin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold-Italic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

:root {
  --basic-color: #0c4c65;
  --white: white;
  --basic-text-color: #001821d9;
  --section-bg: #b35e001a;
  --extra-color: #b35e00;
  --lighter-color: #278bb3;
  --30-bluish-gray: #00182140;
  --bg-light-blue: #278bb31a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('/images/icons/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: var(--basic-color);
  text-decoration: none;
}

li {
  text-align: left;
}

strong {
  font-weight: bold;
}

em {
  color: #333333b3;
  font-style: italic;
}

.regular-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.regular-section.top {
  margin-top: -20px;
  padding-top: 0;
}

.regular-section.top.smaller-gap {
  padding-bottom: 20px;
}

.regular-section.picbg {
  background-image: url('../images/illustrations/notebook-1280538_1920.webp');
  background-position: 100% 30%;
  background-size: cover;
}

.regular-section.bot {
  padding-bottom: 0;
}

.regular-section.landing {
  padding-top: 20px;
}

.regular-section.smaller-gap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.regular-section.absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.regular-container {
  text-align: left;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.regular-container.mid {
  text-align: center;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.label.white {
  color: #fff;
}

.label.white.footer {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.label.white.footer.small-links {
  color: #fffc;
  text-transform: none;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
}

.label.footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.label.footer.bold {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 700;
}

.label.wrong-email {
  color: var(--basic-color);
  text-underline-offset: 3px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.h2-heading {
  color: var(--basic-color);
  text-align: center;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.h2-heading.review {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.h2-heading._1 {
  margin-bottom: 20px;
}

.h2-heading._2 {
  margin-bottom: 80px;
}

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

.h2-heading._40 {
  margin-bottom: 40px;
}

.h1-heading {
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.h1-heading.white {
  color: #fff;
}

.h1-heading.white.center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-weight: 700;
}

.h1-heading.white.center.landing {
  margin-bottom: 20px;
  font-size: 40px;
}

.h1-heading.white.center.smaller {
  font-size: 32px;
  line-height: 40px;
}

.h1-heading.new-landing {
  color: var(--basic-color);
  font-size: 34px;
  line-height: 1.5;
}

.h1-heading.bolder {
  color: var(--basic-color);
  font-weight: 700;
}

.h3-heading {
  color: var(--basic-color);
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.h3-heading.cost {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.h3-heading.courses {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h3-heading.why {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.h3-heading.center {
  text-align: center;
  background-color: #b35e001a;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.h3-heading.compare-table-headers {
  border-bottom: 1px solid #0c4c65b3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.h3-heading.compare-table-headers.center {
  color: var(--basic-color);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
}

.h3-heading.compare-table-headers.center.left {
  text-align: left;
  font-weight: 400;
}

.h3-heading.compare-table-headers.center.left.v2, .h3-heading.compare-table-headers.center.v2, .h3-heading.compare-table-headers.v2 {
  border-bottom-style: none;
}

.h3-heading.dba {
  padding-left: 0;
  padding-right: 0;
}

.h3-heading.dba-center {
  text-align: center;
  margin-bottom: 20px;
}

.h3-heading.spoiler {
  margin-top: 0;
}

.h3-heading.graphs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.h3-heading.req {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.h3-heading.left {
  align-self: flex-start;
}

.h4-heading {
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.divider {
  background-color: var(--basic-color);
  opacity: .5;
  text-align: left;
  flex-direction: row-reverse;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.divider.narrow {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  width: 80%;
  display: inline-block;
}

.divider.dba {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.divider.dba.last {
  margin-bottom: 20px;
}

.divider.dba.first {
  margin-top: 20px;
}

.body_new {
  color: var(--basic-text-color);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.colored-section {
  background-color: var(--section-bg);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.colored-section.accreditation, .colored-section.smaller-gap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.regular-text.styleguide {
  margin-left: 20px;
}

.regular-text.white {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.regular-text.white.center {
  font-family: Raleway, sans-serif;
}

.regular-text.white.landing {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.regular-text.white.small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.regular-text.white.margin-bottom {
  margin-bottom: 10px;
}

.regular-text.white.margin-bottom.bigger {
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.regular-text.white.margin-top {
  margin-top: 10px;
}

.regular-text.list {
  margin-bottom: 0;
  margin-left: 0;
}

.regular-text.review {
  text-align: justify;
  text-indent: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.site-name {
  color: var(--basic-color);
  margin-left: 20px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.site-name.white {
  color: var(--white);
  margin-left: 10px;
}

.styleguide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.styleguide-wrapper.color {
  grid-template-rows: auto auto;
}

.color-swatch {
  background-color: var(--basic-color);
  flex: none;
  width: 100px;
  height: 100px;
}

.color-swatch.extra {
  background-color: var(--extra-color);
}

.color-swatch._3 {
  background-color: var(--lighter-color);
}

.color-swatch._4 {
  background-color: #0c4c65bf;
}

.color-swatch._5 {
  background-color: #b35e001a;
}

.color-swatch._6 {
  background-color: #278bb31a;
}

.color-swatch-holder {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-text {
  font-weight: 800;
}

.photo-section {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/hero-covers/singapore-1990959.webp');
  background-position: 50%, 0 0, 50% 10%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 2560px, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 700px;
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 0;
}

.photo-section.home {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/cbd-1942508.webp');
  background-position: 50% 40px, 0 0, 50% 20%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.photo-section.who-we-are {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/hero-covers/singapore-431421.webp');
  background-position: 50% 40px, 0 0, 50% 30%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.photo-section.why-choose-us {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/hero-covers/singapore-2708258.webp');
  background-position: 50% 0, 0 0, 50% 35%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 600px;
}

.photo-section.accreditations {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/сшен.webp');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.testimonials {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/dawn-1840298_1920.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.overview {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/writing-1149962.webp');
  background-position: 50% 0, 0 0, 50% 20%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.description {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/entrepreneur-593378.webp');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.structure {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c654d, #0c4c654d), url('../images/illustrations/books-3446451.webp');
  background-position: 50% 0, 0 0, 50% 0;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.fee {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/artificial-trees-945387.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.requirements {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/checklist-2589418.webp');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.education-process {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/entrepreneur-593358.webp');
  background-position: 50%, 0 0, 50% 35%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.exams {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/omr-3723132.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.career {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/tie-690084.webp');
  background-position: 50%, 0 0, 50% 20%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.faq {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-2022192.webp');
  background-position: 50%, 0 0, 50% 20%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.contact {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-1990959.webp');
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.apply {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-246836.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.search {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/488092.webp');
  background-position: 50%, 0 0, 50% 20%;
  height: 500px;
}

.photo-section.policy {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-1990959.webp');
  background-position: 50% 60%, 0 0, 50% 10%;
  height: 450px;
}

.photo-section.single-course {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/shutterstock_754479781.webp');
  background-position: 50% 0, 0 0, 50% 40%;
  height: 600px;
}

.photo-section.courses {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/The-Categories-and-sources-of-online-courses-2.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  height: 500px;
}

.photo-section.landing {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/5ea7d6b2debb84613e3734e0_8177920204_74a9a02b77_o.webp');
  background-position: 50%, 0 0, 50% 30%;
  background-size: cover, auto, cover;
  height: auto;
}

.photo-section.typ {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/6349a.webp');
  background-position: 50%, 0 0, 50% 60%;
  background-size: cover, auto, cover;
  height: 550px;
}

.photo-section.payment-page {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c651a, #0c4c651a), url('../images/illustrations/7071a.webp');
  background-position: 50% 100%, 0 0, 50% 80%;
  background-size: cover, auto, cover;
  height: auto;
  padding-bottom: 60px;
  display: flex;
}

.photo-section.ty {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-1990959.webp');
  background-size: cover, auto, cover;
  height: 550px;
}

.photo-section.alumni {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6540, #0c4c6540), url('../images/illustrations/iStock-869673894.webp');
  background-position: 50%, 0 0, 50% 40%;
  background-size: cover, auto, cover;
  height: 600px;
}

.photo-section.no-menu {
  background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/omr-3723132.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  height: auto;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: var(--basic-color);
  font-family: Raleway, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px #ffffff1a;
}

.brand {
  opacity: 1;
  transform-style: preserve-3d;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.site-logo {
  margin-right: 0;
}

.nav-menu {
  flex: 1;
  place-content: space-around space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.nav-link:hover {
  color: #f3b46f;
}

.nav-link.w--current {
  color: #5fc8f1;
  font-style: normal;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--extra-color);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link.cta:hover {
  color: var(--white);
  box-shadow: 1px 1px 3px #0003;
}

.nav-link.cta.w--current {
  color: var(--white);
  font-weight: 400;
}

.nav-link.mob {
  display: none;
}

.photo-section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.photo-section-container.no-menu {
  flex-flow: column;
  align-items: flex-start;
}

.page-header-block {
  flex: 1;
  padding-top: 150px;
  padding-right: 0;
}

.page-header-block.no-menu {
  align-self: stretch;
  padding-top: 40px;
}

.colored-page-header-block {
  opacity: 1;
  text-align: center;
  background-color: #0c4c65cc;
  border-radius: 50px;
  padding: 20px 40px;
}

.colored-page-header-block.verification {
  padding-top: 40px;
}

.paragraph {
  opacity: .8;
  color: #fff;
  text-align: center;
}

.regular-button {
  background-color: #278bb3e6;
  border-radius: 20px;
  flex: none;
  margin: 10px;
  padding: 10px 30px;
}

.regular-button:hover {
  background-color: #278bb3;
  box-shadow: 1px 1px 3px #0003;
}

.regular-button.accent {
  text-align: center;
  background-color: #b35e00cc;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.regular-button.accent:hover {
  background-color: #b35e00e6;
}

.regular-button.accent.search {
  margin-left: 0;
  margin-right: 0;
}

.regular-button.accent.menu {
  display: none;
}

.regular-button.accent.home {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.regular-button.accent.wrong {
  margin-top: 0;
  margin-bottom: 0;
}

.regular-button.empty {
  border: 1px solid var(--lighter-color);
  color: var(--basic-color);
  text-transform: none;
  background-color: #0000;
  padding: 9px 29px;
}

.regular-button.empty:hover {
  background-color: #278bb31a;
}

.regular-button.form {
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.regular-button.form.cta {
  text-align: center;
}

.regular-button.small {
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.button-swatch-holder {
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.footer-section {
  background-color: var(--basic-color);
  text-align: left;
  background-image: url('../images/icons/wave_3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 490px;
  padding-top: 120px;
  padding-bottom: 40px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.footer-container {
  text-align: center;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.alternative-colored-section {
  background-color: #278bb31a;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.alternative-colored-section.small-gap-top {
  padding-top: 0;
}

.regular-form.white {
  background-color: var(--white);
}

.form-text-field {
  text-align: center;
  border-radius: 20px;
}

.form-text-field.blue {
  background-color: #278bb31a;
  border: 1px solid #3333;
}

.form-text-field.wide {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: stretch;
  padding: 10px 20px;
}

.form-text-field.wrong-email {
  margin-bottom: 0;
}

.form-block {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.form-block.new {
  margin-bottom: 0;
}

.bold {
  font-weight: 800;
}

.price-block {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.price-block.right {
  color: var(--basic-color);
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.price-block.right.lower {
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--basic-color);
  color: var(--white);
}

.dropdown-link:hover, .dropdown-link:focus {
  background-color: #0c4c65cc;
}

.dropdown-link.w--current {
  color: #5fc8f1;
  text-indent: 0;
  font-weight: 400;
}

.image {
  border-top-left-radius: 50px;
  flex: 0 200px;
  box-shadow: 4px 4px #0003, 7px 7px #0000001a;
}

.image.hidden {
  display: none;
}

.image.round {
  opacity: .9;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  box-shadow: -1px -1px 3px #0003, 4px 4px #0003, 7px 7px #0000001a;
}

.image.round:hover {
  opacity: 1;
}

.process-wrapper {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field {
  color: #333c;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.radio-button-field.big {
  margin-left: 0;
  display: flex;
}

.radio-button-label {
  margin-left: 10px;
  margin-right: 20px;
}

.radio-button-label._1 {
  margin-right: 0;
}

.link-in-text {
  color: var(--basic-color);
  text-decoration: underline;
}

.label-description {
  color: #333c;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.label-description.info {
  text-align: right;
}

.label-description.info.less-space {
  color: #333c;
  margin-top: 0;
  font-weight: 400;
}

.label-description.info.less-space.center {
  text-align: center;
}

.label-description.non-copy {
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.div-block {
  text-align: left;
}

.image-column {
  border-radius: 20px;
  align-self: stretch;
  min-width: 220px;
  max-width: 300px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.text-image-columns {
  display: flex;
}

.bullet-icon-holder {
  flex: none;
  align-self: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.list-item {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list-item.requirements {
  place-content: flex-start;
  align-items: center;
}

.list-description {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
}

.list-description.credits {
  color: var(--extra-color);
  align-self: center;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.list-description.price {
  color: var(--basic-color);
  font-weight: 600;
}

.icon {
  width: 32px;
  height: 32px;
}

.footer-column {
  text-align: left;
}

.footer-link {
  color: #fff;
}

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

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

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

.spoiler-head-holder {
  cursor: pointer;
  background-color: #278bb333;
  border-radius: 20px 20px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.spoiler-head-holder.courses {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.spoiler-head-holder.courses.colored {
  background-color: #278bb333;
}

.spoiler-head-holder.yellow {
  background-color: #b35e004d;
}

.fee-collection-item {
  margin-bottom: 20px;
}

.plus-image {
  transform: rotate(0);
}

.course-list {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

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

.center-align.move {
  margin-top: 20px;
}

.center-align.wide {
  flex-flow: column;
  align-self: stretch;
  align-items: stretch;
  margin-top: 20px;
}

.rich-text-block {
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 20px;
}

.rich-text-block.review {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.rich-text-block a {
  text-decoration: underline;
}

.rich-text-block em {
  text-decoration: none;
}

.rich-text-block.policy h2 {
  color: var(--basic-color);
  text-align: left;
  text-indent: 0;
  text-transform: lowercase;
  margin-top: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.rich-text-block.policy p {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}

.rich-text-block.policy li {
  text-indent: 0;
  font-size: 14px;
}

.rich-text-block.policy h3 {
  color: var(--basic-color);
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #278bb34d;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.rich-text-block.policy h4 {
  color: var(--basic-color);
  text-indent: 0;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rich-text-block.no-gaps, .rich-text-block.no-gaps p {
  margin-bottom: 0;
}

.fee-block {
  text-align: center;
  background-color: #278bb31a;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.num-block {
  border: 2px solid var(--extra-color);
  width: 32px;
  height: 32px;
  color: var(--extra-color);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.column-with-padding {
  padding-top: 82px;
}

.empty-round-icon {
  border: 2px solid var(--extra-color);
  border-radius: 100px;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
}

.div-block-3 {
  align-self: flex-start;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.course-list-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.course-short-list-item {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.collection-list {
  margin-top: 20px;
}

.credits-block {
  flex: none;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.plus-image-block {
  flex: none;
  margin-right: 20px;
}

.credit-text {
  color: var(--basic-color);
}

.spoiler-body-holder {
  z-index: 5;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  border-left: 3px solid var(--white);
  background-color: #b35e001a;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -20px;
  padding: 40px 20px 20px;
  display: none;
  position: relative;
}

.spoiler-body-holder.colored {
  background-color: var(--white);
  border-bottom-color: #278bb333;
  border-left-color: #278bb333;
  border-right-color: #278bb333;
  margin-top: 0;
  padding-top: 20px;
  display: none;
}

.spoiler-body-holder.colored.yellow {
  background-color: var(--white);
  border-bottom-color: #b35e004d;
  border-left-color: #b35e004d;
  border-right-color: #b35e004d;
  display: none;
}

.course-description-block {
  text-align: justify;
  text-indent: 20px;
}

.course-description-block a {
  text-decoration: underline;
}

.faq-question {
  font-weight: 700;
}

.contact-block {
  text-align: center;
  background-color: #278bb31a;
  border-radius: 20px;
  padding: 10px 20px 20px;
}

.phone-block {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block {
  font-weight: 300;
}

.numbers-stats-block {
  text-align: center;
  background-color: #0c4c6566;
  border-radius: 20px;
  flex: 0 220px;
  padding: 30px 10px;
}

.number-block {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.num-block-holder {
  color: var(--white);
  justify-content: space-around;
  margin-bottom: 0;
  display: flex;
}

.big-number {
  color: #0c4c651a;
  align-self: center;
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.div-block-4 {
  flex: 0 200px;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.process-paragraph {
  color: var(--basic-color);
  margin-top: -10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.decorated-link {
  text-decoration: underline;
}

.price-paragraph {
  color: var(--lighter-color);
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.price-paragraph.old {
  color: #969696;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: line-through;
}

.review-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-5 {
  background-color: #278bb31a;
  border-radius: 20px;
  padding: 20px;
}

.div-block-6 {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.text-block-3 {
  color: var(--basic-color);
  font-weight: 800;
}

.paragraph-3 {
  text-align: justify;
  text-indent: 20px;
}

.checkbox-field {
  text-align: left;
  align-items: center;
  display: flex;
}

.html-embed {
  margin-right: 10px;
}

.checkbox-style {
  border-width: 2px;
  border-color: var(--basic-color);
  background-color: #0000;
  border-radius: 20px;
  margin-right: 20px;
}

.checkbox-style.w--redirected-checked {
  border-width: 2px;
  border-color: var(--basic-color);
  background-color: var(--basic-color);
}

.image-3 {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.container {
  display: flex;
}

.link-block.logo.w--current {
  color: var(--white);
  font-family: Cinzel Decorative, sans-serif;
}

.mba-short {
  display: none;
}

.rich-page-description {
  color: var(--white);
  font-size: 16px;
}

.rich-page-description.big {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.spoiler-in-spoiler-holder {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.arrow-image {
  width: 22px;
  height: 22px;
  margin: 10px 10px 10px -3px;
}

.hidden-text {
  border-left: 2px solid #b35e004d;
  margin-left: 7px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.hidden-text.blue {
  border-left-color: #278bb34d;
  display: none;
}

.review-image {
  border-radius: 150px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 20px;
  box-shadow: -2px -2px 0 1px #b35e0080, 2px -2px 0 1px #0c4c6580, -2px 2px 0 1px #b35e0080, 2px 2px 0 1px #0c4c6580;
}

.review-image.small {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-bottom: 10px;
}

.review-name {
  font-weight: 300;
}

.review-avatar-name {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.list-2 {
  margin-top: 20px;
}

.right-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.hidden-block {
  object-position: 50% 50%;
  border-top-left-radius: 50px;
  width: 100%;
  height: 250px;
  display: none;
  box-shadow: 4px 4px #0003, 7px 7px #0000001a;
}

.columns-2 {
  margin-top: 60px;
}

.hidden-image {
  object-fit: cover;
  border-top-left-radius: 50px;
  width: 100%;
  height: 100%;
}

.div-block-10 {
  grid-template-rows: auto auto;
}

.div-block-11 {
  grid-template-areas: "Area";
}

.div-block-12 {
  grid-template-areas: "Area Area";
}

.hide {
  display: none;
}

.left-pic-grid {
  grid-template-columns: 1fr 2fr;
}

.empty-filler {
  height: 1px;
}

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

.bold-text-3 {
  color: var(--extra-color);
  font-weight: 900;
}

.prof-columns {
  font-size: 12px;
  line-height: 20px;
}

.grid-footer {
  flex-flow: row;
  grid-template: "Menu-Start MBA CTA-Disclaimer"
                 "Menu-End MBA Area"
                 "SiteName SiteName SiteName"
                 / .5fr .75fr 1fr;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-menu-start, .footer-menu-end {
  text-align: left;
}

.footer-menu-mba {
  text-align: left;
  flex: 1;
}

.footer-cta {
  text-align: right;
}

.div-block-14 {
  background-color: var(--basic-color);
  padding: 20px;
}

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

.div-block-15 {
  width: 300px;
}

.search-input {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--lighter-color);
  background-color: #ffffffe6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.search-button {
  background-color: #278bb3cc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: var(--lighter-color);
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: center;
}

.search-input-2 {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.search-result-item {
  background-color: #278bb31a;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 1px 1px 3px #0c4c654d;
}

.search-result-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.search-result-link {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.search-image {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 250px;
}

.search-div-block {
  margin: 20px;
}

.empty-state {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.reviews-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: start stretch;
  display: grid;
}

.review-grid-block {
  background-color: #ffffffe6;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.review-grid-block.blue {
  background-color: #278bb326;
  align-items: center;
}

.review-grid-block.small {
  background-color: #278bb31a;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.review-grid-item {
  padding-top: 60px;
}

.text-block-4 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.grid-7 {
  grid-template-rows: auto;
}

.div-block-18 {
  flex-direction: column;
  display: flex;
}

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

.reviews-list-wrapper {
  margin-bottom: 20px;
}

.reviews-list-wrapper.new {
  margin-bottom: 0;
}

.review-item {
  display: flex;
}

.success-message {
  text-align: left;
  background-color: #0000;
}

.success-message.payment-form {
  padding: 0;
}

.error-message {
  text-align: center;
  border-radius: 20px;
}

.grid-8 {
  grid-row-gap: 0px;
  grid-template-rows: .25fr 1fr;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area";
}

.collection-list-wrapper-3 {
  margin-top: 50px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accreditation-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1.75fr;
  align-items: center;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.crossed-cost {
  color: #a8a8a8;
  margin-left: 20px;
  text-decoration: line-through;
}

.limited-rich-text {
  color: var(--basic-color);
  text-align: center;
  background-color: #b35e001a;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  font-size: 22px;
  line-height: 22px;
  display: block;
}

.limited-rich-text strong {
  color: var(--extra-color);
}

.limited-rich-text em {
  color: var(--basic-color);
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
}

.limited-rich-text.guarantee {
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.div-block-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: var(--extra-color);
  margin-right: -10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
  display: none;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.cta-form-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  display: flex;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .75fr;
}

.contact-long-icon {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.contact-icon {
  width: 32px;
  height: 32px;
}

.contact-paragraph {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.contact-paragraph.blue {
  color: var(--basic-color);
}

.contact-paragraph.blue.small {
  font-size: 14px;
}

.contact-link-block {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.italic-contact-text {
  color: #0c4c65b3;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.small-links-block {
  justify-content: center;
  display: flex;
}

.popup-overlay {
  z-index: 1000;
  background-color: var(--basic-color);
  height: 40px;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-container {
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cookie-text-block {
  color: var(--white);
  flex: 1;
  align-self: center;
}

.cookie-button-block {
  align-self: auto;
  height: 40px;
}

.cookie-button {
  text-align: center;
  background-color: #b35e00f2;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 18px;
}

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

.white-link-cookie {
  color: var(--white);
  font-style: italic;
  text-decoration: underline;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-23 {
  flex-direction: column;
  display: flex;
}

.tutor-holder-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  display: grid;
}

.tutor-block {
  text-align: center;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.tutor-name {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
}

.tutor-role {
  font-size: 12px;
  line-height: 18px;
}

.course-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-block {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  position: static;
}

.div-block-28 {
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  box-shadow: -1px -1px 3px #0000001a, 1px 1px 3px #0000004d;
}

.image-5 {
  z-index: 1;
  border-radius: 20px 20px 0 0;
  height: auto;
  position: relative;
}

.div-block-29 {
  z-index: 12;
  background-color: #278bb333;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  cursor: pointer;
  border-radius: 20px;
  height: 100%;
  transition: box-shadow .5s;
}

.link-block-2:hover {
  box-shadow: 1px 1px 10px 1px #33333380;
}

.course-description-heading {
  margin-bottom: 0;
}

.course-description-text {
  color: var(--basic-color);
  text-align: right;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.course-description-text.price {
  color: var(--extra-color);
  margin-bottom: 10px;
}

.course-description-text.price.dba {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.course-description-text.price.dba.smaller {
  color: var(--basic-color);
  font-size: 16px;
  line-height: 22px;
}

.course-description-text.converted {
  margin-top: -10px;
}

.border-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0c4c6580;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
}

.border-block.dba {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.small-blue-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  margin-right: 10px;
}

.small-blue-icon._1 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.small-blue-icon.smaller {
  width: 1rem;
  height: 1rem;
}

.feature-block {
  justify-content: space-between;
  display: flex;
}

.small-icon-with-text-holder {
  display: flex;
}

.column {
  padding-top: 10px;
}

.div-block-35 {
  display: flex;
}

.image-7 {
  opacity: .8;
  margin-right: 10px;
}

.div-block-36 {
  justify-content: space-between;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.radio-button {
  border-width: 3px;
  border-color: var(--basic-color);
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: var(--basic-color);
  background-image: url('../images/icons/015-check.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-left: 0;
  padding-right: 0;
}

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

.orange {
  color: #ff9520;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.grid-11 {
  grid-row-gap: 0px;
  grid-template: "Area" 1fr
  / .75fr 1fr;
}

.bold-star {
  color: var(--basic-color);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.why-choose-us-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.why-block {
  text-align: center;
  border: 1px solid #0c4c6580;
  border-radius: 20px;
}

.why-choose-us-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.why-choose-us-block.gambit {
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
}

.narrow-image-wide-block {
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wide-image-in-why-block {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 150px;
}

.paragraph-5 {
  margin-left: 0;
  font-size: 16px;
  line-height: 16px;
}

.bold-text-4 {
  color: var(--basic-color);
  font-weight: 700;
}

.italic {
  color: var(--extra-color);
  text-transform: none;
  font-style: normal;
  font-weight: 900;
}

.form-2 {
  text-align: center;
  display: block;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
}

.image-9 {
  width: 20px;
  height: 20px;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.small-hint-text {
  text-align: center;
  font-size: 14px;
}

.small-hint-text.separator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-41 {
  text-align: center;
}

.div-block-42 {
  text-align: right;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 20px;
  display: grid;
}

.div-block-45 {
  border-left: 3px solid #b35e0080;
  margin-left: 0;
  padding-left: 0;
}

.link {
  margin-left: 20px;
}

.compare-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) 3fr;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-flow: row;
}

.div-block-46 {
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px 0;
}

.table-text {
  color: var(--basic-color);
  text-align: center;
  border-bottom: 1px solid #0c4c65b3;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-text.long {
  padding-left: 5px;
  padding-right: 5px;
}

.table-text.bold.orange {
  color: var(--extra-color);
}

.table-text.v2 {
  border-bottom-style: none;
}

.paragraph-7 {
  opacity: .8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.italic-text.sub {
  text-decoration: underline;
}

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

.grid-14 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
}

.partner-logo {
  opacity: .8;
}

.partner-logo:hover {
  opacity: 1;
}

.slider {
  background-color: #0000;
  height: auto;
}

.right-arrow {
  background-color: #0000;
  display: block;
}

.icon-2, .slide-nav {
  opacity: .6;
  color: var(--basic-color);
  display: none;
}

.accreditation-lightbox {
  box-shadow: 1px 1px 3px 1px #0000004d;
}

.hidden {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.certificates-grid {
  grid-template-rows: auto auto minmax(auto, .25fr);
  grid-template-areas: "Area Area"
                       ". ."
                       "Area-2 Area-2";
  align-self: flex-start;
}

.compare-grid-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0c4c65b3;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr .75fr .75fr;
  padding-top: 5px;
}

.down-arrow-holder {
  text-align: center;
  margin-top: 10px;
}

.form-3 {
  display: none;
}

.alumni-name-block {
  color: var(--basic-color);
  font-weight: 800;
  display: flex;
}

.alumni-name-block.under {
  flex-direction: column;
  align-items: center;
}

.position {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.position.smaller {
  font-size: 12px;
  line-height: 20px;
}

.country {
  color: #0c4c65b3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.country.smaller {
  font-size: 11px;
  line-height: 20px;
}

.social {
  margin-top: 10px;
}

.image-10 {
  width: 20px;
  height: 20px;
}

.social-links {
  margin-left: 5px;
  margin-right: 5px;
}

.collection-item-3 {
  align-items: stretch;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next {
  background-color: #278bb333;
  border-radius: 20px;
}

.fb-button-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 70px;
  display: none;
}

.attentionblock {
  border-radius: 20px;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 15px 3px #0003;
}

.image-11 {
  margin-left: 10px;
  margin-right: 20px;
}

.rich-text-block-3 {
  text-indent: 12px;
  margin-bottom: -10px;
}

.limited-offer-block {
  text-align: center;
  background-color: #b35e001a;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
}

.limited-text {
  color: var(--basic-color);
  font-size: 18px;
  line-height: 30px;
}

.bold-orange {
  color: var(--extra-color);
  font-weight: 800;
}

.js-clock {
  color: var(--basic-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-family: Cinzel, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: -5px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paypal-block {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
}

.payment-options-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-self: stretch;
  display: flex;
}

.payment-options-wrapper.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.payment-link-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment-link-block.grid {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.country-select {
  background-color: #278bb31a;
  border: 1px solid #3333;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
}

.country-select.custom {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.country-select.white {
  background-color: var(--white);
}

.underscore-link {
  text-decoration: underline;
}

.anchor-block {
  width: 0;
  height: 0;
  position: absolute;
  top: -90px;
}

.new-icon {
  position: absolute;
  inset: -7% -4% auto auto;
  transform: rotate(10deg);
}

.new-holder {
  position: relative;
}

.gambit-courses-columns {
  margin-bottom: 0;
  display: flex;
}

.gambit-courses-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.gambit-course-list-columns {
  font-size: 14px;
  line-height: 18px;
}

.gambit-brand {
  background-color: var(--white);
  border-radius: 100px;
  width: 180px;
  padding: 10px;
}

.double-logo {
  flex-direction: row;
}

.dba-degree-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.dba-degree-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 500px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
}

.dba-holder-holder {
  align-self: center;
}

.checkbox-field-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.upload-placeholder {
  display: none;
}

.success-message-2 {
  background-color: #f0eefc;
  border-radius: 12px;
}

.form-block-2 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-wrapper {
  margin-top: 40px;
}

.application-form {
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.error-message-2 {
  background-color: #ee9090e6;
  border-radius: 12px;
}

.star {
  color: #b21717;
  font-size: 22px;
  font-weight: 700;
}

.star.small {
  font-size: 1rem;
}

.form-section-holder {
  background-color: var(--white);
  border-radius: 12px;
  flex: 1;
  padding: 0 0 10px;
}

.form-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.checkbox {
  border-color: #2860e1;
  border-radius: 50px;
  flex: none;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #2860e1;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #2860e1;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #2860e1;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.payment-plans-holder {
  justify-content: space-between;
  display: flex;
}

.payment-plan-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex: 1 0 200px;
  align-self: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.h3-main {
  color: var(--white);
}

.div-block-47 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.iqacc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--basic-color);
  color: var(--white);
  text-align: right;
  border-radius: 0 20px 20px 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.rich-iqacc p {
  margin-bottom: 0;
}

.link-iqacc {
  flex: none;
}

.fee-rich {
  margin-left: 20px;
}

.fee-rich em {
  color: var(--basic-color);
  font-style: normal;
  font-weight: 700;
}

.fee-rich strong {
  color: var(--extra-color);
}

.checkbox-2 {
  border: 3px solid var(--basic-color);
  border-radius: 200px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.checkbox-2.w--redirected-checked {
  border-color: var(--basic-color);
  background-color: var(--basic-color);
  background-size: 26px 26px;
}

.checkbox-field-4 {
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: #333c;
  text-align: left;
}

.info-holder {
  flex: 1;
}

.dba-requirements-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.results-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.right-results {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-results {
  flex: 0 0 350px;
}

.qc {
  max-height: 50px;
}

.qc-holder {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.qc-holder.new {
  margin-top: 0;
}

.columns-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.price-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.price-holder.is-monto {
  margin-top: -20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.notice-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.notice-icon-holder {
  flex: none;
}

.big-question {
  font-size: 22px;
  font-weight: 600;
}

.code-embed {
  flex: 1;
  justify-content: center;
}

.payment-options-form-holder {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.radio-pp, .radio-pp-select {
  margin-top: 5px;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

._2-column-in-a-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-flex {
  padding-left: 10px;
  padding-right: 10px;
}

.address-div {
  margin-top: 20px;
}

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

.home-program-block {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.spacer-10px {
  padding-top: 10px;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  flex-flow: column;
  display: flex;
}

.logo-holder {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.wrong-email-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrong-email-form-block {
  margin-bottom: 10px;
  display: none;
}

.recaptcha {
  margin-bottom: 0;
}

.datepicker {
  background-color: #278bb31a;
  border: 1px solid #3333;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.datepicker.white {
  background-color: var(--white);
}

.spoiler-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.sale-line {
  background-color: var(--extra-color);
  height: 30px;
}

.navbar-wrapper {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.padding-global {
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global._5rem {
  padding: 5rem 2.5rem;
}

.padding-global._5rem.no-bottom {
  padding-bottom: 2rem;
}

.padding-global._3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global._2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-80rem {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  display: block;
}

.sale-notice {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.sale-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.timer-span {
  font-weight: 700;
}

.main-menu {
  height: 60px;
  color: var(--white);
}

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

.spacer-navbar {
  height: 90px;
}

.flex-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.flex-row.is-changing-on-tablet {
  align-items: center;
}

.flex-row.is-vertically-centered {
  justify-content: space-between;
  align-items: center;
}

.flex-row.review {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-row._0-5rem-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-row.is-space-between {
  justify-content: space-between;
  align-items: center;
}

.flex-row_wide-item {
  flex: 1;
}

.flex-row_fixed-item {
  flex: none;
}

.flex-row_fixed-item._24rem {
  width: 24rem;
}

.flex-row_fixed-item._30rem {
  max-width: 30rem;
}

.flex-row_fixed-item._36rem {
  width: 100%;
  max-width: 36rem;
}

.h1_new {
  color: var(--basic-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h1_highlight {
  color: var(--extra-color);
}

.spacer-1rem {
  padding-top: 1rem;
}

.spacer-2rem {
  padding-top: 2rem;
}

.p_new {
  color: var(--basic-color);
  font-size: 1rem;
  line-height: 1.5;
}

.rich_new {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-8 {
  color: #001821d9;
}

.header-image-wrapper {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.header-image-frame {
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_feature-block {
  border: 1px solid var(--30-bluish-gray);
  text-align: center;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
}

.icon-2rem {
  width: 2rem;
  height: 2rem;
}

.spacer-0-5rem {
  padding-top: .5rem;
}

.text-block-14 {
  font-size: .875rem;
}

.text-block-15 {
  line-height: 1.5;
}

.flex-row_narrow-item.max-30rem {
  width: 20rem;
  max-width: 30rem;
}

.new_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--basic-color);
  color: var(--white);
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.new_button:hover {
  background-color: var(--extra-color);
  box-shadow: 2px 2px 10px 2px var(--30-bluish-gray);
}

.new_button.outline {
  background-color: var(--white);
  outline-color: var(--30-bluish-gray);
  outline-offset: -1px;
  color: var(--basic-color);
  outline-width: 1px;
  outline-style: solid;
}

.new_button.outline.white {
  outline-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.new_button.outline.white:hover {
  background-color: #ffffff1a;
}

.new_button.outline.white-fill {
  background-color: var(--white);
}

.new_button.text-link {
  opacity: .8;
  color: var(--basic-text-color);
  background-color: #0000;
  font-size: .875rem;
}

.new_button.text-link:hover {
  box-shadow: none;
  background-color: #00182126;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wave-separator {
  background-color: var(--basic-color);
  background-image: url('../images/icons/wave_3.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 80px;
}

.wave-separator.rotate {
  transform: rotate(180deg);
}

.wave-separator.light-blue {
  background-color: var(--bg-light-blue);
}

.section_alumni {
  color: var(--white);
  position: relative;
}

.h2-new {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.h2-new.left {
  text-align: left;
}

.alumni-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alumni-collection {
  max-height: 20rem;
  margin-bottom: 40px;
  overflow: clip;
}

.alumni-frame {
  border-radius: 8rem;
  padding-top: 3rem;
  position: relative;
  overflow: hidden;
}

.alumni-photo-wrapper {
  width: 3rem;
  height: 3rem;
  position: relative;
}

.alumni-photo {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0%;
}

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

.button-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.new_button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new_button-wrapper.left {
  justify-content: center;
  align-items: flex-start;
}

.section_whats-included {
  position: relative;
}

.grid-2-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.whats_feature-block {
  border: 1px solid var(--30-bluish-gray);
  background-color: var(--white);
  border-radius: .5rem;
  padding: 1rem;
}

.whats_feature-block.is-space-between {
  background-color: var(--white);
  border-style: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h3-new {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.right-align-in-fixed {
  text-align: right;
}

.flex-row_button {
  flex: none;
}

.section_mba-journey {
  scroll-padding-top: 90px;
  position: relative;
}

.bg-light-blue {
  background-color: var(--bg-light-blue);
}

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

.h4-new {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.course-label {
  font-size: .75rem;
}

.spacer-line {
  background-color: var(--30-bluish-gray);
  padding-top: 1px;
}

.bg-blue {
  background-color: var(--basic-color);
}

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

.details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.details-line {
  border: 1px solid var(--30-bluish-gray);
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: .25rem .5rem;
  display: flex;
}

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

._1rem-icon {
  width: 1rem;
  height: 1rem;
}

.details-header-name {
  opacity: .8;
  text-transform: uppercase;
  font-size: .85rem;
}

.details-text {
  font-size: .85rem;
}

.details-text.bold {
  font-weight: 700;
}

.details-hint {
  opacity: .8;
  text-align: right;
  margin-top: .25rem;
  padding-right: .5rem;
}

.bold-span {
  font-weight: 700;
}

.section_results {
  scroll-padding-top: 90px;
  position: relative;
}

.max-width-36rem {
  max-width: 36rem;
}

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

.max-width-48rem {
  width: 100%;
  max-width: 48rem;
}

.degree-img-wrapper {
  max-height: 30rem;
}

.degree-certificates-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-60rem {
  max-width: 60rem;
}

.max-width-20rem {
  max-width: 20rem;
}

.demo-img-wrapper {
  border-radius: .5rem;
}

.section_form {
  position: relative;
}

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

.review-new-block {
  border: 1px solid var(--30-bluish-gray);
  background-color: var(--bg-light-blue);
  border-radius: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.review-img {
  border-radius: 8rem;
  width: 6rem;
  height: 6rem;
}

.review-text {
  z-index: 10;
  text-align: center;
  margin-bottom: 0;
  font-size: .85rem;
  position: relative;
}

.review-relative-wrap {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.quote-icon {
  z-index: 2;
  width: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.quote-icon.low {
  inset: 0% 0% auto auto;
  transform: none;
}

._80-opacity {
  opacity: .8;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-medium {
  font-weight: 600;
}

.form-wrapper {
  background-color: var(--bg-light-blue);
  border-radius: .5rem;
  padding: 1rem;
}

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}

.label-hint {
  font-family: Jost, sans-serif;
  font-size: .85rem;
  font-weight: 300;
}

.logo-text {
  color: var(--white);
  font-family: Cinzel Decorative, sans-serif;
  font-size: 1.5rem;
}

.svg-icon-wrapper {
  border: 2px solid var(--extra-color);
  width: 40px;
  height: 40px;
  color: var(--extra-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.canvas-wide {
  width: 100%;
}

.hidden-code {
  display: none;
}

.check-email {
  background-color: var(--section-bg);
  color: #333;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
}

.big-email {
  color: var(--extra-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.check-email-img {
  max-width: 200px;
}

.image-12 {
  width: 100%;
}

.heading {
  align-self: flex-start;
}

.numbered-list-item {
  text-indent: 0;
  margin-bottom: 5px;
}

.smaller-list-item, .list-item-2 {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .h2-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .h1-heading.white.center {
    font-size: 38px;
    line-height: 42px;
  }

  .h1-heading.white.center.landing {
    font-size: 34px;
    line-height: 38px;
  }

  .h3-heading.cost {
    flex: 0 auto;
  }

  .site-name {
    text-shadow: 0 0 5px var(--white);
  }

  .site-name.white {
    text-shadow: none;
  }

  .photo-section {
    height: 600px;
  }

  .photo-section.home {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/cbd-1942508.webp');
    background-position: 50% 40px, 0 0, 50% 0;
    height: 600px;
  }

  .photo-section.accreditations {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c654d, #0c4c654d), url('../images/illustrations/сшен.webp');
    background-position: 50% 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 2560px, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .photo-section.testimonials {
    height: 500px;
  }

  .photo-section.overview {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/writing-1149962.webp');
    background-position: 50%, 0 0, 50% 20%;
    height: 500px;
  }

  .photo-section.description {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(to bottom, null, null), url('../images/illustrations/entrepreneur-593378.webp');
    background-position: 50%, 0 0, 50% 0;
    height: 500px;
  }

  .photo-section.structure {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c654d, #0c4c654d), url('../images/illustrations/books-3446451.webp');
    background-position: 50%, 0 0, 50% 0;
    height: 500px;
  }

  .photo-section.fee {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/artificial-trees-945387.webp');
    background-position: 50%, 0 0, 50%;
  }

  .photo-section.requirements {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(to bottom, null, null), url('../images/illustrations/checklist-2589418.webp');
    background-position: 50%, 0 0, 50%;
    height: 500px;
  }

  .photo-section.faq {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/hero-covers/singapore-2022192.webp');
    background-position: 50%, 0 0, 50%;
    height: 500px;
  }

  .photo-section.apply {
    height: 400px;
  }

  .photo-section.alumni {
    height: 450px;
  }

  .nav-menu {
    background-color: var(--basic-color);
  }

  .nav-link {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav-link.cta {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.mob {
    flex: 0 auto;
    display: block;
  }

  .nav-link.mob.w--current {
    color: var(--white);
    display: none;
  }

  .footer-section {
    height: 520px;
  }

  .numbers-stats-block {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .number-block {
    font-size: 28px;
    line-height: 32px;
  }

  .container {
    font-size: 14px;
    line-height: 18px;
  }

  .menu-button {
    color: var(--white);
  }

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

  .link-block {
    display: none;
  }

  .link-block.w--current {
    display: block;
  }

  .mba-long {
    display: none;
  }

  .mba-short {
    display: block;
  }

  .number-description-block {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-19 {
    grid-template-columns: 1fr .5fr;
  }

  .tutor-holder-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .course-collection-list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .image-5 {
    object-fit: fill;
  }

  .grid-11 {
    grid-template-columns: .75fr 1fr;
  }

  .why-choose-us-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-5 {
    line-height: 22px;
  }

  .collection-list-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-46 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-14 {
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partner-logo {
    width: 70%;
  }

  .partner-logo.big {
    width: 60%;
  }

  .alumni-name.small, .alumni-surname.small {
    align-self: center;
  }

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

  .dba-degree-block {
    flex-direction: column;
  }

  .dba-degree-holder {
    margin-left: 0;
  }

  .dba-holder-holder {
    flex: 0 auto;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .icon-3 {
    margin-right: -5px;
  }

  .payment-options-form-holder {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
  }

  .icon-5 {
    margin-right: 0;
  }

  .dropdown-icon {
    margin-left: 5px;
    margin-right: 0;
    position: relative;
  }

  .flex-row.is-changing-on-tablet {
    flex-flow: column;
    align-items: flex-start;
  }

  .flex-row.is-vertically-centered.name-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-row.is-vertically-centered.check {
    flex-flow: column;
  }

  .flex-row_wide-item {
    align-self: stretch;
  }

  .flex-row_fixed-item, .flex-row_fixed-item._30rem {
    max-width: 100%;
  }

  .grid-2-col.graphs {
    grid-template-columns: 1fr;
  }

  .right-align-in-fixed {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .grid-3-col, .details-wrapper, .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .regular-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .regular-section.absolute {
    position: relative;
  }

  .regular-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h2-heading._1 {
    margin-bottom: 40px;
  }

  .h3-heading.why {
    font-size: 18px;
    line-height: 24px;
  }

  .colored-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .site-name, .site-name.white {
    font-size: 30px;
    line-height: 36px;
  }

  .photo-section {
    height: 550px;
    margin-top: 116px;
    padding-top: 0;
  }

  .photo-section.home {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/cbd-1942508.webp');
    background-position: 50% 0, 0 0, 50% 0;
    height: 560px;
    padding-top: 0;
  }

  .photo-section.who-we-are {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-431421.webp');
    background-position: 50% 0, 0 0, 50% 30%;
    padding-top: 0;
  }

  .photo-section.why-choose-us {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-2708258.webp');
    background-position: 50%, 0 0, 50% 35%;
    height: 500px;
  }

  .photo-section.testimonials {
    height: 400px;
  }

  .photo-section.overview {
    height: 450px;
  }

  .photo-section.fee {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(to bottom, null, null), url('../images/illustrations/artificial-trees-945387.webp');
    background-position: 50%, 0 0, 0%;
  }

  .photo-section.requirements {
    height: 450px;
  }

  .photo-section.education-process {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/entrepreneur-593358.webp');
    background-position: 50%, 0 0, 0%;
  }

  .photo-section.exams {
    height: 450px;
  }

  .photo-section.career {
    height: 400px;
  }

  .photo-section.faq {
    height: 450px;
  }

  .photo-section.apply {
    height: 400px;
  }

  .photo-section.landing, .photo-section.ty {
    height: auto;
  }

  .brand {
    transform: scale3d(1none, 1none, 1none);
  }

  .site-logo {
    height: 120px;
  }

  .nav-menu {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .nav-link.cta {
    margin: 0 10px 10px;
    display: none;
  }

  .nav-link.mob.w--current {
    display: block;
  }

  .photo-section-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-header-block {
    align-self: center;
    padding-top: 40px;
  }

  .regular-button.accent.menu {
    background-color: #b35e00;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    display: block;
  }

  .footer-section {
    background-size: contain;
    height: 720px;
    padding-bottom: 20px;
  }

  .alternative-colored-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-text-field.wide.blue {
    height: 100px;
  }

  .image {
    display: block;
  }

  .image.hidden {
    background-image: url('../images/illustrations/c00829c3-29c2-4a80-8527-4c2cfaab5a51_rwc_0x0x2214x1734x2214.webp');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    display: block;
  }

  .image.shown {
    display: none;
  }

  .image.round {
    flex: none;
  }

  .image-column {
    max-height: 200px;
    margin-right: 0;
  }

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

  .center-align {
    flex-flow: column;
  }

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

  .rich-text-block.list {
    margin-bottom: 0;
  }

  .fee-block {
    margin-bottom: 20px;
  }

  .numbers-stats-block {
    background-color: #0c4c6599;
    flex: 0 auto;
    margin-bottom: 10px;
  }

  .num-block-holder {
    flex-direction: column;
  }

  .container {
    justify-content: flex-start;
  }

  .menu-button {
    flex: none;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .link-block.w--current {
    display: none;
  }

  .review-image {
    align-self: center;
  }

  .review-avatar-name {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-bottom: 20px;
    display: grid;
  }

  .right-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .hidden-block {
    display: block;
  }

  .div-block-12 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3";
  }

  .div-block-13 {
    text-align: center;
  }

  .left-pic-grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3";
  }

  .empty-filler {
    display: none;
  }

  .image-4 {
    object-fit: cover;
    border-top-left-radius: 50px;
    width: 100%;
    height: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3";
  }

  .bold-text-3 {
    color: var(--extra-color);
    font-weight: 900;
  }

  .grid-footer {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Menu-Start Menu-Start ."
                         "MBA MBA CTA-Disclaimer"
                         "Menu-End Menu-End CTA-Disclaimer"
                         "SiteName SiteName SiteName"
                         "Area Area Area";
  }

  .div-block-14 {
    background-image: linear-gradient(to bottom, var(--white), #fff0);
  }

  .div-block-15 {
    width: 100%;
  }

  .search-input {
    border-color: var(--lighter-color);
    border-right-style: none;
  }

  .search-button {
    background-color: #278bb399;
  }

  .search {
    margin-bottom: 0;
  }

  .search-result-item {
    flex-direction: column;
  }

  .search-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 200px;
  }

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

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

  .grid-8 {
    grid-template: "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .collection-list-wrapper-3 {
    margin-bottom: 20px;
  }

  .accreditation-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    justify-items: stretch;
  }

  .accreditation-grid.new {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .limited-rich-text {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .contact-grid {
    grid-template-columns: 1fr .75fr;
  }

  .tutor-holder-block {
    grid-template-columns: 1fr 1fr;
  }

  .tutor-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .div-block-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-11 {
    grid-template: "Area"
                   "."
                   / 1fr;
  }

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

  .collection-list-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-14 {
    grid-column-gap: 20px;
  }

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

  .payment-options-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .anchor-block {
    top: -116px;
  }

  .dropdown {
    display: block;
  }

  .new-icon {
    inset: 5px auto auto 60px;
  }

  .gambit-courses-columns {
    flex-direction: column;
  }

  .gambit-courses-image {
    display: block;
  }

  .double-logo {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .dba-degree-holder {
    margin-left: 0;
  }

  .icon-3 {
    margin-left: 0;
    margin-right: 10px;
  }

  .payment-plans-holder {
    flex-direction: column;
  }

  .payment-plan-block {
    flex: 0 auto;
    align-self: stretch;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dba-requirements-columns, .results-holder {
    flex-direction: column;
  }

  .qc-holder {
    justify-content: center;
  }

  .columns-3 {
    flex-direction: column;
  }

  .radio-button-2-row {
    text-align: left;
  }

  .sale-line {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global, .padding-global._5rem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sale-notice {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .sale-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .dropdown-icon {
    position: absolute;
  }

  .spacer-navbar {
    height: 116px;
  }

  .flex-row.is-vertically-centered.name-button {
    flex-flow: row;
  }

  .flex-row_fixed-item._30rem {
    align-self: stretch;
  }

  .h2-new {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .grid-2-col {
    flex-flow: column;
    display: flex;
  }

  .h3-new {
    font-size: 1.25rem;
  }

  .grid-4-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .regular-section.landing {
    padding-top: 40px;
  }

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

  .h1-heading.white.center {
    font-size: 30px;
    line-height: 36px;
  }

  .h1-heading.white.center.landing {
    font-size: 30px;
  }

  .h1-heading.bolder {
    font-size: 30px;
    line-height: 36px;
  }

  .h3-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .h3-heading.compare-table-headers {
    font-size: 12px;
    line-height: 16px;
  }

  .h3-heading.compare-table-headers.center {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading.compare-table-headers.center.left {
    padding-left: 20px;
  }

  .photo-section.why-choose-us {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/hero-covers/singapore-2708258.webp');
    background-position: 50%, 0 0, 50% 35%;
    height: 450px;
  }

  .photo-section.testimonials {
    height: auto;
  }

  .photo-section.fee {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0000, #0000), url('../images/illustrations/artificial-trees-945387.webp');
    background-position: 50%, 0 0, 30%;
  }

  .photo-section.education-process {
    background-image: url('../images/icons/wave_1.webp'), linear-gradient(#0c4c6533, #0c4c6533), url('../images/illustrations/entrepreneur-593358.webp');
    background-position: 50%, 0 0, 20%;
  }

  .photo-section.search {
    height: 400px;
  }

  .photo-section.payment-page {
    padding-bottom: 40px;
  }

  .nav-link.cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .photo-section-container {
    align-items: stretch;
  }

  .page-header-block {
    align-self: auto;
    padding-top: 40px;
  }

  .colored-page-header-block {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .regular-button {
    font-size: 14px;
  }

  .regular-button.accent {
    text-align: center;
  }

  .footer-section {
    background-size: contain;
  }

  .form-text-field.wide.blue {
    height: 100px;
  }

  .process-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-image-columns {
    flex-direction: column;
  }

  .right-align {
    flex-direction: column;
    display: flex;
  }

  .center-align, .center-align.move {
    flex-direction: column;
    align-items: stretch;
  }

  .center-align.wide.mba {
    justify-content: center;
    align-items: center;
  }

  .course-short-list-item {
    flex-direction: row;
  }

  .credit-text {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .numbers-stats-block {
    flex: 0 auto;
    margin-bottom: 10px;
  }

  .num-block-holder {
    flex-direction: column;
  }

  .div-block-4 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .menu-button {
    flex: none;
  }

  .rich-page-description {
    font-size: 14px;
  }

  .rich-page-description.big {
    font-size: 22px;
    line-height: 30px;
  }

  .hidden-block {
    height: 180px;
    margin-bottom: 10px;
  }

  .div-block-13 {
    flex-direction: column;
    display: flex;
  }

  .div-block-15 {
    width: 100%;
  }

  .search {
    margin-bottom: 0;
  }

  .div-block-16 {
    flex-direction: column;
    display: flex;
  }

  .reviews-list {
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .reviews-list.new {
    grid-row-gap: 1rem;
  }

  .accreditation-grid.new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .limited-rich-text {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .grid-10 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    height: 200px;
  }

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

  .image-5 {
    background-image: url('/images/icons/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
    height: auto;
    position: relative;
  }

  .div-block-29 {
    height: 100%;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .course-description-text {
    text-align: right;
  }

  .div-block-37 {
    display: block;
    position: relative;
  }

  .div-block-38 {
    grid-template-areas: ". ."
                         "Area Area";
  }

  .why-choose-us-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .table-text {
    font-size: 12px;
    line-height: 16px;
  }

  .table-text.long.v2 {
    font-size: 12px;
  }

  .paragraph-7, .italic-text {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partner-logo {
    width: 80%;
  }

  .mini-accreditation-lightbox.new {
    max-width: 4rem;
  }

  .down-arrow-holder {
    margin-top: 0;
  }

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

  .box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number {
    font-size: 36px;
    line-height: 30px;
  }

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

  .new-icon {
    left: 56px;
  }

  .double-logo {
    flex-direction: column;
  }

  .dba-degree-holder {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area";
    margin-left: 0;
  }

  .form-block-2 {
    align-self: stretch;
  }

  .form-columns {
    flex-direction: column;
  }

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

  .iqacc {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .qc-holder.new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .payment-options-form-holder {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .radio-pp.mba {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .radio-pp-select {
    margin-top: 0;
  }

  ._2-column-in-a-form, .home-grid {
    grid-template-columns: 1fr;
  }

  .radio-button-2-row {
    flex: 1;
  }

  .wrong-email-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-row._1rem-gap {
    flex-flow: column;
    align-items: flex-start;
  }

  .flex-row._1rem-gap.name-icon {
    flex-flow: row;
  }

  .flex-row._1rem-gap.qc-block {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-row.is-vertically-centered.name-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
  }

  .flex-row.review {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .flex-row._3-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .header_feature-block.header {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wave-separator {
    height: 50px;
  }

  .h3-new {
    font-size: 1.15rem;
  }

  .flex-row_button {
    flex: 1;
  }

  .grid-3-col {
    flex-flow: column;
    display: flex;
  }

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

  .degree-certificates-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area";
  }

  .review-relative-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-icon {
    display: none;
  }

  .check-email-img {
    max-width: 150px;
  }
}

#w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcb5-405770ff {
  grid-area: Area-3;
  align-self: start;
}

#w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcbe-405770ff {
  grid-area: Area-2;
}

#w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcc0-405770ff {
  grid-area: Area;
}

#w-node-_3d4d156c-e1e2-c85b-bf88-661b8b84a2b1-97c64745 {
  grid-area: Menu-Start;
}

#w-node-_4ed73b67-2aac-e69b-f4db-b22ee0b0570d-97c64745 {
  grid-area: Menu-End;
}

#w-node-_4ed73b67-2aac-e69b-f4db-b22ee0b05717-97c64745 {
  grid-area: MBA;
}

#w-node-_6411e985-43bf-b319-c08d-df19253d53e5-97c64745 {
  grid-area: SiteName;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06a-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06b-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06c-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06d-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06e-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e06f-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e070-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e071-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e072-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e073-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e074-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e075-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e076-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e077-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e078-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e079-0ed9e062 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e07c-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e07d-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e07e-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e07f-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e080-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e081-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e082-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e083-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e084-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e085-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e086-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e087-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e088-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e089-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e08a-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e08b-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e08e-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e08f-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e090-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e091-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e092-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e093-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e094-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e095-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e096-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e097-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e098-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e099-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e09a-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e09b-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e09c-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e09d-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a4-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a5-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a6-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a7-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a8-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0a9-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0aa-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ab-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ac-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ad-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ae-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0af-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b0-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b1-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b2-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b3-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b4-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b5-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b6-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b7-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b8-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0b9-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ba-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0bb-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0bc-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0bd-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0be-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0bf-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c0-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c1-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c2-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c3-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c4-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c5-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c6-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c7-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c8-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0c9-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ca-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0cb-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0cc-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0cd-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0ce-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0cf-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0d0-0ed9e062, #w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0d1-0ed9e062 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0d2-0ed9e062 {
  place-self: center;
}

#w-node-f4fe22ed-af1f-85f8-376c-0c840ed9e0d3-0ed9e062 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b4e2c78d-bc09-afc7-f322-8452c0a94f99-c0a94f98 {
  grid-area: Area;
}

#w-node-_685bb8b0-2f56-bfb8-d42c-0c63f5be70a3-f5be70a3, #w-node-ad85280c-9605-036c-f42e-f5a6532b3212-532b3212 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf55fb3-4f77-d7d3-3d1f-887a081187fc-fae2c675, #w-node-_44531c28-520d-21a9-5237-823f7b50ee2f-635771a1, #w-node-_025e5723-756d-163a-c047-524ea337518b-635771a1 {
  grid-area: Area;
}

#w-node-d91ff125-da57-1361-d3f7-a5008482c3eb-205771a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b41ffae2-a04c-2fa9-a999-4b6d27353b69-0f5771ad, #w-node-d1b8e99c-bc5a-2d89-1a4f-ac14641321ae-0f5771ad {
  grid-area: Area;
}

#w-node-_536d72c4-5819-f834-4483-5d82a803797f-a803797e {
  grid-area: Area-2;
}

#w-node-_536d72c4-5819-f834-4483-5d82a8037981-a803797e {
  grid-area: Area;
}

#w-node-_536d72c4-5819-f834-4483-5d82a8037983-a803797e, #w-node-_536d72c4-5819-f834-4483-5d82a8037985-a803797e {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
}

#w-node-_3565cc14-26a8-856d-6fbe-c49ff9e8f368-055771c5 {
  align-self: auto;
}

#w-node-_41cf653e-253d-4363-e316-87df8e14e74c-055771c5 {
  grid-area: Area;
}

#w-node-_6b35cd93-3e08-e35a-972c-cdb8fe41f75c-335771c7 {
  grid-area: Area;
  align-self: auto;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1a-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1c-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1e-335771c7 {
  grid-column-end: span .994318;
  grid-column-start: span .994318;
  grid-row-end: span .994318;
  grid-row-start: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d20-335771c7 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d22-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d24-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d26-335771c7 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d28-335771c7 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2a-335771c7 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2c-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2e-335771c7 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d30-335771c7 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d32-335771c7 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d34-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d39-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d3e-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d40-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d42-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d44-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d46-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d48-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4a-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4c-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4e-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d50-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d52-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d54-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d56-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d58-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d5d-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d5f-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d61-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d63-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d65-335771c7 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d67-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d6c-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d78-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d7a-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d7c-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d7f-335771c7 {
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d81-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d83-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d86-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d88-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d8e-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d95-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d97-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d99-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d9c-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d9e-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186da6-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186daf-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db1-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db3-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db6-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db8-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dbc-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_728b2257-a247-72ee-a33e-6cf899877d6b-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_728b2257-a247-72ee-a33e-6cf899877d73-335771c7, #w-node-_40f259a6-692f-6f8a-bc4e-35256e52d5fe-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dbf-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc1-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc3-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc6-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc8-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dca-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_56edbbe9-c5ce-85f8-a198-e037df7a4458-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_56edbbe9-c5ce-85f8-a198-e037df7a445a-335771c7 {
  place-self: end stretch;
}

#w-node-_56edbbe9-c5ce-85f8-a198-e037df7a445c-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dcd-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dcf-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd3-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd6-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd8-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186ddc-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186ddf-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de1-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de3-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de6-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de8-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dec-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df1-335771c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df3-335771c7 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df8-335771c7 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_57718d6f-e23b-10e7-c420-31943fb1c243-895771cd {
  align-self: auto;
}

#w-node-ef44358a-156e-42d7-5072-c138b95348c6-b95348b7 {
  place-self: auto;
}

#w-node-ef44358a-156e-42d7-5072-c138b95348ca-b95348b7 {
  place-self: end stretch;
}

#w-node-_9351d403-11c0-f943-c473-861882c7ef32-2f857cd1 {
  place-self: center;
}

#w-node-_9351d403-11c0-f943-c473-861882c7ef34-2f857cd1, #w-node-_9351d403-11c0-f943-c473-861882c7ef36-2f857cd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2c9a4be6-3d9e-b3f5-3e47-812d5a73e41e-2f857cd1 {
  grid-area: Area;
  align-self: auto;
}

#w-node-_565504c1-fec1-dcc0-b15f-6be94341ac2b-2f857cd1 {
  place-self: center;
}

#w-node-b38fc064-f049-e262-33a2-0ac934d26def-2f857cd1, #w-node-e87a768d-d3f1-5699-4f8f-61e1705fb121-2f857cd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0a729f-da0c-7895-5c82-c6b73ef57041-2f857cd1 {
  align-self: center;
}

#w-node-bef24081-fd57-a5ee-6fab-52c3420e9f67-d766836a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_272371fe-41c0-734e-b88e-80dbda2b5670-4357c80c {
  grid-area: Area-3;
  align-self: start;
}

#w-node-_272371fe-41c0-734e-b88e-80dbda2b5679-4357c80c {
  grid-area: Area-2;
}

#w-node-_272371fe-41c0-734e-b88e-80dbda2b567b-4357c80c {
  grid-area: Area;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc029-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc02b-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc02d-a0a2504b {
  grid-column-end: span .994318;
  grid-column-start: span .994318;
  grid-row-end: span .994318;
  grid-row-start: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc02f-a0a2504b {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc031-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc033-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc035-a0a2504b {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc037-a0a2504b {
  grid-area: 3 / 2 / 4 / 3;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc039-a0a2504b {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc03b-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc03d-a0a2504b {
  grid-area: 4 / 2 / 5 / 3;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc03f-a0a2504b {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc041-a0a2504b {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc043-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc048-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc04d-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc04f-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc051-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc053-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc055-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc057-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc059-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc05b-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc05d-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc05f-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc061-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc063-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc065-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc067-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc06c-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc06e-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc070-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc072-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc074-a0a2504b {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc076-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc07b-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc087-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc089-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc08b-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc08e-a0a2504b {
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc090-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc092-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc095-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc097-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc09d-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0a4-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0a6-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0a8-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0ab-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0ad-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0b5-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0be-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0c0-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0c2-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0c5-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0c7-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0cb-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0ce-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0d0-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0d2-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0d5-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0d7-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0d9-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0dc-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0de-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0e2-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0e5-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0e7-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0eb-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0ee-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0f0-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0f2-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0f5-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0f7-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc0fb-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc100-a0a2504b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc102-a0a2504b {
  place-self: end stretch;
}

#w-node-_7ca14d96-79f3-b4df-4068-951daabfc107-a0a2504b {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_6b35cd93-3e08-e35a-972c-cdb8fe41f75c-9eec7659 {
  grid-area: Area;
  align-self: auto;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1a-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1c-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1e-9eec7659 {
  grid-column-end: span .994318;
  grid-column-start: span .994318;
  grid-row-end: span .994318;
  grid-row-start: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d20-9eec7659 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d22-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d24-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d26-9eec7659 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d28-9eec7659 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2a-9eec7659 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2c-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d2e-9eec7659 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d30-9eec7659 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d32-9eec7659 {
  grid-column-start: span .994318;
  grid-column-end: span .994318;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d34-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d39-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d3e-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d40-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d42-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d44-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d46-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d48-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4a-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4c-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d4e-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d50-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d52-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d54-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d56-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d58-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d5d-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d5f-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d61-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d63-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d65-9eec7659 {
  grid-column-start: span 1.98864;
  grid-column-end: span 1.98864;
  grid-row-start: span .994318;
  grid-row-end: span .994318;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d67-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d6c-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d78-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d7a-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d7c-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d86-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d88-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d8e-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d95-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d97-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d99-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d9c-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d9e-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186da6-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186daf-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db1-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db3-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db6-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186db8-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dbc-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-_0979cf2e-d9d8-1e72-e336-137a8c3fdc58-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_0979cf2e-d9d8-1e72-e336-137a8c3fdc5a-9eec7659 {
  place-self: end stretch;
}

#w-node-ee1f96e7-5e2f-c26d-5431-3625f09d4d3a-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dbf-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc1-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc3-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc6-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dc8-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dca-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-fa165a7e-41c7-3874-3c12-34cec92cc37e-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-fa165a7e-41c7-3874-3c12-34cec92cc380-9eec7659 {
  place-self: end stretch;
}

#w-node-fa165a7e-41c7-3874-3c12-34cec92cc382-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dcd-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dcf-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd3-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd6-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dd8-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186ddc-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186ddf-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de1-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de3-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de6-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186de8-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186dec-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df1-9eec7659 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df3-9eec7659 {
  place-self: end stretch;
}

#w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186df8-9eec7659 {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  place-self: end stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcb5-405770ff {
    grid-area: Area-4;
  }

  #w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcbe-405770ff {
    grid-area: Area-2;
  }

  #w-node-_715a31fb-a5c9-bd3f-18d3-1bca474fdcc0-405770ff {
    grid-area: Area-3;
  }

  #w-node-_6411e985-43bf-b319-c08d-df19253d53e5-97c64745 {
    grid-area: Area;
  }

  #w-node-b4e2c78d-bc09-afc7-f322-8452c0a94f9b-c0a94f98 {
    grid-area: Area-2;
  }

  #w-node-_26f8a047-c667-8509-b7bd-ba2419d9ee3b-c0a94f98 {
    grid-area: Area-3;
  }

  #w-node-_6f8f3adb-bf7b-f364-ab47-40510e95dc95-0e95dc93 {
    grid-area: Area;
  }

  #w-node-_6f8f3adb-bf7b-f364-ab47-40510e95dc97-0e95dc93, #w-node-_6f8f3adb-bf7b-f364-ab47-40510e95dc99-0e95dc93 {
    grid-area: Area-2;
  }

  #w-node-_6f8f3adb-bf7b-f364-ab47-40510e95dc9a-0e95dc93 {
    grid-area: Area-3;
  }

  #w-node-_56ba2e8a-1ee0-1c05-8ba6-90af78f1c3e9-fae2c675 {
    grid-area: Area-2;
  }

  #w-node-eeb06f7d-cc7d-cd2c-f7f6-26bbfae2c677-fae2c675 {
    grid-area: Area-3;
  }

  #w-node-ea278c39-c140-9bf2-2985-d20df2d11e82-635771a1 {
    grid-area: Area;
  }

  #w-node-ea278c39-c140-9bf2-2985-d20df2d11e84-635771a1, #w-node-ea278c39-c140-9bf2-2985-d20df2d11e86-635771a1 {
    grid-area: Area-2;
  }

  #w-node-f26b9bda-0e27-78e6-51ca-65a714e8c1ba-635771a1 {
    grid-area: Area-3;
  }

  #w-node-_44531c28-520d-21a9-5237-823f7b50ee31-635771a1 {
    grid-area: Area-2;
  }

  #w-node-_5436df7b-0399-45c1-3619-00e9646cbf03-635771a1 {
    grid-area: Area-3;
  }

  #w-node-_025e5723-756d-163a-c047-524ea337518d-635771a1 {
    grid-area: Area-2;
  }

  #w-node-_025e5723-756d-163a-c047-524ea337518f-635771a1 {
    grid-area: Area-3;
  }

  #w-node-b41ffae2-a04c-2fa9-a999-4b6d27353b6b-0f5771ad {
    grid-area: Area-2;
  }

  #w-node-b41ffae2-a04c-2fa9-a999-4b6d27353b6d-0f5771ad {
    grid-area: Area-3;
  }

  #w-node-d1b8e99c-bc5a-2d89-1a4f-ac14641321b0-0f5771ad {
    grid-area: Area-2;
  }

  #w-node-_99f4a9f5-774a-7d38-6474-094f4b754001-0f5771ad {
    grid-area: Area-3;
  }

  #w-node-_050b06ea-1afc-c70e-0138-8636ee21b68e-0f5771ad {
    grid-area: Area;
  }

  #w-node-_050b06ea-1afc-c70e-0138-8636ee21b690-0f5771ad, #w-node-_050b06ea-1afc-c70e-0138-8636ee21b692-0f5771ad {
    grid-area: Area-2;
  }

  #w-node-_89f694fa-4701-418d-c56a-62f65f56dd9d-0f5771ad {
    grid-area: Area-3;
  }

  #w-node-bb007807-5363-2413-86ab-7e572742f9b8-055771c5 {
    grid-area: Area;
  }

  #w-node-a915c2e8-86a4-f80c-8919-800638e2329a-055771c5, #w-node-_4578f38f-55a8-07c1-990a-98ef9ae18cbb-055771c5 {
    grid-area: Area-2;
  }

  #w-node-bb6b26f5-f305-1d70-6a05-d1d17661b977-055771c5, #w-node-_4c4ca47d-013b-42ef-5490-28be9ee45798-055771c5 {
    grid-area: Area-3;
  }

  #w-node-_41cf653e-253d-4363-e316-87df8e14e74e-055771c5 {
    grid-area: Area-2;
  }

  #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1a-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d46-335771c7, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d48-335771c7 {
    align-self: end;
  }

  #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d78-335771c7 {
    grid-area: 1 / 1 / 1 / 1;
    align-self: end;
  }

  #w-node-_78a2ddd0-dd12-0b9d-9754-dd36ae5f0f0b-565771d7 {
    justify-self: auto;
  }

  #w-node-_272371fe-41c0-734e-b88e-80dbda2b5670-4357c80c {
    grid-area: Area-4;
  }

  #w-node-_272371fe-41c0-734e-b88e-80dbda2b5679-4357c80c {
    grid-area: Area-2;
  }

  #w-node-_272371fe-41c0-734e-b88e-80dbda2b567b-4357c80c {
    grid-area: Area-3;
  }

  #w-node-_7ca14d96-79f3-b4df-4068-951daabfc029-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc055-a0a2504b, #w-node-_7ca14d96-79f3-b4df-4068-951daabfc057-a0a2504b {
    align-self: end;
  }

  #w-node-_7ca14d96-79f3-b4df-4068-951daabfc087-a0a2504b {
    grid-area: 1 / 1 / 1 / 1;
    align-self: end;
  }

  #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d1a-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d46-9eec7659, #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d48-9eec7659 {
    align-self: end;
  }

  #w-node-a36d8e14-4469-fa2e-9ace-ee5c1e186d78-9eec7659 {
    grid-area: 1 / 1 / 1 / 1;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9192ad46-4bf6-1018-0826-93bc933527f5-205771a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99f4a9f5-774a-7d38-6474-094f4b754001-0f5771ad {
    grid-area: Area-3;
  }

  #w-node-_7a289425-9c4e-1908-f135-6b29fee5b98f-335771c7 {
    grid-area: Area;
  }

  #w-node-bc7d9c4f-cad8-fe55-7c44-b8e49a8141f5-9a8141ef {
    justify-self: stretch;
  }

  #w-node-bc7d9c4f-cad8-fe55-7c44-b8e49a8141fd-9a8141ef {
    align-self: center;
  }

  #w-node-_9351d403-11c0-f943-c473-861882c7ef32-2f857cd1, #w-node-_565504c1-fec1-dcc0-b15f-6be94341ac2b-2f857cd1, #w-node-_53eac028-304a-41fc-269c-5dae0da0ee8b-4357c80c {
    grid-area: Area;
  }

  #w-node-_0233249c-db64-d2a8-2560-bbfaa1150d94-9eec7659 {
    justify-self: stretch;
  }

  #w-node-_0233249c-db64-d2a8-2560-bbfaa1150da8-9eec7659 {
    align-self: center;
  }

  #w-node-_7a289425-9c4e-1908-f135-6b29fee5b98f-9eec7659 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold-Italic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}