@charset "utf-8";
#label-con-d0bb63b3-b004-418b-8902-7263c4c74b2a::after {
    display: none;
}

.hbspt-form * {
    box-sizing: border-box;
}

.hbspt-form {
    width: 100%;
    padding: 56px 20px;
    background-color: #FFF;
    box-sizing: border-box;
}

.hs-form.hs-form fieldset {
    max-width: none
}

.hs-richtext.hs-main-font-element>h1 {
    width: 10em;
    margin: 0 auto 26px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    position: relative;
    z-index: 10
}

.hs-richtext.hs-main-font-element>h1::before {
    display: block;
    width: 10em;
    height: 4px;
    border-radius: 1px;
    content: "";
    transform: translateX(-50%);
    background-color: #D5B926;
    position: absolute;
    top: 31px;
    left: 50%;
    z-index: -1
}

.hs-richtext.hs-main-font-element>h1::after {
    display: block;
    width: 8em;
    height: 4px;
    border-radius: 1px;
    content: "";
    transform: translateX(-50%);
    background-color: #D5B926;
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: -1
}

.form-lead {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 2;
    text-align: left !important
}

.field.hs-form-field {
    margin-bottom: 24px
}

.application-form .hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 100%
}

.field.hs-form-field>label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold
}

.hs-form-required::after {
    margin-left: 8px;
    padding: 4px;
    content: "\5FC5\9808";
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    border-radius: 2px;
    background-color: #E87474
}

.input {
    margin-right: 0 !important
}

.hs-input {
    width: 100% !important;
    padding: 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    background-color: #F5F5F1;
    overflow: hidden
}

.hs-input::placeholder, .hs-fieldtype-select select:invalid {
    color: rgba(0, 0, 0, 0.2)
}

.inputs-list {
    list-style: none
}

.hs-form-checkbox:hover,.hs-form-radio:hover {
    opacity: 0.8
}

.hs-form-checkbox:not(:first-child),.hs-form-radio:not(:first-child) {
    margin-top: 8px
}

.hs-form-checkbox-display,.hs-form-radio-display {
    display: block;
    cursor: pointer
}

.hs-form-checkbox-display>span,.hs-form-radio-display>span {
    display: block;
    padding: 12px 12px 12px 48px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    position: relative
}

.hs-form-checkbox-display>span::before,.hs-form-radio-display>span::before {
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box
}


.hs-form-radio-display>span::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    left: 14px
}

.hs-form-checkbox-display>.hs-input,.hs-form-radio-display>.hs-input {
    display: none
}

.hs-form-checkbox-display>.hs-input[type="checkbox"]:checked+span,.hs-form-radio-display>.hs-input[type="radio"]:checked+span {
    border-color: #049DBF;
    font-weight: bold
}


.hs-form-radio-display>.hs-input[type="radio"]:checked+span::after {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background-color: #049DBF;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.hs-fieldtype-select>.input {
    position: relative
}

