.campari-crm-nl-modal {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: none
}
.campari-crm-nl-modal.open {
    opacity: 1;
    pointer-events: auto
}

.campari-crm-nl-overlay {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: rgba(0,0,0,.6);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: auto;
}
@media(max-width: 768px) {
    .campari-crm-nl-overlay {
        padding:0
    }
    .campari-crm-container {
        width: 100% !important;
        position: relative;
    }
}
.campari-crm-nl-modal-content {
    background: var(--color-primary);
    margin: auto;
    position: relative;
    max-width: var(--bb-crmform-modal-max-width, 880px);
    min-height: var(--bb-crmform-modal-max-height);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media(max-width: 1280px) {
    .campari-crm-nl-modal-content {
        max-width:calc(var(--bb-crmform-modal-max-width, 880px)/1.2);
    }
}

@media(max-width: 768px) {
    .campari-crm-nl-modal-content {
        display:block;
        margin: 0;
        max-width: 100%;
        max-height: 100%;
    }
}
.campari-crm-nl-modal-close {
    border: 0;
    display: block;
    background: transparent;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 12px;
    margin-top: 0;
    z-index: 99999999;
}

@media(max-width: 767px) {
    .campari-crm-nl-modal-close {
        padding:0
    }
}
.campari-crm-nl-side-img {
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    position: relative
}
.campari-crm-nl-side-img:after {
    z-index: 1
}
.campari-crm-nl-modal-content .campari-crm-container{
    padding: 2em 40px 2em 40px;
}
.campari-crm-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    font-size: var(--fz-n);
    font-weight: 400;
    z-index: 999999;
    overflow: auto;
}
.campari-crm-container input[type="date"] {
        appearance: none;          
        -webkit-appearance: none;   
        -moz-appearance: none;      
        font: inherit;
        color: inherit;
        width: 100%;
        box-sizing: border-box;
}
/****************************************************************
    CRM FORM - HEADER BANNER
****************************************************************/
:root{
    --bb-crmform-banner-color: black;  
    --bb-crmform-banner-font-family: inherit;
    --bb-crmform-banner-bkg-color: white;
    --bb-crmform-banner-font-size-desktop: 16px;
    --bb-crmform-banner-font-size-mobile: 16px;
    --bb-crmform-banner-font-weight-text: normal;
    --bb-crmform-banner-font-weight-cta: bold;
}
body .sn_site_wrapper{
    transition: transform .3s ease-in-out;
}
.crmform_banner__open .crmform_banner{
    top: 0;
}
.crmform_banner__open .sn_site_wrapper {
    transform: translateY(51px);
    overflow-x: hidden;
    z-index: 2;
    }
    .crmform_banner__open .sn_site_wrapper._blur{
        transform: none;
    }

.crmform_banner {
    transition: top .3s ease-in-out;
    font-size: var(--bb-crmform-banner-font-size-desktop);
    font-weight: var(--bb-crmform-banner-font-weight-text);
    height: 51px;
    background-color: var(--bb-crmform-banner-bkg-color);
    width: 100%;
    top: -51px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    position: fixed;
    justify-content: center;
    align-items: center;
    color: var(--bb-crmform-banner-color);
    display: none;
}
.crmform_banner--visible{
    display: flex;
}
.crmform_banner__cta{
    font-weight: var(--bb-crmform-banner-font-weight-cta);
    text-decoration: none;
    color: var(--bb-crmform-banner-color);
}
.crmform_banner__cta--desktop{
    padding: 0 10px;
}
.crmform_banner__cta--mobile{
    display: none;
}
.crmform_banner__cta:hover{
    text-decoration: none;
    color: var(--bb-crmform-banner-color);
}
.crmform_banner__cta__close{
    border: none;
    color: var(--bb-crmform-banner-color);
    background: transparent;
    width: 28px;
    height: auto;
    position: absolute;
    right: 12px;
    margin-top: -6px;
    padding: 4px !important;
}
.crmform_banner__cta__close .st0{
    fill: var(--bb-crmform-banner-color);
}
@media(max-width: 768px) {
    .crmform_banner__text {
        display: none;
    }
    .crmform_banner{
        font-size: var(--bb-crmform-banner-font-size-mobile);
    }
    .crmform_banner__cta--desktop{
        display: none;
    }
    .crmform_banner__cta--mobile{
        display: inline-block;
    }
}
/*  for accesibility */
.onFormSubmittedFeedback,
.crm-el-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.custom_privacy_policy.inline{
    margin-left: 10px;
}