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

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

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #e4174a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1100px;
  display: flex;
}

.button1 {
  background-color: #cc3b30;
  border-radius: 25px;
  margin-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.button1:hover {
  background-color: #cc3b30;
}

.button1.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #7a4aec;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
}

.button1.home {
  margin-top: 20px;
}

.button1.get-in-touch {
  margin-top: 0;
}

.button1.course {
  margin-top: 10px;
}

.button1.hero {
  color: #cc3b30;
  background-color: #fff;
  font-weight: 400;
}

.body {
  font-family: Montserrat, sans-serif;
}

.image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 500px;
  height: 300px;
  margin-top: 80px;
}

.hero-paragraph {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-position: 50% 0%;
  background-color: #0000;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/Home-Hero.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding: 140px 100px 50px;
  transition: opacity .2s;
  display: flex;
}

.section:hover {
  transform: rotate(0);
}

.section.footer {
  background-color: #e0dcda;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 48px;
  padding-left: 100px;
  padding-right: 100px;
}

.nav-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  overflow: visible;
}

.nav-link {
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.nav-link.w--current {
  color: #333;
  margin-right: 0;
}

.nav-link.cta {
  background-color: #8ab8d8;
}

.nav-link.right-border {
  margin-right: 0;
  padding-left: 0;
}

.logo-holder {
  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;
  place-items: center stretch;
  display: grid;
}

.div-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start center;
  margin-top: 56px;
  margin-bottom: 56px;
  display: grid;
}

.heading {
  font-size: 30px;
}

.card-image {
  object-fit: cover;
  border-radius: 2px;
  width: 292px;
  height: 240px;
}

.card {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 292px;
  display: flex;
  overflow: clip;
}

.heading-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.form-content-wrapper {
  width: 500px;
}

.container-2 {
  display: block;
}

.form-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.field-wrapper {
  flex: 1;
  margin-right: 24px;
  padding-right: 0;
}

.text-field {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 6px;
}

.text-field:focus {
  background-color: #fff;
  border: 1px solid #616161;
}

.text-field::placeholder {
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field.large {
  min-height: 160px;
}

.text-field-2, .text-field-3 {
  margin-bottom: 0;
}

.success-message {
  background-color: #d9f8dc;
  padding-top: 51px;
  padding-bottom: 51px;
}

.footer-logo {
  width: 48px;
  margin-right: 60px;
}

.footer-link {
  color: #494747;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link.title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.container {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.container.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100px;
  display: flex;
}

.container.program-preview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-top: 0;
}

.footer {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  overflow: visible;
}

.heading-3 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-4 {
  color: #333;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  position: static;
}

