/*.fieldset-cf7mls-wrapper .cf7mls_current_fs ~ .fieldset-cf7mls {*/
/*    display: block !important;*/
/*    opacity: 1 !important;*/
/*    visibility: visible !important;*/
/*    position: relative !important;*/
/*    transform: none !important;*/
/*}*/

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 13px;
    font-family: "Inter", Sans-serif;
}
.col-half {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.col-full {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-step-wrapper--title {
    margin: 0 0 20px;
    font: 500 20px "Inter", Sans-serif;
    letter-spacing: -0.8px;
}

.form-row label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #262f34;
}

.form-row label span.required {
    color: rgba(195, 53, 53, 1);
}

.form-row label span.caption {
    color: #909497;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-top: 9px;
    padding: 11px 19px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.wpcf7-form-control-wrap textarea {
    height: 120px;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border-color: rgba(195, 53, 53, 1);
}

.select2.select2-container {
    margin-top: 9px;
}

.select2-container--default .select2-selection--single {
    height: 48px;
    padding: 9px 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.select2-container--open .select2-dropdown {
    z-index: 99999;
}

.select2-container--open .select2-dropdown,
.select2.select2-container.select2-container--open .select2-selection--single {
    border-color: #bfd8d8;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 1px;
    width: 34px;
    height: 48px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}

.wpcf7-response-output,
.wpcf7-spinner,
.wpcf7-not-valid-tip,
.wpcf7 .cf7mls_next.action-button img,
.wpcf7-response-output.wpcf7-validation-errors,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container .select2-selection__arrow::after {
    content: "";
    background: url('../images/select-arrow.svg') no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--open .select2-selection__arrow::after {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s;
}

.select2-dropdown {
    border-color: #e8e8e8;
}

.select2-container--default .select2-results__option--selected {
    color: #000000;
    background-color: #BFD8D8;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #000000;
    background-color: #eef3f3;
}

.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.radio-tiles {
    margin-top: 8px;
    margin-bottom: 9px;
}

.wpcf7-acceptance .wpcf7-list-item,
.quarter-checkboxes .wpcf7-list-item,
.app-section .wpcf7-list-item,
.radio-tiles .wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label,
.radio-tiles .wpcf7-list-item label {
    position: relative;
    width: 100%;
}

.wpcf7-acceptance input,
.wpcf7-checkbox input,
.radio-tiles .wpcf7-list-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
    font: 500 16px "Inter", Sans-serif;
}

.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label,
.radio-tiles .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    width: 100%;
    min-height: 48px;
    align-content: center;
    padding: 0 10px 0 43px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: 0.3s all;
    cursor: pointer;
}

.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label:hover,
.quarter-checkboxes .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label,
.radio-tiles .wpcf7-list-item .wpcf7-list-item-label:hover,
.radio-tiles .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label {
    border-color: #009185;
    background: #eefdfd;
}

.radio-tiles .wpcf7-list-item .wpcf7-list-item-label::before {
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.radio-tiles .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
    border-color: #009185;
}

.radio-tiles .wpcf7-list-item .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009185;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.radio-tiles .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.app-section {
    margin-top: 8px;
    margin-bottom: -9px;
    padding: 17px 20px 25px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.app-section--title {
    margin: 0 0 17px;
    font: 600 14px "Inter", Sans-serif;
    letter-spacing: -0.5px;
}

.app-section:not(:nth-last-child(1)) {
    margin-bottom: 12px;
}

.app-section .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 34px;
}

.vertical-checkboxes  .wpcf7-list-item .wpcf7-list-item-label,
.app-section .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding: 0 0 0 31px;
    display: inline-block;
    cursor: pointer;
}

.vertical-checkboxes .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before,
.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label::before,
.app-section .wpcf7-list-item .wpcf7-list-item-label::before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    transition: 0.3s all;
}
.vertical-checkboxes .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before,
.app-section .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
    border-color: #009185;
    background: #eefdfd;
}

.quarter-checkboxes .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
    border-color: #009185;
    background: #fff;
}

.vertical-checkboxes .wpcf7-list-item .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after,
.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label::after,
.app-section .wpcf7-list-item .wpcf7-list-item-label::after {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 4px;
    height: 7px;
    border-bottom: 1px solid #009185;
    border-right: 1px solid #009185;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    transition: 0.3s all;
}

.vertical-checkboxes .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after,
.quarter-checkboxes .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after,
.app-section .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
}

.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 48%;
    left: 25px;
    transform: translateY(-50%) rotate(45deg);
}

