/* Banner */

.hero__slider-wrapper {
  height: 100%;
}

.hero__slider-item .hero__item-overlay-radial {
  height: 100%;
  width: 100%;
}

/* .main {
  height: 1000vh;
} */

.ldp__background {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0%;
  background-image: url("../img/ldp-bg.png");
  background-color: var(--color-background);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 15%;
  pointer-events: none;
}

/* Header */

.header__main .header__main-logo {
  padding: 0px;
}

.header__main-language {
  order: 1;
}

.header__main .header__main-inner {
  align-items: center;
}

.header__main-language {
  display: flex;
  gap: 8px;
  height: 16px;
}

.header__language-dropdown {
  margin-top: -2px;
  color: var(--color-highlight);
}

.header__language-dropdown i {
  height: 16px;
}

body:is(.page-template-page-ldp-branding, .page-template-page-ldp-events)
  .stm-header
  .sub-menu:has(.lang-item) {
  top: 90% !important;
}

.stm-header__row_center
  .stm-header__cell.stm-header__cell_right
  .stm-navigation
  ul
  li
  a {
  text-transform: capitalize;
}

.header__main-language {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 12px;
}

.header__main-language .header__language-dropdown i {
  transform: scaleY(1);
  transition: transform 0.3s ease-in-out;
}

.header__main-language.show .header__language-dropdown i {
  transform: scaleY(-1);
  transition: transform 0.3s ease-in-out;
}

.header__languague-dropdown {
  width: fit-content;
  z-index: 10001;
  --bs-dropdown-min-width: auto;
}

.header__languague-dropdown .dropdown-item {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  font-size: 0.625rem;
}

.header__languague-dropdown .dropdown-item img {
  width: 24px;
  height: 16px;
}

/* Menu header landing page */

/* Hero */

.hero {
  z-index: 3;
}

/* Summary */

.main__background section > .container:has(.section-title) {
  padding: 40px 0px 30px;
}

.section-title {
  color: var(--color-primary);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: capitalize;
  margin: 0px auto 20px;
}

/* About */

.about-us .about-us__slider-outer {
  padding-bottom: 28px;
}

/* Message */
.message .section-title {
  background: var(--color-white);
  color: var(--color-highlight);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 1100px;
  padding: 20px 0px;
  margin-bottom: 0px;
}

.message .message__main {
  background-color: var(--color-white);
  padding: 0px !important;
}

.message .message__inner.message--reversed {
  flex-direction: row-reverse;
}

.message .message__inner {
  padding-bottom: 0px;
}

.message .message__content.message__right {
  background-color: var(--color-white);
  padding: 23px 20px;
  padding-left: 40px;
}

.message .message__content .message__content-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
  height: 100%;
  gap: 34px;
}

.message__content-main .message__content-title .message__content-headline {
  color: var(--color-highlight);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 11px;
}

.message__content-main .message__content-title .message__content-headline {
  color: var(--color-highlight);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 11px;
}

/* Student life at SNA */
.student-life .section-subtitle,
.student-life .section-title {
  margin-bottom: 16px;
}

.student-life .section-headline {
  margin-bottom: 45px;
}

.student-life-ldp
  .student-life-ldp__inner
  .student-life-ldp__main
  .student-life__item {
  display: flex;
}

.student-life-ldp
  .student-life-ldp__inner
  .student-life-ldp__main
  .student-life__item:nth-child(even) {
  flex-direction: row-reverse;
}

.student-life-ldp .student-life-ldp__content {
  position: relative;
  flex-basis: 50%;
  max-height: 398px;
  overflow: hidden;
}

.student-life-ldp .student-life-ldp__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  transform: scale(1);
  /* object-position: bottom; */
  /* object-position: 0% 26%; */
}

.student-life-ldp .student-life-ldp__content img:hover {
  transform: scale(1.1);
}

.student-life-ldp__content .student-life-ldp__content-bg {
  width: 100%;
  height: 100%;
  background-color: var(--color-highlight);
  position: absolute;
  z-index: 0;
}

.student-life-ldp__content .student-life-ldp__content-bg img {
  mix-blend-mode: multiply;
}

