:root {
  --blue: #2e3e79;
  --red: #821825;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  cursor: pointer;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #2f438e;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 1.8px solid #2f438e;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  display: none;
}

.nav-dropdown-toggle {
  color: #2f438e;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #821825;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #640d18;
}

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

.div-block {
  z-index: 100;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 5% 0% auto;
}

.top-bar {
  background-color: #2f438e;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  margin-right: 20px;
  display: flex;
}

.div-block-4 {
  margin-right: 10px;
}

.text-block {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  background-color: #7fa7ff00;
  height: auto;
  padding-bottom: 60px;
}

.section-2 {
  background-color: #af7878;
  background-image: url('../images/Home-pic.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.header, .hide-header {
  z-index: 100;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: auto 0%;
}

.section-3 {
  display: block;
}

.top-disclaimer {
  color: #fff;
  background-color: #434de7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #000;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-weight: 500;
}

.navbar-link:hover {
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #434de7;
}

.navbar_menu-button {
  padding: 0;
}

.sticky-wrap {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  position: sticky;
  top: 0;
  box-shadow: 0 20px 30px -10px #0000000d;
}

.navbar-logo-link {
  max-width: 140px;
  padding-left: 0;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.logo-img {
  color: #000;
}

.navbar-outer {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding: 0 5%;
}

.navbar-outer._15-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 10px #0000000d;
}

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

.button.in-nav {
  color: #fff;
  margin-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}

.button.in-nav:hover {
  color: #fff;
}

.pmheader {
  text-align: center;
  height: 20px;
  margin-top: 0;
}

.pmpadding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.spine {
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 1px);
}

.spine._15 {
  z-index: 36;
  transform: none;
}

.spine._3 {
  z-index: 48;
  transform: none;
}

.spine._4 {
  z-index: 47;
  transform: none;
}

.spine._18 {
  z-index: 33;
  transform: none;
}

.spine._9 {
  z-index: 42;
  transform: none;
}

.spine._14 {
  z-index: 46;
  transform: none;
}

.spine.cover {
  z-index: 50;
  transform: none;
}

.spine._6 {
  z-index: 45;
  transform: none;
}

.spine._13 {
  z-index: 38;
  transform: none;
}

.spine._19 {
  z-index: 32;
  transform: none;
}

.spine._2 {
  z-index: 49;
  transform: none;
}

.spine._5 {
  z-index: 60;
  transform: none;
}

.spine._16 {
  z-index: 35;
  transform: none;
}

.spine._11 {
  z-index: 40;
  transform: none;
}

.spine._10 {
  z-index: 41;
  transform: none;
}

.spine._7 {
  z-index: 44;
  transform: none;
}

.spine._17 {
  z-index: 34;
  transform: none;
}

.spine._8 {
  z-index: 43;
  transform: none;
}

.spine._20 {
  z-index: 31;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -20px);
}

.spine._12 {
  z-index: 39;
  transform: none;
}

