[x-cloak] { display: none !important; }
html {
    scroll-behavior: smooth;
}
body{
    padding: 0!important;
    margin: 0!important;
    font-family: Graphik, serif;
}

.font-prody{
    font-family: 'Prody',serif;
}
.text-center{
    text-align: center;
}

.wrapper{
    width: 100%;
    max-width: 1180px;
    padding: 0 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

.only-at {
    text-align: center;
    color: #FF5470;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    border-radius: 6px;
    background: #3D2740;
    display: inline-block;
    padding: 6px 10px 4px;
    margin-bottom: 25px;
}

.text-i{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.18px;
}

.flex{
    display: flex;
}
.flex-justify-center{
    justify-content: center;
}
::placeholder {
    color: #B9BFC9;
}
body header {
    display: none !important;
}
.text-align-center{
    text-align: center;
}

#credits{
    scroll-margin-top: 220px;
}
.scroll-text {
    animation: animate_text 12s linear infinite;
}
.title-bf{
    color: #0C1B33;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -2px;
}
.text-bf{
    color: #717A88;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.2px;
}
.bf-header {
    height: 83px;
    width: 100%;
    border-bottom: solid 1px #2B4673;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.link-text{
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
.link-text:hover{
    cursor: pointer;
}
#first_button{
    padding-left: 45px;
    padding-right: 45px;
}
.bf-hero p.text-i{
    color: #D9D9D9;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
.text-credits{
    color: #B9BFC9;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
}
.text-credits:hover{
    cursor: pointer;
}
.color-g{
    color: #D9D9D9;
}

.bf-hero p.text-i b{
    color: #fff;
    font-weight: 600;
}
.bf-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

.bf-header .wrapper {
    height: 100%;
}

/*
.bf-hero {
    box-sizing: border-box;
    padding-top: 167px;
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

 */

.bf-hero {
    padding-top: 120px;
    min-height: 120vh;
    background-image: url(img/circles-2.png);
    background-repeat: repeat-x;
    background-position: left 0 bottom 0;
}

.bf-logo {
    max-width: 300px;
    margin-bottom: -3px;
}

.cta-button {
    align-items: center;
    padding: 0 22px;
    display: inline-block;
    background-color: #FF5470;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    justify-content: space-between;
    transition: .3s;
    height: 52px;
    line-height: 50px;
    position: relative;
    text-decoration: none;
}
.cta-button:hover{
    cursor: pointer;
}
a.cta-button{
    height: 50px;
    font-size: 18px;
}

.cta-social{
    width: 100%;
    max-width: 200px;
}

.underscore{
    display: inline-block;
    position: relative;
}

.underscore:after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 12%;
    background-image: url(img/underscore.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.underscore img{
    display: none;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

button.cta-button{
    height: auto;
    padding: 0 14px;
    font-size: 18px;

    font-weight: 500;
    letter-spacing: -0.18px;
}
.ajax-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.loading .ajax-loader{
    display: block;
}
.cta-button.loading{
    color: #FF5470;
}

.cta-button.loading:hover {
    color: #e54c65;
}
.subtitle_wrapper{
    max-width: 700px;
    margin: 0 auto;
}
.imagen-toggle {
    position: absolute;
    top: 54px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    border: solid 1px #314F80;
    height: 54px;
    background: #162A4A;
    border-radius: 200px;
    max-width: 90%;
}

.imagen-toggle-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.imagen-toggle-inner-sep {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 28px;
    width: 1px;
    background: #3B5988;
    transform: translate(-50%, -50%);
    margin-left: -8px;
}

.imagen-toggle-item {
    font-family: Graphik, serif;
    color: #515F78;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    letter-spacing: -0.08px;
    line-height: 1;
    text-decoration: none;
}

.imagen-toggle-item:hover{
    cursor: pointer;
}

.imagen-toggle-item.selected {
    color: #fff;
    font-weight: 600;
}

.bf-title{
    color: #FFF;
    text-align: center;
    font-family: Graphik, serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -3.5px;
}
.title-i-2-bf{
    color: #0C1B33;
    font-family: Graphik, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -2px;
}
.cta-link{
    color: #222125;
}
.culling-hero-btn-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

input.input-culling::placeholder{
    color: #B9BFC9;
    font-size: 18px;
}

input.input-culling {
    padding: 10px 22px;
    border-radius: 10px;
    border: solid 1px #314F80;
    background: #162A4A;
    color: #B9BFC9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    min-width: 320px;
    box-sizing: border-box;
    outline: 0;
}
.form-error-message{
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.circle-right{
    position: absolute;
    right: 0;
    bottom: 80px;
    max-width: 270px;
}

.circle-left{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 250px;
}

.flex-top {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.flex-top-item {
    display: flex;
    align-items: center;
}

.flex-hist-top {
    display: flex;
}

.circ-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #314F80;
    background: #162A4A;
    margin-right: 10px;
}

.circ-icon img {
    width: 100%;
    max-width: 24px;
}

.text-2 {
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.18px;
}

.circ-icon img.heart-svg {
    width: 100%;
    max-width: 18px;
}

.circ-icon img {
    width: 100%;
    max-width: 24px;
}

.flex-hist-top {
    display: flex;
}

.margin-top-75{
    margin-top: 75px;
}

.margin-top-45{
    margin-top: 45px;
}

.margin-top-25{
    margin-top: 25px;
}

.hide_me{
    display: none!important;
}

.column-fixed {
    width: 554px;
    flex-shrink: 0;
}
.column-fluid {
    width: auto;
    flex: 1;
}

/* switch panel */

.product-switch{
    padding: 10px;
    gap: 20px;
    background: #F6F6F6;
    max-width: 600px;
    margin: 0 auto 40px;
    border-radius: 9px;
}
.culling-img{
    max-width: 480px;
}
.cloud-img{
    max-width: 385px;
}
.product-switch-menu-item{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    padding: 13px 10px;
    width: 100%;
    text-align: center;
}

.flex-align-center{
    align-items: center;
}
.product-switch-menu-item:hover{
    cursor: pointer;
    color: #D9D9D9;
}

.product-switch-menu-item.active{
    background: #fff;
    border-radius: 5.5px;
    box-shadow: 1.11px 1.11px 2.22px 0px rgba(12, 27, 51, 0.20);
    font-weight: 600;
}

.product-item-left{
    width: 555px;
    border-radius: 10px;
    border: solid 1px #D9D9D9;
    background: #fff;
}

.product-item-right{
    width: calc(100% - 555px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.product-item-culling .product-item-right{
    justify-content: flex-end;
}
.product-item{
    background-color: #E8F5FF;
    border-radius: 15px;
    padding: 0;
}
.beta{
    padding: 3px 6px;
    display: inline-block;
    color: #0C1B33;
    border-radius: 8px;
    background: #F6F6F6;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
    margin-left: 8px;
}
body .wrapper .after-holder:after,
body .wrapper .before-holder:after{
    font-size: 14px;
    padding: 6px 10px;
    line-height: 1!important;
}
.before-holder,
div[class^="move-border-"]{
    z-index: 66;
}

.cta-link:hover{
    cursor: pointer;
}

.product-title{
    color: #0C1B33;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.9px;
    border-bottom: solid 1px #D9D9D9;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0;
    font-family: Graphik, serif;
}

.empower-list-wrapper{
    min-height: 440px;
    padding: 30px 15px 25px 50px;
}

.empower-list-item{
    padding-left: 34px;
    color: #717A88;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
    background-image: url("img/v.svg");
    background-repeat: no-repeat;
    background-position: left top 7px;
    margin-bottom: 22px;
}

.show-more-list:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    content: "+";
}

.show-more-list.active:after {
    content: "_";
    top: 4px;
}

.flex-col {
    flex-direction: column;
}

.show-more-list {
    display: none;
    position: relative;
    color: #222125;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
    border-bottom: solid 1px currentColor;
    margin-left: 34px;
}

.section-lp-padding-bottom{
    padding-bottom: 140px;
}

@keyframes animate_text {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
.padding-top{
    padding-top: 100px;
}
#frame{
    margin-top: -20px;
    padding: 20px 32px;
    width: 100%;
    height: 100%;
    display: flex;
}

.bf-header .cta-button{
    opacity: 0;
    transition: all .2s ease-in-out;
}

.bf-header .cta-button:hover{
    cursor: default;
}

/* scroll */
.bg-blue-transition{
    transition: all .5s ease;
    background-color: #0C1B33;
}

.scrolled .bf-header{
    border-bottom: solid 1px #D9D9D9;
}

.scrolled .bf-header .cta-button{
    opacity: 1;
}

.scrolled .bf-header .cta-button:hover{
    cursor: pointer;
}


.scrolled .header-button{
    opacity: 1;
    z-index: 1;
}
.scrolled .bg-blue-transition{
    background-color: #fff;
}

.scrolled h1{
    color: #222125;
}

.scrolled .circ-icon{
    background: #fff;
    border: solid 1px #D9D9D9;
}

.scrolled .culling-hero-btn-wrapper .input-text{
    border: solid 1px #0C1B33!important;
    background: #fff!important;
    color: #000!important;
}

.input-text {
    color: #B9BFC9!important;
    border: solid 1px #314F80;
    background: #162A4A;
}
/*
.scrolled .underscore{
     filter: brightness(0) saturate(100%) invert(98%) sepia(82%) saturate(917%) hue-rotate(174deg) brightness(101%) contrast(94%);
}

 */

.scrolled .text-1{
    color: #222125;
}

.scrolled .text-2{
    color: #717A88!important;
}

.scrolled .only-at{
    color: #0C1B33;
    background: #E7FFB9;
}
.scrolled #header{
    background-color: #fff;
    border-bottom: solid 1px #D9D9D9;
    z-index: 999999;
}

/* scroll end */

/*popups*/


#events_pop_offer{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 575px;
    width: 100%;
    background-color: #0C1B33;
    min-height: 400px;
    border-radius: 10px;
    padding: 45px 30px 30px;
    background-size: cover;
    z-index: 999;
}

#events_pop_offer.SEND_TO_SUBSCRIBE{
    max-width: 340px;
    padding-top: 10px;
}

#events_pop_offer.ALREADY_SUBSCRIBED{
    min-height: auto;
    text-align: center;
}

#events_pop_offer.CANCELLED{
    max-width: 900px;
    text-align: center;
}