.student-life-ldp__content .student-life-ldp__content-main {
  padding: 0px 55px;
  color: var(--color-white);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.student-life-ldp__content-main .student-life-ldp__content-title {
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 30px;
}

.student-life-ldp__content-main .student-life-ldp__content-body {
  line-height: 1.125rem;
  margin-bottom: 0px;
}

.student-life-ldp__inner .student-life-ldp__content-cta {
  /* margin-left: 6.5px; */
  width: fit-content;
  margin: 30px auto 0px;
}

/* video */
.videos .videos__main {
  height: 435px;
}

.videos__main .video__player {
  grid-row: span 3;
  grid-column: span 3;
}

/* program */
.program {
  width: 100%;
  height: 268px;
  background-color: var(--color-primary);
  position: relative;
}

.program .program__bg-overlay {
  height: 100%;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.program .program__bg-overlay img {
  object-position: center calc(50% + 75px);
  opacity: 0.1;
}

.program .program__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program .program__inner .program__content {
  width: 100%;
  max-width: min(100%, 474px);
  text-align: center;
  color: var(--color-white);
}

.program__content .program__content-text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.program__content .program__content-cta {
  margin: 0 auto;
}

/* features */
section.main__background .features .features__inner {
  padding-top: 20px;
}

.features .features__inner .section-title {
  font-weight: 800;
}

.features .features__inner .section-headline {
  margin: 0px auto;
  margin-bottom: 10px;
  max-width: 810px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-highlight);
}

.features .features__inner .features__main {
  margin: 0 32px;
  padding: 0 8px;
}

.features__main .feature__item {
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.features .features__main-outer {
  position: relative;
  margin: 0px min(10%, 100px);
}

.features__main .features__main-scrollbar {
  display: none;
}

.features__main-outer .features__main-nav i {
  color: var(--color-highlight);
}

.features__main .feature__item .feature__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.features__main .feature__item .feature__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@property --gradient-color {
  syntax: "<color>";
  inherits: false;
  initial-value: 091F43;
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(9, 31, 67, 0.77);
}

@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(9, 31, 67, 0.5);
}

@property --gradient-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(9, 31, 67, 0.34);
}

@property --gradient-color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(9, 31, 67, 0);
}

@property --gradient-color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(9, 31, 67, 0);
}

.features__main .feature__item .feature__item-overlay {
  --gradient-color: #091f43;
  --gradient-color-1: rgba(9, 31, 67, 0.77);
  --gradient-color-2: rgba(9, 31, 67, 0.5);
  --gradient-color-3: rgba(9, 31, 67, 0.34);
  --gradient-color-4: rgba(9, 31, 67, 0);
  --gradient-color-5: rgba(9, 31, 67, 0);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    var(--gradient-color),
    var(--gradient-color) 7%,
    var(--gradient-color-1) 25%,
    var(--gradient-color-2) 41%,
    var(--gradient-color-3) 63%,
    var(--gradient-color-4) 89%,
    var(--gradient-color-5)
  );
  transition: all 2s cubic-bezier(0.1, 0.7, 0.1, 1);
}

.features__main .feature__item:hover .feature__item-overlay {
  height: 100%;
  transition: all 0.2s linear;
  --gradient-color: rgba(9, 31, 67, 0.77);
  --gradient-color-1: rgba(9, 31, 67, 0.77);
  --gradient-color-2: rgba(9, 31, 67, 0.77);
  --gradient-color-3: rgba(9, 31, 67, 0.77);
  --gradient-color-4: rgba(9, 31, 67, 0.77);
  --gradient-color-5: rgba(9, 31, 67, 0.77);
}

.features__main .feature__item .feature__item-content {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  text-align: center;
  margin-top: 200px;
  transition: all 0.2s linear;
  padding: 0 12px;
}

.features__main .feature__item:hover .feature__item-content {
  margin-top: 0;
}

.features__main .feature__item .feature__item-content .feature__item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  min-height: 48px;
}

.features__main
  .feature__item:hover
  .feature__item-content
  .feature__item-title {
  margin-bottom: 12px;
}

.features__main
  .feature__item
  .feature__item-content
  .feature__item-description {
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0.85rem;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s ease-in-out, opacity 0.5s ease-in-out;
  margin-bottom: 8px;
}

.features__main
  .feature__item:hover
  .feature__item-content
  .feature__item-description {
  height: auto;
  width: max(100%, 236px);
  transform: scaleY(1);
  opacity: 1;
}

/* Enrollment */

.enrollment {
  background-color: unset;
}

/* curriculum */
.curriculum .curriculum__main {
  margin-bottom: 0px;
}