.text-block {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.brand {
  background-color: #c91717;
}

.brand.w--current {
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video {
  flex: 0 auto;
  width: 410px;
  min-width: auto;
  height: 100%;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 100px;
  display: flex;
}

.div-block-5 {
  object-fit: scale-down;
  flex: 1;
  width: auto;
  min-width: 220px;
  max-width: 540px;
  height: auto;
  display: block;
  position: static;
  right: 12px;
}

.div-block-5.right {
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  min-width: 220px;
  max-width: 500px;
  height: auto;
  position: static;
  left: 12px;
  right: 0;
}

.div-block-5.left {
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 220px;
  max-width: 500px;
  height: auto;
  display: block;
  position: static;
  right: 412px;
}

.div-block-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 180px;
  max-width: 300px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  align-items: flex-start;
  width: auto;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 100px 20px;
  display: block;
}

.paragraph-2 {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-2.card-desc {
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.card-title {
  color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-3 {
  text-align: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  background-color: #d1131300;
  width: 44px;
  min-width: 32px;
  height: 44px;
  margin-right: 0;
}

.div-block-10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

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

.dropdown-toggle {
  margin-right: 0;
  padding-left: 0;
  padding-right: 24px;
}

.icon, .dropdown {
  margin-right: 0;
}

.dropdown-link {
  background-color: #fff;
}

.dropdown-link.w--current {
  color: #333;
  background-color: #fff;
}

.dropdown-link-2 {
  background-color: #fff;
}

.dropdown-link-2.w--current {
  color: #333;
}

.link {
  color: #333;
  text-decoration: none;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  background-color: #fff;
}

.button2 {
  outline-offset: 0px;
  color: #cc3b30;
  -webkit-text-stroke-color: #333;
  background-color: #fff0;
  border: 2px solid #cc3b30;
  border-radius: 25px;
  outline: 1px #333;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
}

.section-5 {
  background-color: #9b111e;
  height: 632px;
  padding-top: 0;
}

.image-3 {
  width: 100%;
  height: 264px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-15 {
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 724px;
  height: auto;
  margin-left: 100px;
  padding: 44px 60px 56px;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  position: relative;
}

.heading-6 {
  max-width: 400px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-4 {
  max-width: 604px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.section-6 {
  height: auto;
  padding: 100px 100px 120px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 292px;
  min-width: 292px;
  max-width: none;
  display: flex;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 620px;
  display: flex;
}

.image-4 {
  border-radius: 4px;
  width: 100%;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-6 {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.div-block-22 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1240px;
  height: auto;
  min-height: 1020px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 528px;
  height: auto;
  display: flex;
}

.image-5 {
  aspect-ratio: 3.5 / 2;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.image-6 {
  aspect-ratio: 3.5 / 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.image-7 {
  aspect-ratio: 3.5 / 2;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.section-8 {
  background-color: #2a1652;
  width: 1311px;
  height: 100px;
}

.div-block-24 {
  background-color: #9b111e;
  border-radius: 2px;
  flex: 1;
  width: 6px;
  min-width: 6px;
  height: 100%;
  min-height: 100%;
  margin-left: 48px;
  margin-right: 48px;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 580px;
  display: flex;
}

.heading-1 {
  color: #333;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-1.hero {
  color: #fff;
}

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff8e3;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 36px 40px;
  display: flex;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
}

.paragraph-1 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.container-3 {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #9b111e;
  flex: 0 auto;
  width: 6px;
  max-width: 6px;
  height: auto;
  min-height: 100%;
  margin-left: 48px;
  margin-right: 48px;
}

.div-block-27 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-9 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 180px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1240px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  width: 36px;
  height: 36px;
}

.div-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.paragraph-8 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-9, .paragraph-10 {
  flex: 1;
  width: 598px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 170px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.alumni-logo {
  max-width: 140px;
}

.div-block-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1240px;
  display: flex;
}

.section-get-in-touch {
  background-color: #fff8e3;
  padding: 40px 100px;
}

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

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-11 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  object-fit: cover;
  flex: none;
  width: auto;
  max-width: 320px;
  height: 100%;
}

.section-11 {
  background-image: url('../images/FAQ.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 180px;
}

.div-block-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-12 {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-38 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.paragraph-12 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.section-13 {
  background-image: url('../images/Adult-Courses-Cover.png');
  background-position: 50%;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 560px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  height: auto;
  margin-bottom: 0;
  margin-left: 100px;
  padding: 40px 60px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(292px, 292px));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start center;
  max-width: 1440px;
  height: auto;
  margin: 20px auto 0;
  display: grid;
}

.div-block-40.events {
  margin-bottom: 60px;
}

.class-card-image {
  object-fit: cover;
  border-radius: 2px;
  width: auto;
  height: auto;
  min-height: 240px;
}

.section-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.class-card-title {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.class-card-desc {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.class-card {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
}

.section-15 {
  background-image: url('../images/Retreat-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-16 {
  background-color: #9b111e;
  height: 40px;
}

.heading-11 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-41 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-17 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.div-block-42 {
  flex: 0 auto;
  width: 100%;
  min-width: 300px;
  height: auto;
}

.testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  width: 110px;
  height: 110px;
  margin-bottom: 40px;
}

.paragraph-13 {
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-14 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph-15 {
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-43 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1240px;
  display: flex;
}

.div-block-45 {
  column-count: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
}

.grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-18 {
  margin-top: 120px;
  padding-bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-19 {
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-46 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1240px;
  margin: 100px auto;
  display: flex;
}

.section-20 {
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.image-11 {
  object-fit: cover;
  border-radius: 2px;
  flex: 0 auto;
  width: auto;
  max-width: 440px;
  height: auto;
}

.div-block-48 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 420px;
  max-width: none;
  margin-bottom: 80px;
  display: flex;
}

.section-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 180px 20px;
  display: flex;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  flex: 0 auto;
  width: 100%;
  height: 377px;
  overflow: clip;
}

.div-block-49 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-22 {
  background-color: #9b111e;
  height: 40px;
}

.div-block-50 {
  flex-flow: column;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 36px;
  height: 36px;
  margin-top: 0;
}

.div-block-52 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 420px;
  max-width: none;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.image-15 {
  width: 120px;
  max-width: none;
  margin-top: 20px;
}

.div-block-56 {
  background-color: #9b111e;
  height: 468px;
}

.div-block-57 {
  border-radius: 2px;
  height: 466px;
  margin-top: -430px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-58 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.section-23 {
  margin-bottom: 44px;
}

.div-block-59 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 650px;
  height: 113px;
  margin-top: -280px;
  margin-left: -15px;
  padding-left: 100px;
  padding-right: 60px;
  display: flex;
}

.div-block-59.camp {
  width: 633px;
}

.div-block-59.childrens {
  width: 556px;
}

.div-block-59.vocational {
  width: 565px;
}

.div-block-59.intensive {
  width: 524px;
}

.div-block-59.hsk {
  width: 394px;
}

.div-block-59.culture {
  width: 507px;
}

.div-block-59.character {
  width: 562px;
}

.div-block-59.business {
  width: 534px;
}

.section-24 {
  height: 500px;
}

.section-25 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 170px;
  padding: 48px 140px;
  display: flex;
}

.section-26 {
  background-color: #fff4d0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 52px 100px 56px;
  display: block;
}

.div-block-60 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-16 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph-17 {
  color: #9b111e;
  -webkit-text-stroke-color: #9b111e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.course-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  min-width: 400px;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-27 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
  display: block;
}

.image-16 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 2px;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto;
}

.image-17 {
  object-fit: cover;
  border-radius: 2px;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto;
}

.div-block-65 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.paragraph-18 {
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-19 {
  overflow-wrap: normal;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-20 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-21 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-66 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-18 {
  width: 40px;
  height: 40px;
}

.image-18.smaller {
  width: 36px;
  height: 36px;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  min-width: 190px;
  display: flex;
}

.paragraph-22 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-68 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image-19 {
  width: auto;
  height: 44px;
  margin-right: 0;
}

.div-block-69 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.section-28 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 180px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.image-20 {
  object-fit: scale-down;
  width: 439px;
  height: 276px;
}

.heading-12, .heading-13 {
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-73 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 60px 50px;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 15px;
  width: 750px;
  margin-left: 100px;
  padding: 40px 60px;
}

.div-block-75 {
  min-width: 160px;
  max-width: none;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.navbar.mobile {
  display: none;
}

.container-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-76 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-21 {
  max-width: 100px;
}

.image-22 {
  max-width: 120px;
}

.div-block-77 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.text-field-4 {
  margin-bottom: 40px;
}

.submit-button {
  background-color: #cc3b30;
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.field-label {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.success-message-2 {
  background-color: #fff8e3;
}

.div-block-78 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1040px;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.paragraph-23 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-29 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff8e3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  min-height: 174px;
  padding: 40px;
  display: flex;
}

.image-24 {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.paragraph-24 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-25 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: block;
}

.div-block-81 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  min-width: auto;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-82, .div-block-83, .div-block-84 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  margin-right: 0;
  display: flex;
}

.section-30 {
  background-color: #9b111e;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 90px 30px;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-87 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-28 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.image-27 {
  width: 44px;
  height: 44px;
}

.heading-14 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-88 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1340px;
  display: flex;
}

.paragraph-29 {
  color: #9b111e;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-89 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.dropdown-link-8 {
  background-color: #fff;
}

.brand-2 {
  margin-right: 40px;
}

.div-block-91 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff8e3;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 40px 60px;
  display: flex;
}

.image-28 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.div-block-92 {
  width: 100%;
  max-width: 600px;
  overflow: clip;
}

.div-block-93 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 600px;
  display: flex;
  overflow: visible;
}

.div-block-94 {
  object-fit: cover;
  overflow: clip;
}

.div-block-95 {
  overflow: clip;
}

.image-29 {
  max-width: 600px;
}

.image-30 {
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 466px;
}

.list-item {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: -20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.paragraph-30 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 400;
}

.paragraph-31 {
  margin-bottom: -10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-31 {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}

.section-31 {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-32 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.section-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 100px 80px;
  display: flex;
}

.code-embed {
  max-width: 1440px;
}

.code-embed.events {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-96 {
  border: 1px #c4c4c4;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-33 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.image-32 {
  width: 28px;
  height: 28px;
}

.div-block-98 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-99, .div-block-100 {
  flex: 1;
}

.div-block-101 {
  width: 100px;
  height: 100px;
}

.image-33 {
  width: 100px;
  max-width: none;
  height: 100px;
}

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

.paragraph-34 {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.link-2 {
  color: #fff;
}

.div-block-103 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block.w--current {
  width: 48px;
}

.div-block-104 {
  background-color: #9b111e;
  width: 8px;
  height: 180px;
  display: block;
}

.div-block-105 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-35 {
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-36 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-106 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.section-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-107 {
  margin-top: 100px;
}

.image-34 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 1340px;
  height: 390px;
}

.section-34 {
  background-color: #9b111e;
  height: 40px;
}

.course-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.code-embed-2 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin: 60px auto 0;
  padding-bottom: 0;
  display: block;
}

.div-block-108 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.image-35, .image-36 {
  object-fit: cover;
  width: 100%;
  height: 466px;
}

.image-37 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 466px;
}

.image-38, .image-39, .image-40 {
  object-fit: cover;
  width: 100%;
  height: 466px;
}

.image-41 {
  width: 100%;
  height: 466px;
}

.image-42 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 466px;
}

.section-35 {
  background-image: url('../images/Offers-Cover.png');
  background-position: 50% 0;
  background-size: cover;
  height: 180px;
}

.section-36 {
  background-image: url('../images/Events-Cover.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 80px;
}

.code-embed-3 {
  width: 380px;
  height: 100%;
}

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

.code-embed-4 {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 450px;
  height: 250px;
  margin-bottom: 0;
  position: static;
  bottom: 0%;
  right: 12px;
}

.code-embed-5 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-43 {
  object-fit: cover;
  width: 450px;
  height: 300px;
}

.textarea {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  max-width: 520px;
  min-height: 150px;
  max-height: 500px;
  margin-bottom: 20px;
}

.textarea:active {
  border: 1px solid #616161;
}

.textarea:focus {
  border-color: #616161;
}

.div-block-110 {
  object-fit: scale-down;
  background-color: #9b111e;
  background-image: url('../images/Home-Vid-Left.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2px;
  flex: 0 auto;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: 110px;
  max-height: none;
  position: static;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.div-block-111 {
  box-sizing: content-box;
  object-fit: scale-down;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 472px;
  display: flex;
  overflow: clip;
}

.div-block-112 {
  box-sizing: content-box;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: clip;
}

.div-block-113 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-4, .link-5, .link-6 {
  color: #333;
  text-decoration: none;
}

.div-block-114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(292px, 292px));
  grid-template-areas: "Area";
  grid-auto-columns: minmax(292px, 292fr);
  grid-auto-flow: column;
  place-content: start center;
  width: 100%;
  min-width: 100%;
}

.section-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 110px;
  padding-bottom: 0;
  display: flex;
}

.image-44 {
  max-width: 472px;
}

@media screen and (max-width: 991px) {
  .button1 {
    margin-top: 10px;
    font-size: 14px;
  }

  .button1.form {
    flex: 0 auto;
  }

  .button1.home {
    margin-top: 0;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Home-Hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 480px;
    padding: 40px 60px;
  }

  .section.footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-bar {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link.cta {
    background-color: #e5b4eb;
  }

  .div-block {
    grid-template-columns: 1fr minmax(200px, 1fr);
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .card-image {
    width: auto;
    height: auto;
  }

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

  .heading-2 {
    margin-top: 0;
    font-size: 24px;
  }

  .form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .field-wrapper {
    margin-right: 14px;
  }

  .text-field {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 40px;
    margin-right: 0;
  }

  .footer-link.title {
    margin-bottom: 0;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.program-preview {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 60px;
  }

  .menu-button {
    background-color: #c5c5c5;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-4 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph {
    width: auto;
    margin-bottom: 0;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 640px;
    height: auto;
    margin: 40px 60px 0;
  }

  .video {
    width: 400px;
  }

  .section-2 {
    flex-flow: row;
    height: auto;
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    width: auto;
    height: auto;
  }

  .div-block-5.right {
    max-width: 100%;
    height: auto;
    left: 0;
  }

  .div-block-5.left {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    right: 0;
  }

  .div-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: 340px;
    min-width: auto;
  }

  .div-block-7 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    margin-bottom: 0;
  }

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

  .section-3 {
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-2.card-desc {
    text-align: center;
  }

  .card-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .div-block-9 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
  }

  .div-block-11 {
    flex-flow: row;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown {
    width: 100%;
  }

  .button2 {
    margin-top: 10px;
  }

  .section-4 {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .image-3 {
    height: 240px;
  }

  .div-block-15 {
    width: auto;
    height: auto;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .paragraph-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section-6 {
    padding: 72px 60px 90px;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    width: auto;
    min-width: 200px;
  }

  .div-block-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .image-4 {
    max-width: 280px;
  }

  .section-7 {
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-5, .image-6 {
    object-fit: cover;
  }

  .image-7 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .div-block-25 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-width: 380px;
  }

  .heading-1 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .paragraph-1 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .container-3 {
    min-width: 6px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-27 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-9 {
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-28 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: auto;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .paragraph-9, .paragraph-10 {
    flex: 0 auto;
    width: auto;
    margin-bottom: 0;
  }

  .div-block-32 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-10 {
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .alumni-logo {
    max-width: 88px;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-35 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .image-9 {
    width: 300px;
    min-width: 220px;
    height: auto;
    margin-top: 10px;
  }

  .section-11 {
    height: 140px;
  }

  .div-block-37 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-12 {
    padding: 60px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-38 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-12 {
    margin-top: 12px;
  }

  .section-13 {
    object-fit: fill;
    object-position: 50% 50%;
    background-position: 10% 100%;
    height: 460px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-39 {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-40 {
    grid-row-gap: 48px;
    grid-template-columns: repeat(auto-fit, minmax(292px, 292px));
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-40.events {
    margin-bottom: 0;
  }

  .class-card-image {
    height: auto;
  }

  .section-14 {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 60px 0;
  }

  .class-card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .section-15 {
    background-image: url('../images/Retreat-Cover.jpg');
    background-size: cover;
  }

  .section-16 {
    height: 28px;
  }

  .heading-11 {
    margin-top: 60px;
    font-size: 32px;
  }

  .div-block-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-17 {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .video-2 {
    height: 200px;
    min-height: 0;
  }

  .div-block-42 {
    height: auto;
  }

  .image-10 {
    object-fit: contain;
    width: 80px;
  }

  .div-block-43 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 100px;
  }

  .div-block-45 {
    height: auto;
  }

  .section-18 {
    margin-top: 80px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-46 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-47 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .section-20 {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-11 {
    object-fit: cover;
    width: auto;
    min-width: 250px;
    max-width: 400px;
    height: auto;
  }

  .div-block-48 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-21 {
    padding: 40px 60px 60px;
  }

  .image-12 {
    border-radius: 2px;
    width: auto;
    min-width: auto;
    max-width: 290px;
    height: auto;
  }

  .div-block-49 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-22 {
    height: 32px;
  }

  .div-block-51 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-13 {
    width: 32px;
    height: 32px;
  }

  .div-block-52 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    width: auto;
    max-width: none;
  }

  .div-block-53 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-14 {
    width: 32px;
    height: 32px;
  }

  .image-15 {
    width: 100px;
    max-width: none;
  }

  .div-block-56 {
    height: 360px;
  }

  .div-block-57 {
    height: 380px;
    margin-top: -360px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-59 {
    width: 460px;
    margin-top: -240px;
    padding-right: 40px;
  }

  .div-block-59.camp {
    width: 563px;
  }

  .div-block-59.childrens {
    width: 486px;
  }

  .div-block-59.vocational {
    width: 495px;
  }

  .div-block-59.intensive {
    width: 454px;
  }

  .div-block-59.hsk {
    width: 354px;
  }

  .div-block-59.culture {
    width: 437px;
  }

  .div-block-59.character {
    width: 492px;
  }

  .div-block-59.business {
    width: 464px;
  }

  .section-25 {
    margin-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-26 {
    padding: 40px 60px;
  }

  .div-block-60 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .div-block-61 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: 340px;
  }

  .div-block-62 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .course-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .section-27 {
    padding: 60px;
  }

  .image-17 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: scale-down;
    max-width: 280px;
  }

  .div-block-65 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 250px;
  }

  .paragraph-18, .paragraph-19, .paragraph-20 {
    margin-bottom: 10px;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-18 {
    width: 36px;
    min-width: 40px;
    height: 36px;
  }

  .image-18.smaller {
    width: 30px;
    height: 30px;
  }

  .div-block-67 {
    flex: 0 auto;
    min-width: auto;
  }

  .div-block-68 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-69 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-28 {
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-70 {
    width: auto;
    max-width: 600px;
  }

  .div-block-71 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .image-20 {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .div-block-72 {
    min-width: 140px;
  }

  .div-block-73 {
    background-color: #fff;
    border-radius: 15px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px;
  }

  .div-block-74 {
    background-color: #fff;
    border-radius: 15px;
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px;
    font-family: Open Sans, sans-serif;
  }

  .div-block-75 {
    flex: 0 auto;
    min-width: 160px;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .navbar.mobile {
    display: flex;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .menu-button-2.w--open {
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .image-21 {
    width: 40px;
    max-width: 72px;
  }

  .image-22 {
    width: 60px;
    max-width: 72px;
  }

  .image-23 {
    max-width: 72px;
  }

  .div-block-77 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .field-label {
    margin-bottom: 8px;
  }

  .div-block-78 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-79 {
    max-width: 300px;
  }

  .section-29 {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-80 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 40px;
  }

  .paragraph-24 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-25 {
    text-align: left;
  }

  .div-block-81 {
    text-align: center;
    flex-flow: row;
    width: auto;
    max-width: 530px;
    margin-left: 0;
  }

  .div-block-85 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 530px;
    margin-right: 0;
  }

  .section-30 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 10px 30px;
  }

  .div-block-86 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-26 {
    font-size: 24px;
    line-height: 150%;
  }

  .paragraph-27 {
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-87 {
    width: auto;
    min-width: 200px;
  }

  .image-25 {
    width: 200px;
    max-width: none;
  }

  .image-26 {
    flex: 0 auto;
    width: 200px;
    max-width: none;
  }

  .heading-14 {
    font-size: 32px;
  }

  .div-block-88 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 150%;
  }

  .div-block-89 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-90 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-91 {
    flex-flow: column;
    max-width: 640px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-28 {
    height: auto;
  }

  .div-block-93 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-95 {
    flex: 0 auto;
  }

  .image-29 {
    max-width: 400px;
  }

  .image-30 {
    height: 100%;
  }

  .paragraph-32 {
    font-size: 18px;
  }

  .div-block-97 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-98 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-99, .div-block-100 {
    width: 100%;
  }

  .div-block-103 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .div-block-104 {
    border-radius: 2px;
    min-width: 8px;
    height: 240px;
  }

  .div-block-105 {
    margin-bottom: 60px;
  }

  .paragraph-36 {
    margin-bottom: 0;
  }

  .div-block-106 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-33 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-107 {
    margin-top: 60px;
  }

  .section-34 {
    height: 28px;
  }

  .course-image {
    object-fit: cover;
    border-radius: 2px;
    flex: 0 auto;
    max-width: 205px;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: flex;
  }

  .image-35, .image-36, .image-37, .image-38, .image-39 {
    height: 100%;
  }

  .image-40, .image-41 {
    object-fit: cover;
    height: 100%;
  }

  .image-42 {
    height: 100%;
  }

  .section-35 {
    height: 100px;
  }

  .div-block-109 {
    background-color: #0000006b;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: visible;
  }

  .form-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed-4 {
    aspect-ratio: auto;
    width: auto;
    height: auto;
  }

  .code-embed-5 {
    width: auto;
    height: auto;
  }

  .code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-110 {
    flex: 0 auto;
    display: none;
  }

  .section-37 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .button1 {
    margin-top: 0;
  }

  .button1.form {
    margin-top: 10px;
  }

  .section {
    background-color: #0000;
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Home-Hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.footer {
    padding-top: 40px;
  }

  .nav-link {
    height: 50px;
    padding-top: 16px;
  }

  .div-block {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }

  .card-image {
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .field-wrapper {
    margin-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 0;
  }

  .nav-menu {
    width: auto;
    max-width: 260px;
    margin-left: 0;
    margin-right: 40px;
    padding-right: 60px;
    inset: 100% 0% auto auto;
  }

  .div-block-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-4 {
    margin-top: 40px;
  }

  .section-5 {
    height: 560px;
  }

  .image-3 {
    height: 240px;
  }

  .div-block-15 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 32px 40px 48px;
  }

  .div-block-17 {
    padding-top: 40px;
  }

  .section-6 {
    padding: 60px 40px 80px;
  }

  .image-4 {
    width: auto;
    max-width: 200px;
  }

  .section-7 {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-22 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 400px;
  }

  .image-5, .image-6, .image-7 {
    max-width: none;
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .heading-1 {
    max-width: none;
    font-size: 24px;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 24px;
  }

  .container-3 {
    display: none;
  }

  .div-block-27 {
    width: auto;
  }

  .section-9 {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-28 {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-31 {
    flex-flow: column;
    max-width: 360px;
    margin-top: 20px;
  }

  .div-block-32 {
    align-items: stretch;
    width: auto;
    max-width: 100%;
  }

  .section-10 {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .alumni-logo {
    width: 72px;
  }

  .div-block-35 {
    max-width: none;
  }

  .image-9 {
    width: auto;
    max-width: 300px;
    margin-left: 20px;
    padding-left: 0;
  }

  .section-12 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-12 {
    margin-top: 10px;
  }

  .section-13 {
    background-position: 15%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-39 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-40 {
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(292px, 292px));
  }

  .class-card {
    width: auto;
  }

  .section-15 {
    background-position: 0 0;
  }

  .div-block-41 {
    width: 500px;
    margin-bottom: 0;
  }

  .div-block-43 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .section-20 {
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .image-11 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-48 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-21 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-12 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .div-block-52 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100%;
  }

  .div-block-53 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .div-block-54 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-56 {
    height: 260px;
  }

  .div-block-57 {
    height: 280px;
    margin-top: -260px;
  }

  .div-block-59 {
    width: 360px;
    height: auto;
    margin-top: -190px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-59.camp {
    border-radius: 10px;
    width: 453px;
  }

  .div-block-59.childrens {
    border-radius: 10px;
    width: 406px;
  }

  .div-block-59.vocational {
    border-radius: 10px;
    width: 410px;
  }

  .div-block-59.survival {
    border-radius: 10px;
    width: 380px;
  }

  .div-block-59.intensive {
    border-radius: 10px;
    width: 395px;
  }

  .div-block-59.hsk {
    border-radius: 10px;
    width: 305px;
  }

  .div-block-59.culture {
    border-radius: 10px;
    width: 380px;
  }

  .div-block-59.character {
    border-radius: 10px;
    width: 410px;
  }

  .div-block-59.business {
    border-radius: 10px;
    width: 400px;
  }

  .section-25 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    padding-bottom: 40px;
    display: flex;
  }

  .section-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .course-description {
    min-width: auto;
  }

  .section-27 {
    padding: 40px 40px 60px;
  }

  .image-16 {
    height: 260px;
  }

  .image-17 {
    width: 100%;
    max-width: none;
    height: 260px;
  }

  .div-block-65 {
    max-width: none;
  }

  .paragraph-21 {
    margin-bottom: 0;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-18 {
    width: 32px;
    height: 32px;
  }

  .image-18.smaller {
    width: 28px;
    height: 28px;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: grid;
  }

  .div-block-69 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-28 {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-70 {
    width: auto;
  }

  .div-block-71 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
  }

  .image-20 {
    object-fit: scale-down;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .div-block-73 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-74 {
    width: auto;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c8;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .image-22 {
    width: 48px;
  }

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

  .div-block-78 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .section-29 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-80 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-81 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

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

  .section-30 {
    margin-top: 0;
  }

  .paragraph-26 {
    font-size: 18px;
  }

  .image-25, .image-26 {
    width: 140px;
  }

  .div-block-88 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-29 {
    font-size: 16px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .div-block-91 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-92 {
    max-width: none;
  }

  .div-block-93 {
    width: auto;
    max-width: 100%;
  }

  .image-29 {
    max-width: none;
  }

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

  .div-block-105 {
    margin-bottom: 60px;
  }

  .div-block-106 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-33 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-34 {
    height: 20px;
  }

  .course-image {
    max-width: 152px;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 0;
    display: flex;
  }

  .image-35 {
    object-position: 50% 0%;
    height: 100%;
  }

  .image-37, .image-38 {
    height: 100%;
  }

  .image-40, .image-41 {
    object-fit: cover;
    height: 100%;
  }

  .image-42 {
    height: auto;
    max-height: 100%;
  }

  .section-36 {
    background-position: 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .code-embed-4, .code-embed-5 {
    width: 100%;
    height: auto;
  }

  .code-embed-6 {
    width: 500px;
  }

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

@media screen and (max-width: 479px) {
  .button1 {
    margin-bottom: 0;
  }

  .section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Home-Hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }

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

  .section.mobile-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Home-Hero.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .div-block {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .form-content-wrapper {
    width: auto;
    display: block;
  }

  .footer-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container.program-preview {
    max-width: none;
  }

  .nav-menu {
    width: auto;
    max-width: 260px;
    margin-left: 60px;
    margin-right: 0;
    padding: 20px 60px;
  }

  .heading-3 {
    object-fit: fill;
    font-size: 18px;
    display: block;
  }

  .heading-4 {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

  .heading-4.course-description, .paragraph {
    margin-bottom: 10px;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .video {
    width: 240px;
  }

  .section-2 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 240px;
  }

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

  .div-block-10 {
    margin-bottom: 20px;
  }

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

  .dropdown-toggle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
    height: 44px;
  }

  .button2 {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }

  .section-4 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-5 {
    height: 540px;
  }

  .image-3 {
    object-fit: cover;
    height: 280px;
    position: absolute;
    top: 350px;
  }

  .div-block-15 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .div-block-17 {
    height: auto;
    min-height: 600px;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .section-6 {
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    top: 100px;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-7 {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-22 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-5, .image-6, .image-7 {
    max-width: none;
  }

  .div-block-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .heading-1 {
    max-width: none;
    font-size: 24px;
    line-height: 150%;
  }

  .div-block-26 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 32px;
  }

  .paragraph-1 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .container-3 {
    display: none;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
  }

  .paragraph-9, .paragraph-10 {
    width: auto;
  }

  .div-block-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-10 {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .alumni-logo {
    max-width: 44px;
  }

  .div-block-33 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    overflow: visible;
  }

  .div-block-34 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-get-in-touch {
    padding: 40px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-9 {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .div-block-37 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-12 {
    padding: 60px 40px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 150%;
  }

  .paragraph-12 {
    margin-bottom: 20px;
  }

  .section-13 {
    background-position: 90%;
    height: auto;
    margin-top: 0;
    padding: 60px 40px;
  }

  .div-block-39 {
    flex-flow: column;
    width: auto;
    max-width: none;
    margin: 0 -20px;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: minmax(200px, 292px);
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .class-card-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .section-14 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 0;
  }

  .class-card-title {
    font-size: 16px;
  }

  .class-card-desc {
    margin-bottom: 10px;
  }

  .class-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .section-15 {
    background-position: 80%;
    background-size: cover;
    padding: 60px 40px;
  }

  .heading-11 {
    margin-top: 32px;
    padding-bottom: 0;
    font-size: 24px;
  }

  .div-block-41 {
    flex-flow: column;
    width: auto;
  }

  .section-17 {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-42 {
    min-width: auto;
  }

  .image-10 {
    height: 80px;
    margin-bottom: 20px;
  }

  .paragraph-13 {
    margin-bottom: 20px;
  }

  .paragraph-14 {
    margin-bottom: 0;
  }

  .div-block-43 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-45 {
    width: 100%;
    min-width: 0%;
  }

  .section-18 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .div-block-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-47 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .section-20 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-11 {
    min-width: 0;
  }

  .div-block-48 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .section-21 {
    padding: 40px 0 60px;
  }

  .image-12 {
    object-fit: scale-down;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-52 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    min-width: auto;
  }

  .div-block-53 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-54 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-55 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image-14 {
    margin-top: 0;
  }

  .image-15 {
    max-width: 50%;
  }

  .div-block-56 {
    height: 240px;
  }

  .div-block-57 {
    object-fit: cover;
    justify-content: center;
    align-items: stretch;
    height: 270px;
    margin-top: -240px;
    display: flex;
  }

  .div-block-59 {
    width: auto;
    height: auto;
    margin-top: -180px;
    margin-right: 40px;
    padding: 20px 20px 20px 60px;
  }

  .div-block-59.camp {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .div-block-59.childrens, .div-block-59.vocational, .div-block-59.survival, .div-block-59.intensive, .div-block-59.hsk, .div-block-59.culture, .div-block-59.character, .div-block-59.business {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .section-25 {
    padding: 24px 40px 40px;
  }

  .section-26 {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: auto;
  }

  .div-block-62 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .course-description {
    width: auto;
    min-width: auto;
  }

  .section-27 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-16, .image-17 {
    height: auto;
  }

  .paragraph-18 {
    min-width: auto;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-68 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .image-19 {
    height: 36px;
    margin-left: 0;
  }

  .div-block-69 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-28 {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-70 {
    width: auto;
  }

  .div-block-71 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-20 {
    object-fit: scale-down;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-72 {
    width: 100%;
    min-width: auto;
  }

  .div-block-73 {
    margin: 0 -20px;
    padding: 20px;
  }

  .div-block-74 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 30px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c8;
  }

  .image-21, .image-22, .image-23 {
    max-width: 32px;
  }

  .div-block-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .section-29 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-80 {
    padding: 32px 28px;
  }

  .image-24 {
    width: 40px;
    min-width: auto;
    height: 40px;
  }

  .paragraph-24 {
    text-align: left;
  }

  .div-block-81 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-85 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-30 {
    margin-top: 40px;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
  }

  .image-25, .image-26 {
    display: none;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 100%;
  }

  .paragraph-29 {
    font-size: 16px;
  }

  .div-block-91 {
    max-width: 340px;
    padding: 32px 28px;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .image-30 {
    object-fit: cover;
    object-position: 20% 50%;
    height: auto;
  }

  .section-32 {
    padding: 60px 40px;
  }

  .paragraph-34 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-103 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-104 {
    width: 6px;
    min-width: 6px;
    height: 300px;
  }

  .div-block-105 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-35 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-36 {
    margin-bottom: 10px;
  }

  .div-block-106 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-33 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-107 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-34 {
    object-fit: scale-down;
    height: auto;
  }

  .course-image {
    max-width: 100%;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .icon-2 {
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 2px;
  }

  .image-35 {
    object-position: 50% 0%;
    height: 100%;
  }

  .image-37, .image-38 {
    height: 100%;
  }

  .image-40 {
    object-fit: cover;
    height: 100%;
  }

  .image-41 {
    object-position: 30% 50%;
  }

  .image-42 {
    object-position: 50% 0%;
    height: auto;
  }

  .section-35 {
    height: 100px;
  }

  .section-36 {
    margin-left: 0;
    padding: 60px 40px;
  }

  .code-embed-4 {
    width: auto;
    height: auto;
  }

  .code-embed-5 {
    width: 100%;
    height: auto;
  }

  .code-embed-6 {
    width: auto;
  }
}

#w-node-_201c29f6-bbf0-d4f9-31c3-766921a03ec5-7c48d2f6, #w-node-_201c29f6-bbf0-d4f9-31c3-766921a03ed5-7c48d2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_289afaf1-3231-2c4f-ac1a-4b76319308fb-0ff80a76 {
  order: 0;
}


@font-face {
  font-family: 'Avalon';
  src: url('../fonts/Avalon-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avalon Demi';
  src: url('../fonts/Avalon-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avalon';
  src: url('../fonts/Avalon-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avalon Book';
  src: url('../fonts/Avalon-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}