.section-general-instagram .wrapper-cards .cards .card-image img, .section-general-instagram .wrapper-cards .cards .card-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-general-instagram .wrapper-cards .cards a.card-image {
  text-indent: -999px;
  overflow: hidden;
}

.section-general-instagram .wrapper-cards .cards button.card-image {
  text-indent: -999px;
  overflow: hidden;
}

.section-general-instagram {
  padding: 55rem 0 120rem;
}
@media (max-width: 1023px) {
  .section-general-instagram {
    padding: 55rem 0 75rem;
  }
}
.section-general-instagram .wrapper {
  background-color: rgba(11, 187, 239, 0.1);
  position: relative;
  width: 1080rem;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-general-instagram .wrapper {
    width: 100%;
  }
}
.section-general-instagram .wrapper-cards {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: -20rem;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: rotate(30deg);
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-general-instagram .wrapper-cards {
    opacity: 0.1;
  }
}
@keyframes school__social_direction_1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-632rem);
  }
}
@keyframes school__social_direction_2 {
  0% {
    transform: translateY(-789rem);
  }
  100% {
    transform: translateY(-157rem);
  }
}
.section-general-instagram .wrapper-cards .cards {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section-general-instagram .wrapper-cards .cards:not(:last-child) {
  margin-right: 8rem;
}
.section-general-instagram .wrapper-cards .cards:nth-child(1), .section-general-instagram .wrapper-cards .cards:nth-child(3) {
  transform: translateY(0);
  animation-name: school__social_direction_1;
}
.section-general-instagram .wrapper-cards .cards:nth-child(1) {
  animation-duration: 40s;
}
.section-general-instagram .wrapper-cards .cards:nth-child(3) {
  animation-duration: 60s;
}
.section-general-instagram .wrapper-cards .cards:nth-child(2) {
  transform: translateY(-789rem);
  animation-duration: 50s;
  animation-name: school__social_direction_2;
}
.section-general-instagram .wrapper-cards .cards .card {
  position: relative;
  width: 150rem;
  height: 150rem;
}
.section-general-instagram .wrapper-cards .cards .card:not(:last-child) {
  margin-bottom: 8rem;
}
.section-general-instagram .wrapper-content {
  position: relative;
  padding: 43rem 0 43rem 120rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-general-instagram .wrapper-content {
    padding: 35rem;
  }
}
.section-general-instagram .wrapper-content > * {
  margin-bottom: 30rem;
}
.section-general-instagram .wrapper-content > *:last-child {
  margin-bottom: 0;
}
.section-general-instagram .wrapper-content--title {
  background-image: -webkit-linear-gradient(right, #deff1c, #0bbbef 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: inline-block;
}
.section-general-instagram .wrapper-content--title strong {
  -webkit-text-fill-color: #082e54;
}
@media (max-width: 1023px) {
  .section-general-instagram .wrapper-content--title {
    font-size: 28rem;
  }
}
@media (max-width: 1023px) {
  .section-general-instagram .wrapper-content--cta a {
    width: 270rem;
  }
}

#page-the-school {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-the-school .section-hero {
  position: relative;
  padding: 230px 0 95rem;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero {
    padding: 195px 0 50rem;
  }
}
#page-the-school .section-hero .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .background {
    display: flex;
    justify-content: flex-end;
  }
}
#page-the-school .section-hero .background img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .background img {
    position: relative;
    right: -20%;
    width: 180%;
  }
}
#page-the-school .section-hero .blur {
  position: absolute;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-the-school .section-hero .container {
  position: relative;
  z-index: 3;
}
#page-the-school .section-hero .headline {
  padding: 0 60rem;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .headline {
    padding: 0;
  }
}
#page-the-school .section-hero .headline-title {
  margin-bottom: 60rem;
  color: white;
  font-size: 56rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .headline-title {
    font-size: 40rem;
  }
}
#page-the-school .section-hero .headline-block {
  position: relative;
}
#page-the-school .section-hero .headline-block--title {
  background-color: #0072bb;
  position: absolute;
  top: -30rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  width: 565rem;
  height: 60rem;
  border-radius: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--title {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
#page-the-school .section-hero .headline-block--title p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--title p {
    font-size: 14rem;
  }
}
#page-the-school .section-hero .headline-block--title p strong {
  color: #deff1c;
  font-size: 40rem;
  margin-left: 5rem;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .headline-block--title p strong {
    font-size: 21rem;
  }
}
#page-the-school .section-hero .headline-block--description {
  background-color: #0bbbef;
  border-radius: 20px;
  text-align: center;
  padding: 65rem 0;
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--description {
    padding: 65rem 20rem;
  }
}
#page-the-school .section-hero .headline-block--description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
  max-width: 625rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--description p {
    font-size: 14rem;
  }
}
#page-the-school .section-hero .headline-block--description p a {
  color: #082e54;
  border-bottom: 1px solid #082e54;
}
#page-the-school .section-hero .headline-block--description p strong {
  color: #0072bb;
}
#page-the-school .section-hero .headline-block--lines {
  position: absolute;
  bottom: 74rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .headline-block--lines {
    transform-origin: 0% 100%;
    transform: scale(0.8) translateX(-50%);
  }
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--lines {
    display: none;
  }
}
#page-the-school .section-hero .headline-block--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 14rem;
  grid-column-gap: 14rem;
  margin-top: 20rem;
}
@media (max-width: 767px) {
  #page-the-school .section-hero .headline-block--cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-the-school .section-hero .headline-block--cards .item {
  background-color: #082e54;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75rem;
  border-radius: 20px;
}
#page-the-school .section-hero .headline-block--cards .item-title {
  color: #deff1c;
  font-size: 16rem;
  font-weight: bold;
  display: inline-block;
}
#page-the-school .section-hero .flex-wrapper {
  position: relative;
  margin-top: 50rem;
  padding-left: 60rem;
  margin-right: -115rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .flex-wrapper {
    margin-right: 0;
    padding-left: 0;
    flex-direction: column;
  }
}
#page-the-school .section-hero .flex-wrapper .left {
  width: 601rem;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .flex-wrapper .left {
    width: 100%;
    order: 2;
    margin-top: 25rem;
  }
}
#page-the-school .section-hero .flex-wrapper .left-description p {
  color: #082e54;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
}
#page-the-school .section-hero .flex-wrapper .left-description p:not(:last-child) {
  margin-bottom: 25rem;
}
#page-the-school .section-hero .flex-wrapper .left-description p a {
  color: #0bbbef;
  font-weight: bold;
  border-bottom: 1px solid #0bbbef;
}
#page-the-school .section-hero .flex-wrapper .left-cta {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .flex-wrapper .right {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .flex-wrapper .right-image {
    position: relative;
    margin-left: -30rem;
  }
}
#page-the-school .section-hero .flex-wrapper .right-image img {
  width: 575rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-the-school .section-hero .flex-wrapper .right-image img {
    width: 100%;
  }
}
/*# sourceMappingURL=the-school.min.css.map */