.bf-pop-title{
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #314F80;
    margin-bottom: 22px;
}
.bf-pop-text{
    color: #B9BFC9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 40px;
}
.bf-pop-image{
    width: 100%;
    border: solid 1px #314F80;
    border-radius: 8px;
}



.bf-pop-cta-wrapper{
    padding-top: 45px;
}

#events_pop_offer .cta-button{
    width: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
}


.input {
    height: 52px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    outline: 0;
}
.container-checkbox-wrapper{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #767D88;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.07px;
    padding-top: 3px;
}
.container-checkbox a{
    color: #fff;
}
.container-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    display: block !important;
    left: 0;
    top: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #314F80;
    border-radius: 5px;
}

.container-checkbox .checkmark:after {
    left: 5px;
    top: 6px;
    width: 11px;
    height: 8px;
    background-image: url(img/v2.svg);
    background-size: 100%;
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#reg_user{
    display: block;
    padding: 0 20px;
}
.bf-reg-title{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.54px;
    border-bottom: 1px solid #314F80;
    padding: 35px 0 45px;
    margin-bottom: 30px;
}

#accountpop{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 432px;
    height: 555px;
    background: #fff;
    border-radius: 5px;
    display: none;
    z-index: 999999999999;
}

.close-wrapper{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
}

.close:hover{
    cursor: pointer;
}