.quarter-checkboxes .wpcf7-checkbox {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.quarter-checkboxes .wpcf7-list-item .wpcf7-list-item-label {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.gdpr-section.mt-20 {
    margin: 15px 0 9px;
    padding-top: 22px;
    border-top: 1px solid #e4e4e4;
}

.gdpr-section .wpcf7-list-item .wpcf7-list-item-label {
    margin-top: 8px;
    padding-left: 24px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0px;
    word-spacing: -0.3px;
    color: #7b8083;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
    position: absolute;
    top: 11px;
    left: 0;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
    position: absolute;
    top: 15px;
    left: 6px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.wpcf7-form .fieldset-cf7mls[data-cf7mls-order="1"] .cf7mls-btns {
    margin-top: 37px;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns.cf7mls-btns-last-step {
    margin-top: 29px;
}

.btn,
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    font: 500 16px "Inter", Sans-serif;
    color: #000;
    letter-spacing: -0.5px;
    border-radius: 6px;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    max-width: 104px;
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    background: #fff;
}

.cf7mls-btns .cf7mls_back.action-button:hover {
    color: #000;
    border-color: #dcdcdc;
    background: #fafafa;
}

.btn.btn_green,
.cf7mls-btns .cf7mls_next.action-button {
    width: 100%;
    margin: 0;
    border: 1px solid #99adad;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 3px 0px rgba(11, 19, 36, 0.07);
    background: #bfd8d8;
}

.btn.btn_green:hover,
.cf7mls-btns .cf7mls_next.action-button:hover {
    border-color: #82a5a2;
    background-color: #a8d5d1;
}

.remodal-datasheet .wpcf7 .wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    width: calc(100% - 120px);
    color: #000;
    border: 1px solid #dfb161;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 3px 0px rgba(11, 19, 36, 0.07);
    background: #F5C26B;
}

.remodal-datasheet .wpcf7 .wpcf7-submit:hover,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #FFBB47;
}

.remodal-datasheet .wpcf7 .wpcf7-submit {
    width: 100%;
    margin-top: 8px;
}
.stepper-wrapper {
    position: relative;
    width: 100%;
    max-width: 536px;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #96d0cb;
}

button.step-item,
div.step-item {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 44px;
    margin: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #909497;
    font-family: inherit;
    cursor: default;
    border: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    z-index: 2;
}

.step-item:nth-child(1) {
    justify-content: flex-start;
}

.step-item:nth-last-child(1) {
    justify-content: flex-end;
}

button.step-item:hover,
button.step-item:active,
button.step-item:focus {
    background: transparent;
}

button.step-item::before,
div.step-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #009185;
}

.step-item.active {
    color: #1f9e93;
    pointer-events: none;
}

.step-item.active::before {
    width: 100%;
}

button.step-item.completed {
    cursor: pointer;
}


.step-icon {
    display: flex;
}

.step-icon svg {
    width: 24px;
    height: auto;
}

.remodal.remodal-modal-thank-you {
    max-width: 720px;
}

.remodal-datasheet {
    max-width: 720px;
    text-align: left;
}

.remodal {
    border-radius: 12px;
    background: #f3f5f8;
}

.remodal .remodal-close {
    top: 15px;
    left: auto;
    right: 15px;
}

.remodal .remodal-close:active,
.remodal .remodal-close:focus,
.remodal .remodal-close:focus-visible,
.remodal .remodal-close:hover {
    background: transparent;
}

.remodal .remodal-close::before {
    display: none;
}

.remodal-header,
.form-header {
    margin-bottom: 34px;
    text-align: center;
}
.remodal-header--title,
.form-header--title {
    margin: 0 0 14px;
    font-size: 40px;
    letter-spacing: -1.2px;
}

.remodal-header--desc,
.form-header--desc {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.vertical-checkboxes .wpcf7-list-item {
    display: block;
    margin: 0 0 16px 0;
}

.vertical-checkboxes {
    margin-top: 11px;
}

.remodal-datasheet .gdpr-section.mt-20 {
    margin: -3px 0 0;
    padding-top: 13px;
}

.form-caption {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
    color: #7b8083;
}

.link {
    text-decoration: underline;
}

.link_green {
    color: #009185;
}

.link_green:hover {
    color: #84cfc5;
}

.link_gray {
    color: #7b8083;
}

.link_gray:hover {
    color: #ffc86a;
}

.modal-content .btn {
    max-width: 512px;
    width: 100%;
    display: inline-block;
    min-height: 48px;
    align-content: center;
    transition: 0.3s all;
}
@media (min-width: 481px) {
    .wpcf7-radio {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .app-section .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 641px) {
    .wpcf7-radio {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .quarter-checkboxes .wpcf7-checkbox {
        grid-template-columns: repeat(4, 1fr);
    }

    .remodal.remodal-modal-thank-you,
    .remodal-datasheet {
        padding: 57px 104px;
    }
}

@media (max-width: 640px) {
    .col-half { width: 100%; }
}