ul {
    list-style-position: inside;
    padding: 0;
}

body, p:not(.heading), body a, body a:hover {
    line-height: 2;
}

body, p, body a, body a:hover,
.hero-banner a, .section-register .btn-register, .heading, .fa-solid,
body .call-to-action, body .call-to-action:hover {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

.navbar span, h1, .hero-text {
    color: #ffffff;
}

.navbar span, .hero-banner a, body h1, .heading, .more, .btn-register {
    font-family: 'NouvelR Bold', sans-serif;
}

.navbar span, .hero-banner a, .section-register .btn-register {
    font-size: 24px;
    line-height: 22px;
}

.hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text, body .details, body ul li {
    font-family: 'NouvelR Regular', sans-serif;
}

.hero-text {
    font-size: 32px;
}

.hero-banner a, .section-register .btn-register {
    background-color: #EFDF00;
    border-radius: 0;
    line-height: 60px;
    margin: 32px auto;
    height: 60px;
    width: 248px;
}

.heading {
    font-size: 32px;
}

.details, .more, body ul li {
    font-size: 20px;
}

.arrows-container {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    height: 45px;
    position: absolute;
    top: 37%;
    width: 45px;
}

.fa-solid {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

.arrows-container-left {
    left: -32px;
}

.arrows-container-right {
    right: -32px;
}

body .call-to-action {
    border: 2px solid #000000;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    width: 248px;
}

.call-section {
    background-color: #f4f4f4;
}

.call-section .section-explanation {
    padding-bottom: 80px;
    padding-top: 80px;
}

.section-register {
    margin: 80px auto;
}

.slick-slide {
    height: auto !important;
    width: auto !important;
}

@media only screen and (max-width: 1024px) {
    .hero-banner {
        background-image: url('../img/pre_landing/banner_mobile.png');
    }
}

@media only screen and (min-width: 1024px) {
    .hero-banner {
        background-image: url('../img/pre_landing/banner.png');
    }
}

@media only screen and (max-width: 1024px) {

    .heading {
        font-size: 24px;
    }
    .benefits {
        margin-top: 100px;
    }
    .section-explanation:not(.benefits) {
        margin-top: 40px;
    }
    .section-left .row {
        display: -ms-grid;
        display: grid;
        width: 100%;
    }
    .section-left .row .img-container {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        grid-column: 1;
        grid-row: 2;
    }
    .section-left .row .d-flex {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-column: 1;
        grid-row: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .slick-slide {
        width: auto !important;
    }
    .hero-banner {
        background-position: center;
    }
    .section-explanation {
        margin-top: 140px;
    }
    body .img-container {
        margin: 0;
        padding: 0;
    }
    body .section-right > .row, body .section-left > .row {
        margin: 0;
    }
    body .section-right, body .section-left {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    body h1 {
        font-size: 24px;
        margin-top: 40px;
    }
    body .hero-banner .hero-text, body .hero-banner a {
        font-size: 20px;
    }
    body .hero-banner a {
        margin: 0;
        margin-bottom: 60px;
    }
    .slider {
        overflow: hidden;
    }
}

@media only screen and (min-width: 576px) {
    .hero-banner {
        min-height: 450px;
    }
    body h1 {
        font-size: 50px;
        margin-top: 32px;
    }
}