body {
    margin: 0;
}

h1 {
    margin: 0;
}

button {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.fade-out-popup {
    opacity: 0 !important;
}

.feedback-hero {
    padding-top: 100px !important;
}


.emitto-popup {
    background-color: rgba(52, 74, 94, 0.95) !important;
    width: 100%;
    position: fixed;
    color: #000;
    height: 100%;
    z-index: 1000;
    transition: .3s;

}

/*--- POPUP 2 ---*/

#popup-2 {
    background-color: rgba(52, 74, 94, 0.95) !important;
    min-height: 100vh;
    top: 0;
}

#popup-2 .emitto-popup-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup-2 img {
    display: block;
}

#popup-2 p {
    color: white;
    font-weight: normal !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
    text-align: center;
}

#popup-2 h1 {
    padding-top: 0 !important;
    color: white;
    font-size: 60px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}

#popup-2 span {
    position: absolute;
    left: 50%;
    top: 90% !important;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.2);
}

#popup-2 span a {
    text-decoration: underline !important;
    transition: .3s;
    color: rgba(255, 255, 255, 0.2) !important;

}

#popup-2 span a:hover {
    color: black !important;
}

#popup-2 button {
    border-radius: 30px !important;
    height: 45px !important;
    background-color: #18A9E3 !important;
    color: white !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
    font-weight: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

#popup-2 button:hover {
    background-color: #46bae8 !important;
}

#popup-2 #close-emitto-popup {
    position: absolute !important;
    top: 40px !important;
    right: 40px !important;
    font-size: 40px !important;
    transition: .3s;
    cursor: pointer !important;
}

#popup-2 #close-emitto-popup:hover {
    color: black;
}

#popup-2 img {
    margin: 0 auto !important;
    max-height: 235px !important;
}

/*---POPUP 3---*/
#popup-3 {
    background-color: transparent !important;
    top: 32px;
    height: auto
}

#popup-3 .bar {
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 20px;
    color: #fff !important;
    padding: 15px 30px;
    top: -32px;
}

#popup-3 .bar p {
    color: #fff !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#popup-3 .bar span {
    text-decoration: underline;
    transition: .3s;
    cursor: pointer;
}

#popup-3 .bar span:hover {
    color: #000;
}

#popup-3 .bullet-symbol {
    color: white;
    margin-right: 38px;
    position: relative;
    text-decoration: underline;
}

#popup-3 .close-first,
p#close-emitto-popup span {
    color: white;
    font-weight: 300 !important;
    font-size: 40px;
    position: absolute;
    transition: .3s;
    transform: translateY(-50%);
    text-decoration: none !important;
    top: 25px !important;
    right: 75px !important;
    cursor: pointer !important;
}

@media only screen and (max-width: 1300px) {


    p#close-emitto-popup span {
        font-size: 30px !important;
        top: 80% !important;
        right: 75px !important;
    }
}

@media only screen and (max-width: 500px) {
    #popup-3 .close-first,
    p#close-emitto-popup span {
        top: 15px !important;
        right: 10px !important;
    }

    .second-bar #close-emitto-popup span {
        top: 15px !important;
        right: 10px !important;
    }
}


#popup-3 .close-first span,
p#close-emitto-popup span {
    position: absolute;
}

#popup-3 .close-first:hover {
    color: black;
}

#popup-3 .first-bar {
    background-color: #18A9E3 !important;
}

#popup-3 .second-bar {
    display: none;
    background-color: #007A5A !important;
}

#popup-3 .bullet-symbol::after {
    content: '•';
    text-decoration: none !important;

    position: absolute;
    right: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 50px;

}

@media only screen and (max-width: 500px) {
    #popup-3 .bullet-symbol::after {
        display: none;
    }
}

/*---POPUP 4---*/
#popup-4 {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 618px;
    height: 249px;
    background-color: white !important;
    border-radius: 5px;
    padding: 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(55, 74, 93, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(55, 74, 93, 0.5);
    box-shadow: 0 0 5px 0 rgba(55, 74, 93, 0.5);
    font-family: 'Poppins', sans-serif;
}

#popup-4 .logo-text-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

#popup-4 .logo-text-container img {
    margin-right: 40px;
    width: 90px;
    height: 90px;
}

#popup-4 .logo-text-container .main-text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #344A5E;
    margin-bottom: 0;
}

#popup-4 .logo-text-container .sub-text {
    font-size: 16px;
    margin-top: 15px;
    color: #A4AFB7 !important;
    display: block;
    width: 100%;
    margin-bottom: 0;

}

@media only screen and (max-width: 700px) {
    #popup-4 {
        width: 400px;
        padding: 20px;
        height: 234px;
    }

    #popup-4 .logo-text-container .main-text {
        font-size: 14px;
    }

    #popup-4 .logo-text-container .sub-text {
        font-size: 12px;
    }
}

#popup-4 .dont-show {
    margin: 0;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: lightgray;
    cursor: pointer;
    display: none !important;
}

#popup-4 object {
    max-height: 75px;
}

#popup-4 .buttons-container {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

#popup-4 .buttons-container div {
    width: 120px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
}

#popup-4 .js-push-btn {

    background-color: #18A9E3;
    border: 1px solid #18A9E3;
    color: white;


}

#popup-4 .js-push-btn:hover {
    background-color: #3397d1;
    border-color: #3397d1;
}

#popup-4 .close-emitto-popup {
    color: #A4AFB7;
    margin-right: 10px;
}

#popup-4 .close-emitto-popup:hover {
    background-color: #efefef;
}