.defaultform_8dK3a {
    box-sizing: border-box;
    margin: var(--margin-tb) 0;
    padding-left: var(--padding-lr);
    padding-right: var(--padding-lr);
    color: var(--title-color);
    --field-label-size: 13px;
    --input-size: 14px;
    --button-size: 14px;
    --contact-icon-size: 32px;
    --contact-title-size: 16px;
    --contact-text-size: 14px;
}

.defaultform_8dK3a * {
    box-sizing: border-box;
}

.defaultform_8dK3a__inner {
    position: relative;
    max-width: var(--custom-content-max-width);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 115px;

    border-radius: 12px;
}

.defaultform_8dK3a__inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #f2f4f7;
    transform: translateX(-50%);
    pointer-events: none;
}

.defaultform_8dK3a__form-panel,
.defaultform_8dK3a__contact-panel {
    min-width: 0;
    padding: 0;
}

.defaultform_8dK3a__title {
    max-width: 800px;
    margin: 0 0 12px;
    color: var(--title-color);
    font-size: var(--title-size);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.defaultform_8dK3a__description {
    max-width: 800px;
    margin-bottom: 32px;
    color: var(--description-color);
    font-size: var(--description-size);
    line-height: 1.6;
}

.defaultform_8dK3a__runtime .form {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
    gap: 24px;
}

.defaultform_8dK3a__runtime .adv-form__field {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

.defaultform_8dK3a__runtime .adv-form__field--textarea {
    grid-column: 1 / -1;
}

.defaultform_8dK3a__runtime .adv-form__field--normal-row {
    grid-column: auto;
}

.defaultform_8dK3a__runtime .adv-form__field--full-row {
    grid-column: 1 / -1;
}

.defaultform_8dK3a__runtime label {
    display: var(--label-display);
    margin-bottom: 0;
    color: #1d2129;
    font-size: var(--field-label-size);
    line-height: normal;
    font-weight: 500;
    padding-bottom: 2px;
}

.defaultform_8dK3a__runtime label em {
    position: static;
    display: inline-block;
    margin-left: 4px;
    color: #f53f3f;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    vertical-align: baseline;
}

.defaultform_8dK3a__runtime input,
.defaultform_8dK3a__runtime textarea,
.defaultform_8dK3a__runtime select {
    width: 100%;
    height: 38px;
    min-height: 0;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    background: #fff;
    color: #1d2129;
    font-size: var(--input-size);
    line-height: normal;
    outline: none;
    transition: border-color 0.2s ease;
}

.defaultform_8dK3a__runtime input,
.defaultform_8dK3a__runtime textarea {
    padding: 10px 10px 10px 10px;
}

.defaultform_8dK3a__runtime input:focus,
.defaultform_8dK3a__runtime textarea:focus,
.defaultform_8dK3a__runtime select:focus {
    border-color: var(--theme-color);
}

.defaultform_8dK3a__runtime .adv-form__field[data-component="em-radio"],
.defaultform_8dK3a__runtime .adv-form__field[data-component="em-checkbox"] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 22px;
    row-gap: 8px;
}

.defaultform_8dK3a__runtime
    .adv-form__field[data-component="em-radio"]
    > label:first-child,
.defaultform_8dK3a__runtime
    .adv-form__field[data-component="em-checkbox"]
    > label:first-child {
    flex: 0 0 100%;
}

.defaultform_8dK3a__runtime .adv-form__field label:has(input[type="radio"]),
.defaultform_8dK3a__runtime .adv-form__field label:has(input[type="checkbox"]) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 0;
    color: #1d2129;
    font-size: var(--input-size);
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

.defaultform_8dK3a__runtime .adv-form__choices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 28px;
    row-gap: 10px;
}

.defaultform_8dK3a__runtime .adv-form__choice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 0;
    color: #1d2129;
    font-size: var(--input-size);
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

.defaultform_8dK3a__runtime .formRadioBox,
.defaultform_8dK3a__runtime .formCheckBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 28px;
    row-gap: 10px;
}

