.anbita-contact-page{
    width:min(100%,980px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:18px;
}.anbita-contact-head{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:12px;
}.anbita-contact-head h2{
    margin:0;
    font-size:clamp(1.7rem,3vw,2.5rem);
    line-height:1.15;
    font-weight:950;
    color:var(--page-text);
}.anbita-contact-head p{
    margin:0;
    font-size:clamp(1.05rem,1.8vw,1.35rem);
    font-weight:850;
    color:var(--matte-blue);
}.anbita-contact-logo{
    display:block;
    width:min(100%,260px);
    max-height:120px;
    object-fit:contain;
    object-position:center center;
    background:transparent;
}.anbita-contact-whatsapp{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    margin-top:4px;
}.anbita-contact-whatsapp img{
    width:118px;
    height:118px;
    border-radius:999px;
    object-fit:cover;
    object-position:center center;
    border:4px solid var(--accent-yellow);
    box-shadow:0 10px 26px rgba(0,0,0,.18);
}.anbita-contact-whatsapp strong{
    font-size:clamp(1.35rem,2.4vw,2rem);
    font-weight:950;
    color:var(--page-text);
    letter-spacing:.02em;
}.anbita-contact-note{
    width:100%;
    text-align:center;
    margin-top:0!important;
    color:var(--page-muted)!important;
    font-size:1rem!important;
    font-weight:850!important;
}.anbita-contact-message{
    width:min(100%,760px);
    margin:0 auto;
    padding:12px 14px;
    border-radius:12px;
    font-weight:900;
    text-align:center;
}.anbita-contact-message.is-error{
    background:#fde9e9;
    color:#9f1118;
    border:1px solid #e68b8b;
}.anbita-contact-form{
    width:100%;
    padding:clamp(14px,2vw,22px);
    border-radius:20px;
    border:1px solid rgba(15,79,216,.22);
    background:rgba(255,255,255,.76);
    box-shadow:0 12px 28px rgba(15,23,42,.09);
}html.dark-mode .anbita-contact-form,
body.dark-mode .anbita-contact-form{
    background:rgba(9,18,34,.78);
    border-color:rgba(255,255,255,.16);
}.anbita-contact-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}.anbita-contact-grid label{
    display:flex;
    flex-direction:column;
    gap:7px;
    font-weight:950;
    color:var(--page-text);
}.anbita-contact-grid .is-full{
    grid-column:1 / -1;
}.anbita-contact-grid input,
.anbita-contact-grid select,
.anbita-contact-grid textarea{
    width:100%;
    min-height:46px;
    border-radius:12px;
    border:1px solid rgba(15,23,42,.24);
    padding:10px 12px;
    background:#ffffff;
    color:#111827;
    font:inherit;
    box-sizing:border-box;
}.anbita-contact-grid textarea{
    min-height:170px;
    resize:vertical;
}html.dark-mode .anbita-contact-grid input,
html.dark-mode .anbita-contact-grid select,
html.dark-mode .anbita-contact-grid textarea,
body.dark-mode .anbita-contact-grid input,
body.dark-mode .anbita-contact-grid select,
body.dark-mode .anbita-contact-grid textarea{
    background:#0f1b2f;
    color:#ffffff;
    border-color:rgba(255,255,255,.22);
}.anbita-contact-counter{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:-6px;
    color:var(--page-muted);
    font-weight:800;
}.anbita-contact-checks{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:16px;
}.anbita-contact-checks label{
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:center;
    gap:7px;
}.anbita-contact-checks input{
    width:20px!important;
    min-width:20px!important;
    height:20px!important;
    min-height:20px!important;
}.anbita-contact-checks a{
    color:var(--accent-blue);
    font-weight:950;
}.anbita-contact-captcha{
    display:grid!important;
    grid-template-columns:auto auto minmax(120px,220px);
    align-items:center;
    justify-content:flex-start;
    gap:10px!important;
}.anbita-contact-captcha span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:6px 14px;
    border-radius:999px;
    background:rgba(246,196,0,.18);
    color:var(--page-text);
    font-weight:950;
}.anbita-contact-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:18px;
}.anbita-contact-submit,
.anbita-contact-close{
    min-height:46px;
    border:0;
    border-radius:999px;
    padding:12px 26px;
    font-weight:950;
    text-decoration:none!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}.anbita-contact-submit{
    background:#e31d2d;
    color:#ffffff;
    cursor:not-allowed;
}.anbita-contact-submit.is-ready{
    background:#16a34a;
    cursor:pointer;
}.anbita-contact-close{
    background:#f6c400;
    color:#111827!important;
}.anbita-contact-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    background:rgba(0,0,0,.45);
}.anbita-contact-modal-window{
    width:min(100%,440px);
    min-height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:34px 22px 28px;
    border-radius:22px;
    background:#ffffff;
    color:#111827;
    box-shadow:0 22px 60px rgba(0,0,0,.28);
    text-align:center;
}html.dark-mode .anbita-contact-modal-window,
body.dark-mode .anbita-contact-modal-window{
    background:#0f1b2f;
    color:#ffffff;
}.anbita-contact-modal-window h3{
    margin:0;
    font-size:1.35rem;
    font-weight:950;
}.anbita-contact-modal-close{
    position:absolute;
    right:12px;
    top:10px;
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#e31d2d;
    color:#ffffff;
    font-size:1.35rem;
    font-weight:950;
    line-height:1;
}@media (max-width:760px){.anbita-contact-grid{
        grid-template-columns:1fr;
    }.anbita-contact-captcha{
        grid-template-columns:1fr;
        align-items:stretch;
    }.anbita-contact-counter{
        flex-direction:column;
        align-items:flex-start;
    }}.anbita-contact-page,