.hs-fieldtype-select>.input::after {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.hs-fieldtype-select select {
    padding-right: 56px;
}

.hs-field-desc {
    margin: -4px 0 8px;
    font-size: 12px;
    line-height: 1.5
}

.hs-fieldtype-textarea textarea {
    height: calc(2em * 5);
    line-height: 2
}

.legal-consent-container {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 2
}

.legal-consent-container a {
    display: inline-flex;
    align-items: center;
    color: #049DBF
}

.legal-consent-container a::after {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 4px;
    content: "";
}

.hs_submit.hs-submit {
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.hs-button.primary.large {
    min-width: 220px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background: linear-gradient(86.95deg, #86C9E3 0%, #5F9BB2 100%);
    border: 1px solid #FFF;
    border-radius: 29px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.hs-button.primary.large:hover {
    opacity: 0.8
}

.actions {
    display: flex;
    justify-content: center
}

.hs_consultation_web.hs-consultation_web.field.hs-form-field>label::after {
    display: none
}

.hs-error-msg {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #E87474
}

.hs_error_rollup {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: #E87474;
    text-align: center
}

@media screen and (min-width: 751px) {
    .application-form {
        padding:88px 40px
    }

    .hbspt-form {
        padding: 56px;
        border-radius: 16px;
        max-width: 1054px;
        margin: 0 auto
    }

    .hs-richtext.hs-main-font-element>h1 {
        width: 100%;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 56px
    }

    .hs-richtext.hs-main-font-element>h1::before,.hs-richtext.hs-main-font-element>h1::after {
        display: none
    }

    .hs-richtext.hs-main-font-element>h1>strong {
        display: inline-block;
        position: relative
    }

    .hs-richtext.hs-main-font-element>h1>strong::after {
        display: block;
        width: 100%;
        height: 8px;
        border-radius: 2px;
        content: "";
        background-color: #D5B926;
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: -1
    }

    .form-lead {
        margin-bottom: 56px;
        font-size: 16px;
        line-height: 1;
        text-align: center !important
    }

    .field.hs-form-field>label {
        font-size: 14px
    }

    .field.hs-form-field>label::after {
        font-size: 12px
    }

    .hs-input {
        font-size: 16px
    }

    .application-form .hbspt-form fieldset.form-columns-2 {
        display: flex;
        justify-content: space-between
    }

    .application-form .hbspt-form fieldset.form-columns-2 .hs-form-field {
        width: calc((100% - 32px) / 2)
    }

    .field.hs-form-field {
        margin-bottom: 32px
    }

    .inputs-list {
        display: flex;
        flex-wrap: wrap
    }

    .hs-form-checkbox,.hs-form-radio {
        margin: 0 8px 8px 0
    }

    .hs-form-checkbox:not(:first-child),.hs-form-radio:not(:first-child) {
        margin-top: 0
    }

    .hs-form-checkbox-display>span,.hs-form-radio-display>span {
        padding: 20px 16px 20px 56px;
        font-size: 16px;
        line-height: 1
    }

    .hs-form-checkbox-display>span::before,.hs-form-radio-display>span::before {
        left: 16px
    }

    .hs-fieldtype-select {
        width: calc((100% - 32px) / 2)
    }

    .hs-form-radio-display>span::before {
        left: 18px
    }

    .hs-form-radio-display>.hs-input[type="radio"]:checked+span::after {
        left: 22px
    }

    .hs-fieldtype-radio.field.hs-form-field,.hs-fieldtype-checkbox.field.hs-form-field {
        margin-bottom: 24px
    }

    .legal-consent-container {
        line-height: 1;
        margin-bottom: 32px;
        text-align: center
    }

    .hs-fieldtype-textarea textarea {
        height: calc(2em * 3)
    }

    .hs-button.primary.large {
        min-width: 260px;
        font-size: 20px;
        border-radius: 30px
    }

    .hs-fieldtype-checkbox .hs-error-msg, .hs-fieldtype-radio .hs-error-msg {
        margin-top: 0
    }
}

@media screen and (min-width: 1054px) {
    .hbspt-form {
        padding:56px 80px
    }
}
/* form */

.form_wrapper fieldset {
    margin: auto;
    max-width: 1080px;
}
.form_wrapper ul {
    padding: 0;
}

@media screen and (min-width: 769px) {
    .form_wrapper {
        margin: auto;
        max-width: 83.8vw;
    }
    .hbspt-form{
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    fieldset.form-columns-2 .hs_lastname .input {
        margin-right: 8px !important;
    }
}
.hs-fieldtype-select>.input::after {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    background: url(../img/common/icon_pull_down_black.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hs-form-checkbox-display>span::before, .hs-form-radio-display>span::before {
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hs-form-checkbox-display>span::before {
    background: url(../img/common/icon_checkbox_default.svg) center center no-repeat;
    background-size: contain;
}
.hs-form-checkbox-display>.hs-input[type=checkbox]:checked+span::before {
    background-image: url(../img/common/icon_checkbox_checked.svg);
}