.left-side-back {
  cursor: w-resize;
  height: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate3d(0, 0, -1px)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-overlay {
  opacity: .75;
  background-image: none;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 10px #00000003;
}

.image-overlay.left {
  background-image: linear-gradient(270deg, #0000000d, #fff0 12%), url('../images/paper-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
  display: block;
  inset: 0% auto 0% 0%;
}

.pm-h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.left-side-contain {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.right-side-front {
  cursor: e-resize;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-side-front._1 {
  display: none;
}

.pm-body {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 40px auto 60px;
}

.gif-arrow {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.book-flipper {
  z-index: 2;
  perspective: 5000px;
  width: 50%;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
  transform: translate(100%)rotateX(0)rotateY(1deg)rotateZ(0);
}

.drop-shadow {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #c7c7c700;
  background-image: radial-gradient(circle, #00000069, #fff0 35%);
  position: absolute;
  transform: translate3d(0, 0, -100px);
}

.open-notice {
  position: absolute;
  top: 5%;
  left: 400px;
}

.right-image-contain {
  object-fit: contain;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.document-view {
  color: #efefef;
  text-align: center;
  background-color: #ffffff1a;
  height: 650px;
  padding: 20px 25px;
  position: relative;
}

.pm-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  transform: rotate(6deg)translate(33px);
}

.section-4 {
  background-color: #2f438e;
  margin-top: 0;
  overflow: hidden;
}

.container-3 {
  margin-left: 100px;
  padding-top: 441px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  line-height: 85px;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.link-block {
  color: #fff;
  background-color: #821825;
  border-radius: 8px;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.text-block-3 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
}

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

.div-block-11 {
  background-image: url('../images/Apply-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  color: #e2e2e2;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph {
  color: #e6e6e6;
  width: 80%;
  font-family: Poppins, sans-serif;
  display: block;
}

.paragraph.c {
  text-align: center;
  width: 60%;
  margin-top: 10px;
}

.paragraph.footer {
  width: auto;
}

.paragraph.tagline {
  text-align: right;
  width: 70%;
  font-size: 30px;
  line-height: 34px;
}

.paragraph.para {
  text-align: center;
  width: auto;
  max-width: 350px;
}

.div-block-12 {
  margin-top: 30px;
  display: block;
}

.image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: clip;
}

.section-6 {
  background-color: #efefef;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.main-wrapper-2 {
  background-color: #efefef;
  background-image: linear-gradient(261deg, #102057 2%, #1b2b64c9 26%, #2d3e79a8 45%, #2d3e7900), url('../images/divider-pic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 38vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 60px;
  display: none;
}

.section-7 {
  background-color: #efefef00;
  border: 0 solid #080808;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

._3-columns-4 {
  grid-column-gap: 0px;
  background-color: #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.column {
  background-color: #efefef;
  border-right: 0 solid #161616;
  flex-flow: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.info-container {
  color: #0c0c0c;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  color: #202020;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.section-8 {
  background-color: #efefef00;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.text-block-6 {
  color: var(--red);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

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

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 61px;
}

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

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

.div-block-14 {
  width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.grid-4 {
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-image: url('../images/Footer-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  height: 400px;
  padding: 0 20px 40px;
  display: block;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
  top: 157px;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.footer-brand {
  width: 15%;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #ffffffbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #821825;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
  margin-right: 12px;
}

.image-2 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.image-3, .image-4 {
  width: 85%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  display: flex;
}

.div-block-17._2 {
  margin-left: 22px;
}

.div-block-18 {
  margin-left: 10px;
}

.heading-3 {
  color: #2f438e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.heading-3._1 {
  font-size: 15px;
}

.text-block-7 {
  color: #2f438e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.div-block-19 {
  height: 430px;
}

.div-block-19.mob {
  background-color: #162043;
}

.section-10 {
  height: 800px;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000b5, #0000);
  position: absolute;
  inset: 0%;
}

.section-11 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-11.is-location {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section-11.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section-11.background-color-black {
  background-color: var(--blue);
  background-image: linear-gradient(162deg, #222f5c, #fff0), url('../images/Rooms-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
}

.section-11.background-color-black._2 {
  background-image: linear-gradient(162deg, #222f5cc4 100%, #fff0), url('../images/Rooms-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-11.is-bottom-cta {
  padding-top: 3.2rem;
  padding-bottom: 5rem;
}

.section-11.is-bottom-cta.hide {
  display: block;
}

.section-11.background-color-white {
  background-color: #fff;
  padding-top: 4rem;
}

.section-11.is-gallery {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.15rem .25rem .25rem;
  display: none;
}

.section-11.is-experience {
  color: #fff;
  background-color: #1d2c5e;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  overflow: visible;
}

.section-11.is-experience.colleges {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.section-11.is-hero {
  height: 200vh;
  margin-top: 1rem;
  padding-top: 1vh;
  padding-bottom: 0;
}

.section-11.is-footer {
  border-top: 1px solid #d8d8d8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-11.hide {
  display: block;
}

.form-input {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: #080808;
}

.form-input:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-green {
  color: #fff;
  border-color: #fff;
  border-radius: 1rem;
  font-family: Poppins, sans-serif;
}

.form-input.is-green:hover {
  border-color: #fff;
}

.form-input.is-green:focus {
  background-color: #ffffff1a;
  border-color: #ceff65;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.parallax-overlay {
  z-index: 2;
  background-image: linear-gradient(6deg, #172341c9, #0000);
  position: absolute;
  inset: 0%;
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.is-word.is-4 {
  color: #fff;
}

.is-word.is-4.s4 {
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}

.is-word.is-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .7;
}

.is-word.is-2._2 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: .7;
}

.is-word.is-2.s2 {
  font-size: 5rem;
}

.is-word.is-2.s2._1 {
  margin-left: 0;
}

.is-word.is-2.s2b {
  color: #000;
  font-size: 5rem;
}

.is-word.is-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .7;
}

.is-word.is-3._3 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 5.5rem;
  line-height: .7;
}

.is-word.is-3.s3 {
  font-size: 5rem;
}

.is-word.is-3.s3b {
  color: #000;
  font-size: 5rem;
}

.is-word.is-6, .is-word.is-5 {
  font-size: 2rem;
}

.is-word.is-1 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.is-word.is-1._1 {
  color: #fff;
  background-color: #ebebeb00;
  font-family: Playfair Display, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: .7;
}

.is-word.is-1.s1 {
  font-size: 5rem;
}

.is-word.is-1.s1b {
  color: #181818;
  font-size: 5rem;
}

.is-word.is-1.n {
  font-size: 3rem;
}

.is-word.is-1.n._1 {
  line-height: 1;
}

.is-word.is-2 {
  margin-left: 20px;
  font-size: 4.3rem;
  line-height: 1;
}

.is-word.is-2._1 {
  color: #fff;
  background-color: #ebebeb00;
  margin-left: 0;
}

.is-word.is-3 {
  font-size: 4.3rem;
}

.is-word.is-1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 4.3rem;
  line-height: 1;
}

.is-word.is-1.gap {
  margin-right: 20px;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.margin-top-32 {
  margin-top: 2rem;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

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

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-size-medium {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.text-size-medium.text-weight-medium.m {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
}

.text-size-medium._1 {
  color: #fff;
}

.text-size-medium.m {
  font-weight: 400;
}

.text-size-medium.m._5 {
  margin-bottom: 5px;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.video_box {
  z-index: 1;
  background-color: #080808;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.margin-bottom-40 {
  margin-bottom: 0;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #821825;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.container-large {
  width: 85%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.heading-style-h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: relative;
}

.heading-style-h1._3 {
  font-size: 4rem;
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 1.2;
}

.text-size-eyebrow._1 {
  color: #fcfcfc;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #fff3;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: #ceff65;
}

.margin-top-8 {
  margin-top: .5rem;
}

.max-width-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.parallax-wrap {
  z-index: 1;
  background-color: #080808;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_title {
  z-index: 2;
  color: #fff;
  font-family: Playfair Display, sans-serif;
  position: absolute;
  bottom: 5%;
}

.margin-bottom-16 {
  margin-bottom: .25rem;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.wrap_flex.is-align-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.wrap_flex.is-align-top._1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #ebebeb00;
  margin-bottom: 40px;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  font-family: Playfair Display, sans-serif;
  position: relative;
}

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

.max-width-440 {
  width: 100%;
  max-width: 30.2rem;
}

.player_list {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.player_list.main {
  grid-column-gap: 5.9rem;
  grid-row-gap: 5.9rem;
  grid-template-rows: auto;
}

.text-rich-text {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #1e2d5f;
  border-radius: 1rem;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #690f1a;
}

.button-2.is-secondary {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.button-2.is-secondary:hover {
  background-color: var(--red);
}

.locations_visual {
  aspect-ratio: 330 / 180;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faqs_body {
  overflow: hidden;
}

.text-color-darkgrey {
  color: #a9a9a9;
}

.text-style-link {
  color: #c27982;
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: none;
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}

.z-index-2.small {
  margin-top: 0;
  padding-top: 0;
}

.heading-style-h4 {
  letter-spacing: .02em;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04;
}

.heading-style-h2.is-title {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 2;
}

.heading-style-h2._2 {
  margin-bottom: 0;
  line-height: 1.8;
}

.heading-style-h2._1 {
  color: #fff;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player_visual.shadow-card {
  border-radius: 1rem;
}

.player_visual.shadow-card._1 {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-24 {
  margin-bottom: .25rem;
}

.img-cover {
  z-index: 1;
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.img-cover.hide {
  display: none;
  overflow: clip;
}

.img-cover._1 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.text-color-lightgrey {
  color: #d8d8d8;
}

.player_item {
  flex: 1;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.heading-4 {
  font-size: 28px;
}

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

.bold-text-3 {
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.body-2 {
  background-color: var(--blue);
}

.flex-block, .flex-block-2, .flex-block-3, .flex-block-4 {
  display: none;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.list-item {
  font-size: .8rem;
}

.list {
  padding-left: 20px;
}

.paragraph-12 {
  font-size: 1rem;
}

.bold-text-4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.bold-text-5 {
  font-size: 1.3rem;
}

.bold-text-6, .bold-text-7 {
  font-size: 1.3rem;
  font-weight: 600;
}

.bold-text-8 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 22px;
}

.bold-text-9 {
  font-size: 1.3rem;
  font-weight: 600;
}

.video_bg_overlay-2 {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.nav_menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow_dot {
  z-index: 1;
  background-color: var(--red);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

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

.list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link_line {
  transform-origin: 0%;
  width: 100%;
  height: .25rem;
  transform-style: preserve-3d;
  background-color: #ceff65;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

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

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0000005e, #fff0);
  border-radius: 40px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.exp-slider_overlay._1 {
  width: auto;
  height: auto;
  position: absolute;
}

.icon-16-2 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  margin-left: 5px;
  display: flex;
}

.rotate-box {
  perspective: 200vw;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  transform: none;
}

.gallery_wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.footer_bottom-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 2.5rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 26rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.exp-slider_item._1 {
  aspect-ratio: 1;
  justify-content: center;
  width: 100%;
  height: 500px;
  padding: .5rem 5rem 1.7rem;
}

.quote_box {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -200vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-medium-2 {
  margin-top: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.text-size-medium-2.name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 100;
  line-height: 16px;
}

.text-size-medium-2.name._1 {
  background-color: #ebebeb00;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-medium-2.white {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 0;
}

.text-size-medium-2._2 {
  margin-left: 0;
}

.link-box {
  z-index: 1;
  opacity: 0;
  background-color: #d8d8d8;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-640 {
  width: 100%;
  max-width: 40rem;
}

.text-highlight {
  position: relative;
  left: 20px;
  box-shadow: inset 0 -.6em 0 0 #821825;
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.quote_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 7rem;
  line-height: 1.04;
}

.opacity-60 {
  opacity: .6;
}

.nav_link {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_bg-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_bg-2._3 {
  display: none;
}

.page-wrapper {
  overflow: clip;
}

.opacity-80 {
  opacity: .8;
}

.heading-style-h1-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1-2._1 {
  text-align: center;
  background-color: #ebebeb00;
  margin-top: 10px;
  line-height: .5;
}

.text-color-green {
  color: var(--red);
  font-family: Poppins, sans-serif;
  position: relative;
  left: 15px;
}

.text-color-green._2 {
  left: auto;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.exp-slider_mask {
  border-radius: 0;
  width: 26rem;
  display: flex;
  overflow: visible;
}

.exp-slider_mask._2 {
  box-sizing: border-box;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.rotate-img {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-img.is-back {
  z-index: 4;
  transform: none;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.hero_wrap {
  border-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: calc(98vh - 6rem);
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-64 {
  margin-bottom: 0;
}

.hero_inner {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.quote_wrap {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_inner_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8rem;
  display: flex;
}

.hero_inner_content._1 {
  background-color: #ebebeb00;
  margin-left: 156px;
}

.feature_visual {
  aspect-ratio: 560 / 761;
  border-radius: 3.5rem;
  width: 35rem;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.exp-slider_arrow {
  color: #ceff65;
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: #080808;
}

.exp-slider_arrow.cc-right {
  color: #fff;
  border-color: #fff6;
  bottom: 0%;
  right: 0%;
}

.exp-slider_arrow.cc-left {
  color: #fff;
  border-color: #fff6;
  bottom: 0%;
  right: 3.5rem;
}

.gallery_head {
  max-width: 50rem;
}

.max-width-250 {
  max-width: 15.63rem;
}

.max-width-250.logostext {
  max-width: 85rem;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom-16-2 {
  margin-bottom: 1rem;
}

.footer_copyright {
  border-top: 1px solid #a9a9a9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.max-width-700-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 43.75rem;
  display: block;
  position: relative;
}

.max-width-400 {
  max-width: 25rem;
}

.exp-slider_slide {
  border-radius: 0;
  width: 26rem;
  margin-right: 2.5rem;
}

.exp-slider_slide._1 {
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
}

.margin-top-24 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #821825;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  background-color: #6f111d;
}

.button-3.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button-3.is-secondary:hover {
  background-color: var(--red);
}

.feature_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.hide {
  font-size: 9px;
  display: block;
}

.hero_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_copyright-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  height: 6rem;
}

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

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.gallery_img-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70em;
  height: 100%;
  display: flex;
  position: absolute;
}

.heading-style-h2-2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

.gallery_img {
  aspect-ratio: 1;
  width: 14.5em;
  position: absolute;
}

.gallery_img._5 {
  bottom: 7.5em;
  left: 3.5em;
}

.gallery_img._4 {
  bottom: 8.75em;
  right: 3em;
}

.gallery_img._3 {
  top: -.2em;
  right: 2em;
}

.gallery_img._1 {
  inset: 0% auto auto 0%;
}

.gallery_img._2 {
  top: 3.5em;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.footer_link {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 6rem;
  display: none;
}

.nav_wrapper {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  inset: 0% 0% auto;
}

.social-links_item {
  display: flex;
}

.tag {
  color: #ceff65;
  border: 1px solid #ceff6566;
  border-radius: .63rem;
  padding: .25rem .63rem;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.body-3 {
  background-color: var(--blue);
}

.paragraph-14 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-16 {
  opacity: 1;
  color: #f1f1f1;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-5 {
  z-index: 1;
  opacity: .38;
  position: relative;
  top: 24px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.3rem;
  line-height: 70px;
}

.heading-5.centre {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.testi-slider {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6rem;
  display: block;
  position: relative;
}

.testi-slider-one {
  width: 26rem;
  margin-right: 2.5rem;
}

.testi-slider-one._1 {
  aspect-ratio: auto;
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.slider {
  background-color: #ddd0;
  height: 560px;
  padding-bottom: 0;
  display: block;
}

.slider.one {
  height: 560px;
}

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

.left-arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 3.5rem 0% auto;
}

.right-arrow {
  width: 3rem;
  height: 3rem;
  inset: auto 0% 0% auto;
}

.slide {
  background-color: #0000;
  border-radius: 40px;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.slide-nav {
  font-size: 9px;
}

.div-block-21 {
  background-color: #d8d2d2;
  background-image: url('../images/Testi-12x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.mask {
  border-radius: 40px;
  height: 500px;
  padding-bottom: 0;
}

.content-1 {
  background-color: #d8d2d2;
  background-image: linear-gradient(4deg, #000000a1, #0000), url('../images/Testi-12x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.content-1._1 {
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slide-2 {
  background-color: #0000;
  border-radius: 4%;
  height: auto;
  bottom: 0%;
  right: 0%;
  overflow: visible;
}

.slide-3 {
  height: auto;
  overflow: visible;
}

.slide-4, .slide-5, .slide-6, .slide-7 {
  height: auto;
}

.image-6 {
  z-index: 1;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: clip;
}

.image-overlay-2 {
  opacity: .75;
  background-image: url('../images/paper-3.png');
  background-position: 50%;
  background-size: 150px;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 10px #00000003;
}

.image-overlay-2.left {
  background-image: linear-gradient(270deg, #0000000d, #fff0 12%), url('../images/paper-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
  display: block;
  inset: 0% auto 0% 0%;
}

.left-side-contain-2 {
  object-fit: contain;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.pm-text-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transform: rotate(6deg)translate(33px);
}

.arrow {
  z-index: 2;
}

.slider-2 {
  height: auto;
}

.div-block-22 {
  background-image: url('../images/Slide-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 740px;
}

.div-block-22.slide-1 {
  background-image: url('../images/Slide-12x.avif');
}

.div-block-22.slide-2 {
  border-radius: 0%;
}

.div-block-22.slide-3 {
  background-image: url('../images/Slide-3.jpg');
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  font-size: 9px;
  line-height: 9px;
}

.slide-8 {
  border-radius: 0;
}

.image-7 {
  margin-top: 8px;
  display: inline-block;
  overflow: clip;
}

.section-faculty {
  display: none;
}

.section-media {
  margin-top: 60px;
  display: none;
}

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

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  border-radius: 3.5rem;
}

.image-8 {
  border: 0 #000;
  border-radius: 1.3rem;
  max-width: 95%;
}

.grid-6 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-25 {
  width: 80%;
  margin: 60px auto;
}

.image-9 {
  vertical-align: baseline;
  border-radius: 8px;
  justify-content: center;
  width: auto;
  height: auto;
  display: block;
}

.div-gallery {
  width: 80%;
  margin: 0 auto 60px;
}

.education-pic {
  border-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: calc(98vh - 6rem);
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.edu-pic {
  z-index: 1;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: clip;
}

.grid-8 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid-8._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-26 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #1f2a51;
  background-image: linear-gradient(180deg, var(--blue), #2d4377);
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 15px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.heading-6._1 {
  margin-top: 10px;
}

.image-10 {
  background-color: #faf4f4;
  margin-top: 12px;
}

.image-10._1 {
  background-color: #faf4f400;
}

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

.image-12 {
  margin-top: 6px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.image-14 {
  margin-top: 5px;
}

.image-15 {
  margin-top: 10px;
}

.image-15._1 {
  background-color: #f5f5f5;
}

.image-16 {
  margin-top: 9px;
}

.image-17 {
  margin-top: 41px;
}

.image-18 {
  margin-top: 9px;
}

.image-19 {
  margin-top: 22px;
}

.div-block-28 {
  background-color: #2d3e79;
  height: auto;
}

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

.div-block-30 {
  height: auto;
  min-height: auto;
}

._1 {
  background-color: #ebebeb;
}

.container-5 {
  max-width: 980px;
}

.submit-button {
  background-color: #821825;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.unsw {
  background-color: #fff;
}

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

.tab-link-tab-1 {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-1.w--current {
  color: #fff;
  letter-spacing: 1px;
  background-color: #811825;
  border: 2px solid #811825;
  border-radius: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: none;
}

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

.text-block-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.tab-link-tab-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: none;
}

.tab-link-tab-2.w--current {
  background-color: #811825;
  border-style: none;
  border-width: 0;
  font-weight: 400;
}

.tab-pane-tab-1 {
  margin-top: 0;
}

.div-block-32 {
  width: 80%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  margin-top: 0;
  padding-top: 0;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 20px auto;
  display: flex;
}

.code-embed-2 {
  border-radius: 10px;
  overflow: clip;
}

.div-block-71 {
  background-image: linear-gradient(#00a8a866, #fff);
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-71.l {
  background-color: #2f438e;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding-top: 40px;
  display: block;
}

.section-15 {
  height: 850px;
}

.section-15._2 {
  height: auto;
}

.div-block-72 {
  background-color: #23367700;
  border-radius: 3px;
  padding: 0;
}

.grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-136 {
  border-radius: 10px;
  height: auto;
  overflow: clip;
}

.body-4 {
  background-color: #2e438e;
}

.div-block-137 {
  background-color: #182964;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-140 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.section-16 {
  padding-bottom: 0;
  display: block;
}

.mob-footer {
  background-image: url('../images/Footer-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.visula-pic {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.visula-pic.shadow-card {
  background-image: url('../images/safal-sir2x.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
}

.visula-pic.shadow-card._1 {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-17 {
  font-family: Poppins, sans-serif;
}

.mob-pic, .mob-map {
  display: none;
}

.mob-form {
  border-radius: 10px;
  display: none;
  overflow: clip;
}

.div-block-145 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    display: none;
  }

  .container._2 {
    z-index: 10;
    position: relative;
  }

  .top-bar {
    z-index: 100;
    height: auto;
    position: relative;
  }

  .div-block-6 {
    max-width: 1400px;
  }

  .section-2 {
    z-index: 12;
    margin-top: -77px;
    position: static;
  }

  .header {
    z-index: 200;
    opacity: 1;
    height: auto;
    display: block;
    position: relative;
    top: auto;
  }

  .header._2 {
    z-index: 10;
    height: auto;
    position: relative;
    top: -90px;
  }

  .hide-header {
    z-index: 30;
    opacity: 1;
    height: auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .hide-header._2 {
    z-index: 10;
    height: auto;
    position: relative;
    top: -90px;
  }

  .section-3 {
    z-index: 0;
    position: relative;
  }

  .div-block-7 {
    z-index: 50;
    background-color: #81cf8e;
    height: 700px;
    position: static;
  }

  .grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: center;
    place-items: stretch center;
    width: 90%;
  }

  .div-block-11 {
    padding-left: 40px;
    overflow: visible;
  }

  .image {
    overflow: clip;
  }

  .main-wrapper-2 {
    height: 33vh;
    padding-bottom: 0;
  }

  .section-7 {
    height: 100%;
  }

  ._3-columns-4 {
    padding-bottom: 60px;
  }

  .column {
    border-right-color: #161616;
    position: relative;
  }

  .text-block-5, .text-block-6 {
    font-size: 18px;
  }

  .grid-3 {
    padding-left: 89px;
  }

  .footer-light {
    height: 410px;
  }

  .container-4 {
    top: 169px;
  }

  .footer-wrapper-two {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-bottom {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .image-3, .image-4 {
    width: 80%;
  }

  .div-block-19 {
    height: 460px;
  }

  .section-11.background-color-black {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .parallax-overlay {
    background-image: linear-gradient(6deg, #111d3dbf, #0000);
  }

  .is-word.is-2 {
    font-family: Playfair Display, sans-serif;
    font-size: 8rem;
    font-weight: 700;
  }

  .is-word.is-2._2 {
    font-size: 7rem;
  }

  .is-word.is-2._2._1 {
    margin-left: 0;
  }

  .is-word.is-2.s2 {
    font-size: 6rem;
    line-height: 1;
  }

  .is-word.is-2.s2b {
    line-height: 1;
  }

  .is-word.is-3 {
    font-family: Playfair Display, sans-serif;
    font-size: 8rem;
    font-weight: 700;
  }

  .is-word.is-3._3 {
    font-size: 7rem;
  }

  .is-word.is-3.s3 {
    font-size: 6rem;
    line-height: 1;
  }

  .is-word.is-3.s3b {
    line-height: 1;
  }

  .is-word.is-1 {
    font-family: Playfair Display, sans-serif;
    font-size: 8rem;
    font-weight: 700;
  }

  .is-word.is-1._1 {
    font-size: 7rem;
  }

  .is-word.is-1.s1 {
    font-size: 6rem;
    line-height: 1;
  }

  .is-word.is-1.s1b {
    line-height: 1;
  }

  .is-word.is-1.n._1 {
    font-size: 4.2rem;
  }

  .is-word.is-2, .is-word.is-3, .is-word.is-1 {
    font-size: 5rem;
  }

  .icon-16 {
    color: #fff;
  }

  .text-size-medium {
    margin-top: 19px;
    margin-bottom: 0;
  }

  .container-large {
    width: 80%;
    max-width: 90rem;
  }

  .heading-style-h1 {
    font-size: 7rem;
    line-height: .5;
  }

  .heading-style-h1._3 {
    font-size: 8.3rem;
  }

  .max-width-full {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrap_flex.is-align-top, .wrap_flex.is-align-top._1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-440 {
    max-width: 40rem;
  }

  .player_list {
    width: 80%;
  }

  .player_list.main {
    width: auto;
  }

  .button-2 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .button-2.is-secondary {
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.4rem;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.is-title {
    max-width: 1080px;
    font-size: 7rem;
    line-height: 1.2;
  }

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

  .hero_wrap {
    width: auto;
    max-width: 1290px;
  }

  .max-width-250 {
    max-width: 17rem;
  }

  .hero_overlay {
    max-width: none;
  }

  .gallery_img._5 {
    left: 1.6em;
  }

  .gallery_img._4 {
    bottom: 7.55em;
    right: 2.3em;
  }

  .gallery_img._3 {
    top: -.6em;
  }

  .gallery_img._2 {
    top: 2.4em;
  }

  .slider {
    height: 600px;
  }

  .mask {
    border-radius: 40px;
    height: 600px;
    overflow: hidden;
  }

  .content-1 {
    border-radius: 20px;
  }

  .bold-text-10 {
    font-size: 3rem;
    line-height: 1;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .education-pic {
    width: auto;
    max-width: 1290px;
  }

  .edu-pic {
    max-width: 1280px;
  }

  .container-5 {
    max-width: 1200px;
  }

  .section-15 {
    height: 890px;
  }

  .div-block-72 {
    background-color: #34343400;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: .75fr 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-136 {
    height: auto;
    padding-right: 0;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.w--current {
    margin-right: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block-6 {
    padding-left: 20px;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

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

  .menu-icon-line-top, .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.overflow-hidden {
    background-color: #fff;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .spine._5 {
    inset: 0%;
  }

  .right-side-front {
    height: 100%;
  }

  .book-flipper {
    height: 95%;
  }

  .right-image-contain {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    height: 100%;
    max-height: none;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 60%;
    overflow: clip;
  }

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

  .div-block-11 {
    border-radius: 0 0 4px 4px;
  }

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

  .paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .image {
    border-radius: 8px 8px 0 0;
    width: 100%;
    overflow: clip;
  }

  .grid-4 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section-11 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-11.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section-11.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section-11.is-experience {
    padding-top: 4rem;
  }

  .section-11.is-hero {
    margin-top: 4.5rem;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .wrap_flex.is-align-top {
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .video_wall {
    margin-top: -20vh;
  }

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

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

  .locations_list {
    width: 100%;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .nav_menu-items {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: #fff;
  }

  .text-size-medium-2.l {
    margin-left: 0;
  }

  .nav_brand {
    width: 12rem;
    position: relative;
  }

  .quote_text {
    font-size: 10vw;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .hero_inner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_inner_content._1 {
    margin-left: 0;
  }

  .feature_visual {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .max-width-250 {
    max-width: 40rem;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .feature_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .navbar {
    height: 4.5rem;
  }

  .feature_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button-line {
    background-color: #080808;
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 4rem;
  }

  .image-overlay-2 {
    opacity: 1;
    background-image: url('../images/paper-3.png');
    background-position: 0 0;
    background-size: 150px;
    height: 100%;
    line-height: 20px;
    box-shadow: 14px 14px 10px #0000;
  }

  .education-pic {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

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

  .grid-8._3 {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-block-70 {
    width: 65%;
  }

  .div-block-71.l {
    padding-top: 20px;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    width: 95%;
  }

  .image-20 {
    max-width: 70%;
  }

  .visula-pic {
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-top: 1px solid #2e438e;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    display: flex;
    position: relative;
    inset: auto;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
    background-image: none;
    padding: 10px 10px 5px;
    position: relative;
  }

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

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-icon-line-top, .menu-icon-line-bottom {
    background-color: #434de7;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.overflow-hidden {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-icon-line-middle {
    background-color: #434de7;
  }

  .navbar-outer {
    height: 4rem;
  }

  .navbar-outer._15-padding {
    height: 5rem;
    padding-top: 15px;
  }

  .left-side-back {
    padding-right: 2px;
  }

  .image-overlay {
    background-size: 50px;
    box-shadow: 7px 7px 10px #00000003;
  }

  .pm-h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .right-side-front {
    padding-left: 2px;
  }

  .gif-arrow {
    width: 50px;
    height: 50px;
  }

  .book-flipper {
    height: 100%;
  }

  .open-notice {
    left: 176px;
  }

  .document-view {
    height: 300px;
  }

  .pm-text {
    font-size: 14px;
    line-height: 16px;
    transform: rotate(6deg)translate(19px);
  }

  .container-3 {
    margin-left: auto;
    padding-top: 335px;
    padding-left: 77px;
    padding-right: 72px;
  }

  .heading {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .grid-2 {
    width: 70%;
  }

  .image {
    overflow: clip;
  }

  .main-wrapper-2 {
    height: auto;
  }

  .section-7 {
    flex-flow: column;
    align-items: center;
    height: 68%;
    padding-top: 9px;
    padding-bottom: 0;
    overflow: auto;
  }

  ._3-columns-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-4 {
    width: 80%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section-11.is-video {
    margin-top: 2rem;
  }

  .section-11.is-bottom-cta {
    padding-top: 5rem;
  }

  .section-11.background-color-white {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-11.is-experience {
    padding-top: 4rem;
  }

  .is-word.is-2, .is-word.is-1 {
    font-size: 3rem;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .text-size-medium.c {
    text-align: center;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .container-large {
    width: 80%;
  }

  .heading-style-h1 {
    font-size: 7rem;
    line-height: .5;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .wrap_flex.is-align-top {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .locations_list {
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .z-index-2 {
    width: 95%;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .text-size-medium-2 {
    margin-left: 0;
  }

  .text-size-medium-2.l {
    text-align: center;
  }

  .quote_text {
    font-size: 4rem;
  }

  .heading-style-h1-2 {
    font-size: 7rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .feature_visual {
    aspect-ratio: 1;
  }

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

  .margin-top-24 {
    margin-top: 1rem;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

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

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

  .image-overlay-2 {
    background-size: 50px;
    box-shadow: 7px 7px 10px #00000003;
  }

  .pm-text-2 {
    font-size: 14px;
    line-height: 16px;
    transform: rotate(6deg)translate(19px);
  }

  .slider-2, .div-block-22.slide-1 {
    height: 700px;
  }

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

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

  .grid-8._3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .div-block-70 {
    flex-flow: column;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-71 {
    padding-top: 20px;
  }

  .div-block-71.l {
    padding-top: 0;
  }

  .section-15 {
    height: auto;
  }

  .div-block-72 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
  }

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

  .image-20 {
    max-width: 100%;
  }

  .menu-icon1 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .close-icon {
    z-index: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-icon2 {
    z-index: auto;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-3 {
    margin-right: 10px;
  }

  .text-block {
    font-size: 11px;
  }

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

  .div-block-6 {
    padding-left: 15px;
  }

  .navbar-outer._15-padding {
    padding-top: 10px;
  }

  .button.in-nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .image-overlay {
    width: 99%;
    box-shadow: 4px 4px 10px #00000003;
  }

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

  .book-flipper {
    height: 98%;
  }

  .open-notice {
    left: 177px;
  }

  .container-3 {
    padding-top: 284px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    border-radius: 10px;
  }

  .grid-2 {
    width: 90%;
  }

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

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

  .heading-2.l {
    text-align: left;
  }

  .paragraph {
    text-align: center;
    width: auto;
  }

  .paragraph.c {
    width: auto;
  }

  .section-6 {
    overflow: hidden;
  }

  .section-7 {
    height: 72%;
    overflow: auto;
  }

  .column {
    opacity: 1;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

  .section-8 {
    overflow: hidden;
  }

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

  .grid-4 {
    width: 90%;
  }

  .div-block-16 {
    display: block;
  }

  .container-4 {
    max-width: none;
    top: 106px;
  }

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper-two.mob {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: grid;
  }

  .footer-brand.mob {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-block-two {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .footer-form {
    margin-top: 40px;
  }

  .footer-form-container {
    padding-top: 10px;
  }

  .footer-form-block {
    margin-top: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-2.mob {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .div-block-19.mob {
    background-color: #16204300;
  }

  .section-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-11.is-location {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .section-11.is-video {
    margin-top: .25rem;
    padding-top: 2rem;
  }

  .section-11.background-color-black, .section-11.background-color-black._2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-11.is-bottom-cta {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section-11.background-color-white {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-11.is-experience {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .section-11.is-hero {
    height: 160vh;
    margin-top: 0;
  }

  .section-11.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form-input.is-green {
    text-align: center;
    border-radius: 1rem;
  }

  .is-word.is-4.s4 {
    font-size: 3rem;
  }

  .is-word.is-2 {
    margin-left: 10px;
    font-size: 3rem;
  }

  .is-word.is-2._2._1 {
    margin-left: 5px;
    font-size: 3rem;
  }

  .is-word.is-2.s2._1, .is-word.is-2.s2b, .is-word.is-3, .is-word.is-3._3, .is-word.is-3.s3, .is-word.is-3.s3b {
    font-size: 3rem;
  }

  .is-word.is-6, .is-word.is-5 {
    font-size: 1.8rem;
  }

  .is-word.is-1, .is-word.is-1._1, .is-word.is-1.s1, .is-word.is-1.s1b {
    font-size: 3rem;
  }

  .is-word.is-1.n._1 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .is-word.is-2, .is-word.is-1 {
    font-size: 2.5rem;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .video_section {
    height: 80vh;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

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

  .text-size-medium.m, .text-size-medium.m._5 {
    text-align: left;
  }

  .text-size-medium.l {
    text-align: left;
    margin-top: 10px;
  }

  .video_box, .video_bg {
    height: 100%;
  }

  .container-large {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: block;
  }

  .video_wrap {
    height: 80vh;
  }

  .heading-style-h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .heading-style-h1._3 {
    font-size: 3rem;
  }

  .locations_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wrap_flex.is-align-bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .wrap_flex.is-align-top._1 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .margin-bottom-48 {
    text-align: center;
  }

  .video_wall {
    height: 220vh;
    margin-top: -10vh;
  }

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .player_list {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }

  .button-2 {
    background-color: #1e2d5f;
    border-radius: 1rem;
  }

  .locations_item {
    align-self: auto;
  }

  .locations_list {
    grid-row-gap: 2rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
  }

  .z-index-2 {
    width: 100%;
  }

  .heading-style-h2.is-title {
    font-size: 5vw;
    line-height: 3;
  }

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

  .nav_menu-items {
    padding-top: 1rem;
  }

  .exp-slider_overlay {
    height: auto;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .quote_box {
    min-height: 80vh;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .text-size-medium-2.l {
    text-align: center;
  }

  .max-width-640 {
    justify-content: center;
    align-items: flex-start;
  }

  .quote_text {
    font-size: 3rem;
  }

  .nav_link {
    font-size: 12vw;
  }

  .heading-style-h1-2 {
    font-size: 5rem;
  }

  .stats_list {
    flex-flow: column;
    display: flex;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .hero_inner {
    justify-content: flex-end;
    align-items: center;
  }

  .hero_inner_content {
    justify-content: center;
    align-items: center;
  }

  .hero_inner_content._1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .feature_visual {
    aspect-ratio: 2 / 3;
  }

  .exp-slider_arrow.cc-right {
    display: none;
    left: 3.5rem;
  }

  .exp-slider_arrow.cc-left {
    display: none;
    left: 0;
  }

  .max-width-250 {
    max-width: 24rem;
  }

  .max-width-250.logostext {
    padding-bottom: 40px;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .margin-top-24._3 {
    justify-content: center;
    align-items: center;
  }

  .button-3 {
    border-radius: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery_img-box {
    font-size: .4rem;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

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

  .heading-5 {
    font-family: Playfair Display, sans-serif;
    font-size: 2.5rem;
  }

  .heading-5.centre {
    flex-flow: column;
  }

  .testi-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .testi-slider-one {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .slider {
    height: 820px;
  }

  .slider.one {
    height: 600px;
    padding-bottom: 50px;
  }

  .slider.testi {
    height: auto;
  }

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

  .mask {
    height: auto;
  }

  .mask.stu-testi {
    height: 600px;
  }

  .content-1 {
    height: 560px;
  }

  .content-1._1._2 {
    height: 600px;
  }

  .bold-text-10 {
    font-size: 2.4rem;
  }

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

  .image-overlay-2 {
    width: 99%;
    box-shadow: 4px 4px 10px #00000003;
  }

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

  .edu-pic {
    display: none;
  }

  .submit-button {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    display: none;
  }

  .tabs-content {
    padding-top: 0;
  }

  .div-block-70 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .code-embed-2 {
    display: none;
  }

  .div-block-71.l {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-72 {
    padding: 22px 0 0;
  }

  .grid-12 {
    width: 100%;
  }

  .div-block-136 {
    margin-top: 0;
    margin-left: 0;
  }

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

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

  .section-16 {
    display: none;
  }

  .mob-footer {
    background-image: url('../images/Footer-bg–-mob.png');
    background-position: 50% 0;
    background-size: cover;
    display: block;
  }

  .close-icon {
    display: flex;
    overflow: visible;
  }

  .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10, .list-11, .list-12, .list-13, .list-14, .list-15, .list-16, .list-17, .list-18, .list-19, .list-20, .list-21, .list-22, .list-23, .list-24, .list-25, .list-26, .list-27, .list-28 {
    padding-left: 20px;
  }

  .menu-button-2 {
    position: relative;
    overflow: visible;
  }

  .image-21, .image-22 {
    max-width: 97%;
  }

  .image-23 {
    z-index: 2;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .mob-pic {
    z-index: 2;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .div-block-144 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-17, .mob-map {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-3 {
    display: none;
  }

  .mob-form {
    display: block;
  }
}

#w-node-c57aaade-079f-a214-44de-beddcb57363b-defe06a9 {
  align-self: center;
}

#w-node-_96f46953-ca7e-3321-d8a0-33b71bea338c-defe06a9, #w-node-_1c301a66-1bd0-2d8d-518c-77cc2fa00e70-defe06a9 {
  place-self: auto;
}

#w-node-fc2848ae-7449-0451-8af4-e913789c9b8c-defe06a9 {
  place-self: center;
}

#w-node-_28dbba0f-d8cd-a5a7-4208-4be903ba56cf-defe06a9 {
  place-self: stretch stretch;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe22-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe23-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe25-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe26-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe29-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe2a-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe2c-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe2d-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe30-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe31-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe33-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe34-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe37-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe38-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe3a-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-a4d63e26-848f-ddfc-3f59-b413365cfe3b-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_82d72b25-b184-9a4d-db0b-122bba82dfd6-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_82d72b25-b184-9a4d-db0b-122bba82dfd7-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_82d72b25-b184-9a4d-db0b-122bba82dfd9-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_82d72b25-b184-9a4d-db0b-122bba82dfda-defe06a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4ddfedba-e35f-7c61-f69f-78c418f403c1-defe06a9 {
  place-self: center end;
}

#w-node-_5ef9a14c-5b5a-1f64-890b-a4095fdcc8db-defe06a9 {
  place-self: center;
}

#w-node-_09afcfa2-1a33-2bec-e971-c74483c1449b-defe06a9 {
  place-self: auto center;
}

#w-node-a327f0db-bda2-155d-d5cc-432d5bf069de-defe06a9 {
  place-self: center;
}

#w-node-a327f0db-bda2-155d-d5cc-432d5bf069df-defe06a9 {
  place-self: auto center;
}

#w-node-a93ed7ce-0594-9d86-3557-9ddc4f15cec5-defe06a9 {
  place-self: center start;
}

#w-node-f659097b-73c6-120f-79e4-2ceafcb27c52-650781fe {
  align-self: auto;
}

#w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922d8-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922da-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922dc-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922de-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922e0-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922e2-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922e4-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922e6-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922e8-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922ea-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922ec-19dbc4de, #w-node-_24bfb2de-48eb-7c37-0b56-32c50e8922ee-19dbc4de {
  place-self: stretch stretch;
}

#w-node-cd72cdce-fe9a-c782-a547-216c4e34af98-ecc83217 {
  align-self: stretch;
}

#w-node-cd72cdce-fe9a-c782-a547-216c4e34af9c-ecc83217 {
  place-self: stretch stretch;
}

#w-node-cd72cdce-fe9a-c782-a547-216c4e34afa0-ecc83217, #w-node-cd72cdce-fe9a-c782-a547-216c4e34afa4-ecc83217, #w-node-cd72cdce-fe9a-c782-a547-216c4e34afa8-ecc83217, #w-node-cd72cdce-fe9a-c782-a547-216c4e34afac-ecc83217, #w-node-cd72cdce-fe9a-c782-a547-216c4e34afb0-ecc83217, #w-node-cd72cdce-fe9a-c782-a547-216c4e34afb4-ecc83217, #w-node-_63b88ede-bb04-fa76-e15f-70c3c8aa9046-ecc83217 {
  align-self: stretch;
}

#w-node-e1659d78-f0b9-9769-b5df-f616b6750b49-ecc83217 {
  place-self: stretch stretch;
}

#w-node-_26eadaff-222d-cd6a-0af6-d94f37434826-ecc83217, #w-node-_06b66a07-7201-dfef-2bfb-78023211badf-ecc83217, #w-node-_7caeaafc-bbd7-1dd0-bf5c-261b165298bd-ecc83217, #w-node-edd1b263-2073-06aa-8561-7288319e2555-ecc83217, #w-node-bdbe406e-7840-6aec-4740-84ef9f219c16-ecc83217, #w-node-a2d5433e-7fa9-eede-e6b1-8ef422f2d3ae-ecc83217 {
  align-self: stretch;
}

#w-node-_68c84201-fe1a-884d-cd1d-d6b37e066445-ecc83217 {
  place-self: stretch;
}

#w-node-_281b4dec-b6a6-ef96-bc76-f491d33fec13-ecc83217 {
  place-self: auto stretch;
}

#w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee7993-ecc83217 {
  align-self: stretch;
}

#w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee7997-ecc83217 {
  place-self: stretch stretch;
}

#w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee79a0-ecc83217, #w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee79a4-ecc83217, #w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee79a8-ecc83217, #w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee79ac-ecc83217, #w-node-b4756a04-94a8-ad74-3f06-e9ebd2ee79b0-ecc83217, #w-node-bb6b723a-8e3d-cfbb-33d5-1161f73b01e8-ecc83217 {
  align-self: stretch;
}

#w-node-_22ff3b77-ae6d-6de5-3102-420d4e4724b6-ecc83217 {
  place-self: stretch stretch;
}

#w-node-_525bfbb0-fe61-daf0-7402-ec938226d9b5-ecc83217, #w-node-_3206b5e1-a89f-d8bb-015e-48983da91524-ecc83217, #w-node-e5ce46fb-285e-4347-c8a3-efdf0ae73860-ecc83217, #w-node-e6c3f18a-bcf0-7589-79cf-c8074e298a72-ecc83217, #w-node-_40c2b2ec-7890-d459-6e3a-d2959ce173c8-ecc83217 {
  align-self: stretch;
}

#w-node-_3a21c15a-d140-756f-a7f9-2e2c50540aea-ecc83217, #w-node-_4ebc6d63-3b23-7452-06dd-f87a9c74192d-ecc83217 {
  place-self: auto stretch;
}

#w-node-_2b67c345-862a-0a8f-4286-a6330b212f6d-ecc83217, #w-node-_98637213-a53c-8bd6-3a69-1033ea3f4a02-ecc83217 {
  place-self: stretch;
}

#w-node-_4fb45020-a9f1-45df-8853-9dd7f17bdcc0-ecc83217, #w-node-_3d030406-0f57-4764-8390-bab5e023271d-ecc83217 {
  place-self: auto stretch;
}

#w-node-_5db6cb50-a99e-de5f-4da1-4bedc0d64a75-8a9c5ae1, #w-node-_5db6cb50-a99e-de5f-4da1-4bedc0d64a73-8a9c5ae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_265d045e-1279-399a-c465-0aba788f75ef-8a9c5ae1, #w-node-e4b02042-1042-3d91-0912-90d8dd6021b9-8a9c5ae1, #w-node-_788472d9-c806-5084-adb8-d4874f550598-8a9c5ae1 {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-fc2848ae-7449-0451-8af4-e913789c9b8c-defe06a9, #w-node-_28dbba0f-d8cd-a5a7-4208-4be903ba56cf-defe06a9 {
    place-self: stretch stretch;
  }

  #w-node-_4ddfedba-e35f-7c61-f69f-78c418f403c1-defe06a9, #w-node-cdd19fde-d1c4-1994-6fb4-ff5cd9b1fe15-650781fe {
    align-self: center;
  }

  #w-node-_5db6cb50-a99e-de5f-4da1-4bedc0d64a75-8a9c5ae1 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a93ed7ce-0594-9d86-3557-9ddc4f15cec5-defe06a9 {
    justify-self: center;
  }

  #w-node-_6e2a6484-8e9a-e233-0056-68ee8d6a937f-defe06a9 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4d63e26-848f-ddfc-3f59-b413365cfe22-defe06a9, #w-node-_82d72b25-b184-9a4d-db0b-122bba82dfd6-defe06a9 {
    justify-self: start;
  }

  #w-node-a93ed7ce-0594-9d86-3557-9ddc4f15cec5-defe06a9 {
    justify-self: center;
  }

  #w-node-_265d045e-1279-399a-c465-0aba788f75ef-8a9c5ae1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