.anbita-contact-page input,
.anbita-contact-page select,
.anbita-contact-page textarea,
.anbita-contact-page button,
.anbita-contact-page a{
    font-family:Arial, Helvetica, sans-serif!important;
}.anbita-contact-head h2{
    font-family:Arial, Helvetica, sans-serif!important;
    font-size:60px!important;
}.anbita-contact-head > p:first-of-type{
    font-family:Arial, Helvetica, sans-serif!important;
    font-size:50px!important;
}.anbita-contact-whatsapp img{
    width:96px!important;
    height:96px!important;
}.anbita-contact-whatsapp strong{
    font-size:28px!important;
}@media (max-width:760px){.anbita-contact-head h2{
        font-size:clamp(34px,10vw,60px)!important;
    }.anbita-contact-head > p:first-of-type{
        font-size:clamp(28px,8vw,50px)!important;
    }.anbita-contact-whatsapp img{
        width:86px!important;
        height:86px!important;
    }.anbita-contact-whatsapp strong{
        font-size:24px!important;
    }}.anbita-contact-honey{
    position:absolute!important;
    left:-10000px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
}.anbita-contact-honey input{
    position:absolute!important;
    left:-10000px!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
}.anbita-contact-head h2{
    font-size:18px!important;
}.anbita-contact-head p{
    font-size:15px!important;
}.anbita-contact-head h2{
    font-size:18px!important;
    line-height:1.2!important;
}.anbita-contact-head > p:first-of-type,
.anbita-contact-head p{
    font-size:15px!important;
    line-height:1.25!important;
}@media (max-width:760px){.anbita-contact-head h2{
        font-size:18px!important;
        line-height:1.2!important;
    }.anbita-contact-head > p:first-of-type,
.anbita-contact-head p{
        font-size:15px!important;
        line-height:1.25!important;
    }}.anbita-contact-page,
.anbita-contact-page *{
    font-family:Arial, Helvetica, sans-serif!important;
}.anbita-contact-head h2{
    font-size:20px!important;
    line-height:1.2!important;
}@media (max-width:760px){.anbita-contact-head h2{
        font-size:20px!important;
        line-height:1.2!important;
    }}button,
button *,
a.menu-button,
a.menu-button *,
.menu-button,
.menu-button *,
.submenu a,
.submenu a *,
.menu-subtoggle,
.menu-subtoggle *,
.cta-button,
.cta-button *,
.close-button,
.close-button *,
.cookie-consent-button,
.cookie-consent-button *,
.anbita-contact-page button,
.anbita-contact-page button *{
    color:#000000!important;
    -webkit-text-fill-color:#000000!important;
}button svg,
.menu-button svg,
.submenu a svg,
.menu-subtoggle svg,
.cta-button svg,
.close-button svg,
.cookie-consent-button svg,
.anbita-contact-page button svg{
    color:#000000!important;
    fill:currentColor!important;
    stroke:currentColor!important;
}html.dark-mode button,
html.dark-mode button *,
html.dark-mode a.menu-button,
html.dark-mode a.menu-button *,
html.dark-mode .menu-button,
html.dark-mode .menu-button *,
html.dark-mode .submenu a,
html.dark-mode .submenu a *,
html.dark-mode .menu-subtoggle,
html.dark-mode .menu-subtoggle *,
html.dark-mode .cta-button,
html.dark-mode .cta-button *,
html.dark-mode .close-button,
html.dark-mode .close-button *,
html.dark-mode .cookie-consent-button,
html.dark-mode .cookie-consent-button *,
html.dark-mode .anbita-contact-page button,
html.dark-mode .anbita-contact-page button *,
body.dark-mode button,
body.dark-mode button *,
body.dark-mode a.menu-button,
body.dark-mode a.menu-button *,
body.dark-mode .menu-button,
body.dark-mode .menu-button *,
body.dark-mode .submenu a,
body.dark-mode .submenu a *,
body.dark-mode .menu-subtoggle,
body.dark-mode .menu-subtoggle *,
body.dark-mode .cta-button,
body.dark-mode .cta-button *,
body.dark-mode .close-button,
body.dark-mode .close-button *,
body.dark-mode .cookie-consent-button,
body.dark-mode .cookie-consent-button *,
body.dark-mode .anbita-contact-page button,
body.dark-mode .anbita-contact-page button *{
    color:#000000!important;
    -webkit-text-fill-color:#000000!important;
}
