:root {
  --dark-blue: #002c4e;
  --yellow: #f0c200;
  --pale-yellow: #fff6d1;
  --blue: #003d6b;
}

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-large {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-small {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/mecc-logo-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 3.75rem;
  margin-right: auto;
  display: flex;
}

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

.heading-style-h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.grid_4-colunas {
  z-index: 55;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section_images {
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.padding-global {
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_hero {
  overflow: hidden;
}

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

.section_navbar {
  background-color: #fff0;
  border-bottom: 1px solid #0000;
  position: sticky;
  inset: 0% 0% auto;
}

.section_navbar.is-inside {
  background-color: var(--dark-blue);
}

.main-wrapper {
  margin-top: -162px;
  overflow: hidden;
}

.image-banner {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  position: relative;
}

.image-banner.is-img_1 {
  width: 100%;
  position: relative;
  inset: 0 0 0%;
}

.image-banner.is-img_2 {
  z-index: 1;
}

.image-banner.is-img_3 {
  position: relative;
  inset: 0% 0% 0% auto;
}

.image-banner.is-img_4 {
  z-index: 1;
}

.padding-section-large {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.text-wrap.mod--ceo {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text {
  text-align: center;
  position: relative;
}

.heading-medium {
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-medium.mod--ceo {
  color: #002c4e;
  text-align: center;
  align-items: center;
  padding-bottom: .25rem;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.heading-medium.mod--ceo.opacity {
  opacity: .24;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--ceo {
  white-space: nowrap;
  margin-bottom: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.padding-section-alt {
  background-image: url('../images/hero-tablet.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 750px;
  margin-bottom: -150px;
  padding-top: 10rem;
  padding-bottom: 7rem;
  display: flex;
}

.button-login {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--yellow);
  color: #000;
  white-space: nowrap;
  border-bottom: 0 solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  position: relative;
}

.button-login:hover {
  border-radius: 5px;
}

.heading-style-h3 {
  color: var(--dark-blue);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.image-78 {
  width: 26px;
  font-size: 19px;
}

.content-box-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.content-box-copy.is-sticky {
  padding-right: 0;
  position: sticky;
  top: 25vh;
}

.content-box-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.content-box-image._2 {
  width: 60%;
}

.text-regular {
  text-align: left;
  max-width: 600px;
  margin-right: auto;
  font-size: 20px;
  line-height: 31px;
}

.text-regular.president-welcome {
  font-size: 18px;
  line-height: 26px;
}

.content-box-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.content-box-wrap._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
}

.play-wrapper {
  z-index: 3;
  background-color: var(--yellow);
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.is-magnetic.is-absolut {
  z-index: 2;
  position: absolute;
  bottom: -35px;
}

.header__nav {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-3 {
  margin-right: 0;
  font-size: 18px;
}

.text-block-3:hover {
  text-decoration: none;
}

.hover-line {
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% -5px;
  overflow: hidden;
}

.dropdown-2 {
  margin-right: 0;
  position: static;
}

.button-link {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.button-link.w--current {
  color: var(--yellow);
  background-color: #0000;
}

.hover-line-fill {
  background-color: var(--yellow);
  width: 100%;
  height: 100%;
}

.videoplay {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.layout18_lightbox {
  z-index: 600;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
}

.d-8-trip {
  background-image: linear-gradient(#00000080, #00000080), url('../images/maxresdefault.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-8-trip:hover {
  flex-grow: 4;
}

.d-8-trip.three {
  background-image: url('../images/video-thumbnail.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50px;
  width: 100%;
  min-height: 200px;
  overflow: visible;
}

.section-numbers {
  background-image: url('../images/Mask-group-1.svg'), url('../images/Mask-group.svg'), linear-gradient(180deg, #fff 65%, var(--pale-yellow) 65%, var(--pale-yellow));
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, 100%, auto;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.section-numbers.alumni {
  background-image: url('../images/Mask-group-1.svg'), url('../images/Mask-group.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  width: 100vw;
  margin-top: -100px;
  margin-bottom: -100px;
}

.countupnumberswrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.counter-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 3ch;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.yellow-span {
  color: var(--yellow);
}

.what-makes-us-section {
  position: relative;
}

.steps-tracker {
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.teaser-column {
  width: 45%;
}

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

.teaser-img._1 {
  z-index: 9;
}

.teaser-img._1.mobile {
  display: none;
}

.teaser-img._3 {
  z-index: 7;
}

.teaser-img._3.mobile {
  display: none;
}

.teaser-img._2 {
  z-index: 8;
}

.teaser-img._2.mobile {
  display: none;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -78px;
}

.steps-circle.center {
  top: auto;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.steps-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.p-teaser-img-wrap {
  border-radius: 25px;
  height: 90vh;
  max-height: 540px;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.subtitle {
  color: var(--dark-blue);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2em;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  position: relative;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: block;
  position: relative;
}

.heading-8 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-8.small {
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 26px;
}

.heading-8.is-white {
  color: #fff;
}

.steps-icon {
  z-index: 10;
  color: #272727;
  background-color: #e8edea5e;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: none;
  position: relative;
}

.teaser-grid {
  justify-content: center;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.decorativeline {
  background-color: var(--yellow);
  width: 50px;
  height: 3px;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-circle-outline {
  background-image: url('../images/logo-yellow-accent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.body-display {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.teaser-section {
  background-color: var(--pale-yellow);
}

.content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 52ch;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teaser-container {
  max-width: 1350px;
}

.presidents-welcome {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 25px;
}

.president-welcome-section {
  background-image: url('../images/yellow-divider.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 200px;
  display: flex;
  position: relative;
}

.signoff-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hover-line-fill-3 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.hover-line-fill-3.black {
  background-color: var(--yellow);
}

.section_footer {
  color: #fff;
  background-image: url('../images/blue-divider.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.container-large-2 {
  color: #fff;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.button-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  position: relative;
}

.button-link-2.w--current {
  color: #9e99fa;
  background-color: #0000;
}

.button-link-3 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.button-link-3.w--current {
  color: #9e99fa;
  background-color: #0000;
}

.sign-off-div-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.hover-line-3 {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 48px;
  display: grid;
}

.footer-copyright-2 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: inline-block;
}

.padding-global-2 {
  background-color: var(--dark-blue);
  width: 100%;
  padding: 48px 2.5rem 32px;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-hover-link {
  color: #fff;
  background-image: url('../images/yellow-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 8px;
  text-decoration: none;
  position: relative;
}

.outline-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 3px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -19px;
  padding: 16px 24px;
  display: flex;
}

.wraper-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.social-icons:hover {
  text-decoration: underline;
}

.code-embed {
  color: #fff;
  width: 25px;
  height: 100%;
}

.code-embed:hover {
  color: var(--yellow);
}

.nav-background {
  z-index: 0;
  background-color: var(--dark-blue);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.accent {
  z-index: 5;
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: auto;
  right: -15px;
}

.heading-style-h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 125%;
}

.contentwrapper-2 {
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.breadcumbs-divider {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #1c304e;
  border-radius: .25rem;
  min-width: 165px;
  padding: .7rem 1rem;
  transition: all .2s;
}

.button-2:hover {
  background-color: #345d8c;
  border-color: #345d8c;
}

.heading-style-h1-2 {
  color: var(--blue);
  margin-top: 0;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.1;
}

.breadcrumb-a {
  color: #345d8c;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs-div {
  color: #727272;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 48px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section_inside-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.section_inside-page-content._2 {
  padding-left: 0;
}

.text-size-normal {
  margin-top: auto;
  font-size: 16px;
  line-height: 26px;
}

.text-size-normal.large {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-normal.is-small {
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumb-current {
  color: #345d8c;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
}

.main-wrapper-2 {
  overflow: hidden;
}

.content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.content-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.content-col.is-full {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  padding-bottom: 48px;
  display: flex;
}

.services-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 48px;
  display: grid;
}

.services-section {
  color: #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-section.is-white {
  color: #333;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.services-hover-link {
  background-image: url('../images/yellow-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-left: 20px;
  padding-right: 8px;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.services-hover-link.w--current {
  color: #9e99fa;
  background-color: #0000;
}

.past-clients-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 100px;
  display: flex;
}

.image-79 {
  max-width: 900px;
}

.breadcrumb-wrap {
  background-color: #f5f5f5;
  width: 100vw;
  margin-right: -32px;
}

.content-box-row {
  background-color: var(--blue);
  color: #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.boxcopywrapper {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2-2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 125%;
}

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

.apprication-cta-box {
  background-color: var(--pale-yellow);
  border-radius: 25px;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.event-name {
  color: var(--yellow);
  margin-bottom: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.detail-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 7px;
}

.date-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  display: flex;
}

.inside-pages-paragraph {
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.latest-post-author {
  color: #b5b5b5;
  margin-left: 0;
  font-size: 15px;
  line-height: 18.27px;
  display: inline-block;
}

.latest-post-author.text-granite-grey {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.event-detail {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.dates-section {
  background-color: var(--blue);
  color: #fff;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.event-details-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.events-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 48px;
  display: grid;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 20px;
  display: flex;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-wrap {
  z-index: 5;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.what-question {
  color: #414141;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.what-question.futura-demi {
  font-size: 18px;
  font-weight: 600;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #21272a;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.what-outer {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 48em;
  display: flex;
}

.what-i-do {
  z-index: 1;
  background-color: var(--pale-yellow);
  border-radius: 25px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.sponsirs-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  display: grid;
}

.sponsor {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.card-front-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.d-31-p {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.image {
  background-color: #e2e2e2;
  border: 2px solid #fff;
  border-radius: 300px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.blog-heading {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.d-31-card {
  cursor: pointer;
  background-color: #0000;
  border-radius: 25px;
  height: 100%;
  padding: 0;
  position: relative;
  inset: 0;
  box-shadow: 8px 8px 10px -3px #0003;
}

.testimonial-card-back {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
  font-size: 18px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.testimonial-card-wrapper {
  perspective: 1000px;
  width: 100%;
  max-width: 50%;
  position: static;
  transform: rotate(0);
}

.testimonial-card-front {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--yellow);
  box-shadow: none;
  backface-visibility: hidden;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.subheading {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.testimonial-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.headings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #474747;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-wrap {
  width: 100%;
  max-width: 900px;
}

.tabs {
  width: 100%;
  padding-left: 32px;
}

.tabs-content {
  overflow: visible;
  position: relative;
}

.tab-pane {
  border-radius: 15px;
  padding-top: 48px;
  padding-bottom: 24px;
}

/* Hide logos that don't match active tab, but maintain space */
.alumni-companies .logo-alumni {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.alumni-companies .logo-alumni[data-category-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.tab-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link {
  color: #1c304e;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 8px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 24px;
}

.tab-link:hover {
  background-color: var(--yellow);
  border-bottom-left-radius: 15px;
}

.tab-link.w--current {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 15px;
}

.alumni-companies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 100px;
  display: flex;
}

.logo-alumni {
  object-fit: contain;
  max-height: 40px;
}

.team-member-image-01 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.team-member-image-01._8 {
  background-image: url('../images/riya.jpeg');
}

.team-member-image-01._5 {
  background-image: url('../images/aiden_headshot.jpg');
}

.team-member-image-01._2 {
  background-image: url('../images/aj_headshot.jpeg');
}

.team-member-image-01._1 {
  background-image: url('../images/Suchir_headshot.jpg');
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.team-member-image-01._3 {
  background-image: url('../images/Chrissi_headshot.JPG');
}

.team-member-image-01._6 {
  background-image: url('../images/mettke_headshot.jpg');
}

.team-member-image-01._4 {
  background-image: url('../images/jack_headshot.jpeg');
}

.team-member-image-01._7 {
  background-image: url('../images/Madeline_headshot.JPG');
}

.team-member-image-01._9 {
  background-image: url('../images/navya_headshot.jpeg');
}

.team-member-01 {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: hidden;
}

.team-member-01:hover {
  border-color: #fff;
  box-shadow: 1px 1px 20px #00000029;
}

.team-member-info-01 {
  border-style: solid none none;
  border-width: 5px 1px 1px;
  border-color: var(--yellow) black black;
  background-color: #fff;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.job-title {
  opacity: .75;
  color: #525252;
  font-size: 16px;
  line-height: 22px;
}

.team-grid-01 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
  padding-left: 48px;
  padding-right: 48px;
}

.team-section-01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.heading-3.team-member {
  color: var(--blue);
  margin-bottom: 6px;
}

.linked-in-img {
  width: 24px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.student-testimonials {
  color: #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}

.d-88-menu-trigger-wrapper {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}

.d-88-trigger-line-3 {
  background-color: #005eb8;
  border-radius: 20px;
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
}

.faq-question {
  color: #000;
  border-top: 1px solid #00bed2;
  border-bottom: 1px #00bed2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: #00778b;
}

.ths02-side-nav-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.ths02-side-nav-link:hover {
  color: #82c50f;
}

.burgersidemenu {
  z-index: 25000;
  background-color: #008457;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 400px;
  max-width: 400px;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: 0 0% 0% 100%;
}

.sidemenubtn {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.ths02-side-nav-links-block {
  flex-direction: column;
  font-size: 14px;
  display: flex;
}

.burger-menu-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cases-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

@media screen and (min-width: 1920px) {
  .section-numbers {
    min-height: 600px;
  }

  .section_footer {
    padding-top: 100px;
  }

  .content-col.is-full {
    max-width: 1200px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 991px) {
  .padding-small {
    height: 80px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-small {
    flex-flow: column;
    display: flex;
  }

  .heading-style-h1 {
    margin-top: 0;
    font-size: 5rem;
  }

  .padding-global.tablet-alt {
    padding-top: 0;
  }

  .section_navbar.is-inside {
    background-color: var(--dark-blue);
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    padding: 1rem 0 1rem 1rem;
  }

  .image-banner {
    aspect-ratio: 1;
    height: 100%;
    max-height: 300px;
  }

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

  .text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .text-wrap.mod--ceo {
    position: absolute;
  }

  .padding-section-alt {
    background-image: url('../images/hero-tablet.jpg');
    background-position: 50% 100%;
    height: auto;
    margin-bottom: -100px;
  }

  .heading-style-h3 {
    font-size: 48px;
  }

  .content-box-copy {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .content-box-copy.is-sticky {
    order: -9999;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .content-box-image {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    aspect-ratio: auto;
    width: 100%;
  }

  .content-box-image._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    width: 100%;
  }

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

  .text-regular.president-welcome {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 23px;
  }

  .text-regular.home {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .content-box-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content-box-wrap._2 {
    padding-top: 0;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .is-magnetic.is-absolut {
    top: -35px;
    bottom: auto;
  }

  .header__nav {
    display: none;
  }

  .videoplay {
    margin-top: auto;
  }

  .d-8-trip {
    width: 100%;
    height: 350px;
  }

  .d-8-trip.three {
    order: -9999;
    min-height: 300px;
  }

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

  .section-numbers.alumni {
    min-height: auto;
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .countupnumberswrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    margin-top: 0;
    display: grid;
  }

  .countupnumberswrap._2 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    padding-left: 32px;
    padding-right: 32px;
    justify-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  
  .countupnumberswrap._2 .numbers-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .counter-text {
    width: 3ch;
    font-size: 80px;
  }

  .steps-tracker {
    margin-left: 25px;
    display: none;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-img {
    border-radius: 15px;
    height: 300px;
    position: relative;
    inset: auto;
  }

  .teaser-img._1.mobile, .teaser-img._3.mobile, .teaser-img._2.mobile {
    display: inline-flex;
  }

  .steps-circle {
    display: none;
  }

  .steps-cards {
    flex-flow: column;
    display: flex;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .subtitle {
    text-align: center;
    font-size: 48px;
  }

  .steps-card {
    min-height: auto;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
    align-content: start;
    place-items: start center;
  }

  .body-display {
    font-size: 16px;
  }

  .content-center {
    max-width: 45ch;
    margin-bottom: 64px;
  }

  .presidents-welcome {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    max-height: 400px;
  }

  .section_footer {
    padding-top: 3rem;
  }

  .hoverbtn-2 {
    line-height: 1.6em;
  }

  .button-link-2, .button-link-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .sign-off-div-wrap {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-template-columns: auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright-2 {
    float: left;
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .padding-global-2 {
    z-index: 5;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
  }

  .footer-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-hover-link {
    padding-right: 0;
  }

  .contentwrapper-2 {
    width: 100%;
    max-width: none;
  }

  .breadcrumbs-div {
    padding-right: 32px;
    display: none;
  }

  .section_inside-page-content {
    flex-flow: column;
  }

  .section_inside-page-content._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-size-normal {
    font-size: 16px;
  }

  .content-container {
    flex-direction: column;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .content-col.is-full {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .services-hover-link {
    padding-right: 0;
  }

  .past-clients-section {
    padding-top: 64px;
  }

  .image-79 {
    width: 80%;
    max-width: none;
  }

  .breadcrumb-wrap {
    display: none;
  }

  .content-box-row {
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 24px;
  }

  .boxcopywrapper {
    grid-row-gap: 24px;
    width: 100%;
  }

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

  .faq-wrap {
    z-index: 1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }

  .what-outer {
    width: 95%;
  }

  .sponsirs-grid {
    grid-template-rows: 1fr 1fr;
  }

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

  .card-front-content {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .d-31-p {
    color: #333;
  }

  .d-31-card {
    display: block;
  }

  .testimonial-card-back {
    background-color: var(--yellow);
    padding-top: 0;
    transform: none;
  }

  .testimonial-card-wrapper {
    background-color: var(--yellow);
    border-radius: 25px;
    max-width: 100%;
  }

  .testimonial-card-front, .testimonial-card-front.alt-yellow {
    position: static;
  }

  .testimonial-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .tabs-wrap {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs {
    padding-left: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-pane {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .tab-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .alumni-companies {
    padding: 0 16px 60px;
  }

  .logo-alumni {
    max-height: 33px;
  }

  .team-grid-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-section-01 {
    padding-top: 0;
  }

  .student-testimonials {
    width: 100vw;
  }

  .numbers-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
  }

  .d-88-menu-trigger-wrapper {
    display: flex;
  }

  .d-88-trigger-line-3 {
    background-color: var(--yellow);
    width: 28px;
    height: 3px;
  }

  .ths02-side-nav-link {
    margin-bottom: 0;
  }

  .burgersidemenu {
    background-color: var(--dark-blue);
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 95vh;
    padding: 48px 48px 100px;
    display: flex;
    top: 100%;
  }

  .sidemenubtn {
    font-size: 18px;
    line-height: 30px;
  }

  .sidemenubtn:hover {
    color: var(--yellow);
  }

  .ths02-side-nav-links-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 16px;
  }

  .burger-menu-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #fff;
    height: auto;
    margin-top: auto;
  }

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

@media screen and (max-width: 767px) {
  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .grid_4-colunas {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-wrapper {
    margin-top: -100px;
  }

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

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .padding-section-alt {
    background-position: 50% 0;
  }

  .button-login {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

  .section-numbers {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .countupnumberswrap {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-flow: wrap;
  }

  .counter-text {
    font-size: 64px;
    line-height: 100%;
  }

  .subtitle {
    font-size: 32px;
  }

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

  .teaser-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .content-center {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_footer {
    padding-top: 2rem;
  }

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

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    justify-content: center;
    place-items: start center;
    padding-top: 0;
  }

  .footer-copyright-2 {
    float: none;
    text-align: center;
    margin-bottom: .5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer-hover-link {
    background-size: 7px;
    padding-left: 13px;
  }

  .outline-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

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

  .button-2 {
    min-width: auto;
  }

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

  .breadcrumbs-div {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .content-container._2 {
    padding-bottom: 0;
  }

  .content-col.is-full {
    padding-left: 0;
    padding-right: 0;
  }

  .services-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .services-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: -48px;
    margin-right: -48px;
    padding-top: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .services-section.is-white {
    margin-left: 0;
    margin-right: 0;
  }

  .services-section._2 {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .past-clients-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-79 {
    width: 90%;
  }

  .content-box-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .boxcopywrapper {
    width: 100%;
  }

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

  .detail-icon {
    width: 15px;
    height: 15px;
  }

  .date-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .latest-post-author {
    margin-bottom: 7px;
  }

  .latest-post-author.text-granite-grey {
    margin-bottom: 0;
  }

  .dates-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 48px;
    padding-bottom: 0;
    display: flex;
  }

  .events-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .what-outer {
    width: 100%;
  }

  .sponsirs-grid {
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  .sponsor {
    width: 50%;
  }

  .testimonial-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .alumni-companies {
    padding: 32px 32px 64px;
  }

  .team-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .team-section-01 {
    padding-left: 0;
    padding-right: 0;
  }

  .student-testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .burgersidemenu {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .ths02-side-nav-links-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .burger-menu-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .brand-link {
    width: 120px;
    height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .heading-medium.mod--ceo {
    font-size: 3.8vw;
  }

  .padding-section-alt {
    background-image: url('../images/mobile-hero.png');
    background-position: 50% 100%;
  }

  .button-login {
    display: flex;
  }

  .content-box-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .content-box-image {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-regular {
    font-size: 16px;
    line-height: 26px;
  }

  .content-box-wrap {
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-box-wrap._2 {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .play-wrapper {
    border-width: 3px;
    width: 3.5em;
    height: 3.5em;
  }

  .dropdown-2 {
    margin-left: 0;
  }

  .button-link {
    width: 45%;
    margin-right: .8rem;
  }

  .videoplay {
    height: 0%;
  }

  .layout18_lightbox {
    margin-left: 20px;
  }

  .d-8-trip {
    height: 250px;
  }

  .d-8-trip.three {
    min-height: 275px;
  }

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

  .section-numbers.alumni {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .countupnumberswrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    display: grid;
  }

  .countupnumberswrap._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .counter-text {
    font-size: 48px;
  }

  .steps-tracker, .steps-circle {
    display: none;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .steps-card {
    padding-top: 0;
  }

  .heading-8.small {
    margin-bottom: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .teaser-container {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .presidents-welcome {
    max-height: 275px;
  }

  .president-welcome-section {
    padding-top: 100px;
  }

  .signoff-div {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_footer {
    padding-top: 1rem;
  }

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

  .button-link-3 {
    margin-right: .8rem;
  }

  .footer-grid {
    padding-bottom: 3rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-copyright-2 {
    text-align: center;
    margin-bottom: 1rem;
  }

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

  .footer-hover-link {
    margin-right: .8rem;
  }

  .outline-div {
    border-width: 1px;
  }

  .wraper-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .accent {
    display: none;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 1.9rem;
    line-height: 120%;
  }

  .contentwrapper-2 {
    max-width: 100%;
  }

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

  .breadcrumbs-div {
    display: none;
  }

  .section_inside-page-content._2 {
    padding-right: 0;
  }

  .content-container {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .content-col {
    width: 100%;
  }

  .content-col.is-full {
    padding-bottom: 0;
  }

  .services-grid {
    justify-items: center;
    padding-bottom: 2rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-section {
    margin-left: -24px;
    margin-right: -24px;
  }

  .services-hover-link {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .past-clients-section {
    padding-bottom: 20px;
  }

  .breadcrumb-wrap {
    display: none;
  }

  .heading-style-h2-2 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 120%;
  }

  .event-name {
    text-align: left;
  }

  .date-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .latest-post-author.text-granite-grey {
    text-align: left;
  }

  .dates-section {
    margin-right: -24px;
  }

  .events-grid {
    padding-bottom: 2rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-large {
    font-size: 16px;
  }

  .what-outer {
    width: 100%;
  }

  .sponsirs-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sponsor {
    width: auto;
  }

  .testimonial-wrap {
    padding-bottom: 2rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-front-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .d-31-p {
    color: #333;
    line-height: 24px;
  }

  .image {
    border: 2px solid #fff;
  }

  .d-31-card {
    flex-flow: column;
    display: flex;
  }

  .testimonial-card-back {
    color: #333;
    padding: 0 24px 16px;
    transform: none;
  }

  .testimonial-card-front {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 16px 24px 0;
    display: flex;
    position: relative;
  }

  .testimonial-card-front.alt-yellow {
    background-color: var(--yellow);
  }

  .testimonial-row {
    width: 100%;
  }

  .headings {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tab-link {
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px 10px;
  }

  .tab-link.w--current {
    padding: 6px 10px;
  }

  .team-member-image-01 {
    height: 250px;
  }

  .team-grid-01 {
    grid-template-columns: 1fr;
    padding-left: 48px;
    padding-right: 48px;
  }

  .student-testimonials {
    padding-top: 80px;
  }

  .numbers-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .burgersidemenu {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

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

#w-node-_045f0762-4ccf-e7b9-301a-db8167de2f86-bc2b0c4c, #w-node-_045f0762-4ccf-e7b9-301a-db8167de2f87-bc2b0c4c, #w-node-_045f0762-4ccf-e7b9-301a-db8167de2f88-bc2b0c4c, #w-node-_045f0762-4ccf-e7b9-301a-db8167de2f89-bc2b0c4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ff92-bc2b0c4c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ff96-bc2b0c4c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ff98-bc2b0c4c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ff9f-bc2b0c4c {
  align-self: stretch;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffa0-bc2b0c4c {
  align-self: end;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffb1-bc2b0c4c {
  align-self: stretch;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffb2-bc2b0c4c {
  place-self: start;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffb5-bc2b0c4c {
  align-self: end;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffc1-bc2b0c4c {
  align-self: stretch;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffc2-bc2b0c4c {
  place-self: start;
}

#w-node-e63f322d-7252-2a7b-8243-96208430ffc5-bc2b0c4c {
  align-self: end;
}

#w-node-dc8cd950-a37d-2af8-f2c6-043eae688934-d36d007b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dc8cd950-a37d-2af8-f2c6-043eae688937-d36d007b {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_4eee551c-d2ec-af59-0de0-babb12062cf2-d36d007b {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_58cc9980-0e3f-9bfd-b428-1bf8f16a5635-d36d007b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58cc9980-0e3f-9bfd-b428-1bf8f16a5638-d36d007b, #w-node-_58cc9980-0e3f-9bfd-b428-1bf8f16a563e-d36d007b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f6134ada-c401-2121-cf3f-04a66577a0c7-d36d007b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6134ada-c401-2121-cf3f-04a66577a0ca-d36d007b, #w-node-f6134ada-c401-2121-cf3f-04a66577a0d0-d36d007b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_45929904-eb53-1016-11bc-a8726ee66394-d36d007b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45929904-eb53-1016-11bc-a8726ee66397-d36d007b, #w-node-_45929904-eb53-1016-11bc-a8726ee6639d-d36d007b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f83eb38d-77e3-a33b-787d-0a7b5dab50ab-d36d007b {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_482b406c-e9e9-467f-5625-9d6b4f00d165-bc2b0c4c {
    justify-self: end;
  }

  #w-node-_3b1723e4-2919-486b-758e-a3918c24b630-bc2b0c4c {
    justify-self: start;
  }

  #w-node-_31567bb1-9ef9-6abc-4323-a2bb091627da-bc2b0c4c {
    justify-self: end;
  }

  #w-node-_8dda25e0-d9ab-9fe0-9782-a39732ab7514-bc2b0c4c {
    justify-self: start;
  }

  #services.w-node-e63f322d-7252-2a7b-8243-96208430ff91-bc2b0c4c {
    order: 9999;
  }

  #w-node-e63f322d-7252-2a7b-8243-96208430ff96-bc2b0c4c {
    grid-row-end: 3;
  }

  #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e096e-fba434e0, #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e0976-fba434e0, #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e097e-fba434e0 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_74ab26ca-3437-3c29-b35a-e0c4f19adf80-f19adf60, #w-node-c8fa12b6-2a61-40ce-9410-6d094b4af7d2-d36d007b, #w-node-eae0cec5-83c3-b55e-a992-c9d6902f48da-d36d007b, #w-node-f83eb38d-77e3-a33b-787d-0a7b5dab50ab-d36d007b, #w-node-_2073f09f-5c44-a285-1cd7-2698bca6784c-d36d007b {
    justify-self: center;
  }

  #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e096e-fba434e0, #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e0976-fba434e0, #w-node-_39b6f1e8-914c-f73f-c352-16e80b3e097e-fba434e0 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_482b406c-e9e9-467f-5625-9d6b4f00d165-bc2b0c4c, #w-node-_3b1723e4-2919-486b-758e-a3918c24b630-bc2b0c4c, #w-node-_31567bb1-9ef9-6abc-4323-a2bb091627da-bc2b0c4c, #w-node-_8dda25e0-d9ab-9fe0-9782-a39732ab7514-bc2b0c4c {
    justify-self: center;
  }

  #w-node-e63f322d-7252-2a7b-8243-96208430ff92-bc2b0c4c, #w-node-e63f322d-7252-2a7b-8243-96208430ff98-bc2b0c4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


