.block-cta-banner{
    position:relative;
    max-width:1840px;
    width:100%;
    margin:57px auto 45px;
    z-index:1;
    overflow:hidden
}
@media (max-width:1199.98px){
    .block-cta-banner{
        margin:30px auto 20px
    }
}
@media (max-width:991.98px){
    .block-cta-banner{
        margin:15px auto 20px
    }
    .block-cta-banner>.container{
        max-width:95%
    }
}
.block-cta-banner .background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    background-position:100% 0!important
}
.block-cta-banner .background img{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media (max-width:767.98px){
    .block-cta-banner .background--desktop{
        display:none
    }
}
.block-cta-banner .background--mobile{
    display:none
}
@media (max-width:767.98px){
    .block-cta-banner .background--mobile{
        display:block;
        height:350px;
        background-position:100% 100%!important
    }
}
.block-cta-banner .content-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
    margin-top:-65px
}
@media (max-width:767.98px){
    .block-cta-banner .content-wrapper{
        margin-top:28px;
        display:block;
        width:100%;
        text-align:center
    }
}
.block-cta-banner .image{
    position:relative;
    z-index:2
}
.block-cta-banner .image--desktop{
    margin-right:-40px;
    height:530px;
    border-radius:10px
}
@media (max-width:1799.98px){
    .block-cta-banner .image--desktop{
        margin-right:-80px
    }
    .block-cta-banner .image--desktop img{
        height:530px;
        width:auto;
        max-width:-webkit-fit-content;
        max-width:-moz-fit-content;
        max-width:fit-content
    }
}
@media (max-width:1535.98px){
    .block-cta-banner .image--desktop{
        margin-right:-170px
    }

    .block-cta-banner .image--desktop,.block-cta-banner .image--desktop img{
        height:450px
    }
}
@media (max-width:1199.98px){
    .block-cta-banner .image--desktop{
        height:350px;
        margin-right:-140px
    }
    .block-cta-banner .image--desktop img{
        height:350px
    }
}
@media (max-width:991.98px){
    .block-cta-banner .image--desktop,.block-cta-banner .image--desktop img{
        height:320px
    }
}
@media (max-width:767.98px){
    .block-cta-banner .image--desktop{
        display:none
    }
}
.block-cta-banner .image--mobile{
    display:none
}
@media (max-width:767.98px){
    .block-cta-banner .image--mobile{
        display:block;
        height:250px;
        margin-right:-25px
    }
    .block-cta-banner .image--mobile img{
        height:250px;
        width:auto;
        max-width:-webkit-fit-content;
        max-width:-moz-fit-content;
        max-width:fit-content
    }
}
.block-cta-banner .col-content{
    display:flex;
    align-items:center
}
.block-cta-banner .col-content .title{
    display:block;
    max-width:600px;
    font-weight:700;
    font-size:5.4rem;
    line-height:1.2;
    color:#fff;
    margin:0 auto 30px;
    text-align:center
}
@media (max-width:1199.98px){
    .block-cta-banner .col-content .title{
        font-size:3.5rem
    }
}
@media (max-width:767.98px){
    .block-cta-banner .col-content .title{
        font-size:2.6rem;
        line-height:1.2;
        max-width:300px
    }
}
.block-cta-banner .col-content .title *{
    max-width:600px;
    font-weight:700;
    font-size:5.4rem;
    line-height:1.2;
    color:#fff;
    text-align:center;
    margin-bottom:0
}
@media (max-width:1199.98px){
    .block-cta-banner .col-content .title *{
        font-size:3.5rem
    }
}
@media (max-width:767.98px){
    .block-cta-banner .col-content .title *{
        font-size:2.6rem;
        line-height:1.2
    }
}
.block-cta-banner .col-content .button{
    display:block;
    position:relative
}
.block-cta-banner .col-content .button:before{
    width:56px;
    height:68px;
    background-image:url(../images/icon-cta-sparks.svg);
    bottom:-25px;
    left:-40px
}
.block-cta-banner .col-content .button:after,.block-cta-banner .col-content .button:before{
    display:block;
    position:absolute;
    content:"";
    background-repeat:no-repeat;
    background-position:50%;
    background-size:contain;
    pointer-events:none
}
.block-cta-banner .col-content .button:after{
    width:115px;
    height:75px;
    background-image:url(../images/icon-cta-arrow.svg);
    top:-20px;
    right:-15px;
    transform:translateX(100%)
}
@media (max-width:767.98px){
    .block-cta-banner .col-content .button:before{
        display:none
    }
    .block-cta-banner .col-content .button:after{
        width:94px;
        height:57px;
        background-image:url(../images/icon-cta-arrow-mobile.svg);
        background-repeat:no-repeat;
        background-position:50%;
        background-size:contain;
        top:38px;
        right:80px
    }
}
.block-cta-banner .col-image{
    display:flex;
    justify-content:end
}
