/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body {
  --gap: 40px;
}
body .region-content section.admission-schedule {
  margin-bottom: 80px;
  position: relative;
}
body .region-content section.admission-schedule h2 {
  color: #7AFFF2;
}
body .region-content section.admission-schedule .process {
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  overflow: auto;
}
@media (max-width: 991px) {
  body .region-content section.admission-schedule .process {
    overflow: hidden;
  }
}
body .region-content section.admission-schedule .process .process-grid {
  display: flex;
  padding: 32px 0 60px;
  min-width: 1030px;
}
@media (max-width: 991px) {
  body .region-content section.admission-schedule .process .process-grid {
    min-width: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
  }
}
body .region-content section.admission-schedule .process .process-grid .grid-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc((100% - 224px) / 4);
}
@media (max-width: 991px) {
  body .region-content section.admission-schedule .process .process-grid .grid-row {
    min-width: auto;
    flex-direction: row;
    width: 100%;
    max-width: 550px;
  }
}
body .region-content section.admission-schedule .process .process-grid .grid-row > div {
  padding: 12px 0 12px 24px;
  height: 120px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  body .region-content section.admission-schedule .process .process-grid .grid-row > div {
    height: 150px;
    padding: 12px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
  }
}
body .region-content section.admission-schedule .process .process-grid .grid-row .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80px;
  height: 80px;
}
body .region-content section.admission-schedule .process .process-grid .grid-row .icon img {
  position: relative;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:first-child {
  background-color: #9AA89C;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(2), body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(3) {
  background-color: #859688;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(4), body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(5) {
  background-color: #697E71;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(6), body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(7) {
  background-color: #354845;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) {
  width: 56px;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) > div {
  padding: 0;
  aspect-ratio: 56/120;
  transform: skewY(0.001deg);
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) > div:first-child {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) > div:last-child {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 991px) {
  body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) {
    width: 100%;
    height: 56px;
  }
  body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) > div {
    height: 57px;
  }
  body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even) > div:first-child {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: calc(50% + 1px);
  }
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even):nth-child(2) > div {
  background-color: #9AA89C;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even):nth-child(4) > div {
  background-color: #859688;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even):nth-child(6) > div {
  background-color: #697E71;
}
body .region-content section.admission-schedule .process .process-grid .grid-row:nth-child(even):nth-child(8) > div {
  background-color: #354845;
}
@media (max-width: 991px) {
  body .region-content section .row {
    padding: 0 15px;
    gap: 0 1em;
  }
}
body .region-content section .row .col {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  body .region-content section .row .col {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body .region-content section .row .col {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .region-content section .row .col.col-sm-6 {
    width: calc(50% - 0.5em);
  }
}
@media (max-width: 991px) {
  body .region-content section .row .col {
    max-height: 350px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  body .region-content section .row .col {
    margin-bottom: 2em;
  }
}
body .region-content section .row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  body .region-content section .row img {
    max-height: 350px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  body .region-content section .row img {
    aspect-ratio: 5/3;
  }
}
@media (min-width: 992px) {
  body .region-content section .row img {
    aspect-ratio: 1/1;
  }
}
body .region-content section .row .title {
  position: absolute;
  display: block;
  top: 1em;
  color: #FFFFFF;
  font-family: "Optima", sans-serif;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 0.5em;
}
@media (max-width: 991px) {
  body .region-content section .row .title {
    font-size: 20px;
  }
}
body .region-content section .row .underlay {
  filter: brightness(0.75);
  transition: all 0.25s ease-in-out;
}
body .region-content section .row .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
}
@media (min-width: 992px) {
  body .region-content section .row .overlay {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
}
body .region-content section .row .read-more {
  position: relative;
  display: block;
  background-color: #EDC1C9;
  color: #354845;
  text-align: right;
  border-top-left-radius: 2.5em;
  padding: 0.5em 1em;
}
@media (max-width: 991px) {
  body .region-content section .row .read-more {
    right: 0;
  }
}
body .region-content section .row a {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  body .region-content section .row a {
    overflow: hidden;
  }
}
body .region-content section .row a:hover .underlay {
  filter: brightness(0.25);
}
body .region-content section .row a:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
body .region-content section.section-school {
  position: relative;
  margin-bottom: 40px;
}
body .region-content section.section-school .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  body .region-content section.section-school {
    padding: 54px;
  }
}
body .region-content section.section-school h2 {
  color: #034924;
  font-size: 1.778rem;
  font-weight: 700;
  font-family: "Optima", sans-serif;
}
@media (max-width: 991px) {
  body .region-content section.section-school h2 {
    font-size: 1.5rem;
  }
}
body .region-content section.section-school h3 {
  color: #034924;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
  font-family: "Optima", sans-serif;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body .region-content section.section-school h3 {
    font-size: 1.5rem;
  }
}
body .region-content section.section-school h4 {
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}
body .region-content section.section-school h4, body .region-content section.section-school h5, body .region-content section.section-school h6 {
  color: #034924;
  margin-bottom: 10px;
}
body .region-content section.section-school a {
  color: #034924;
}
@media (min-width: 992px) {
  body .region-content section.section-school .col.header-col {
    flex-basis: calc(66.6667% - 0.5em);
    width: calc(66.6667% - 0.5em);
  }
  body .region-content section.section-school .col.img-col {
    flex-basis: calc(33.3333% - 0.5em);
    width: calc(33.3333% - 0.5em);
  }
}
body .region-content section.section-school img.logo {
  width: 235px;
  max-width: 100%;
}
body .region-content section.building-block .com-grid p:last-child {
  margin-bottom: 0;
}
body .mfp-content .school-popup-content {
  background-color: #D8E5DF;
  color: #034924;
  padding: 40px 20px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (min-width: 992px) {
  body .mfp-content .school-popup-content {
    padding: 60px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}
body .mfp-content .school-popup-content .title {
  font-family: "Optima", sans-serif;
  font-size: 1.778rem;
  font-weight: 700;
  margin-bottom: 20px;
}
body .mfp-content .school-popup-content h2, body .mfp-content .school-popup-content h3, body .mfp-content .school-popup-content h4 {
  font-family: "Optima", sans-serif;
  font-weight: 700;
}
body .mfp-content .school-popup-content h2 {
  font-size: 1.778rem;
  font-weight: 700;
  margin-bottom: 20px;
}
body .mfp-content .school-popup-content h3 {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
}
body .mfp-content .school-popup-content h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
body .mfp-content .school-popup-content a {
  color: #037A52;
}
@media (max-width: 991px) {
  body .mfp-content .school-popup-content a {
    word-break: break-all;
  }
}
body .mfp-content .school-popup-content ul {
  list-style: disc;
}
body .mfp-content .school-popup-content ol {
  list-style: decimal;
}
body .mfp-content .school-popup-content ul, body .mfp-content .school-popup-content ol {
  padding-left: 22px;
}
body .mfp-content .school-popup-content ul li, body .mfp-content .school-popup-content ol li {
  margin-bottom: 12px;
}/*# sourceMappingURL=double-degree.css.map */