.mcug-pather-hero {
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
}

.mcug-path .mcug-pather-hero {
  background-image: url(../images/choose-path/hero.jpg);
  position: relative;
  z-index: 1;
}

.mcug-process .mcug-pather-hero {
  background-image: url(../images/process/hero.jpg);
  position: relative;
  z-index: 1;
}

.mcug-apply .mcug-pather-hero {
  background-image: url(../images/apply-hero.jpg);
  position: relative;
  z-index: 1;
}

.mcug-pather-hero-overlay {
  background-color: var(--mc-black-40);
  text-align: center;
  padding-top: 145px;
}

.mcug-pather-hero-overlay .mc-content-min {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 160px 0;
}

.mcug-pather-hero-overlay-content {
  z-index: 3;
  position: relative;
}

.mcug-pather-hero h1 {
  padding: 0 0 1rem 0;
  font-size: 80px;
  max-width: 800px;
  margin: 0 auto;
  color: white;
}

.mcug-pather-hero .mc-cta {
  display: inline-block;
}

.mcug-pather-hero .mc-cta:hover {
  background-color: var(--mc-black);
}

.mcug-pather-hero-overlay-circles {
  width: auto;
  aspect-ratio: 1/1;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.mcug-pather-hero-overlay-circle-full {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
}

.mcug-pather-hero-overlay-circle-half {
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
}

/* PATHS CONTENT */

.cp-container {
  position: relative;
}

.cp-top {
  position: sticky;
  top: 4.49rem;
  height: fit-content;
  background-color: white;
  z-index: 3;
}

.mcug-path .course-info {
  position: sticky;
  top: 9rem;
}

.mcug-path .choose-tab-content h4 {
  font-size: 20.8px;
  border-top: solid 1px var(--mc-black-20);
  margin-top: 150px;
  padding: 32px 0 16px 0;
}

.mcug-path .choose-tab-content .mc-faq-accordion .accordion-item {
  border-bottom: none;
  margin-bottom: 0.5rem;
}

.mcug-path .choose-tab-content .mc-faq-accordion button {
  font-size: var(--fs01);
  padding: 16px 24px;
  border: solid 1px var(--mc-black-20);
}

.mcug-path .choose-tab-content .mc-faq-accordion .accordion-content p {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-top: solid 2px var(--mc-sand);
}

.fall-spring {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.75rem;
  row-gap: 1.75rem;
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: solid 1px var(--mc-black-20);
  border-right: solid 1px var(--mc-black-20);
  border-bottom: solid 1px var(--mc-black-20);
}

.fall-spring li {
  margin-bottom: 1rem;
  font-size: 16.8px;
  color: var(--mc-black-80);
}

.fall-spring li:nth-last-child(1) {
  margin-bottom: 0;
}

.fall-spring div {
  border: solid 1px var(--mc-blue);
}

.fall-spring #course-container>span {
  background-color: var(--mc-blue);
  display: block;
  color: white;
  font-size: 17.6px;
  font-weight: 500;
  padding: 0.75rem;
}

.fall-spring ul {
  margin: 0;
  padding: 6px 15px 16px 16px;
}

.fall-spring strong {
  display: inline;
}

.span-two {
  grid-column: span 2;
}

.app-process {
  margin: 18.4px 18.4px 18.4px 0px;
  padding: 0;
}

.app-process li {
  color: var(--mc-blue);
  font-weight: 600;
  margin-top: 0.75rem;
}

.app-process li span {
  color: var(--mc-black);
  font-weight: 300;
}

.mcug-docs {
  background-color: var(--mc-sand);
}

.mcug-docs .mc-content-min {
  padding: 5rem 1.5rem !important;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: white;
  border-top: solid 1px var(--mc-black-20);
  border-bottom: solid 1px var(--mc-black-20);
  border-left: solid 1px var(--mc-black-20);
  margin-top: 24px;
}

.docs-grid div {
  padding: 36px 24px;
}

.docs-grid>div:nth-child(-n + 3) {
  border-bottom: solid 1px var(--mc-black-20);
}

.docs-grid div {
  border-right: solid 1px var(--mc-black-20);
}

.docs-grid h3 {
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--fs02);
  color: var(--mc-black-90);
}

.docs-grid p {
  color: var(--mc-black-80);
  font-size: 0.99rem;
}

.docs-grid i {
  color: var(--mc-cloud);
  font-size: 2.5rem;
}

.m-section .mc-faq-accordion .accordion-content p {
  padding: 0 10px 20px 16px !important;
}

/* ABU DHABI UPSELL */

.ad-upsell {
  border-bottom: solid 1px var(--mc-black-20);
}

.ad-upsell-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 560px;
  overflow: hidden;
  border-left: solid 1px var(--mc-black-20);
  border-right: solid 1px var(--mc-black-20);
  left: -26px;
}

@media only screen and (min-height: 950px) {
  .ad-upsell-container {
    height: 43rem;
  }
}