/* Admission process */
.vc_section
  .vc_container:has(
    .wpb_wrapper section > .container .section-title:not(:empty)
  )
  + .vc_container
  .wpb_wrapper
  section.admission
  > .container:has(.section-title) {
  padding: 0 !important;
}

.admission .section-title {
  margin-bottom: 30px;
}

.admission .admission__slide-outer {
  padding: 0 12px;
  position: relative;
}

.admission .admission__main-list {
  margin: 0px 16px;
  padding: 10px 14px;
}

.admission .admission__main-list .admission__list-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-color: var(--color-white);
  padding: 24px;
  color: var(--color-highlight);
  border-radius: 8px;
  box-shadow: 4px 4px 12px 0px #091f4340;
  transition: 0.3s all ease-in-out;
  transform: scale(1);
  height: auto;
  max-width: 237.5px;
}

.admission .admission__main-list .admission__list-item:hover {
  transform: scale(1.02);
}

.admission__main-list .admission__list-item .admission__item-number {
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #ffffff 0%, #091f43 100%);
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}

.admission__main-list .admission__list-item .admission__item-title {
  all: unset;
  font-size: 1.125rem;
  line-height: 1.813rem;
  font-weight: 600;
}

.admission__main-list .admission__list-item .admission__item-content {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}

/* Register Form */
.register {
  /* padding: 0 15px; */
}

.register .register-form__inner.container,
.vc_section .wpb_wrapper section.register > .container {
  background-color: transparent !important;
}

.register .register__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(173, 18, 42, 0.2);
  z-index: -1;
}

.register .register__bg img {
  mix-blend-mode: multiply;
  height: 100%;
}

.register .register-form__inner {
  padding: 30px 0px;
}

.register .section-title {
  text-wrap: balance;
  text-transform: capitalize;
  margin: 0px auto 20px;
}

.register .register-form__main {
  padding: 24px;
  width: min(100%, 505px);
  margin: 0 auto;
  box-shadow: 8px 8px 22px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 8px 8px 22px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 8px 22px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background: var(--color-white);
}

#register_form {
  position: relative;
  max-width: 700px;
  margin: auto;
}

.consultation__main-form p {
  font-size: 14px;
  line-height: 21px;
}

.register_form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.register_form-row.full-width {
  display: block;
}
/* 
#register_form label {
  display: block;
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.05rem;
  font-weight: 400;
  color: var(--color-body);
}

#register_form input {
  border-radius: 8px;
}

#register_form textarea::placeholder,
#register_form select::placeholder,
#register_form input::placeholder {
  color: #1e1e1e87;
}

#register_form input,
#register_form select,
#register_form textarea {
  background-color: #f5f7fa;
  border: 1px solid var(--color-body);
  padding: 12px 8px;
  text-align: left;
}

#register_form input:focus,
#register_form select:focus,
#register_form textarea:focus {
  box-shadow: none;
}

#register_form input:focus,
#register_form select:focus,
#register_form textarea:focus {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}

#register_form .form-select {
  background-image: url("../img/icons/chevron-down-form.svg");
}

#register_form input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../img/icons/bx_calendar.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  border-width: thin;
} */

#register_form .register__form-policy a,
#register_form .register__form-policy {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
}

#register_form .register__form-policy a {
  font-weight: 700;
  color: #000000;
}

#register_form .register__form-policy a:hover {
  color: var(--color-primary);
}

#register_form select:disabled {
  color: #aaa;
}

#register_form .register-form__calendar {
  position: relative;
}

/* #register_form .calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-70%);
  width: 24px;
  height: 24px;
  background: url("../img/icons/bx_calendar.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

#register_form .error-message {
  padding: 5px 0px;
  display: block;
}

#register_form .register-form__calendar .flatpickr-input.is-invalid {
  background-image: none;
} */

#register_form .btn-action--submit {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 3px;
  padding: 12px 24px;
  text-align: center;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 0.938rem;
  border: none;
  outline: none;
  max-width: 142px;
  margin: 0 auto;
  display: block;
}

/* #register_form #start-date {
  padding-right: 40px;
} */

/* input[type="date"]::before {
  color: #999999;
  content: attr(placeholder);
}
input[type="date"] {
  color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
  color: #666666;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important;
} */

/* Album Grid */

.album__inner {
  display: flex;
}

.album__list {
  display: grid;
  grid-template-columns: repeat(2, 183px);
  grid-template-rows: repeat(3, 108px);
  grid-auto-flow: dense;
}