.defaultform_8dK3a__runtime .formRadioBox .fSing,
.defaultform_8dK3a__runtime .formCheckBox .fSing {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
}

.defaultform_8dK3a__runtime .formRadioBox .fSing label,
.defaultform_8dK3a__runtime .formCheckBox .fSing label {
    display: inline-block;
    margin-left: 8px;
    color: #1d2129;
    font-size: var(--input-size);
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

.defaultform_8dK3a__runtime input[type="radio"],
.defaultform_8dK3a__runtime input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    place-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid #c9d1dc;
    background: #fff;
    cursor: pointer;
    vertical-align: -4px;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.defaultform_8dK3a__runtime input[type="radio"] {
    border-radius: 50%;
}

.defaultform_8dK3a__runtime input[type="checkbox"] {
    border-radius: 4px;
}

.defaultform_8dK3a__runtime input[type="radio"]:checked {
    border-color: var(--theme-color);
    background: var(--theme-color);
    box-shadow: inset 0 0 0 4px #fff;
}

.defaultform_8dK3a__runtime input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(-45deg) translateY(-1px);
}

.defaultform_8dK3a__runtime input[type="checkbox"]:checked {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.defaultform_8dK3a__runtime input[type="checkbox"]:checked::before {
    opacity: 1;
}

.defaultform_8dK3a__runtime input[type="radio"]:focus,
.defaultform_8dK3a__runtime input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px
        color-mix(in srgb, var(--theme-color) 18%, transparent);
}

.defaultform_8dK3a__runtime input[type="radio"]:checked:focus {
    box-shadow:
        inset 0 0 0 4px #fff,
        0 0 0 3px color-mix(in srgb, var(--theme-color) 18%, transparent);
}

.defaultform_8dK3a__runtime textarea {
    height: 115px;
    min-height: 115px;
    resize: vertical;
}

.defaultform_8dK3a__runtime .adv-form__phone {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
}

.defaultform_8dK3a__runtime .adv-form__area-code {
    padding: 0 10px;
}

.defaultform_8dK3a__runtime .adv-form__validation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
    width: 100%;
}

.defaultform_8dK3a__runtime .adv-form__validation-image {
    display: block;
    width: 120px;
    height: 38px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    background: #f7f8fa;
    object-fit: cover;
    cursor: pointer;
}