.abu-dhabi-h2 {
  max-width: 50rem;
  margin: 0 auto;
}

.ad-upsell-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.adu-01 {
  z-index: 1;
  left: 0;
  transition: left 0.5s ease;
}

.adu-02 {
  z-index: 2;
  left: -50px;
  transition: left 0.5s ease;
}

.adu-03 {
  z-index: 3;
  left: -1250px;
  transition: left 0.5s ease;
}

.adu-04 {
  z-index: 4;
  left: -1300px;
  transition: left 0.5s ease;
}

.adu-05 {
  z-index: 5;
  left: -1350px;
  background-color: cyan;
  transition: left 0.5s ease;
}

.adu-06 {
  z-index: 6;
  left: -1400px;
  background-color: bisque;
  transition: left 0.5s ease;
}

.ad-upsell-arrows {
  position: absolute;
  top: 48px;
  right: calc(100px + 30px);
  z-index: 7;
  display: flex;
  column-gap: 1rem;
}

.adu-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--mc-black-80);
  background-color: white;
  border: solid 1px var(--mc-black-20);
}

.ad-upsell-card-content {
  display: grid;
  grid-template-columns: 50px auto;
  background-color: white;
  height: 100%;
}

.ad-upsell-card-content-title {
  border-right: solid 1px var(--mc-black-20);
  display: flex;
  place-items: self-end;
  text-align: right;
  background-color: var(--mc-blue);
  color: white;
  position: relative;
}

.ad-upsell-card-content-title-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.adu-overlay-01 {
  background-color: rgba(14, 18, 20, 0.07);
}

.adu-overlay-02 {
  background-color: rgba(14, 18, 20, 0.14);
}

.adu-overlay-03 {
  background-color: rgba(14, 18, 20, 0.21);
}

.adu-overlay-04 {
  background-color: rgba(14, 18, 20, 0.28);
}

.adu-overlay-05 {
  background-color: rgba(14, 18, 20, 0.35);
}

.adu-overlay-06 {
  background-color: rgba(14, 18, 20, 0.42);
}

.ad-upsell-card-content-title span {
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  width: 50px;
  padding: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--fs-smol);
  z-index: 7;
  position: relative;
}

.ad-upsell-card-content-copy {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ad-upsell-card-content-overlay {
  position: absolute;
  background-color: var(--mc-black-20);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.ad-upsell-card-content-gradient {
  position: absolute;
  background-color: var(--mc-black-30);
  background: var(--mc-black-30);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      var(--mc-black-70) 100%);
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 48px;
  color: white;
}

.ad-upsell-card-content-gradient h3 {
  text-transform: uppercase;
  max-width: 1100px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.ad-upsell-card-content-gradient p {
  max-width: 768px;
  font-size: var(--fs02);
  font-weight: 400;
  color: 255, 255, 255, 0.95;
  padding-bottom: 3rem;
}

.ad-upsell-mobile {
  display: none;
  border-bottom: solid 1px var(--mc-black-20);
}

.ad-upsell-mobile .mc-content-min {
  border-left: solid 1px var(--mc-black-20);
  border-right: solid 1px var(--mc-black-20);
}

.adum-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: "AktivGrotesk", sans-serif;
}

.adum-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.adum-card {
  min-width: 100%;
  height: 112vw;
  max-height: 650px;
  display: flex;
  color: white;
  font-size: 24px;
  position: relative;
  border-left: solid 1rem var(--mc-blue);
}

.adum-card-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 2rem;
  background-color: var(--mc-black-60);
}

@media only screen and (max-width: 768px) {
  .adum-card-overlay {
    padding: 24px;
  }

  .adum-card {
    border-left: none;
    border-bottom: solid 0.6rem var(--mc-blue);
  }
}

.adum-card-overlay h3 {
  text-transform: uppercase;
}

.adum-card-overlay p {
  font-size: var(--fs02);
  font-weight: 400;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.adum-card {
  background-position: center;
  background-size: cover;
}

.adum-controls {
  position: absolute;
  bottom: 16px;
  width: 88px;
  display: flex;
  justify-content: space-between;
  right: 24px;
}

.adum-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--mc-black-80);
  background-color: white;
  border: solid 2px var(--mc-black);
}

@media only screen and (max-width: 1350px) {
  .ad-upsell-mobile {
    display: block;
  }
}

.mcug-path .mcug-sidekicks p {
  max-width: 960px;
}

.ett .nexus-careers-content p:nth-child(1) {
  font-size: var(--fs03);
  font-weight: 500;
}

.mcug-path .nexus-careers-content strong {
  font-weight: 500;
  font-size: var(--fs03);
}

/* PROCESS CONTENT */

.mcug-process .mc-interest,
.mcug-apply .mc-interest {
  display: none;
}

.mcug-process h2,
.mcug-process .mcug-sidekicks p {
  padding: 0 16px;
}

