.swiper.banner .swiper-wrapper .swiper-slide .headline .content {
    font-size: 60px;
    right: 0;
    line-height: 72px;
    color: #422E2B;
    text-align: start;
    max-width: 100%;
}
 
.swiper.banner .swiper-wrapper .swiper-slide .headline {
    translate: unset;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: unset;
    display: block;
    padding: 1rem;
    margin-top: 24rem;
}
 
.swiper.banner .swiper-wrapper .swiper-slide .headline .content .description {
    transform: translate(0%, 0%);
    text-align: start;
    color: #181010;
    font-size: 20px;
    max-width: 776px;
    line-height: 30px;
    margin-top: 24px;
    font-family: 'IBM Plex Regular';
}
 
div#block-universitystatistics {
    display: none;
}
 
.headline .content::after {
    display: none;
}
 
 
.header .dimmer, .banner .swiper-slide::after {
    display: none;
}
 
.footer .footer-contents, .footer .footer-contents .newsletter, .footer-bottom.container {
    background-color: #E9DFCF;
    border: navajowhite;
}
.footer .footer-contents .newsletter .newsletter-btn, .form-container form button{
    background-color: #1B8354;
}
.footer .footer-contents .links .column-1 .links-container a:hover, .footer .footer-contents .links .column-2 .links-container a:hover{
    color:#6C737F;
    text-decoration: underline;
}
 
.ios rect, .android rect {
    fill: transparent;
}
 
.footer .footer-contents .mobile-apps .stores .ios, .footer .footer-contents .mobile-apps .stores .android {
    border: 1px solid #6B4E45;
    border-radius: 4px;
    height: 48px;
    width: 48px;
}
.footer .footer-contents .mobile-apps .stores .ios svg, 
.footer .footer-contents .mobile-apps .stores .android svg{
    height: 48px;
    width: 48px;
}
.footer .footer-contents .mobile-apps .stores .ios:hover svg #Rectangle_395, 
.footer .footer-contents .mobile-apps .stores .android:hover svg #Rectangle_394{
    fill: white;
}
.footer .footer-contents .mobile-apps .stores .ios:hover svg #Intersection_3,
.footer .footer-contents .mobile-apps .stores .android:hover svg path{
    fill: #161616;
}
.footer .footer-contents .mobile-apps .stores .ios svg #Intersection_3, .android path {
    fill: #161616;
}
 
.android rect {
    fill: transparent;
}
 
 
@media(min-width:992px){
    .swiper.banner .swiper-wrapper .swiper-slide .headline .content {
        max-width: 47%;
    }
    .swiper.banner {
        height: 553px;
    }
    .swiper.banner .swiper-wrapper .swiper-slide .headline .content .description{
        display:block;
    }
    .swiper.banner .swiper-wrapper .swiper-slide .headline {
        padding: 9rem 5rem 80px 5rem;
        margin: 0;
    }
}
@media(min-width:1200px){
    .swiper.banner {
        height: 553px;
    }
}
 
 
.footer .footer-contents .mobile-apps .stores .ios:hover, .footer .footer-contents .mobile-apps .stores .android:hover {
    border: 1px solid transparent;
}