/* APPLY / CTA BANNER */
.homepage-apply {
  background: linear-gradient(185deg, #1b3fb0 22%, #14338f 55%, #0f2870 100%);

  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  &:after {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
    top: 0;
    right: 0;
    background-image: url(../../images/decoration/pattern-transparent-dark.png);
    background-size: 200px;
    background-repeat: repeat;
    background-position: center right;
  }
  .homepage-apply__row {
    position: relative;
    z-index: 1;
  }
}

.homepage-apply__year {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.25rem;
}

.homepage-apply__title {
  font-weight: 600;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.homepage-apply__seats {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.homepage-apply__seats-max {
  color: #6f9bef;
  font-weight: 700;
}

.homepage-apply__deadline-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.homepage-apply__deadline {
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.homepage-apply__cta {
  background-color: #5d91e5;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
}

.homepage-apply__cta:hover {
  background-color: #4b7fd0;
  color: #fff;
}

.homepage-apply__requirements {
  display: none;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem;

  .homepage-apply__seats-icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: 5px;
  }
}

.homepage-apply__requirements-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.homepage-apply__requirements-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.homepage-apply__requirement {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9375rem;
}

.homepage-apply__requirement:not(:last-child) {
  margin-bottom: 0.875rem;
}

.homepage-apply__check {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  fill: #ffffff;
  margin-top: 0.125rem;
}

@media (min-width: 992px) {
  .homepage-apply__requirements {
    display: block;
  }
  .homepage-apply {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .homepage-apply__requirements {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .homepage-apply__title {
    font-size: 4.5rem;
  }
  .homepage-apply__seats {
    font-size: 3rem;
  }
}
