.section.SN-banner-zoom-in-animation .banner__image img {
    transition: transform .3s ease;
    will-change: transform;
    -webkit-animation: 10s ease-in-out infinite backgroundZoomInOut;
    animation: 10s ease-in-out infinite backgroundZoomInOut;
}


@media (min-width: 992px) {
    .section.seville-new-form .form-a, .section.seville-new-form .contactform--a {
        margin-top: 80px;
        margin-bottom: 0;
    }
}

.featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap {
    background-color: rgb(255 255 255 / 59%) !important;
    padding: 50px;
}


.section--light .cta__button.component__button--1 {
    color: #f9fbfd;
    background-color: #23455f;
    border: 2px solid #223f54;
    text-decoration: none;
}