.custom-modal {
     font-family: 'Outfit', sans-serif;
}

.custom-modal .modal-header {
    border-bottom: none;
    text-align: center;
    background: #243e8f;
    border-radius: 0
}

.custom-modal .modal-header .modal-title-header {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px
}

.custom-modal .modal-header h4 {
    border-bottom: none;
    width: 100%;
    color: #fff;
    font-size: 16px !important;
    text-align: center
}

.custom-modal .modal-header .close {
    color: #000;
    padding: 0;
    position: absolute;
    right: 6px;
    top: -6px;
    font-size: 34px;
    text-shadow: none;
    opacity: 1;
    background: 0 0;
    border: none
}

.custom-modal .hs-form-private input, .hs-form-private select, .hs-form-private textarea {
    border: 0 solid #e3e3e3;
    border-bottom: 1px solid grey;
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    width: 100%!important;
    height: 50px;
}

.custom-modal .modal-body {
    border-radius: 0;
    padding: 2rem;
}

.custom-modal .hs-form-private .actions .hs-button.primary {
    float: none!important;
    display: block;
    width: auto!important;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #243e8f;
    background: #243e8f;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    z-index: 1;
}

.custom-modal .hbspt-form fieldset .hs-form-field:first-child .input {
    margin-right: 30px!important;
}

.custom-modal .hs-form-private label {
    font-size: 12px;
    margin-bottom: 0;
    color: #888;
}

.custom-modal .hbspt-form li, .custom-modal .hbspt-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-modal .hs-form-private .hs-main-font-element {
    font-size: 11px;
    color: #bb3434;
    display: block;
    width: 100%;
    padding: 10px;
    background: #ffe7e7;
    margin: 0 auto 20px;
    text-align: center;
}