.hero[data-astro-cid-6bfsojfh] {
    align-items: center;
    min-height: 480px;
    display: flex;
    position: relative;
    overflow: hidden
}

@media screen and (width<=767px) {
    .hero[data-astro-cid-6bfsojfh] {
        align-items: flex-end;
        min-height: 360px;
        padding-bottom: 48px
    }
}

.hero__bg[data-astro-cid-6bfsojfh] {
    z-index: 0;
    position: absolute;
    inset: 0
}

.hero__bg-img[data-astro-cid-6bfsojfh] {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.hero__content[data-astro-cid-6bfsojfh] {
    z-index: 1;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 140px 0 80px;
    position: relative
}

@media screen and (width<=767px) {
    .hero__content[data-astro-cid-6bfsojfh] {
        padding: 120px 20px 24px
    }
}

.hero__title[data-astro-cid-6bfsojfh] {
    color: #fff;
    text-shadow: 0 2px 12px #00000059;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4
}

@media screen and (width<=1024px) {
    .hero__title[data-astro-cid-6bfsojfh] {
        font-size: 36px
    }
}

@media screen and (width<=767px) {
    .hero__title[data-astro-cid-6bfsojfh] {
        margin-bottom: 16px;
        font-size: 38px
    }
}

.hero__text[data-astro-cid-6bfsojfh] {
    color: #fff;
    text-shadow: 0 1px 6px #0000004d;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.9
}

@media screen and (width<=767px) {
    .hero__text[data-astro-cid-6bfsojfh] {
        font-size: 20px
    }
}

.contact[data-astro-cid-6bfsojfh] {
    padding: 80px 0 100px
}

@media screen and (width<=767px) {
    .contact[data-astro-cid-6bfsojfh] {
        padding: 48px 0 64px
    }
}

.contact-form[data-astro-cid-6bfsojfh] {
    background: #fff;
    border-radius: 4px;
    max-width: 1120px;
    margin: 40px auto 0;
    padding: 56px 64px;
    box-shadow: 0 8px 8px #0003
}

@media screen and (width<=767px) {
    .contact-form[data-astro-cid-6bfsojfh] {
        border-radius: 8px;
        margin-top: 28px;
        padding: 28px 20px
    }
}

.form-field[data-astro-cid-6bfsojfh] {
    margin-bottom: 36px
}

@media screen and (width<=767px) {
    .form-field[data-astro-cid-6bfsojfh] {
        margin-bottom: 28px
    }
}

.form-field[data-astro-cid-6bfsojfh]:last-of-type {
    margin-bottom: 0
}

.form-field--privacy[data-astro-cid-6bfsojfh] {
    margin-top: 8px
}

.form-field__head[data-astro-cid-6bfsojfh] {
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    display: flex
}

.form-field__label[data-astro-cid-6bfsojfh] {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4
}

.form-badge[data-astro-cid-6bfsojfh] {
    color: #fff;
    border-radius: 2px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 22px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex
}

.form-badge--required[data-astro-cid-6bfsojfh] {
    color: #e53935;
    border: 1px solid #e53935
}

.form-badge--optional[data-astro-cid-6bfsojfh] {
    background: #9aa0a6
}

.form-radios[data-astro-cid-6bfsojfh] {
    flex-direction: column;
    gap: 18px;
    display: flex
}

.form-radio[data-astro-cid-6bfsojfh] {
    cursor: pointer;
    align-items: flex-start;
    gap: 12px;
    display: flex
}

.form-radio[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh] {
    appearance: none;
    cursor: pointer;
    background: #fff;
    border: 1.5px solid #1a1a1a;
    border-radius: 50%;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    position: relative
}

.form-radio[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:checked {
    border-color: #1a1a1a
}

.form-radio[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:checked:after {
    content: "";
    background: #1a1a1a;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.form-radio[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #0085ca
}

.form-radio__content[data-astro-cid-6bfsojfh] {
    flex-direction: column;
    gap: 2px;
    display: flex
}

.form-radio__label[data-astro-cid-6bfsojfh] {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.form-radio__desc[data-astro-cid-6bfsojfh] {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.6
}

.form-input[data-astro-cid-6bfsojfh],
.form-textarea[data-astro-cid-6bfsojfh] {
    color: #1a1a1a;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d0d8de;
    border-radius: 4px;
    width: 100%;
    padding: 14px 16px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    transition: border-color .2s;
    display: block
}

@media screen and (width<=767px) {

    .form-input[data-astro-cid-6bfsojfh],
    .form-textarea[data-astro-cid-6bfsojfh] {
        padding: 12px 14px;
        font-size: 14px
    }
}

.form-input[data-astro-cid-6bfsojfh]::placeholder,
.form-textarea[data-astro-cid-6bfsojfh]::placeholder {
    color: #4a4a4a;
    opacity: .55
}

.form-input[data-astro-cid-6bfsojfh]:focus,
.form-textarea[data-astro-cid-6bfsojfh]:focus {
    border-color: #0085ca;
    outline: none
}

.form-textarea[data-astro-cid-6bfsojfh] {
    resize: vertical;
    min-height: 180px
}

.form-privacy__title[data-astro-cid-6bfsojfh] {
    color: #1a1a1a;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.form-privacy__box[data-astro-cid-6bfsojfh] {
    background: #ebf2f5;
    border: 1px solid #d0d8de;
    border-radius: 4px;
    max-height: 160px;
    margin-bottom: 24px;
    padding: 16px 18px;
    overflow-y: auto
}

.form-privacy__box[data-astro-cid-6bfsojfh] p[data-astro-cid-6bfsojfh] {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.9
}

.form-privacy__confirm[data-astro-cid-6bfsojfh] {
    color: #1a1a1a;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.form-check[data-astro-cid-6bfsojfh] {
    cursor: pointer;
    color: #1a1a1a;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.5;
    display: flex
}

.form-check[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh] {
    appearance: none;
    cursor: pointer;
    background: #fff;
    border: 1.5px solid #1a1a1a;
    border-radius: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative
}

.form-check[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:checked {
    background: #1a1a1a;
    border-color: #1a1a1a
}

.form-check[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:checked:after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(45deg)
}

.form-check[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #0085ca
}

.form-submit[data-astro-cid-6bfsojfh] {
    text-align: center;
    margin-top: 40px
}

@media screen and (width<=767px) {
    .form-submit[data-astro-cid-6bfsojfh] {
        margin-top: 32px
    }
}

.form-submit[data-astro-cid-6bfsojfh] .btn[data-astro-cid-6bfsojfh] {
    cursor: pointer;
    border: none;
    border-radius: 4px;
    min-width: 280px
}

@media screen and (width<=767px) {
    .form-submit[data-astro-cid-6bfsojfh] .btn[data-astro-cid-6bfsojfh] {
        width: 100%;
        min-width: 100%
    }
}

.hidden-fields-container {
    visibility: hidden;
}

.wpcf7-form{    display: flex;
    flex-direction: column;
    align-items: center;}

.wpcf7-turnstile.cf-turnstile{order: 1;
    padding: 20px 0 0;}