:root {
  --white: white;
  --cyan: #0cfff5;
  --black: black;
  --grey: #838383;
  --blue: #0044b9;
  --black-2: #1a1b1f;
  --secondary-cyan: #b4fff7;
  --shadow: #0000002e;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: underline;
  transition: opacity .2s;
  display: flex;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 111px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.testimonial {
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  display: flex;
}

.testimonial.cc-cta {
  object-fit: contain;
  background-color: #f4f4f4;
  background-image: url('../images/Banner_Ampersand-03.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.testimonial.cc-home-wrap {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.paragraph-tiny {
  flex-direction: column;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  font-family: Nunito, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  box-shadow: 0 0 13px 8px var(--white);
  color: var(--cyan);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-align: left;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #0000;
  border: 1px solid #0cfff5;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px -2px #0cfff5;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-left: 55px;
  display: flex;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  padding-left: 55px;
  padding-right: 93px;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  position: static;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.mission-text {
  color: var(--black);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

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

.footer-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  flex-direction: row;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 100px auto 85px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 0 solid #eee;
  width: 1000px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 5.25fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 55px;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

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

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-block {
  text-align: left;
  display: flex;
}

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

.hero-overlay {
  color: #fff;
  background-image: url('../images/Header_2019-Run-02.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 650vh;
  max-height: 650px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

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

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 14px #000;
}

.heading-2 {
  text-align: center;
  font-size: 25px;
  line-height: 40px;
}

.heading-3 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.heading-4 {
  font-size: 25px;
  line-height: 40px;
}

.heading-5 {
  text-align: center;
  margin-top: -16px;
}

.h1 {
  text-align: left;
  font-family: Varela Round, sans-serif;
}

.bodytext {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  grid-column-gap: 157px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: flex-start stretch;
  display: grid;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.paragraph {
  text-align: left;
  letter-spacing: 1px;
  flex-flow: column;
  align-content: center;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.heading-6 {
  letter-spacing: normal;
  font-family: Varela Round, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.sta {
  color: #0fbbb4;
  letter-spacing: 5px;
  object-fit: fill;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-2, .bold-text-3 {
  font-family: Varela Round, sans-serif;
}

.bold-text-4 {
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.bold-text-5, .bold-text-6 {
  font-family: Varela Round, sans-serif;
}

.heading-7 {
  text-align: left;
  padding-left: 77px;
  font-family: Varela Round, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.heading-8 {
  font-size: 50px;
}

.column {
  padding-right: 68px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.slide {
  padding-left: 0;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  padding-right: 40px;
}

.text-block-3 {
  padding-bottom: 20px;
  padding-right: 100px;
  font-family: Varela Round, sans-serif;
}

.text-block-4 {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 100px;
  font-family: Varela Round, sans-serif;
}

._2019-sucess {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100px;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 "Area-2 ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-10 {
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.bold-text-7 {
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--white);
  color: #000;
  white-space: normal;
  border: 1px solid #0000;
  font-family: Varela Round, sans-serif;
  font-style: normal;
  text-decoration: none;
  box-shadow: 1px 1px 9px -5px #000;
}

.image {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container-2 {
  padding-right: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 23px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "Area"
                 "."
                 / 4.5fr .75fr 1fr .75fr;
  align-items: end;
}

.heading-11 {
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

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

.text-block-5 {
  color: var(--white);
  letter-spacing: 3px;
  border: 1px solid #0000;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.column-3 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.what-u-get {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  align-items: flex-end;
  padding-bottom: 0;
}

.image-4 {
  box-shadow: 4px 4px 14px 1px #a3a3a3;
}

.columns-2 {
  padding-bottom: 59px;
  display: block;
}

.paragraph-2 {
  text-align: left;
  padding-left: 45px;
  padding-right: 30px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.programme-overview {
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 39px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 25px;
  display: flex;
}

.facilitator-name {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.facilitator-role {
  color: #777;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 16px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}

.what-you-get {
  background-color: #a8e7e5;
  height: 200px;
}

.hero {
  opacity: 1;
  letter-spacing: 2px;
  background-color: #0000;
  background-image: linear-gradient(#c4c4c480, #c4c4c480), url('../images/austin-distel-rxpThOwuVgE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  line-height: 500px;
  display: flex;
}

.container-3 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-12 {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.div-block-2 {
  flex-flow: column-reverse wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-4 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.main-image {
  background-image: url('../images/Header_IMG-01.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: 600px;
  display: flex;
}

.tagline {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.bold-text-9 {
  font-size: 50px;
}

.div-block-4 {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 60px;
  position: relative;
}

.column-5 {
  flex-direction: column-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-left: 68px;
  display: flex;
}

.image-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 6px 6px 17px -4px #fff;
}

.column-6 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.white_subheader {
  color: #777;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.section-2 {
  background-image: url('../images/What-You-Get_Section_1-01.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-15 {
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.container-5 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.what-you-get_t1 {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.bold-text-10 {
  letter-spacing: 3px;
  font-size: 50px;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.column-8 {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.column-9 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-16 {
  opacity: 1;
  color: var(--grey);
  letter-spacing: 5px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: flex;
}

.partners_section {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.programme-schedule {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.programme-timeline {
  background-image: url('../images/Header_Event-02.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-6 {
  flex-direction: column;
  display: flex;
}

.column-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: var(--black);
  letter-spacing: 1px;
  align-self: flex-start;
  font-size: 16px;
  line-height: 35px;
}

.heading-18 {
  color: var(--black-2);
  letter-spacing: 2px;
  align-self: flex-start;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  color: var(--cyan);
}

.programme-schedule_section {
  color: var(--secondary-cyan);
  padding-top: 70px;
  padding-bottom: 70px;
}

.column-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  height: 400px;
  padding-bottom: 0;
  display: flex;
}

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

.columns-5 {
  height: 400px;
  padding-bottom: 70px;
  display: flex;
}

.section-7 {
  background-image: url('../images/Header_Event-02.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.testimonial_2 {
  text-align: left;
  align-self: flex-end;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 45px;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.what-u-ger {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.image-8 {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 200px;
  height: auto;
}

.column-15, .column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.testimonial_t2 {
  text-align: right;
  letter-spacing: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.testimonial_1-info {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.image-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonial_t1 {
  color: var(--grey);
  letter-spacing: 3px;
  flex-direction: column;
  align-items: center;
  font-family: Nunito, sans-serif;
  display: flex;
}

.section-8 {
  padding-bottom: 54px;
  display: flex;
}

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

.paragraph-7 {
  text-align: center;
  width: auto;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.the-problem {
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.paragraph-8 {
  width: 80%;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.column-17 {
  flex-direction: column;
  display: flex;
}

.columns-6 {
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.column-18, .column-19, .column-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-right: 10px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 25px;
  display: flex;
}

.slider {
  background-image: url('../images/Testimonial_Section-01.png');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 1000px;
}

.section-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.column-21 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  object-fit: scale-down;
  height: 200px;
}

.image-11 {
  height: 200px;
}

.call-to-action {
  text-align: center;
  letter-spacing: 3px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.container-8 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: var(--cyan);
  box-shadow: -3px 3px 12px 0 var(--cyan);
  color: var(--black);
  letter-spacing: 2px;
  align-self: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  place-items: center;
  padding-top: 66px;
  display: flex;
}

.section-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  align-items: center;
  padding-bottom: 44px;
  padding-right: 40px;
}

.section-11 {
  background-image: url('../images/What-You-Get_Section-01-01.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  display: flex;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 800px;
  display: block;
}

.slider-2 {
  height: 800px;
}

.slide-2 {
  background-image: url('../images/Testimonial_Section-01.png');
  background-position: 0 0;
  background-size: cover;
}

.container-9 {
  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;
  justify-content: center;
  align-items: center;
  display: grid;
}

.section-13 {
  height: 800px;
  display: flex;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-19 {
  color: #0044b9;
  text-align: center;
  letter-spacing: 3px;
  flex-direction: column;
  align-items: center;
  width: 800px;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.image-12, .image-13 {
  height: 250px;
}

.testimonial_1 {
  text-align: right;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 45px;
}

.testimonial_info {
  flex-direction: row;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

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

.testimonial_name {
  letter-spacing: 2px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.testimonial_des {
  letter-spacing: 2px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.heading-20 {
  color: var(--cyan);
  letter-spacing: 2px;
  flex-direction: row;
  align-self: center;
  align-items: flex-end;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.navbar {
  flex-direction: row;
  height: 100px;
  display: flex;
}

.container-11 {
  align-items: center;
  display: flex;
}

.container-12 {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: var(--black);
}

.nav-link {
  color: var(--cyan);
  letter-spacing: 2px;
  flex-direction: row;
  align-items: flex-start;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--black);
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 5fr max-content max-content max-content .25fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.button-4 {
  box-shadow: 0 2px 10px 5px var(--cyan);
  letter-spacing: 3px;
  background-color: #0000;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: var(--black);
  box-shadow: 1px 1px 20px 0 var(--cyan);
  width: 100%;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  grid-column-gap: 44px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 2px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Nunito, sans-serif;
  text-decoration: none;
  display: inline;
}

.nav-link-3:hover {
  opacity: 1;
  color: var(--cyan);
  text-decoration: none;
}

.div-block-7 {
  background-color: var(--white);
  flex: 0 auto;
  align-self: center;
}

.grid-5 {
  grid-template-columns: 2.75fr 2.5fr;
}

.heading-21 {
  letter-spacing: 3px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.columns-7 {
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

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

.button-5 {
  box-shadow: 2px 2px 20px 4px var(--cyan);
  letter-spacing: 4px;
  background-color: #0000;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.button-5:hover {
  color: var(--cyan);
  text-decoration: none;
}

.stat-number {
  color: var(--cyan);
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 18px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.stat_info {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  flex: 0 auto;
  align-self: center;
  padding-bottom: 31px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.div-block-8 {
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 34px;
  display: flex;
}

.div-block-9 {
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 34px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-10 {
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 31px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  letter-spacing: 5px;
  font-family: Nunito, sans-serif;
  font-weight: 900;
}

.text_mission {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-14 {
  background-color: #0000;
  background-image: url('../images/SignUp_Section-01.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 200px;
  padding-top: 0;
  display: flex;
}

.testimonial_h1 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 35px;
}

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

.div-block-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-25, .div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.column-26 {
  height: auto;
  display: flex;
}

.facilitators_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-bottom: 0;
  display: flex;
}

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

.image-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
}

.linkedin_img {
  align-self: center;
}

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

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

.link-block {
  align-items: center;
}

.body-2 {
  object-fit: fill;
  flex-direction: column;
  display: flex;
}

.section-16 {
  align-items: center;
  height: 900px;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
}

.paragraph-9 {
  text-align: center;
  padding-top: 65px;
  font-family: Nunito, sans-serif;
}

.image-15 {
  box-shadow: 0 0 16px -1px var(--secondary-cyan);
  border-radius: 20px;
  padding-bottom: 0;
  transition: opacity .3s;
}

.image-16 {
  width: auto;
  height: 200px;
}

.image-17 {
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  height: 200px;
}

.image-18 {
  width: auto;
  height: 200px;
}

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

.image-19 {
  flex-direction: row;
  align-self: center;
  align-items: flex-end;
  height: 50px;
  padding-right: 49px;
}

.hero_header {
  color: var(--white);
  text-align: center;
  font-family: Nunito, sans-serif;
  line-height: 55px;
}

.button-6 {
  background-color: var(--black);
  box-shadow: 0 0 13px 8px var(--secondary-cyan);
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 300px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.div-block-19 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-13 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.columns-8 {
  align-items: center;
  display: flex;
}

.section-17 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 50px;
  display: flex;
}

.heading-22 {
  color: var(--white);
  letter-spacing: 3px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.section-18 {
  background-image: url('../images/Header_Contact-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

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

.paragraph-10 {
  color: var(--grey);
  text-align: left;
  width: 400px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.column-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.column-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-19 {
  background-image: url('../images/Header_Event-02.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 900px;
  display: flex;
}

.paragraph-11 {
  color: var(--black);
  text-align: left;
  font-family: Nunito, sans-serif;
}

.heading-23 {
  color: var(--grey);
  letter-spacing: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.heading-24 {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

.columns-9 {
  align-self: center;
  align-items: center;
  width: 80%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-32 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.div-block-21, .div-block-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-10 {
  height: 400px;
}

.section-22 {
  background-image: url('../images/What-You-Get_Section-01.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

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

.columns-11 {
  height: 650px;
}

.paragraph-12 {
  text-align: left;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.container-18 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-20 {
  flex-direction: row;
  width: 400px;
  padding-right: 0;
}

.div-block-24, .div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.column-33, .column-34 {
  height: 400px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.columns-13 {
  height: 400px;
  padding-top: 0;
  display: flex;
}

.image-21 {
  object-fit: scale-down;
  flex: 0 auto;
  width: 280.031px;
  height: auto;
}

.image-22 {
  white-space: normal;
  object-fit: scale-down;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: center;
  height: 160px;
  font-weight: 400;
  overflow: visible;
}

.image-23 {
  height: 200px;
}

.image-24 {
  flex-direction: row;
  align-self: center;
  width: 100%;
  height: auto;
}

.link-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.section-23 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-28 {
  width: 200px;
}

.div-block-29 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-19 {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-24 {
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-25 {
  background-color: var(--cyan);
  align-self: center;
  width: 1000px;
  height: 1px;
}

.div-block-30 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.columns-14 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-self: center;
  align-items: stretch;
  width: 1300px;
  display: flex;
}

.paragraph-13 {
  letter-spacing: 2px;
  font-family: Nunito, sans-serif;
}

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

.container-20 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.column-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-37 {
  height: 70%;
}

.columns-15 {
  height: 50%;
}

.div-block-32 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  padding-right: 0;
  display: flex;
}

.fees {
  display: flex;
}

.image-25 {
  flex-direction: column;
  width: 60%;
  height: 100%;
}

.container-21, .container-22 {
  display: flex;
}

.div-block-33 {
  background-color: var(--cyan);
  flex-direction: column;
  align-self: center;
  width: 800px;
  height: 1px;
  display: flex;
}

.heading-25 {
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  height: 140px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.section-27 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-34 {
  width: 80%;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Nunito, sans-serif;
}

.heading-26 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-24 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.key-dates-to-note {
  align-self: center;
}

.column-38 {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  display: flex;
  overflow: auto;
}

.column-39 {
  align-self: center;
}

.div-block-35 {
  height: 500px;
  padding-top: 40px;
}

.heading-27 {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.bold-text-11 {
  letter-spacing: 1px;
  align-self: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  text-decoration: none;
}

.div-block-37, .div-block-38 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section-30 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.image-26 {
  width: 30%;
  padding-right: 20px;
}

.image-27, .image-28 {
  width: 30%;
}

.div-block-39 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-29 {
  text-align: left;
  width: 90%;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.heading-30, .heading-31 {
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

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

.column-42, .column-43 {
  justify-content: center;
  display: flex;
}

.div-block-42 {
  background-color: var(--cyan);
  align-self: center;
  width: 1000px;
  height: 1px;
}

.section-31 {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-44 {
  width: 50%;
}

.heading-32 {
  color: var(--white);
  letter-spacing: 3px;
}

.link-block-4, .link-block-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-3 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.nav-link-4 {
  color: var(--white);
  letter-spacing: 2px;
  justify-content: center;
  height: 100%;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.nav-link-5 {
  color: var(--white);
  letter-spacing: 2px;
  justify-content: flex-end;
  align-self: center;
  height: 100%;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.nav-menu {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.button-7 {
  height: 100%;
}

.navbar-4 {
  background-color: var(--black);
  height: 20%;
}

.container-27 {
  justify-content: space-between;
  display: flex;
}

.columns-19 {
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-44 {
  padding-left: 23px;
  padding-right: 23px;
}

.heading-33 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.slider-3 {
  background-color: var(--white);
  width: 100%;
  display: block;
}

.slide-3 {
  border: 3px none var(--cyan);
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/emiliano-vittoriosi-ONQ86GlHs3c-unsplash.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
}

.container-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 50px;
  display: flex;
}

.alumni-story-button-1 {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.icon-3 {
  background-color: #0000;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.image-29 {
  display: none;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kelly-sikkema-o2TRWThve_I-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-30 {
  display: none;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/andrej-lisakov-Yy4sN6QzboU-unsplash.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-31 {
  display: none;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/joshua-ang-Gf_KqXHU-PY-unsplash.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-32 {
  display: none;
}

.modal-background {
  z-index: 10;
  background-color: #00000096;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-1 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Gervor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.close-modal {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-33 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-34 {
  margin-top: 0;
  margin-left: 0;
}

.container-29 {
  padding-top: 30px;
  padding-bottom: 35px;
  display: block;
}

.rich-text-block {
  color: #000;
  margin-top: -15px;
  margin-bottom: 10px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.modal-2 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Ali.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-3 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Ginlee.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-4 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Peirong.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.alumni-story-popup-rich-text-block {
  display: none;
}

.alumni-story-button-2, .alumni-story-button-3, .alumni-story-button-4 {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.modal-5 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Hui-Lian.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.slide-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rebecca-grant-of_fQz_moyA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-35 {
  display: none;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  margin-top: -20px;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.alumni-story-button-5 {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.slide-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mitchell-griest-fmKLeqFUXiY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.modal-6 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Yuhua-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.image-36 {
  display: none;
}

.alumni-story-button-6 {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.modal-7 {
  z-index: 12;
  background-color: #fff;
  background-image: url('../images/Write-up_Ian.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #0207ff;
  border-radius: 0;
  width: 850px;
  height: 603px;
  margin: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.slide-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kaitlin-duffey-BhwNi48I6Qg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.alumni-story-button-7 {
  background-color: var(--white);
  color: var(--black);
  text-transform: none;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.image-37 {
  display: none;
}

.list-item-2, .list-item-3, .list-item-4 {
  font-family: Nunito, sans-serif;
}

@media screen and (max-width: 991px) {
  .testimonial.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial.cc-home-wrap {
    flex-direction: column;
  }

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

  .container {
    width: 90%;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .feature-section {
    align-items: center;
    display: flex;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .paragraph-2 {
    display: flex;
  }

  .programme-overview {
    width: 80%;
    position: relative;
  }

  .container-3 {
    flex-direction: row;
  }

  .image-5 {
    flex: none;
  }

  .programme-schedule {
    padding-bottom: 30px;
  }

  .paragraph-4 {
    text-align: center;
    align-self: center;
    width: auto;
    font-size: 14px;
    line-height: 30px;
  }

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

  .programme-schedule_section {
    height: auto;
  }

  .column-12 {
    flex-direction: row;
    align-items: center;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-bottom: 0;
    display: flex;
  }

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

  .image-9 {
    width: 60%;
  }

  .paragraph-8 {
    width: 100%;
  }

  .columns-6, .column-18 {
    flex-direction: column;
  }

  .grid-4 {
    grid-auto-flow: row;
  }

  .image-13 {
    width: 71%;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat_info, .text_mission {
    font-size: 14px;
  }

  .facilitators_section {
    flex-direction: column;
  }

  .image-19 {
    flex-flow: wrap;
    align-content: center;
    width: 130px;
    height: auto;
  }

  .section-19 {
    flex-direction: row;
  }

  .section-22 {
    flex-flow: column wrap;
  }

  .container-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-11 {
    display: flex;
  }

  .container-18 {
    flex-direction: column;
  }

  .columns-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .column-35 {
    padding-right: 70px;
  }

  .div-block-31 {
    padding-left: 70px;
  }

  .column-37 {
    flex-direction: column;
    display: flex;
  }

  .columns-15 {
    flex-direction: row;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-32 {
    width: 50%;
  }

  .container-22 {
    flex-direction: column;
    align-items: center;
  }

  .container-23 {
    align-self: center;
    display: flex;
  }

  .section-28 {
    flex-direction: row;
    height: auto;
  }

  .container-24 {
    flex-direction: row;
    align-items: center;
  }

  .column-38 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .bold-text-11 {
    font-family: Nunito, sans-serif;
  }

  .link-block-3 {
    width: 100%;
    margin-left: 40px;
  }

  .columns-16 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .columns-17 {
    display: flex;
  }

  .section-29 {
    flex-direction: row;
    display: flex;
  }

  .columns-18 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .container-28 {
    padding-top: 63px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .image-29 {
    display: none;
  }

  .modal-1 {
    width: 700px;
    height: 497px;
    display: none;
    overflow: auto;
  }

  .image-33 {
    margin-top: 6px;
    margin-right: 6px;
  }

  .container-29 {
    padding-bottom: 0;
  }

  .modal-2 {
    width: 700px;
    height: 497px;
    display: none;
  }

  .modal-3, .modal-4 {
    width: 700px;
    height: 497px;
    display: none;
    overflow: auto;
  }

  .alumni-story-button-4 {
    margin-top: 11px;
  }

  .modal-5 {
    width: 700px;
    height: 497px;
    display: none;
    overflow: auto;
  }

  .image-35 {
    display: none;
  }

  .alumni-story-button-5 {
    margin-top: 11px;
  }

  .modal-6 {
    width: 700px;
    height: 497px;
    display: none;
    overflow: auto;
  }

  .image-36 {
    display: none;
  }

  .alumni-story-button-6 {
    margin-top: 11px;
  }

  .modal-7 {
    width: 700px;
    height: 497px;
    display: none;
    overflow: auto;
  }

  .alumni-story-button-7 {
    margin-top: 11px;
  }

  .image-37 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial {
    margin-left: 15px;
    margin-right: 15px;
  }

  .testimonial.cc-cta {
    padding: 15px;
  }

  .testimonial.cc-home-wrap, .testimonial.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .mission-text {
    text-align: center;
    width: 60%;
    font-size: 25px;
    line-height: 40px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-overlay, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .sticky-nav {
    position: relative;
  }

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

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .section-14 {
    flex-wrap: nowrap;
    height: 300px;
  }

  .button-6 {
    width: 25%;
  }

  .div-block-31 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

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

  .text-block-11 {
    display: none;
  }

  .image-29 {
    margin-top: -73px;
    margin-bottom: -38px;
    display: block;
  }

  .image-30 {
    margin-top: -77px;
    margin-bottom: -48px;
    display: block;
  }

  .image-31 {
    margin-top: -117px;
    margin-bottom: -100px;
    display: block;
  }

  .slide-6 {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/victor-garcia-GmN5LeWO4cQ-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-32 {
    display: block;
  }

  .modal-1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 80%;
    height: 75%;
    display: none;
    overflow: scroll;
  }

  .modal-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 90vw;
    height: 90%;
    display: none;
    overflow: scroll;
  }

  .modal-3, .modal-4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 90vw;
    height: 75%;
    display: none;
    overflow: scroll;
  }

  .alumni-story-popup-rich-text-block {
    font-family: Nunito, sans-serif;
    display: block;
  }

  .modal-5 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 90vw;
    height: 75%;
    display: none;
    overflow: scroll;
  }

  .image-35 {
    margin-top: -5px;
    margin-bottom: 11px;
  }

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

  .modal-6 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 90vw;
    height: 75%;
    display: none;
    overflow: scroll;
  }

  .image-36 {
    margin-top: -22px;
    margin-bottom: 23px;
  }

  .modal-7 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 10px solid #0cfff58c;
    width: 90vw;
    height: 75%;
    display: none;
    overflow: scroll;
  }

  .image-37 {
    margin-top: -16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .testimonial {
    flex-flow: row;
    place-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .container {
    flex-flow: column wrap;
    align-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    max-width: 1140px;
    padding-bottom: 0;
  }

  .button.cc-contact-us {
    background-color: var(--black);
    align-items: center;
    width: 50%;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .mission-text {
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 80%;
    height: auto;
    font-size: 25px;
    line-height: 35px;
    display: flex;
  }

  .menu {
    background-color: var(--black);
    flex-direction: column;
    width: 80%;
    height: 30%;
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: var(--black);
    color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100.005%;
  }

  .navigation {
    flex-direction: column;
    width: 100%;
    height: 130%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

  .footer-wrap {
    flex-flow: row;
    place-content: space-between;
    align-self: auto;
    align-items: center;
    width: 140%;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-wrap, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-overlay {
    background-position: 80%;
    background-attachment: scroll;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 80vh;
    padding: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 36px;
  }

  .paragraph {
    text-align: center;
  }

  .heading-7 {
    text-align: left;
    font-size: 60px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  ._2019-sucess {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
    display: flex;
    position: static;
  }

  .bold-text-7 {
    flex-wrap: wrap;
  }

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

  .what-u-get {
    flex-direction: column;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 12px;
  }

  .programme-overview {
    color: var(--black);
    text-align: center;
    align-self: center;
    width: 200px;
    padding-top: 24px;
    padding-left: 0;
    font-size: 20px;
    line-height: 42px;
  }

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

  .container-3 {
    align-self: center;
    padding-left: 0;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .main-image {
    flex-direction: column;
    justify-content: center;
  }

  .image-5 {
    flex-direction: row;
  }

  .white_subheader {
    align-self: center;
    padding-top: 20px;
  }

  .section-2 {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .heading-15 {
    padding-top: 0;
  }

  .container-5 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: center;
    align-self: center;
    align-items: center;
  }

  .text-block-7 {
    padding-bottom: 0;
  }

  .bold-text-10 {
    width: 70%;
    font-size: 30px;
  }

  .column-8 {
    flex-direction: row;
    align-items: center;
  }

  .heading-16 {
    text-align: center;
    width: 80%;
  }

  .partners_section {
    flex-direction: column;
    align-self: center;
  }

  .programme-schedule {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .column-10 {
    height: auto;
  }

  .paragraph-4 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 25px;
  }

  .heading-18 {
    text-align: center;
    width: 100%;
    line-height: 30px;
  }

  .image-7 {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .programme-schedule_section {
    align-self: center;
    height: auto;
  }

  .column-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-4 {
    height: auto;
  }

  .columns-5 {
    justify-content: center;
    height: auto;
  }

  .section-7 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 1000px;
  }

  .what-u-ger {
    align-self: center;
  }

  .column-14 {
    height: auto;
  }

  .image-8 {
    width: 150px;
  }

  .column-15 {
    height: auto;
  }

  .column-16 {
    height: auto;
    position: static;
  }

  .testimonial_t2 {
    text-align: center;
    align-self: center;
    font-size: 15px;
  }

  .image-9 {
    width: 80%;
  }

  .testimonial_t1 {
    flex: 0 auto;
    align-self: center;
  }

  .paragraph-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .the-problem {
    text-align: center;
    width: 80%;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8 {
    text-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .column-17 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    height: 500px;
  }

  .columns-6 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .column-18 {
    height: auto;
  }

  .column-19, .column-20 {
    justify-content: center;
  }

  .grid-4 {
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-19 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
  }

  .image-12, .image-13 {
    width: 60%;
    height: auto;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    width: 320px;
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-rows: 75px;
    grid-auto-columns: 500px;
    grid-auto-flow: row;
    position: relative;
    overflow: hidden;
  }

  .nav-link-3 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stat-number {
    padding-bottom: 0;
    font-size: 40px;
    position: relative;
    overflow: visible;
  }

  .stat_info {
    padding-bottom: 0;
  }

  .div-block-8 {
    height: auto;
    padding-top: 0;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .div-block-10 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-23 {
    height: auto;
    padding-bottom: 0;
  }

  .column-24 {
    padding-bottom: 0;
  }

  .text_mission {
    width: 80%;
    padding-bottom: 40px;
    font-size: 14px;
  }

  .section-14 {
    object-fit: cover;
    flex-flow: column;
    width: 100%;
    height: 400px;
  }

  .testimonial_h1 {
    font-size: 15px;
  }

  .column-25 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .div-block-14 {
    width: 80%;
  }

  .column-26 {
    flex-direction: row;
    justify-content: center;
  }

  .facilitators_section {
    height: auto;
  }

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

  .list-item {
    padding-bottom: 30px;
  }

  .section-16 {
    flex-flow: column;
    justify-content: center;
    padding-top: 226px;
    padding-bottom: 0;
  }

  .image-19 {
    flex-direction: row;
    width: 40px;
    padding-right: 0;
  }

  .button-6 {
    width: 80%;
  }

  .section-17 {
    flex-direction: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .heading-22 {
    font-size: 30px;
  }

  .section-18 {
    width: 100%;
  }

  .paragraph-10 {
    width: 100%;
    font-size: 12px;
    display: flex;
  }

  .column-27 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }

  .section-19 {
    flex-flow: column wrap;
    place-content: center flex-end;
    align-self: center;
  }

  .paragraph-11 {
    width: 100%;
    margin-bottom: auto;
    font-size: 12px;
  }

  .heading-23 {
    text-align: center;
    width: 80%;
    height: auto;
    margin-bottom: auto;
    font-size: 15px;
    line-height: 35px;
  }

  .heading-24 {
    font-size: 30px;
  }

  .column-29 {
    justify-content: center;
    display: flex;
  }

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

  .columns-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-32 {
    display: flex;
  }

  .div-block-22 {
    flex-wrap: nowrap;
    align-content: flex-end;
  }

  .section-20 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .container-16 {
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .section-22 {
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: center;
    align-self: center;
    height: 1250px;
  }

  .container-17 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: auto;
    display: flex;
  }

  .columns-11 {
    flex-direction: column;
    height: auto;
  }

  .paragraph-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    display: flex;
  }

  .container-18 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .image-20 {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .columns-12 {
    flex-flow: column wrap;
    place-content: flex-end center;
    align-items: center;
    display: flex;
  }

  .div-block-24, .div-block-25 {
    width: 80%;
    height: auto;
  }

  .column-33 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .column-34 {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .div-block-26 {
    width: 80%;
    height: auto;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .columns-13 {
    height: auto;
  }

  .image-24 {
    width: 100%;
  }

  .link-block-2 {
    flex-direction: row;
    align-items: flex-end;
    width: 200px;
  }

  .section-23 {
    align-items: center;
  }

  .container-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-24 {
    width: 100%;
    padding-bottom: 40px;
  }

  .section-25 {
    width: 70%;
  }

  .columns-14 {
    flex-direction: row;
  }

  .paragraph-13 {
    text-align: center;
    flex-direction: row;
    width: 70%;
    font-size: 14px;
    display: flex;
  }

  .column-35 {
    flex-direction: row;
    padding-right: 0;
  }

  .container-20 {
    flex-direction: column;
    align-items: center;
  }

  .column-36 {
    flex-direction: row;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 60%;
    padding-bottom: 25px;
    padding-left: 0;
    display: flex;
  }

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

  .columns-15 {
    flex-direction: column;
  }

  .div-block-32 {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 80%;
    padding-right: 0;
    display: flex;
  }

  .image-25 {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .container-21 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .container-22 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-33 {
    align-items: center;
    width: 80%;
  }

  .heading-25 {
    height: auto;
    padding-bottom: 0;
  }

  .container-23 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .section-28 {
    flex-direction: column;
    height: auto;
  }

  .container-24 {
    flex-direction: column;
  }

  .key-dates-to-note {
    align-self: center;
  }

  .column-38 {
    height: 200px;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .heading-27 {
    justify-content: center;
    align-items: center;
    width: 60%;
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 30px;
  }

  .bold-text-11 {
    text-align: left;
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    display: flex;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    display: flex;
  }

  .columns-16 {
    flex-direction: column;
    height: auto;
  }

  .div-block-37 {
    width: 80%;
  }

  .div-block-38 {
    justify-content: center;
    width: 80%;
  }

  .column-40 {
    justify-content: center;
    display: flex;
  }

  .heading-28 {
    line-height: 40px;
  }

  .columns-17, .columns-18 {
    flex-direction: column;
  }

  .section-30 {
    width: 100%;
  }

  .image-26 {
    flex-direction: row;
    align-self: center;
    width: 40%;
    height: 40%;
    padding-right: 0;
  }

  .image-27, .image-28 {
    width: 50%;
  }

  .div-block-39 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .heading-29 {
    text-align: center;
    align-self: auto;
  }

  .column-41 {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-bottom: 0;
    display: flex;
  }

  .section-31 {
    height: auto;
  }

  .div-block-43 {
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-32 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
  }

  .link-block-4 {
    width: 100%;
    height: 30%;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .link-block-5 {
    flex-direction: column;
    width: 100%;
    height: 20%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-5.w--current {
    align-items: center;
  }

  .container-25 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .navbar-3 {
    height: 100px;
  }

  .nav-link-4, .nav-link-5 {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: var(--black);
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center;
    align-items: center;
    width: 100%;
  }

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

  .container-26, .menu-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-27 {
    flex-direction: column;
    align-items: center;
    height: 250px;
  }

  .icon-2 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--black);
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .menu-button-3 {
    background-color: var(--black);
  }

  .columns-19 {
    flex-direction: column;
    height: auto;
  }

  .heading-33, .alumni-story-button-1 {
    text-align: center;
  }

  .text-block-11 {
    display: none;
  }

  .image-29 {
    margin-top: -67px;
    margin-bottom: -24px;
    padding-bottom: 0;
  }

  .image-30 {
    margin-top: -50px;
    margin-bottom: -20px;
  }

  .image-31 {
    margin-top: -55px;
    margin-bottom: -58px;
  }

  .image-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 85vw;
    height: 80%;
    display: none;
    overflow: scroll;
  }

  .container-29 {
    padding-top: 20px;
    overflow: visible;
  }

  .rich-text-block {
    overflow: visible;
  }

  .modal-2 {
    width: 90vw;
    height: 80%;
    display: none;
    overflow: scroll;
  }

  .modal-3 {
    width: 90vw;
    height: 80%;
    display: none;
  }

  .modal-4 {
    width: 90vw;
    height: 60%;
    display: none;
  }

  .alumni-story-button-2, .alumni-story-button-3 {
    text-align: center;
  }

  .alumni-story-button-4 {
    text-align: center;
    margin-top: -4px;
  }

  .modal-5 {
    width: 90vw;
    height: 60%;
    display: none;
  }

  .image-35 {
    margin-top: -13px;
  }

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

  .alumni-story-button-5 {
    text-align: center;
  }

  .modal-6 {
    width: 90vw;
    height: 60%;
    display: none;
  }

  .alumni-story-button-6 {
    text-align: center;
    margin-top: -4px;
  }

  .modal-7 {
    width: 90vw;
    height: 60%;
    display: none;
  }

  .alumni-story-button-7 {
    text-align: center;
    margin-top: -4px;
  }

  .image-37 {
    margin-top: -20px;
    margin-bottom: 33px;
  }
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-b21685fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-b21685fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-b21685fb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-b21685fb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-b21685fb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-b21685fb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-0c1685fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-0c1685fc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-0c1685fc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-ad1685fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-ad1685fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-021685ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-021685ff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-44168600 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-44168600 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-b21685fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-b21685fb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-b21685fb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-b21685fb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-ad1685fe, #w-node-_421df62a-c217-12af-eee8-27f88a387928-021685ff, #w-node-_421df62a-c217-12af-eee8-27f88a387928-44168600 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-b21685fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-b21685fb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-b21685fb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-b21685fb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-b21685fb {
    grid-area: 6 / 1 / 7 / 2;
  }
}


