body {
  background-color: #fdfdfd;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #8b1e41;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 1.2em;
  line-height: 1.8;
}

a {
  color: #8b1e41;
  text-decoration: underline;
}

.body {
  background-color: #8b1e41;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 888;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fdfdfd;
}

.navigation-section.mobile {
  display: block;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.content-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.content-right.hero {
  padding-right: 29px;
  padding-left: 29px;
}

.container.content-right.hero.mobile {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.content-right._2 {
  padding-left: 50px;
}

.container.content-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.content-left._2 {
  padding-left: 50px;
}

.container.navigation {
  max-width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.content-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.form {
  margin-top: 300px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1000px;
  -ms-flex: 0 1000px;
  flex: 0 1000px;
}

.container.curriculum {
  width: 100%;
  max-width: 1000px;
}

.container.navigation-copy {
  max-width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 120px;
}

.logo.is-top {
  width: 100%;
}

.horizontal-wrapper {
  width: 100vw;
  height: 600vw;
}

.horizontal-wrapper.mobile {
  height: auto;
}

.horizontal-wrapper.main {
  display: block;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper._1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.first {
  width: 100vw;
}

.wrapper.first.mobile {
  width: 100vw;
}

.wrapper.first.mobile.hide {
  display: none;
}

.wrapper.first.is-top {
  margin-top: 75px;
}

.wrapper.bridge {
  z-index: 2;
  width: 5vw;
}

.wrapper.bridge._1 {
  position: -webkit-sticky;
  position: sticky;
}

.wrapper.bridge.mobile {
  display: none;
}

.wrapper.last {
  width: 100vw;
}

.wrapper.mobile {
  width: 100vw;
}

.wrapper.is-vertical {
  width: 100vw;
}

.gradient-from-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, hsla(0, 0%, 99.2%, 0)), to(#fdfdfd));
  background-image: linear-gradient(90deg, hsla(0, 0%, 99.2%, 0) 70%, #fdfdfd);
}

.gradient-from-right.hero {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 99.2%, 0)), color-stop(75%, #fdfdfd));
  background-image: linear-gradient(90deg, hsla(0, 0%, 99.2%, 0), #fdfdfd 75%);
}

.gradient-from-right.last {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, hsla(0, 0%, 99.2%, 0)), color-stop(85%, #fdfdfd));
  background-image: linear-gradient(90deg, hsla(0, 0%, 99.2%, 0) 25%, #fdfdfd 85%);
}

.image-absolute-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.image-absolute-left._1 {
  -o-object-position: 8vw 0%;
  object-position: 8vw 0%;
}

.image-absolute-left._1.mobile {
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.image-absolute-left._1.is-vertical {
  -o-object-position: 0vw 0%;
  object-position: 0vw 0%;
}

.text-wrapper {
  position: relative;
  width: 50%;
  padding: 10px;
  background-color: hsla(0, 0%, 99.2%, 0.6);
}

.text-wrapper.hero {
  position: relative;
  width: 35vw;
  padding-left: 5vw;
  background-color: transparent;
}

.text-wrapper.hero.mobile {
  padding: 20px;
}

.text-wrapper.testimonial {
  z-index: 99;
  width: 90%;
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}

.text-wrapper.testimonial._2 {
  width: 65%;
}

.text-wrapper.testimonial._3 {
  width: 65%;
  text-align: right;
}

.text-wrapper.testimonial._4 {
  width: 60%;
  text-align: left;
}

.text-wrapper.testimonial._1 {
  width: 90%;
  max-width: 600px;
}

.text-wrapper.comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper.second {
  margin-left: 5vw;
}

.scroll-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding-bottom: 50px;
  opacity: 0.1;
  font-size: 10vw;
  line-height: 0.9;
  text-align: right;
}

.image-absolute-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.image-absolute-right._5 {
  -o-object-position: 120% 50%;
  object-position: 120% 50%;
}

.image-absolute-right._6 {
  opacity: 0.25;
}

.gradient-from-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, hsla(0, 0%, 99.2%, 0)), to(#fdfdfd));
  background-image: linear-gradient(270deg, hsla(0, 0%, 99.2%, 0) 50%, #fdfdfd);
}

.gradient-from-left.footer-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#fdfdfd), to(transparent));
  background-image: linear-gradient(90deg, #fdfdfd, transparent);
}

.horizontal-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.horizontal-content.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-logo-wrapper.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-logo-wrapper.is-top {
  width: 125px;
  margin-bottom: 10px;
}

.navigation-button {
  padding: 15px 30px;
  background-color: #8b1e41;
  box-shadow: 1px 1px 10px 0 rgba(66, 14, 31, 0.3);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation-button:active {
  box-shadow: 1px 1px 3px 0 rgba(66, 14, 31, 0.7);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.navigation-button.top-margin {
  margin-top: 10px;
}

.navigation-button.side-nav {
  width: 100%;
  text-align: center;
}

.navigation-button.post-submission {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.navigation-button.mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quote {
  max-width: 550px;
  padding: 20px 50px;
  background-color: #8b1e41;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 30, 65, 0.8)), to(rgba(139, 30, 65, 0.8))), url('../images/mccn-logo-white.svg');
  background-image: linear-gradient(180deg, rgba(139, 30, 65, 0.8), rgba(139, 30, 65, 0.8)), url('../images/mccn-logo-white.svg');
  background-position: 0px 0px, 98% 95%;
  background-size: auto, 50px;
  background-repeat: repeat, no-repeat;
  box-shadow: 11px 11px 20px 7px hsla(0, 0%, 99.2%, 0.2);
  color: #fdfdfd;
  font-size: 1.5em;
  line-height: 1.4;
  font-style: italic;
  font-weight: 700;
}

.quote.right-side._3 {
  max-width: 600px;
}

.curriculum-content {
  width: 100%;
  font-size: 1em;
  line-height: 2;
  font-weight: 700;
}

.comparison-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.comparison-heading {
  width: 100%;
  max-width: 500px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.form-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.form-wrapper.thank-you {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.close-form {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}

.close-form.curriculum {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
}

.footer {
  font-size: 1em;
  text-align: center;
}

.footer-logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-relative-2 {
  position: relative;
  z-index: 2;
}

.text-relative-2.hero {
  padding: 10px;
  background-color: hsla(0, 0%, 99.2%, 0.6);
}

.bold-and-tall-text {
  font-size: 1.5em;
  font-weight: 700;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-heading {
  color: #000;
  text-align: center;
}

.curriculum-link {
  display: inline-block;
  color: #8b1e41;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.curriculum-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8b1e41;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.curriculum-relative {
  position: relative;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fdfdfd;
  text-align: center;
}

.curriculum-list {
  position: static;
  z-index: 500;
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  clear: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #fff;
  font-size: 1.2em;
  line-height: 2;
}

.curriculum-list._4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.curriculum-course {
  position: static;
  z-index: 500;
  margin-bottom: 20px;
  padding: 10px;
}

.curriculum-heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #fdfdfd;
  font-size: 1.4em;
  line-height: 2;
  font-weight: 700;
}

.cards {
  padding: 20px;
  box-shadow: 1px 1px 8px -1px #e5eaf4;
}

.cards.highlight {
  background-color: #8b1e41;
  color: #fdfdfd;
}

.school-name {
  color: #0d1e32;
  font-size: 1.5em;
  text-align: center;
}

.school-name.highlight {
  color: #fdfdfd;
}

.card-content {
  color: #8b1e41;
  line-height: 25px;
  text-align: center;
}

.card-content.highlight {
  color: #fdfdfd;
}

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

.form-heading {
  color: #202020;
  text-align: center;
}

.form-heading.sub-heading {
  margin-top: 0px;
  font-size: 1.5em;
  line-height: 1.2;
}

.logo-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-logo {
  height: 100%;
  padding: 10px;
}

.footer-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fdfdfd;
}

.footer-section.mobile {
  position: relative;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  text-align: center;
}

.footer-link {
  margin-left: 5px;
}

.timeline {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 99.2%, 0.8);
}

.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8b1e41;
}

.timeline-dot-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 99.2%, 0.25);
}

.timeline-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 99.2%, 0)), to(#dbdede));
  background-image: linear-gradient(180deg, hsla(0, 0%, 99.2%, 0), #dbdede);
}

.timeline-wrapper.mobile {
  display: none;
}

.timeline-wrapper.is-vertical {
  display: none;
}

.scroll-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-menu-wrapper.mobile {
  display: none;
}

.scroll-menu-wrapper.is-top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
}

.scroll-menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fdfdfd;
  box-shadow: 1px 1px 20px 0 rgba(58, 52, 54, 0.5);
  color: #fdfdfd;
}

.scroll-menu-box.is-top {
  height: auto;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-menu-link {
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.scroll-menu-link.w--current {
  background-color: #dbdede;
  color: rgba(0, 0, 0, 0.6);
}

.scroll-menu-link.is-top {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.87em;
}

.bold {
  font-weight: 700;
}

.smaller-text {
  font-size: 0.8em;
}

.linkable-sections {
  height: 85vw;
}

.linkable-sections.second-to-last {
  height: 100vw;
}

.linkable-sections.first {
  height: 100vw;
}

.menu-link-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  height: 600vw;
}

.menu-link-wrapper.mobile {
  display: none;
}

.admission-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.admission-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  background-color: #8b1e41;
}

.form-wrapper-dev {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.notification-wrapper {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #8b1e41;
  color: #fdfdfd;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.linkable-section-bridge {
  height: 5vw;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container.is-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.navigation-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 60px;
  color: #fff;
  font-size: 4em;
  line-height: 75px;
  font-weight: 700;
}

.block-quote {
  border-left-color: #8b1e41;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.curr-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54575a;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.curr-tabs.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8b1e41;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.course-id {
  color: #8b1e41;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.course-title {
  color: #333;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.curr-opening-text {
  display: none;
  color: #081a1b;
  font-size: 12px;
  line-height: 16px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid rgba(8, 26, 27, 0.9);
}

.group-div {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
}

.subtopics {
  margin-top: 0px;
  margin-left: 0px;
  color: #1170a0;
  font-size: 3.8em;
  line-height: 60px;
}

.course-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

.course-wrapper.simple {
  padding-top: 16px;
}

.container-7 {
  max-width: 95%;
  margin-top: 24px;
}

.curriculum-descriptions {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}

.curriculum-link {
  color: #fdfdfd;
  font-weight: 400;
}

.container-8 {
  max-width: 85%;
  margin-top: 48px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  width: 40%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.copyright-text {
  max-height: 40px;
  max-width: 100px;
}

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

@media screen and (min-width: 1280px) {
  .curr-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-7 {
    max-width: 90%;
    margin-top: 36px;
  }

  .container-8 {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  p {
    line-height: 2;
  }

  .navigation-section {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.content-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.content-right.hero {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.content-right._2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.content-left._2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container.form {
    padding: 20px;
  }

  .container.curriculum {
    padding-top: 70px;
  }

  .wrapper {
    width: 100vw;
    height: auto;
    padding-top: 60vw;
    padding-bottom: 60px;
  }

  .wrapper.first {
    height: 100vh;
  }

  .wrapper.bridge {
    display: none;
    width: 100vw;
  }

  .wrapper.last {
    width: 100vw;
    padding-top: 60px;
  }

  .wrapper.comparison {
    padding-top: 60px;
  }

  .gradient-from-right.hero {
    width: 30%;
  }

  .image-absolute-left._1 {
    -o-object-position: -9vw 0%;
    object-position: -9vw 0%;
  }

  .text-wrapper {
    width: 90%;
  }

  .text-wrapper.hero {
    width: 80%;
    padding: 20px 20px 0px;
  }

  .text-wrapper.testimonial._3 {
    width: 90%;
  }

  .text-wrapper.testimonial._4 {
    width: 90%;
  }

  .scroll-heading {
    padding-bottom: 10px;
  }

  .horizontal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote {
    max-width: 100%;
    font-size: 1em;
  }

  .curriculum-wrapper {
    overflow: scroll;
  }

  .curriculum-relative {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-grid {
    display: none;
  }

  .footer-section {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-section.thank-you {
    display: none;
  }

  .footer-text {
    display: block;
  }

  .footer-link {
    display: none;
  }

  .footer-link.school-link {
    display: inline-block;
  }

  .timeline-wrapper {
    display: none;
  }

  .scroll-menu-wrapper {
    display: none;
  }

  .heading {
    margin-left: -12px;
  }

  .group-div {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1em;
  }

  .navigation-section {
    padding: 10px 20px;
    background-color: hsla(0, 0%, 99.2%, 0.75);
  }

  .container.content-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.content-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.curriculum {
    padding-top: 400px;
  }

  .wrapper {
    width: 100%;
    min-height: auto;
    padding-top: 50vw;
    padding-bottom: 20px;
  }

  .wrapper._1 {
    height: auto;
    padding: 60px;
  }

  .wrapper.first {
    width: 100%;
    padding-top: 320px;
  }

  .wrapper.bridge {
    padding-top: 20px;
  }

  .wrapper.bridge._1 {
    min-height: auto;
  }

  .wrapper.last {
    min-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #141414;
  }

  .wrapper.comparison {
    padding-top: 20px;
  }

  .gradient-from-right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 99.2%, 0)), to(#fdfdfd));
    background-image: linear-gradient(180deg, hsla(0, 0%, 99.2%, 0) 70%, #fdfdfd);
  }

  .gradient-from-right.hero {
    display: none;
  }

  .gradient-from-right.last {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, hsla(0, 0%, 99.2%, 0)), color-stop(85%, #fdfdfd));
    background-image: linear-gradient(180deg, hsla(0, 0%, 99.2%, 0) 25%, #fdfdfd 85%);
  }

  .image-absolute-left {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .text-wrapper {
    position: relative;
    width: 100%;
  }

  .text-wrapper.hero {
    left: 0vw;
    width: 100%;
  }

  .text-wrapper.testimonial._2 {
    width: 90%;
  }

  .text-wrapper.comparison {
    width: 100%;
  }

  .scroll-heading {
    padding-bottom: 5px;
    opacity: 0.05;
  }

  .image-absolute-right {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .image-absolute-right._2 {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-absolute-right._4 {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-absolute-right._5 {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-absolute-right._6 {
    opacity: 0.3;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .gradient-from-left {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 200px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, hsla(0, 0%, 99.2%, 0)), to(#fdfdfd));
    background-image: linear-gradient(0deg, hsla(0, 0%, 99.2%, 0) 50%, #fdfdfd);
  }

  .gradient-from-left.footer-gradient {
    background-image: none;
  }

  .horizontal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-content.mobile {
    padding-bottom: 80px;
  }

  .quote.right-side {
    text-align: left;
  }

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

  .close-form.curriculum {
    position: fixed;
    background-color: #fdfdfd;
    color: #8b1e41;
  }

  .footer {
    display: none;
  }

  .footer-logo {
    display: none;
    max-width: 50px;
  }

  .cta-heading {
    color: #fdfdfd;
  }

  .curriculum-wrapper {
    overflow: scroll;
    height: 100%;
  }

  .curriculum-relative {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .curriculum-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards {
    margin-top: 20px;
  }

  .form-heading {
    display: none;
  }

  .logo-grid {
    display: none;
  }

  .footer-section {
    padding: 10px 20px;
    background-color: hsla(0, 0%, 99.2%, 0.75);
  }

  .scroll-menu-wrapper {
    display: none;
  }

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

  .heading {
    max-width: 80%;
    margin-left: 0px;
  }

  .tabs-menu {
    width: 95%;
  }

  .group-div {
    width: 95%;
    margin-right: 8px;
  }

  .image-2 {
    width: 65%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }

  .container.content-right.hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.curriculum {
    padding-top: 480px;
  }

  .wrapper {
    padding-top: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper.first {
    padding-top: 375px;
    padding-bottom: 20px;
  }

  .wrapper.bridge._1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-absolute-left._1 {
    -o-object-position: -70vw 0%;
    object-position: -70vw 0%;
  }

  .image-absolute-left._1.mobile {
    -o-object-position: -60vw 0%;
    object-position: -60vw 0%;
  }

  .image-absolute-left._5 {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
  }

  .text-wrapper {
    width: 100%;
  }

  .text-wrapper.hero {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-wrapper.testimonial {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-wrapper.testimonial._3 {
    width: 100%;
  }

  .text-wrapper.testimonial._4 {
    width: 100%;
  }

  .text-wrapper.testimonial._1 {
    width: 100%;
  }

  .image-absolute-right {
    -o-object-position: -90vw 50%;
    object-position: -90vw 50%;
  }

  .image-absolute-right._4 {
    -o-object-position: 86% 50%;
    object-position: 86% 50%;
  }

  .horizontal-content.mobile {
    padding-bottom: 120px;
  }

  .quote {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.7em;
    line-height: 1.5;
  }

  .quote.right-side {
    padding-right: 20px;
    padding-left: 20px;
  }

  .curriculum-content {
    font-size: 0.8em;
  }

  .comparison-wrapper {
    padding: 10px;
  }

  .comparison-heading {
    font-size: 2em;
  }

  .footer {
    display: none;
    font-size: 0.6em;
  }

  .footer-logo {
    display: block;
    max-width: 100px;
  }

  .curriculum-relative {
    padding-right: 10px;
    padding-left: 10px;
  }

  .curriculum-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .form-heading {
    display: block;
    font-size: 1em;
  }

  .form-heading.sub-heading {
    display: block;
    font-size: 1em;
  }

  .footer-text {
    display: block;
  }

  .admission-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    padding-right: 10px;
    font-size: 2.5em;
    line-height: 40px;
  }

  .group-div {
    margin-right: auto;
    margin-left: 8px;
  }

  .subtopics {
    font-size: 3em;
    line-height: 50px;
  }
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-d18f1347 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-b28f1353 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-f98f1356 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-6f8f1357 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-108f1359 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-78aad1d1 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-d18f1347 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-b28f1353 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-f98f1356 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-6f8f1357 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-108f1359 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e1b2fdd8-498c-4138-ba6f-b5f2f6f139ac-78aad1d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