.mcug-process .mcug-sidekicks .mc-content-min {
  padding: 80px 0 40px 0;
}

.dates-dealines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dates-dealines-content {
  text-align: center;
  border-right: solid 1px var(--mc-black-20);
}

.dates-dealines-content h3 {
  padding: 16px 16px 2.4px 16px;
  color: var(--mc-blue);
  font-size: 14.4px;
  text-transform: uppercase;
  font-weight: 500;
}

.dates-dealines-content span {
  display: block;
  padding: 0rem 1rem 1rem 1rem;
  font-size: var(--fs01);
}

.dates-dealines-content i {
  font-size: 24px;
  color: var(--mc-cloud);
  display: inline-block;
  padding-top: 16px;
}

.dates-dealines-container {
  border-bottom: solid 1px var(--mc-black-20);
}

.ett .m-section-grid-smol {
  margin-top: 0rem;
  row-gap: 1rem;
}

.ett ul {
  margin-bottom: 2rem;
}

.ett strong {
  font-weight: 500;
}

.nexus-careers-content i {
  color: #0e1214cc;
}

/* APPLY PAGE CONTENT */

.mcug-apply .mcug-sidekicks h2,
.mcug-apply .mcug-sidekicks p {
  max-width: 90%;
}

.mcug-apply .mcug-pather-hero-overlay {
  padding-top: 3rem;
}

.mcug-pather-hero-overlay p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.35rem;
  color: white;
  letter-spacing: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 1rem;
}

.apply-reminder {
  max-width: 800px !important;
}

.apply-reminder strong {
  color: #e72e1d;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 120rem) {
  .mcug-pather-hero {
    background-position: center !important;
  }
}

@media only screen and (min-width: 1440px) {
  .mcug-pather-hero {
    background-position: center 0;
  }
}

@media only screen and (max-width: 1350px) {
  .ad-upsell {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
  .fall-spring {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .span-two {
    grid-column: span 1;
  }

  .dates-dealines {
    grid-template-columns: repeat(2, 1fr);
  }

  .dates-dealines div:nth-child(1),
  .dates-dealines div:nth-child(2) {
    border-bottom: solid 1px var(--mc-black-20);
  }

  .dates-dealines-content h3 {
    padding: 1rem 1rem 0.25rem 1rem;
  }

  .dates-dealines-content span {
    padding: 0rem 16px 24px 16px;
    font-size: 15.68px;
  }

  .dates-dealines-content i {
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .mcug-pather-hero-overlay {
    padding-top: calc(10px + 8vw);
  }

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

  .docs-grid div:nth-child(4) {
    border-bottom: solid 1px var(--mc-black-20);
  }
}

@media only screen and (max-width: 820px) {
  .mcug-pather-hero h1 {
    font-size: 10vw;
  }

  .mcug-path .nexus-careers-content {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  .mcug-path .choose-tab-content h4 {
    font-size: 19.2px;
    margin-top: 182px;
    padding: 24px 0 16px 0;
  }

  .mcug-process .mcug-sidekicks .mc-content-min {
    padding: 2.5rem 0;
  }

  .ett .m-section-grid-smol div {
    order: 2;
  }

  .ett-image {
    order: 1 !important;
  }

  .custom-section {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 520px) {
  .mcug-pather-hero-overlay .mc-content-min {
    padding: 120px 0;
  }

  .mcug-pather-hero h1 {
    font-size: 32px;
    padding: 0 16px;
    font-weight: 500;
  }

  .mcug-pather-hero .mc-cta {
    display: none;
  }

  .mcug-pather-hero {
    background-position: center 9vw;
  }

  .choose-tab-content {
    padding: 1.25rem 0.95rem;
  }

  .mcug-path .choose-tab-content .mc-faq-accordion button {
    font-size: 14.4px;
  }

  .fall-spring {
    padding: 0.9rem;
  }

  .fall-spring span,
  .apply-sub,
  .fall-spring li {
    font-size: 15.2px;
  }

  .cp-top {
    top: 3.49rem;
  }

  .adum-card-overlay h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .adum-card-overlay p {
    font-size: 14.24px;
    color: #ffffff;
  }

  .ett .nexus-careers-content p:nth-child(1),
  .mcug-path .nexus-careers-content strong {
    font-size: 1.05rem;
  }

  .dates-dealines {
    grid-template-columns: 1fr;
  }

  .dates-dealines div {
    border-bottom: solid 1px var(--mc-black-20);
  }

  .dates-dealines div:nth-last-child(1) {
    border-bottom: none;
  }

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

  .docs-grid div {
    padding: 1.5rem 1rem;
  }

  .docs-grid div:nth-child(5) {
    border-bottom: solid 1px var(--mc-black-20);
  }

  .mcug-pather-hero-overlay p {
    font-size: 3.5vw;
    margin-top: 0.5rem;
  }
}