.album__list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.album__list > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--color-white);
}

.album__list .wide {
  grid-column: span 2;
}

.album__list .tall {
  grid-row: span 2;
}

.album__list .taller {
  grid-row: span 3;
}

.album__list .big {
  grid-column: span 2;
  grid-row: span 2;
}

/*  Desktop devices <   */

@media only screen and (min-width: 90em) {
  .hero__slider-item .hero__item-content {
    position: absolute !important;
  }
}

@media only screen and (min-width: 36em) {
  .admission
    .admission__main-list
    .admission__main-wrapper:has(
      .admission__list-item:nth-child(2):last-child
    ) {
    justify-content: center;
  }

  .admission
    .admission__main-list
    .admission__main-wrapper:has(
      .admission__list-item:nth-child(3):last-child
    ) {
    justify-content: center;
  }

  .admission
    .admission__main-list
    .admission__main-wrapper:has(.admission__list-item:first-child:last-child) {
    justify-content: center;
  }
}

@media only screen and (max-width: 68.75em) and (min-width: 36em) {
  /* Album Grid */

  .album__inner {
    display: block;
  }

  .album__list {
    grid-template-columns: repeat(2, 350px);
    grid-template-rows: repeat(2, 100px);
    justify-content: center;
  }

  /* .album__list .wide-sm {
    grid-column: span 3;
    grid-row: span 3;
  }
    */

  .album__list .tall-sm {
    grid-row: span 2;
  }

  .album__list .taller-sm {
    grid-row: span 4;
  }
}

/* Table devices */
@media only screen and (max-width: 68.75em) {
  /* Header */

  /* About */
  .about-us__slider .about-us__slider-item img[alt="boarding icon"] {
    margin-bottom: 8px;
  }

  .header__main-actions .header__action-item:nth-child(2) {
    display: block;
  }

  .ldp__background {
    background-color: unset;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 15%;
  }

  /* Header responsive */
  .header__options {
    display: none;
  }

  .btn-action--invert {
    background-color: var(--color-highlight);
    color: var(--color-white);
  }

  /* Admission process */

  .admission .admission__main-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .admission__main-list .admission__list-item .admission__item-number {
    font-size: 3rem;
    line-height: 3.15rem;
  }

  .admission__main-list .admission__list-item .admission__item-title {
    font-size: 1rem !important;
  }

  .about-us .about-us__slider-outer {
    padding-bottom: 30px;
  }

  /* Footer  responsive*/

  .footer__main-content {
    width: 100%;
  }

  .footer__main-nav .footer__nav-list:last-child .footer__nav-list-children {
    flex-direction: column;
    align-items: unset;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
  }
}

