body{
    position: relative;
}
.cbs-cta-popup{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease-in-out;
    z-index: 999999;
    font-family: Helvetica, sans-serif;
}

.cbs-cta-popup.show{
    visibility: visible;
    opacity: 100;
}

.cbs-cta-popup.bottomright{
    right: -400px; /* = width + 50px */
    bottom: 15px;
}
.cbs-cta-popup.bottomright.show{
    right: 15px;
}

.cbs-cta-popup.bottomleft{    
    left: -400px; /* = width + 50px */    
    bottom: 15px;
}
.cbs-cta-popup.bottomleft.show{
    left: 15px;
}
.cbs-cta-popup.bottomleft.show{
    left: 15px;
}

.cbs-cta-popup.bottomcenter{    
    bottom: -400px;
    width: 100%;    
    left: 0;    
    display: flex;    
    justify-content: center;    
}
.cbs-cta-popup.bottomcenter.show{
    bottom: 15px;
}

.cbs-cta-popup.topright{    
    right: -400px; /* = width + 50px */    
    top: 15px;
}
.cbs-cta-popup.topright.show{
    right: 15px;
}

.cbs-cta-popup.topleft{    
    left: -400px; /* = width + 50px */    
    top: 50px;
}
.cbs-cta-popup.topleft.show{
    left: 15px;
}



.cbs-cta-popup .close{
    cursor: pointer;
    background-color: #bf0000;
    color:white;    
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease-in-out;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    font-weight: bold;
    font-size: 14px;    
}

.cbs-cta-popup .close:hover{
    background-color: #bd4949;
    border-color: #000;
    transform: rotate(180deg);    
}
.cbs-cta-popup .wrapper{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    
}

/* design-cbs */
.cbs-cta-popup.design-cbs .wrapper{
    border-radius: 10px;
    position: relative;
}
.cbs-cta-popup.design-cbs.topright{    
    top: 150px;
}
.cbs-cta-popup.design-cbs .wrapper .wrapper-inner{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;    
    height: 100%;
    width: 300px;
    padding: 120px 15px 15px 15px;
    background-color: #e9effe;
    border-radius: 10px;
    position: relative;
}
.cbs-cta-popup.design-cbs.bottomcenter .wrapper .wrapper-inner{ 
    width: 650px;
    flex-direction: row;
    padding: 15px;
}
.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .img{    
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbs-cta-popup.design-cbs .wrapper .wrapper-inner img{    
    position: absolute;
    top: -100px;
    height: 200px;
    max-width: 220px;
    object-fit: contain;
    margin-bottom: 70px;
}
.cbs-cta-popup.design-cbs.bottomcenter .wrapper .wrapper-inner img{    
    position: relative;
    margin-bottom: 0;
    top: 0;
}
.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .content{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .title,    
.cbs-cta-block.design-cbs .wrapper .wrapper-inner .title{    
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .text,    
.cbs-cta-block.design-cbs .wrapper .wrapper-inner .text{    
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}

.cbs-cta-block.design-cbs .wrapper .wrapper-inner .text{
    max-width: 400px;
}

.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .button,
.cbs-cta-block.design-cbs .wrapper .wrapper-inner .button{    
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #0070bf;
    color: #FFF;
    width: fit-content; 
    padding: 10px 20px;   
    transition: all 300ms ease-in-out;
}

.cbs-cta-popup.design-cbs .wrapper .wrapper-inner .button:hover,
.cbs-cta-block.design-cbs .wrapper .wrapper-inner .button:hover{
    background-color: #000;
    color: #ed7b00;
}



.cbs-cta-popup .wrapper .wrapper-inner.flex-column{
    flex-direction: column;
}
.cbs-cta-popup .wrapper .wrapper-inner .padding-form{
padding: 15px;
}
.cbs-cta-popup .wrapper .wrapper-inner .col,    
.cbs-cta-block .wrapper .wrapper-inner .col{    
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
}
.cbs-cta-block .wrapper .wrapper-inner .col{
    padding: 75px 20px;
}
.cbs-cta-popup .wrapper .wrapper-inner .imageside{
    width: 40%;
    height: 100%;
    position: relative;
}
.cbs-cta-block .wrapper .wrapper-inner .imageside{
    width: 40%;
    height: auto;
    position: relative;
}
.cbs-cta-popup .wrapper .wrapper-inner .imageside img,
.cbs-cta-block .wrapper .wrapper-inner .imageside img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cbs-cta-popup .wrapper .wrapper-inner .imageside + .col,
.cbs-cta-block .wrapper .wrapper-inner .imageside + .col,
.cbs-cta-popup .wrapper .wrapper-inner .col + .imageside,
.cbs-cta-block .wrapper .wrapper-inner .col + .imageside{
    width: 60%;
}

/* PERSONALIZED*/

.cbs-cta-block{
    width: 100%;
    position: relative;    
    margin-left: calc(-1 * var(--gap-4));
    width: calc(100% + var(--gap-4) + var(--gap-4));
}


.cbs-cta-popup .wrapper.size-l{
    width: 350px;
    height: 200px;
}
.cbs-cta-popup .wrapper.size-xl{
    width: 450px;
    height: 300px;
}


.cbs-cta-popup.centerblack .wrapper,
.cbs-cta-popup.centertrans .wrapper{
    position: relative;
}


.cbs-cta-popup.centerblack,
.cbs-cta-popup.centertrans{
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;       
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbs-cta-popup.centerblack{
    background-color: rgba(0,0,0,0.75);    
}

/* Landing page */
.cbs-cta-popup.maxwidth{
    max-width: 400px;
}
.cbs-cta-popup.lp-topright{    
    right: 15px;
    top: 120px;
}


/* BLOCK */

.cbs-cta-block.design-cbs .wrapper .wrapper-inner{    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;    
    height: 100%;
    width: 100%;
    padding: 60px;
}

.cbs-cta-block.design-cbs .wrapper .wrapper-inner .left{
    width: 75%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.cbs-cta-block.design-cbs .wrapper .wrapper-inner .right{
    width: 25%;    
    display: flex;    
    align-items: center;
    justify-content: center;    
}

.cbs-cta-block.design-cbs .wrapper .wrapper-inner .right img{
    width: 100%;
}


@media screen and (max-width: 700px) {
    .cbs-cta-popup.design-cbs.bottomcenter .wrapper .wrapper-inner{ 
        width: auto;
        flex-direction: column;
    }
    .cbs-cta-popup.design-cbs.bottomcenter .wrapper .wrapper-inner img{
        height: 150px;
    } 
}