:root {
     --accent-1: #F0B348;
}

.collapsible-menu, .landack-content {
    background: var(--primary);
}

.collapsible-box .material-icons, 
.editor details summary i, 
.secondary-nav-item.active a,
.cookie:hover a,
.cookie:focus a,
.secondary-nav-item:hover a,
.secondary-nav-item:focus a  {
	color: var(--primary);
}

.banner-slide {
    position: relative;
}

.banner-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.banner-content {
    top: auto;
    bottom: 15%;
    transform: unset;
}

.banner-swiper-1-wrapper {
    display: flex;
    gap: 1rem;
    position: relative;
}

.banner-btn {
    width: calc((100% - 2rem) / 3);
}

.banner-swiper-2 img {
    aspect-ratio: 1920 / 842;
}

.banner-swiper-1-school img {
    width: 100%;
    aspect-ratio: 350 / 230;
    border-radius: 10px;
}

.banner-btn {
    position: relative;
    display: block;
    height: fit-content;
}

.banner-btn:hover,
.banner-btn:focus {
    filter: unset;
}

.banner-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.banner-btn:hover::after,
.banner-btn:focus::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-btn-title {
    color: white;
    font-weight: var(--font-medium);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.2rem;
}

.custom-button-next {
    color: var(--dark-font-color);
}

@media (max-width: 1199px) {
    .banner-swiper-2 img {
        aspect-ratio: 320 / 462;
        max-height: 600px;
    }

    .banner-swiper-1-school {
        margin: -8% 1rem 0;
    }

    .banner-content {
        bottom: 20%;
    }
}

@media (max-width: 991px) {
    .cta1-content {
        margin: -45% -1rem 0;
    }
}

@media (max-width: 767px) {
    .banner-btn-title {
        font-size: 1rem;
    }

    .banner-content {
        bottom: 15%;
    }

    .banner-swiper-1-wrapper {
        gap: .5rem;
    }

    .banner-btn {
        width: calc((100% - 1rem) / 3);
    }

    .banner-btn-title {
        margin: 0 .5rem;
    }

    .banner-swiper-1-school img {
        aspect-ratio: 5 / 4;
    }
}

@media (min-width: 75em) {
    .banner-content {
        max-width: 50%;
    }

    .banner-swiper-1-school {
        margin-left: auto;
        margin-top: -4.5%;
        max-width: 55%;
        margin-right: calc(3% + 1rem);
    }

    .banner-swiper-1-school .banner-swiper-1-wrapper {
        margin-right: calc(3% + 1rem);
        width: fit-content;
        justify-content: flex-end;
    }

    .banner-title {
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
}