.cregio-dark-header {
    position: absolute;
    inset: 0 0 auto;
}

.cregio-backtotop {
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}

.uc-pageloader > .loading > div {
    border-top-color: rgb(10, 49, 96) !important;
}

.btn-primary {
    --bs-btn-color: #0f172a;
    --bs-btn-bg: #e0a43a;
    --bs-btn-border-color: #e0a43a;
    --bs-btn-hover-color: #0f172a;
    --bs-btn-hover-bg: #d4972f;
    --bs-btn-hover-border-color: #d4972f;
    --bs-btn-focus-shadow-rgb: 224, 164, 58;
    --bs-btn-active-color: #0f172a;
    --bs-btn-active-bg: #c88928;
    --bs-btn-active-border-color: #c88928;
    --bs-btn-disabled-color: #0f172a;
    --bs-btn-disabled-bg: #e0a43a;
    --bs-btn-disabled-border-color: #e0a43a;
}

.cregio-dark-header .uc-navbar-container {
    background: transparent;
    color: #fff;
}

.cregio-dark-header .uc-navbar {
    min-height: 96px;
    color: #fff;
}

.cregio-dark-header a {
    color: #fff;
}

.cregio-dark-header a:hover {
    color: #e8f3ff;
}

.cregio-template-logo {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
}

.cregio-template-logo span:last-child {
    opacity: .95;
}

.cregio-skyline-mark {
    width: 54px;
    height: 36px;
    display: inline-block;
    position: relative;
}

.cregio-skyline-mark::before {
    content: "";
    position: absolute;
    inset: 8px 4px 4px;
    border-left: 1px solid rgba(255, 255, 255, .72);
    border-right: 1px solid rgba(255, 255, 255, .72);
    box-shadow:
        8px 8px 0 -7px rgba(255, 255, 255, .72),
        16px 2px 0 -7px rgba(255, 255, 255, .72),
        24px 12px 0 -7px rgba(255, 255, 255, .72),
        32px 6px 0 -7px rgba(255, 255, 255, .72);
}

.cregio-skyline-mark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    background: rgba(255, 255, 255, .72);
}

.cregio-template-hero {
    min-height: 100vh;
    padding-top: 92px;
    background: #213b73;
}

.cregio-template-hero-bg {
    position: absolute;
    inset: 0 10px 0;
    min-height: 100%;
    border-radius: 0 0 12px 12px;
    background: #20396d;
}

.cregio-template-glow {
    position: absolute;
    left: 50%;
    bottom: -180px;
    width: 1100px;
    height: 620px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 112, 202, .86), rgba(29, 62, 123, .34) 52%, rgba(32, 57, 109, 0) 72%);
    filter: blur(12px);
}

.cregio-template-title {
    max-width: 980px;
    color: #fff;
    font-weight: 850;
    line-height: 1.05;
}

.cregio-template-title span,
.cregio-template-title em,
.cregio-template-title strong {
    color: #277c8e;
    font-style: normal;
}

.cregio-template-subtitle {
    max-width: 980px;
    line-height: 1.55;
}

.cregio-template-hero .btn-primary {
    background: #e0a43a;
    border-color: #e0a43a !important;
    color: #0f172a;
    font-weight: 800;
    border-radius: 7px;
}

.cregio-template-hero-image {
    max-width: 1320px;
    margin: 0 auto -120px;
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .24) !important;
}

.cregio-template-hero-image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.place-items-center {
    place-items: center;
}

.cregio-logo-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #12715f;
    color: #fff;
    font-weight: 800;
}

.cregio-desktop-nav {
    display: flex;
}

.cregio-header-actions {
    flex-shrink: 0;
}

.cregio-language-switch {
    display: flex;
}

.cregio-login-button {
    display: inline-flex;
}

.cregio-public-toggle,
.cregio-mobile-nav {
    display: none;
}

.cregio-language-link {
    min-width: 34px;
    min-height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cregio-language-dropdown a {
    color: #fff;
}

.cregio-language-dropdown [data-uc-drop] a {
    color: #111827;
}

.cregio-language-link:hover,
.cregio-language-link.active {
    background: #fff;
    color: #12715f;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .08);
}

.cregio-language-menu {
    background: #fff !important;
    color: #111827 !important;
    border-color: rgba(17, 24, 39, .08) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
}

.cregio-language-menu a {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-radius: 6px;
    color: #111827 !important;
    text-decoration: none;
}

.cregio-language-menu a:hover,
.cregio-language-menu a:focus {
    background: #f3f6fb;
    color: rgb(10, 49, 96) !important;
}

.cregio-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(18, 113, 95, .1);
    color: #12715f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cregio-kicker.light {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.cregio-hero-card {
    background: #fff;
}

.cregio-hero-card img {
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cregio-card {
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cregio-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(16, 24, 40, .08);
}

.cregio-card.featured {
    border-top: 4px solid #12715f !important;
}

.cregio-step-number,
.cregio-product-type {
    color: #12715f;
    font-weight: 850;
    text-transform: uppercase;
}

.cregio-step-number {
    font-size: 28px;
    line-height: 1;
}

.cregio-product-type {
    font-size: 12px;
}

.cregio-benefit {
    min-height: 76px;
}

.cregio-faq summary {
    cursor: pointer;
    list-style: none;
}

.cregio-faq summary::-webkit-details-marker {
    display: none;
}

.cregio-faq summary::after {
    content: "+";
    float: right;
    color: #12715f;
    font-weight: 800;
}

.cregio-faq[open] summary::after {
    content: "-";
}

.cregio-contact .form-control {
    border-radius: 12px;
}

#contact-form .field-validation-error,
#contact-form .text-danger,
#login-form .field-validation-error,
#login-form .text-danger {
    color: #dc3545 !important;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

#contact-form .input-validation-error,
#login-form .input-validation-error {
    border-color: #dc3545 !important;
}

#contact-form .alert-danger,
#login-form .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#contact-form .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
}

.cregio-turnstile-placeholder {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    color: #475467;
}

@media (max-width: 991px) {
    .cregio-lexend .min-h-700px {
        min-height: auto !important;
    }

    .cregio-desktop-nav {
        display: none;
    }

    .cregio-public-toggle {
        display: inline-flex;
    }

    .cregio-dark-header .uc-navbar {
        min-height: 78px;
    }

    .cregio-template-hero {
        padding-top: 76px;
    }

    .cregio-template-hero-bg {
        inset-inline: 0;
    }

    .cregio-mobile-nav.collapse:not(.show) {
        display: none;
    }

    .cregio-mobile-nav.collapse.show {
        display: block;
    }
}

@media (max-width: 575px) {
    .cregio-lexend-header .uc-navbar {
        gap: 10px;
    }

    .cregio-logo-mark {
        width: 36px;
        height: 36px;
    }

    .cregio-template-logo {
        font-size: 20px;
    }

    .cregio-skyline-mark {
        width: 42px;
        height: 30px;
    }

    .cregio-template-title {
        font-size: 42px;
    }

    .cregio-header-actions {
        gap: 6px !important;
    }

    .cregio-language-link {
        min-width: 30px;
        min-height: 28px;
        font-size: 12px;
    }

    .cregio-login-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
