@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&family=Source+Sans+Pro&display=swap');

.hitmetrix-service-popup {
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.hitmetrix-service-popup .popup-content {
    position: relative;
    max-width: calc(100% - 20px);
    width: 820px;
    padding: 80px 100px;
    box-shadow: 0 15px 30px rgba(116, 125, 132, 0.15);
    text-align: center;
}

.hitmetrix-service-popup .popup-content > h2 {
    margin: 0 auto 10px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000;
}

.hitmetrix-service-popup.off .popup-content > h2 {
    margin-bottom: 118px;
}

.hitmetrix-service-popup .popup-content > p {
    max-width: 500px;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.hitmetrix-service-popup .popup-content > button {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    border: 1px solid #324A66;
    border-radius: 4px;
    width: 250px;
    max-width: 100%;
    padding: 10px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    cursor: pointer;
    color: #324A66;
    transition: all 0.3s linear;
}

.hitmetrix-service-popup .popup-content > button:hover {
    background: #324A66;
    border: 1px solid #324A66;
    color: #fff;
}

.hitmetrix-service-popup .popup-content > h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.hitmetrix-service-popup.on *.off {
    display: none;
}

.hitmetrix-service-popup.off *.on {
    display: none;
}

@media screen and (max-width: 820px) {
    .hitmetrix-service-popup .popup-content {
        width: 100%;
        padding: 20px 30px;
    }

    .hitmetrix-service-popup .popup-content > h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 36px;
    }

    .hitmetrix-service-popup.off .popup-content > h2 {
        margin-bottom: 30px;
    }

    .hitmetrix-service-popup .popup-content > p {
        max-width: 100%;
    }
}