.flex-streamline-item{
    padding-bottom: 95px;
}

.padding-bottom-50{
    padding-bottom: 50px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.cash-icon{
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-bottom: 4px;
}

.bf-pop-title.sugar-icon{
    display: flex;
    align-items: end;
}
.d-hide{
    display: none!important;
}

.review-item-flex{
    gap: 20px;
    display: flex;
    justify-content: center;
}

.review-item{
    border-radius: 10px;
    background: #F6F6F6;
    width: 100%;
    max-width: 365px;
    padding: 30px;
    box-sizing: border-box;
}

.slider-text{
    padding-top: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.6px;
    padding-bottom: 35px;
    min-height: 190px;
    box-sizing: border-box;
}

.slider-img{
    width: 100%;
    max-width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.slider-name{
    font-weight: 600;
    font-size: 18px;
}

.slider-title{
    font-weight: 500;
    font-size: 16px;
}

.flex-social-take-2{
    gap: 35px;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.flex-social-take-2-item{
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
}

.flex-social-take-2-item img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.footer-slogan strong{
    font-weight: 500;
    color: #fff;
}


.pop-title{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.05;
    margin-bottom: 20px;
}


.pop-sub-title{
    color: #D9D9D9;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
}

.pop-text-bold{
    margin-top: 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.11px;
}

.pop-text-1{
    margin-top: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.08px;
}

.popup-btns-wrapper{
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding-top: 40px;
}

a.pop-btn{
    padding: 10px 43px;
    display: block;
    border-radius: 10px;
    background: #FF5470;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.no-thanks{
    color: #D9D9D9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.18px;
    text-decoration-line: underline;
    line-height: 53px;
}
.no-thanks:hover{
    cursor: pointer;
}

.pop-cancel-text{
    color: #D9D9D9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 34px */
    letter-spacing: -0.2px;
}

#events_pop_offer.CANCELED .pop-title{
    text-align: center;
}


@media screen and (max-width: 991px) {
    .bf-pop-img{
        margin-bottom: 0;
        margin-top: 20px;
    }
    .block-m{
        display: block!important;
    }
    .bf-logo{
        max-width: 220px;
    }
    .d-hide{
        display: block!important;
    }
    .bf-title{
        text-align: center;
        font-size: 45px;
        font-weight: 400;
        line-height: 105%;
        letter-spacing: -2.25px;
    }

    .culling-hero-btn-wrapper {
        flex-direction: column;
    }

    .input-culling{
        min-height: 52px;
    }

    .scroll-top{
        padding-right: 40px;
        animation: animate_text 9s linear infinite; /* The animation property */
    }

    .flex-top {
        flex-wrap: nowrap;
        display: flex;
        gap: 30px;
        justify-content: center;
    }

    .hide_me{
        display: flex!important;
    }

    #wrapepr-top-feat {
        width: 100%;
        overflow: hidden;
        display: flex;
        white-space: nowrap;
    }

    .m-hide{
        display: none!important;
    }

    .section-mobile-slider-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    /**/
    .product-switch {
        gap: 20px;
    }
    .prod-wrapper-fop-mobile {
        border: solid 1px #D9D9D9;
        border-radius: 10px;
    }
    .product-item-left {
        border: 0;
    }
    .product-item-left, .product-item-right {
        width: 100%;
    }
    .product-title, .empower-list-wrapper {
        padding-left: 20px;
    }
    .empower-list-wrapper {
        padding-right: 30px;
        min-height: auto;
        padding-bottom: 42px;
    }
    .product-title, .empower-list-wrapper {
        padding-left: 20px;
    }
    .empower-list-item {
        font-size: 16px;
    }
    .empower-list-item br {
        display: none;
    }
    .show-more-list {
        display: inline-block;
    }
    .product-item-right {
        background: #fff !important;
        border-radius: 10px;
    }
    .product-item-right {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .cloud-img, .culling-img {
        max-width: 100%;
    }


    .product-switch-menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        padding: 15px 10px;
    }

    /**/
    .person {
        display: block;
        margin-top: 70px;
    }

    .bf-hero{
        height: auto;
        padding-bottom: 60px;
    }
    .margin-top-75{
        margin-top: 40px;
    }
    .circle-right,
    .circle-left{
        display: none;
    }

    .imagen-toggle {
        top: 105px;
        height: 40px;
    }

    .imagen-toggle-item {
        font-size: 14px;
    }

    .column-fixed{
        width: 100%;
        flex: 1;
    }

    #events_pop_offer{
        max-width: 340px;
        padding: 10px 10px 35px 10px;
    }

    #events_pop_offer.ALREADY_ANNUAL_CONTRACT{
        padding: 25px;
    }

    .bf-pop-title{
        margin: 35px 0;
        font-size: 18px;
    }
    .bf-pop-text{
        font-size: 16px;
        padding-bottom: 30px;
    }
    .bf-pop-title,
    .bf-pop-text{
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .bf-pop-cta-wrapper{
        padding: 0 20px;
        margin: 0;
    }


    .bf-header .cta-button{
        padding-left: 12px;
        padding-right: 12px;
    }

    #footer ul {
        border-top: solid 1px #58667A;
        padding-top: 60px;
        margin-top: 20px;
    }

    .text-bf{
        font-size: 18px;
    }

    #credits{
        scroll-margin-top: 120px;
    }

    .bf-pop-title.sugar-icon{
        align-items: center;
        flex-direction: column;
    }
    .cash-icon{
        margin: 5px auto 0;
    }

    .text-i{
        font-size: 18px;
        line-height: 1.5!important;
        letter-spacing: 0.16px;
    }

    .title-i-2-bf {
        font-size: 22px;
        max-width: 334px;
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: -0.66px;
    }
    .section-b2b{
        padding: 50px 0;
    }

    .flex-social-take-2{
        flex-wrap: wrap;
    }

    .review-item-flex{
        flex-wrap: wrap;
    }

    .flex-social-take-2{
        padding-top: 20px;
    }
    .title-i-2-bf p{
        padding: 0;
        margin: 0;
    }

    .flex-social-take-2{
        gap: 15px;
    }

    .popup-btns-wrapper{
        display: block;
    }
    #events_pop_offer.CANCELED{
        max-width: 90%;
    }
    #events_pop_offer.CANCELED,
    .pop-cancel-text{
        text-align: center;
    }
}


.error-container{
    padding-top: 5px;
    text-align: center;
}

.error-container .error,
label.error{
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.shadow_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 888;
}
