/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}
@font-face {
  font-family: "CA Slalom";
  src: url("./font/CASlalom-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CA Slalom";
  src: url("./font/CASlalom-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CA Slalom";
  src: url("./font/CASlalom-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "../fonts/CA Slalom Book";
  src: url("CASlalom-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #1c2054;
  background: #ffffff;
  font-family: "CA Slalom";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
html {
  scroll-behavior: smooth;
}
svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  border-radius: 0;
}
[data-animation=title] span,
[data-animation=subtitle] span,
[data-animation=paragraph] span {
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
[data-animation=title] div,
[data-animation=subtitle] div,
[data-animation=paragraph] div {
  line-height: 1;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 1000ms cubic-bezier(0.77, 0, 0.175, 1), opacity 1000ms;
}
[data-animation=title].--is-visible div,
[data-animation=subtitle].--is-visible div,
[data-animation=paragraph].--is-visible div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-animation=opa] {
  opacity: 0;
  will-change: opacity;
  transition: opacity 1000ms;
  transition-delay: 500ms;
}
[data-animation=opa].--is-visible {
  opacity: 1;
}
[data-animation=title],
[data-animation=subtitle],
[data-animation=paragraph],
[data-animation=opa] {
  visibility: hidden;
}
html {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 4.25rem;
  line-height: 0.9;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 360px) {
  h1,
  .h1 {
    font-size: 2.375rem;
  }
}
h2,
.h2 {
  font-size: 2.875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 600px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 360px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
h3,
.h3 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  h3,
  .h3 {
    font-size: 1.5625rem;
  }
}
h4,
.h4 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}
h5,
.h5 {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}
h6,
.h6 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 600px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 360px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}
p {
  font-size: 1.125rem;
}
.container {
  width: 88.8888888889%;
  max-width: 1640px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 1.25rem;
    width: 100%;
  }
}
.container--over-right {
  width: 94.4444444444%;
  max-width: calc(1640px + (100vw - 1640px) / 2);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .container--over-right {
    width: 100%;
    margin: 0;
    padding: 0 1.25rem;
  }
}
@media (min-width: 2030px) {
  .container--over-right {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
.container--over-left {
  width: 94.4444444444%;
  max-width: calc(1640px + (100vw - 1640px) / 2);
  margin-right: auto;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .container--over-left {
    width: 100%;
    margin: 0;
    padding-right: 1.25rem;
  }
}
.container--fluid {
  max-width: 120rem;
  margin: 0 auto;
}
body {
  --gap: 30px;
}
@media (max-width: 1023px) {
  body {
    --gap: 16px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.5rem 0;
  z-index: 2;
}
@media (max-width: 600px) {
  .header {
    padding: 1.875rem 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .header__logo {
    max-width: 12.5rem;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    max-width: 10rem;
  }
}
@media (max-width: 600px) {
  .header__logo {
    max-width: 8.75rem;
  }
}
.footer {
  background-color: #32aee1;
  color: #ffffff;
  padding: 2.5rem 0;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 1.875rem;
}
@media (max-width: 1023px) {
  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.875rem;
  }
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__text {
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
  .footer__text {
    margin-bottom: 1.25rem;
  }
}
.footer__legals {
  color: #ffffff;
}
.footer__legals:hover {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__socials__title {
  margin-right: 1.25rem;
}
.footer__social {
  margin-left: 0.75rem;
}
.wysiwyg .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wysiwyg .video-container iframe,
.wysiwyg .video-container object,
.wysiwyg .video-container embed,
.wysiwyg .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg li {
  list-style: inherit;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.wysiwyg li:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(./images/marker.svg);
  background-size: contain;
  background-position: center;
  margin-right: 0.9375rem;
}
.wysiwyg iframe {
  max-width: 100%;
}
#tinymce ul {
  padding-left: 1rem;
}
#tinymce ul,
#tinymce li {
  list-style: inherit;
}
.button {
  display: inline-block;
  text-align: center;
  padding: 1.375rem 5rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .button {
    padding: 1.125rem 2.5rem;
    font-size: 1rem;
  }
}
.button--orange {
  background-color: #ee4836;
  color: #ffffff;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  user-select: none;
}
.flickity-page-dots {
  bottom: 2.5rem;
  z-index: 2;
}
.flickity-page-dot {
  background-color: rgba(255, 255, 255, 0.6);
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.375rem;
}
.flickity-page-dot.is-selected {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}
.flickity-page-dot:focus {
  box-shadow: none;
  outline: none;
}
.section {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .section {
    padding: 3.125rem 0;
  }
}
.contact {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  background-color: rgba(28, 32, 84, 0.5);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 500ms;
  transition-delay: 350ms;
}
.contact__closer {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact__cross {
  padding: 1.5rem;
  width: unset;
  cursor: pointer;
}
.contact__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 32.5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #1c2054;
  color: #ffffff;
  padding: 2.8125rem 3.125rem;
  transform: translate3d(100%, 0, 0);
  will-change: transform;
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .contact__wrapper {
    max-width: 100%;
    padding: 1.25rem;
  }
}
.contact__title {
  font-weight: bold;
  text-align: center;
  max-width: 17.5rem;
  margin: 0 auto 2.8125rem auto;
}
.contact .form--row {
  margin-bottom: 0.75rem;
}
.contact .wpcf7-list-item {
  margin-left: 0;
}
.contact .form--checkbox span.inner {
  transform: translateY(0.1875rem);
}
.contact .form--checkbox label {
  display: flex;
  align-items: flex-start;
}
.contact input,
.contact select,
.contact textarea {
  appearance: none;
  border: none;
  width: 100%;
  background-color: #ffffff;
  color: #1c2054;
  padding: 1.125rem 1.375rem;
  border-radius: 0.25rem;
}
.contact input::placeholder,
.contact select::placeholder,
.contact textarea::placeholder {
  color: #1c2054;
}
.contact input[type=checkbox] {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0;
  border-radius: 0;
  margin-right: 0.75rem;
}
.contact input[type=checkbox]:checked:after {
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ee4836;
  border-width: 0 0.1875rem 0.1875rem 0;
  top: 0.25rem;
  left: 0.5625rem;
  transform: rotate(45deg);
  position: absolute;
}
.contact button {
  width: 100%;
}
.contact .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.contact .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin-inline: 0 !important;
  font-weight: bold;
}
.contact__gdpr {
  font-size: 0.75rem;
  margin-top: 2.1875rem;
}
.contact.--is-showing {
  opacity: 1;
  pointer-events: all;
  transition: opacity 500ms;
  transition-delay: 0ms;
}
.contact.--is-showing .contact__wrapper {
  transform: translate3d(0, 0, 0);
}
.hero {
  color: #ffffff;
  padding: 0;
}
.hero__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 9.375rem 0 8.125rem 0;
}
.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .hero__image--desktop {
    display: none;
  }
}
@media (min-width: 1201px) {
  .hero__image--mobile {
    display: none;
  }
}
.hero__inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__inner {
    padding-top: 35vh;
  }
}
.hero__title {
  max-width: 31.25rem;
  margin-inline: auto;
}
.hero__button {
  margin-top: 1.25rem;
}
@media (min-width: 1201px) {
  .hero__numbers {
    transform: translateY(-50%);
  }
}
.hero__numbers__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  background-color: #32aee1;
  color: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 1023px) {
  .hero__numbers__wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .hero__numbers__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero__numbers__item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .hero__numbers__item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.hero__numbers__item__inner {
  margin-left: 0.75rem;
}
@media (max-width: 900px) {
  .hero__numbers__item__inner {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
.hero__numbers__item__inner p {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .hero__numbers__item__inner p {
    font-size: 0.875rem;
  }
}
.hero__numbers__item__title {
  color: #1c2054;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.75rem;
  max-width: 60rem;
}
@media (max-width: 1440px) {
  .numbers__grid {
    max-width: 48rem;
  }
}
@media (max-width: 767px) {
  .numbers__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2.8125rem;
  }
}
.numbers__item {
  text-align: center;
}
.numbers__item__title {
  font-weight: bold;
  font-size: 4.375rem;
  color: #32aee1;
}
@media (max-width: 900px) {
  .numbers__item__title {
    font-size: 3.625rem;
  }
}
.numbers__item__desc {
  font-weight: bold;
}
.description__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8.3333333333%;
}
@media (max-width: 1440px) {
  .description__grid {
    grid-template-columns: 1.2fr 1fr;
    grid-column-gap: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .description__grid {
    grid-column-gap: 2.8125rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .description__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .description__body {
    max-width: 32.5rem;
  }
}
.description__activities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--gap);
  margin-top: 3.75rem;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .description__activities {
    margin-top: 2.5rem;
  }
}
.description__activity {
  text-align: center;
}
.description__activity__text {
  text-transform: uppercase;
  max-width: 8.75rem;
  margin: auto;
}
@media (max-width: 450px) {
  .description__activity__text {
    font-size: 1rem;
  }
}
.description__activity img {
  margin: 0 auto 1rem auto;
}
.description__button {
  margin-top: 3.125rem;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .description__button {
    margin-top: 1.875rem;
  }
}
.testimonial {
  color: #ffffff;
}
.testimonial__wrapper {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 767px) {
  .testimonial__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.testimonial__body {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3.125rem 5rem;
  background-color: #ee4836;
}
@media (max-width: 1200px) {
  .testimonial__body {
    padding: 3.125rem 3.75rem;
  }
}
@media (max-width: 900px) {
  .testimonial__body {
    padding: 1.875rem;
  }
  .testimonial__body p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .testimonial__body {
    order: 2;
    padding: 2.8125rem 1.875rem;
  }
}
.testimonial__body:before, .testimonial__body:after {
  content: "";
  position: absolute;
  width: 2.9375rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .testimonial__body:before, .testimonial__body:after {
    width: 2.625rem;
    height: 2.75rem;
  }
}
.testimonial__body:before {
  left: 3.125rem;
  top: 3.125rem;
  background-image: url(./images/quotes-1.svg);
}
@media (max-width: 1200px) {
  .testimonial__body:before {
    left: 1.875rem;
  }
}
@media (max-width: 900px) {
  .testimonial__body:before {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}
.testimonial__body:after {
  bottom: 3.125rem;
  right: 3.125rem;
  background-image: url(./images/quotes-2.svg);
}
@media (max-width: 1200px) {
  .testimonial__body:after {
    right: 1.875rem;
  }
}
@media (max-width: 900px) {
  .testimonial__body:after {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.testimonial__image {
  position: relative;
}
.testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}
.partners__title {
  text-align: center;
}
.partners__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem;
}
@media (max-width: 900px) {
  .partners__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__item {
  padding: 0 1.25rem;
}
@media (max-width: 900px) {
  .partners__item {
    text-align: center;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 600px) {
  .partners__item {
    padding: 0.625rem 0.9375rem;
  }
}
@media (max-width: 900px) {
  .partners__item img {
    margin: auto;
  }
}
.campus__intro {
  max-width: 48rem;
  margin: auto;
  text-align: center;
}
.campus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.75rem;
  grid-row-gap: 1.875rem;
  max-width: 66.25rem;
  margin: 3.125rem auto 0 auto;
}
@media (max-width: 1023px) {
  .campus__list {
    grid-column-gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .campus__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .campus__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.campus__list__item {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.campus__list__item:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(./images/marker.svg);
  background-size: contain;
  background-position: center;
  margin-right: 0.9375rem;
}
.campus__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.campus__contact__services {
  max-width: 18.75rem;
  text-align: right;
  margin-bottom: 1.25rem;
}
.campus__contact__services p {
  font-size: 1rem;
}
.campus__contact__photo {
  position: relative;
  width: 4.25rem;
  min-width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.campus__contact__photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campus__contact__desc {
  font-size: 1rem;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.campus__button {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.gallery {
  margin-top: 3.75rem;
}
.gallery__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.gallery__grid__item {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.gallery__grid__item:first-of-type {
  grid-area: 3/1/1/span 2;
}
.gallery__grid__item img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join {
  background-color: #f1f1f1;
}
.join__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .join__grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .join__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.join__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem 3.75rem 3.75rem 0;
}
@media (max-width: 1200px) {
  .join__body {
    padding: 3.75rem 1.875rem 3.75rem 0;
  }
}
@media (max-width: 767px) {
  .join__body {
    padding: 2.8125rem 0;
  }
}
.join__button {
  width: max-content;
  margin-top: 2.8125rem;
}
.join__gallery {
  position: relative;
}
.join__slider {
  height: 100%;
}
@media (max-width: 767px) {
  .join__slider {
    aspect-ratio: 8/7;
    height: auto;
  }
}
.join__slider .flickity-viewport {
  height: 100% !important;
}
.join__slider__item {
  width: 100%;
  height: 100%;
}
.join__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gate__intro {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.gate__button {
  margin-top: 1.875rem;
}
.gate__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: var(--gap);
  margin-top: 3.75rem;
}
@media (max-width: 900px) {
  .gate__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gate__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gate__item {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 7/9;
}
.gate__item article {
  width: 100%;
  height: 100%;
}
.gate__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gate__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.gate__item__title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 1.25rem;
  text-align: center;
  z-index: 2;
  color: #ffffff;
}
.international {
  background-image: url(./images/map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 13.75rem 0;
}
@media (max-width: 1200px) {
  .international {
    padding: 11.25rem 0;
  }
}
@media (max-width: 1023px) {
  .international {
    padding: 7.5rem 0;
  }
}
.international__inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.international__button {
  margin-top: 2.5rem;
}
.candidate {
  background-color: #1c2054;
  color: #ffffff;
}
.candidate__intro {
  text-align: center;
  max-width: 68.75rem;
  margin: 0 auto;
}
.candidate__process {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15%;
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .candidate__process {
    grid-column-gap: 7.5%;
  }
}
@media (max-width: 767px) {
  .candidate__process {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2.8125rem;
  }
}
.candidate__step {
  text-align: center;
}
.candidate__step__index {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #ee4836;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: -1.5625rem;
  z-index: 2;
}
.candidate__step__title {
  position: relative;
  font-weight: bold;
  border: solid 0.1875rem #ffffff;
  border-radius: 0.5rem;
  padding: 3.125rem 2.8125rem 2.8125rem 2.8125rem;
}
@media (max-width: 1440px) {
  .candidate__step__title {
    padding: 2.5rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (max-width: 1200px) {
  .candidate__step__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1023px) {
  .candidate__step__title {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
}
.candidate__step__title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(15%, -50%);
  left: 100%;
  width: 55%;
  background-image: url(./images/next-step.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 76/13;
}
@media (max-width: 1023px) {
  .candidate__step__title:after {
    content: none;
  }
}
.candidate__step:last-of-type .candidate__step__title:after {
  content: none;
}
.candidate__step__deadline {
  color: #32aee1;
}
.candidate__content {
  text-align: center;
  max-width: 68.75rem;
  margin: 3.75rem auto 0 auto;
}
.candidate__button {
  display: flex;
  justify-content: center;
  margin-top: 2.8125rem;
}
.candidate__button .button {
  width: max-content;
}
.sponsors {
  padding: 3.75rem 0;
}
.sponsors__title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sponsors__grid {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  grid-column-gap: 3.75rem;
}
@media (max-width: 1440px) {
  .sponsors__grid {
    grid-column-gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .sponsors__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1rem;
  }
}
@media (max-width: 600px) {
  .sponsors__grid {
    grid-row-gap: 1.875rem;
  }
}
.sponsors__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sponsors__list {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
@media (max-width: 600px) {
  .sponsors__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sponsors__item {
  padding: 0 1.25rem;
}
@media (max-width: 1200px) {
  .sponsors__item {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .sponsors__item {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 600px) {
  .sponsors__item img {
    margin: 0 auto;
  }
}