.blur main, .blur header{
    filter: blur(6px);
    pointer-events: none;
}

.intent-exit-modal form {
    background-color: transparent;
    border: initial;
    border-radius: initial;
    padding: initial;
}

.intent-exit-modal {
    background: #12121296;
    position: fixed;
    z-index: 99999;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    pointer-events: none;
    touch-action: none;
    -ms-touch-action: none;
}

.intent-exit-body {
    position: absolute;
    top: 210px;
    width: 602px;
    background: #FAFAFA;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.54);
    padding: 48px;
    margin: auto;
    left: calc(50% - 602px / 2);
    pointer-events: all;
}

.close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    line-height: 16px;
}
.intent-exit-modal .close-button:hover svg path{
    fill: #121212;
}

.intent-exit-modal .form-title {
    display: none;
}

.intent-exit-modal h3 {
    font-weight: 900;
    font-size: 48px;
    line-height: 45px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
}

.intent-exit-modal .subtitle-form {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #5C5C5C;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
}
.intent-exit-modal .text-form a{
    color: #121212;
    text-decoration: underline;
}
.intent-exit-modal .text-form {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #9F9F9F;
    margin-top: 16px;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
}

.intent-exit-modal .form-container {
    /*padding-top: 8px;*/
}

.intent-exit-modal .hs-form-field > label, .intent-exit-modal .hs-form-field > label span {
    font-family: 'Brown', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-bottom: 4px;
    padding: 0;
}

.intent-exit-modal input[type=email], .intent-exit-modal input[type=number], .intent-exit-modal input[type=password], .intent-exit-modal input[type=tel], .intent-exit-modal input[type=text], .intent-exit-modal select {
    height: 40px;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-family: 'Brown', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #121212;
    padding: 9px 12px;
    border-radius: 0;
}

.intent-exit-modal input::placeholder {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px;
    color: #B8B8B8 !important;
}

.intent-exit-modal textarea {
    height: 64px;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-family: 'Brown', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    padding: 9px 13px;
    border-radius: 0;
}

.intent-exit-modal textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    -moz-outline-radius: 0;
    outline: none;
    border: 2px solid #121212;
    padding: 9px 12px;
}

.hs-error-msg, .hs-error-msgs {
    color: #ff5742;
    font-size: 12px;
    line-height: 16px;
}

form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.intent-exit-modal .inputs-list > li {
    margin: 0;
}

.intent-exit-modal input.hs-button.primary.large {
    width: calc(100% - 16px) !important;
    background-color: #59f3bf !important;
    border-color: #59f3bf !important;
    /*background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 15L15 8L3 1V15ZM5 4.48207V11.5179L11.0307 8L5 4.48207Z' fill='%23121212'/%3E%3C/svg%3E");*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom 14px left 145px;
    height: 48px;
    font-family: Brown, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121212;
    padding: 12px;
    border-radius: 0;
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;

}

.intent-exit-modal .hs-form-field {
    margin-bottom: 10px;
    padding: 0 8px;
}

.hs-form-3dc3d705-37cd-4972-9784-74f0424ee334_ddbdc56c-eada-4c78-99fa-82e290b083e1 fieldset.form-columns-1 .input {
    margin: 0;
}

.intent-exit-modal fieldset.form-columns-2 .input, .intent-exit-modal fieldset.form-columns-1 .input {
    margin: 0 !important;
}

.intent-exit-modal fieldset.form-columns-2 .hs-form-field {
    padding: 0 8px;
}

.intent-exit-modal .hs-fieldtype-select .input:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23121212' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
}

.intent-exit-modal .submitted-message {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #888888;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 8px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .intent-exit-body {
        top: 133px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
    .intent-exit-body {
        width: 335px;
        left: calc(50% - 335px / 2);
        padding: 24px 12px;
        top: 84px;
    }

    .intent-exit-body .form-columns-2 .hs-form-field {
        width: 100% !important;
        float: left;
    }

    .intent-exit-modal h3 {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 45px;
    }

    .intent-exit-modal .subtitle-form {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .intent-exit-modal .text-form {
        margin-top: 12px;
        max-width: 287px;
    }

    .intent-exit-modal .form-container {
        padding-top: 0;
        max-height: calc(100vh - 110px);
        overflow: auto;
    }

    .intent-exit-modal input.hs-button.primary.large {
        /*background-position: bottom 14px left 45.5px;*/
    }

    .close-button {
        right: 12px;
        top: 12px;
    }
}