@charset "UTF-8";

.cta.cta-left {
    height: clamp(400px, 33.333vw, 640px);
    display: grid;
    align-content: center;
    align-items: center;
    background-size: 100vw clamp(400px, 33.333vw, 640px);
}

section.cta.cta-left .ctaCon {
    background-color: #f8f8f8;
    padding: clamp(30px, 6.771vw, 130px) clamp(40px, 3.646vw, 70px) clamp(30px, 3.125vw, 60px);
}

.cta.cta-center {
    padding: 0 0 clamp( 80px, 5.21vw, 100px );
}

.cta.cta-center h2 {
    font-size: clamp( 40px, 4.38vw, 84px );
    margin-bottom: clamp(16px, 1.25vw, 24px);
}

.cta.cta-center .container > p {
    margin-bottom: 0px;
}

.ctaCon h2 {
    color: #1e243a;
    font-family: 'lindsey-signature', cursive;
    font-size: clamp(45px, 3.333vw, 64px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(53px, 3.750vw, 72px);
}

.cta.cta-center .btn.btn-white.bottom-opener {
    margin: clamp(32px, 2.08vw, 40px) 0 0;
}

.ctaCon .btn.btn-orange:hover {
    background-image: none;
    background-color: #D3D8DE;
    color: #1e243a;
}

@media ( max-width: 1024px ) {
    .cta.cta-left {
        background-size: cover;
        align-items: end;
        align-content: end;
        height: 640px;
        background-position: 78% center;
    }

    .cta.cta-center {
        padding: 0px 32px clamp(80px, 5.21vw, 100px);
    }

    .ctaCon {
        width: 95%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
        padding: 30px 15px !important;
        margin: 0 auto;
    }

    .ctaCon h2 {
        margin-bottom: 0;
        flex: 0 2 67.871vw;
    }

    .ctaCon .btn.btn-orange {
        margin: 0 10px;
        flex-grow: 16;
        text-align: center;
    }
}

@media ( max-width: 567px ) {
    .cta.cta-left {
        height: 100vw;
        background-color: #384c5d;
    }

    section.cta.cta-left .ctaCon {
        background-color: rgb(248 248 248 / 72%);
    }
}