section.slider .button {
    box-sizing: border-box;
    padding: 0 1em;
    line-height: 2.5em;
    outline: none;
    height: 2.5em;
    color: white;
    background: #005ba3;
    border: 1px solid #005ba3;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 300ms ease-in-out 0s;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    text-shadow: none;
}

section.slider .button:hover {
    background: #00b8f1;
    border-color: #00b8f1;
    transition: all 300ms ease-in-out 0s;
}

@media screen and (max-width: 900px) {
    section.slider .swiper-button-next,
    section.slider .swiper-button-prev {
        display: none;
    }
}

section.slider .swiper-slide .swiper-lazy-preloader {
    display: none;
}