    body.landingGaia {
        background: linear-gradient(90deg, rgba(55, 1, 191, 0.9) 0%, rgba(165, 6, 112, 0.9) 100%);
        color: white !important;
    }

    body.landingGaia,
    body.successPage,
    body.errorPage {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
height:100vh;
    }

div.titleContainer a,
div.callText a{
width:95% !important;
}

.noCenter {
    display: initial;
    background: white;
}

    .noCenter .form-control {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        appearance: auto !important;
    }

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin h3 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 25px;
    }


    .form-signin img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

@media(max-width:768px) {
    .form-signin {
        height: 100%;
    }
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    margin-top: 15px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.success {
    text-align: center;
    padding: 40px 0;
    background: #EBF0F5;
}

.card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}

.cardBox {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #F8FAF5;
    margin: 0 auto;
}

.card i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.card.error i {
    color: red;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.card.error h1 {
    color: red;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.card h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.titlePageLeads {
    font-size: 30px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
}

.paginate_button a {
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}

/**
Landing Vivian
*/

/* ! Reset */
body,
html {
    font-family: 'Montserrat' sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0 0 1rem 0;
    padding: 0;
}

/*
ol,
ul {
    list-style-type: none;
}
*/

img {
    height: auto;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.6rem;
}

a {
    text-decoration: none
}

/* -------------------------------------------------------------------------------- */
/* ! Generali */
/* -------------------------------------------------------------------------------- */

body {
    background: linear-gradient(0deg, #488D7E 0%, #1E2102 100%);
    overflow: hidden;
}

html {
    width: 100vw;
}

label {
    display: contents !important;
}

.mb25{
margin-bottom:25px !important;
}
.mt10{
margin-top:10px;
}
/* -------------------------------------------------------------------------------- */
/* ! Generali */
/* -------------------------------------------------------------------------------- */
.checkboxPrivacy {
    margin-bottom: 20px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 27px 52px 27px;
}


.logoAnd {
    width: 199px;
    height: 66px;
    object-fit: cover;
}

.boxLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.introTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

    .introTitle > p {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.inputBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    background: #FFF;
    padding: 27px 20px;
    width: 400px;
}

    .inputBox .label {
        color: #212121;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .inputBox label.form-check-label {
        color: #212121;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .inputBox .input {
        border-radius: 9px;
        border: 1px solid #54ACA4;
        height: 38px;
        outline: none;
        box-shadow: none;
        padding-inline: 5px;
max-width:215px;
margin-left:20px;
    }

            .inputBox .input:hover,
            .inputBox .input:last-child:hover,
            .inputBox .input:focus,
            .inputBox .input:last-child:focus {
                border: 2px solid #54ACA4;
            }

    .inputBox .button {
        border-radius: 46px;
        background: #D0D985;
        display: flex;
        padding: 10px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #212121;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


        .inputBox .button:hover {
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        }

        .inputBox .button:active {
            box-shadow: 0px 0px 7.2px 3px rgba(0, 0, 0, 0.20) inset;
        }

#checkPrivacy {
    cursor: pointer !important;
}


.infoAzienda {
    margin-top: 49px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    background: transparent;
    width: 306px;
    height: 105px;
    text-align: center;
    margin-bottom: 36px;
}


    .infoAzienda small {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

#message > p {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* -------------------------------------------------------------------------------- */
/* ! Modale privacy */
/* -------------------------------------------------------------------------------- */
#_modalPrivacy {
    display: none;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 1000000;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    overflow: hidden;
}


    #_modalPrivacy .close {
        position: absolute;
        right: 45px;
        height: 39px;
        border: none;
        outline: none;
        background: transparent;
        color: #0C6638;
    }

        #_modalPrivacy .close > img {
            height: 25px;
        }

    #_modalPrivacy .modal-dialog {
        max-width: 1177px;
        width: 100%;
        height: fit-content;
        background: #FBFBFB 0% 0% no-repeat padding-box;
        border-radius: 40px;
    }

    #_modalPrivacy .modal-content {
        background: #FBFBFB 0% 0% no-repeat padding-box;
        border-radius: 40px;
    }


    #_modalPrivacy .modal-title {
        color: #2BABB0;
        text-align: center;
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    #_modalPrivacy .modal-subtitle {
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        font-family: Montserrat;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 120px;
    }


    #_modalPrivacy .modal-header {
        border-bottom: 0px !important;
        margin-top: 20px;
    }

    #_modalPrivacy .modal-footer {
        border-bottom: 0px !important;
        border-top: 0px !important;
    }


    #_modalPrivacy .modalContent {
        width: 90%;
        padding-right: 50px;
        padding-left: 30px;
        height: 500px;
        position: relative;
        overflow-y: scroll;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
        margin-bottom: 25px;
    }

        #_modalPrivacy .modalContent::-webkit-scrollbar-track {
            padding: calc(2/720 * 100vw) 0;
        }

        #_modalPrivacy .modalContent::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #D0D0D0;
        }

        #_modalPrivacy .modalContent::-webkit-scrollbar-thumb {
            width: 5px;
            border-radius: 10px;
            background-color: #2BABB0;
        }


.centerBox{
display:flex;
justify-content:space-between;
align-items:center;
text-align:center;
width:100%;
margin-bottom:25px;
}

/* ! Grid System */
.grid {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1250px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.grid--center {
    justify-content: center;
}

.col {
    flex: 1;
}

[class*='col-'] {
    position: relative;
    padding: 0 15px;
}

.grid .grid [class*='col-'] {
    padding: 0px;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.33%;
}

.col-50 {
    width: 50%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-100 {
    width: 100%;
}

@media (max-width: 991px) {
    .tab-20 {
        width: 20%;
    }

    .tab-25 {
        width: 25%;
    }

    .tab-33 {
        width: 33.33%;
    }

    .tab-50 {
        width: 50%;
    }

    .tab-100 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    [class*='col-'] {
        width: 100%;
    }

    .sma-20 {
        width: 20%;
    }

    .sma-25 {
        width: 25%;
    }

    .sma-33 {
        width: 33.33%;
    }

    .sma-50 {
        width: 50%;
    }

    .sma-100 {
        width: 100%;
    }
}


.text-decorarion-underline {
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* -------------------------------------------------------------------------------- */
/* ! Media queries */
/* -------------------------------------------------------------------------------- */
@media(min-width:768px) {
    .gridDesktop {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:768px) {
    body {
        height: 100%;
        overflow: auto;
    }

    .inputBox {
        width: 256px;
    }

    #_modalPrivacy .modal-title {
        font-size: 20px;
        margin-top: 35px;
    }

    #_modalPrivacy .close {
        top: 15px;
        right: unset;
    }

    .inputBox .input{
margin-left:0;
    }

    .centerBox {
        display: block;
        text-align: left;
    }
}