/* Mobile devices */
@media only screen and (max-width: 36em) {
  .section-title {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .register {
    padding: 0px 20px;
  }

  .header__main-language {
    order: unset;
  }

  .hero__slider-item .hero__item-content {
    position: absolute !important;
  }

  .ldp__background {
    display: none;
  }

  .main__background section > .container:has(.section-title) {
    padding: 30px 0px;
  }

  .ldp__background {
    z-index: 3;
  }

  /* About SNA mobile*/
  .about-us__slider-wrapper
    .about-us__slider-item:nth-child(3)
    .about-us__item-image {
    height: 50px;
    padding-bottom: 8px;
  }

  .about-us .about-us__slider-outer {
    padding-bottom: 0px;
  }

  /* message */
  /* .message#introduction {
    padding: 0 15px;
  } */

  .message .message__content.message__left img {
    object-position: unset;
  }

  .message .message .message__inner {
    padding-bottom: 0px;
  }

  .message .message__main > .message:last-child {
    padding-bottom: 10px;
  }

  .message .message__inner {
    padding-bottom: 0px;
  }

  .message .message__inner.message--reversed {
    flex-direction: column;
  }

  .message .message__content img[alt="school image"] {
    object-position: center -96px;
  }

  .message .message__content.message__right {
    padding: 12px 0px;
  }

  .message
    .message__content.message__right:has(.message__content-bg)
    .message__content-main {
    padding: 23px 20px;
  }

  .message
    .message__inner.message--reversed
    .message__content.message__left
    img {
    object-position: center;
    height: 100%;
    max-height: 299px;
  }

  /* .message .message__content.message__left img {
    object-position: center;
  } */

  .message .section-title {
    font-size: 1rem !important;
    line-height: normal !important;
  }

  /* curriclum */
  .curriculum {
    padding: 0 15px;
    padding: 0px;
  }

  .curriculum .curriculum__inner .section-subtitle,
  .curriculum .curriculum__inner .section-title,
  .curriculum .curriculum__inner .section-headline {
    text-align: left;
    margin-left: 20px;
    padding: 0;
  }

  /* facilities */
  .main__background
    section.student-life
    > .student-life__inner.container:has(.section-title) {
    padding: 10px 0px;
  }

  .main__background section > .container:has(.section-title) {
    padding: 10px 0px;
  }

  /* student life */
  .videos .videos__main {
    height: 268px;
  }

  .videos__main .video__player:first-child {
    grid-row: span 3;
  }

  .experience .experience__content-text p:empty {
    display: none;
  }

  /* program */
  .program {
    height: 260px;
  }

  .program .program__bg-overlay img {
    transform: scale(1.1);
    object-position: calc(50% - 8px) calc(50% + 25px);
  }

  .program__content .program__content-text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .program__content .program__content-cta {
    padding: 8px 30px 8px 12px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    /* 128.571% */
  }

  /* Student life mobile */
  .student-life-ldp
    .student-life-ldp__inner
    .student-life-ldp__main
    .student-life__item,
  .student-life-ldp
    .student-life-ldp__inner
    .student-life-ldp__main
    .student-life__item:nth-child(even) {
    flex-direction: column;
  }

  .student-life-ldp__content .student-life-ldp__content-main {
    padding: 80px 20px;
  }

  /* features */
  section.main__background .features .features__inner {
    padding-top: 10px;
  }

  .features .features__inner .section-headline {
    margin: 0 20px;
  }

  .features .features__inner .features__main-outer {
    margin: 0;
  }

  .features .features__inner .features__main {
    margin: 0;
    padding-bottom: 10px;
  }

  .features .features__inner .section-title {
    text-wrap: wrap;
    padding: 0;
    margin-bottom: 12px;
  }

  .features .features__inner .section-subtitle {
    padding: 0px 20px;
  }

  .features__main .feature__item {
    width: 332px;
    height: 332px;
  }

  .features__main .feature__item .feature__item-content {
    margin-top: 272px;
  }

  .features__main-nav {
    display: none;
  }

  .feature__item.dragging:hover,
  .feature__item.dragging {
    pointer-events: none;
  }

  .features__main .features__main-scrollbar {
    display: block;
  }

  /*  Admission process mobile*/
  .admission .admission__main-list {
    padding: 0px;
    column-gap: 12px;
    margin: 0px 0px 40px;
  }

  .admission .admission__main-list > .admission__main-wrapper {
    display: grid;
    row-gap: 30px;
    column-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .admission .admission__main-list .admission__list-item {
    padding: 12px;
    max-width: none;
  }

  .admission .admission__main-list .admission__list-item:hover {
    transform: scale(1);
  }

  .admission .admission__main-nav {
    display: none;
  }

  /* Register form */
  .register .section-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .consultation__form-note {
  }

  .consultation__main-form p {
  }

  .section-headline {
    font-size: 0.875rem;
  }

  .register .register__bg {
    display: none;
  }

  .register .register-form__inner {
    padding: 0;
  }

  .register .register-form__main {
    border-radius: 0;
    /* padding: 24px 0px; */
    padding: 0px;
    box-shadow: none;
  }

  #register_form {
    padding: 0px 10px;
  }

  /* Album */

  /* Album Grid */

  .album__inner {
    display: block;
  }

  .album__list {
    display: grid;
    grid-template-columns: repeat(2, 206px);
    grid-template-rows: repeat(3, 121.73px);
    justify-content: center;
  }

  .album__list > div > img {
    border: 2px solid var(--color-white);
  }

  .album__inner .album__list:first-child .album__list--item:first-child img,
  .album__inner .album__list:first-child .album__list--item:nth-child(2) img {
    border-top: 4px solid var(--color-white);
  }

  .album__inner .album__list:last-child .album__list--item:last-child img,
  .album__inner
    .album__list:last-child
    .album__list--item:has(+ .album__list--item:last-child)
    img {
    border-bottom: 4px solid var(--color-white);
  }

  /* Footer */

  .footer__main-nav .footer__nav-list:last-child .footer__nav-list-children {
    width: 100%;
  }
}