.defaultform_8dK3a__runtime .adv-form__region,
.defaultform_8dK3a__runtime .adv-form__ganged,
.defaultform_8dK3a__runtime .selectRight_address,
.defaultform_8dK3a__runtime .selectlinkage {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.defaultform_8dK3a__runtime .adv-form__region,
.defaultform_8dK3a__runtime .selectRight_address {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.defaultform_8dK3a__runtime .adv-form__region select,
.defaultform_8dK3a__runtime .adv-form__ganged select,
.defaultform_8dK3a__runtime .selectRight_address select,
.defaultform_8dK3a__runtime .selectlinkage select {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transition:
        opacity 0.16s ease,
        transform 0.16s ease;
}

.defaultform_8dK3a__runtime .adv-form__region select,
.defaultform_8dK3a__runtime .selectRight_address select {
    width: 100% !important;
}

.defaultform_8dK3a__runtime .advanced-form-select-hidden {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
}

.defaultform_8dK3a__runtime .btnCont {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 0;
    min-height: 43px;
    margin-top: 3rem;
    padding: 12px 28px;
    border: 0;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: var(--button-bg-color);
    background-clip: padding-box;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    cursor: pointer;
    font-size: var(--button-size);
    font-weight: 600;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.defaultform_8dK3a__runtime  .btnCont:hover {
    opacity: 0.9;
}

.defaultform_8dK3a__runtime .btnCont[data-submitting="1"] {
    cursor: wait;
    opacity: 0.78;
    pointer-events: none;
}

.defaultform_8dK3a__runtime .btnText {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.defaultform_8dK3a__runtime .btnText i {
    font-size: 14px;
    font-weight: 400;
}

.defaultform_8dK3a__contact-panel {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.defaultform_8dK3a__contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.defaultform_8dK3a__contact-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f4f7;
}

.defaultform_8dK3a__contact-item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.defaultform_8dK3a__contact-icon {
    margin-bottom: 4px;
    color: var(--contact-title-color);
    font-size: var(--contact-icon-size);
    line-height: 1;
}

.defaultform_8dK3a__contact-icon i {
    font-size: inherit;
}

.defaultform_8dK3a__contact-icon img {
    display: block;
    width: var(--contact-icon-size);
    height: var(--contact-icon-size);
    object-fit: contain;
}

.defaultform_8dK3a__contact-title {
    margin: 0;
    color: var(--contact-title-color);
    font-size: var(--contact-title-size);
    line-height: 1.2;
    font-weight: 600;
}

.defaultform_8dK3a__contact-text {
    display: block;
    color: #4e5969;
    font-size: var(--contact-text-size);
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}

.defaultform_8dK3a__contact-text:hover {
    color: #4e5969;
}

.defaultform_8dK3a__image-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.defaultform_8dK3a__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .defaultform_8dK3a__inner {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .defaultform_8dK3a__inner::before {
        display: none;
    }

    .defaultform_8dK3a__form-panel,
    .defaultform_8dK3a__contact-panel {
        padding: 0;
    }

    .defaultform_8dK3a__form-panel {
        border-bottom: 1px solid rgba(24, 34, 48, 0.08);
    }

    .defaultform_8dK3a__title {
        font-size: calc(var(--title-size) * 0.95);
    }

    .defaultform_8dK3a__description {
        font-size: calc(var(--description-size) * 0.95);
    }

    .defaultform_8dK3a__runtime .form {
        gap: 24px;
    }

    .defaultform_8dK3a__contact-grid {
        gap: 4rem 3rem;
    }

    .defaultform_8dK3a__image-wrap {
        height: 220px;
        min-height: 220px;
        max-height: 220px;
    }
}

@media (max-width: 767px) {
    .defaultform_8dK3a {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .defaultform_8dK3a__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .defaultform_8dK3a__inner::before {
        display: none;
    }

    .defaultform_8dK3a__form-panel,
    .defaultform_8dK3a__contact-panel {
        padding: 0;
    }

    .defaultform_8dK3a__form-panel {
        border-right: 0;
        border-bottom: 1px solid rgba(24, 34, 48, 0.08);
    }

    .defaultform_8dK3a__title {
        font-size: calc(var(--title-size) * 0.72);
    }

    .defaultform_8dK3a__description {
        margin-bottom: 28px;
        font-size: calc(var(--description-size) * 0.9);
    }

    .defaultform_8dK3a__runtime .form {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .defaultform_8dK3a__runtime label,
    .defaultform_8dK3a__runtime input,
    .defaultform_8dK3a__runtime textarea,
    .defaultform_8dK3a__runtime select {
        font-size: calc(var(--input-size) * 0.9);
    }

    .defaultform_8dK3a__runtime .adv-form  .btnCont {
        width: 100%;
        min-width: 0;
        font-size: calc(var(--button-size) * 0.9);
    }

    .defaultform_8dK3a__contact-panel {
        gap: 40px;
    }

    .defaultform_8dK3a__contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .defaultform_8dK3a__contact-item {
        padding-bottom: 24px;
    }

    .defaultform_8dK3a__contact-icon {
        margin-bottom: 14px;
        font-size: calc(var(--contact-icon-size) * 0.75);
    }

    .defaultform_8dK3a__contact-title {
        font-size: calc(var(--contact-title-size) * 0.9);
    }

    .defaultform_8dK3a__contact-text {
        font-size: calc(var(--contact-text-size) * 0.85);
    }

    .defaultform_8dK3a__image-wrap {
        height: 220px;
        min-height: 220px;
        max-height: 220px;
    }
}
