.elementor-location-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1000;
    width: 100%;
}

.rank1-alutech-foundation #header.site-header,
.rank1-alutech-foundation .et-footers-wrapper,
.rank1-alutech-foundation .footer.footer-bottom,
.rank1-alutech-foundation .copyrights-wrapper {
    display: none;
}

.rank1-manual-header,
.rank1-manual-footer {
    width: 100%;
}

.rank1-manual-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10000;
}

.rank1-manual-footer {
    position: relative;
    z-index: 2;
}

.rank1-header-shell,
.rank1-footer-conversion,
.rank1-footer-main {
    --alutech-primary: var(--e-global-color-primary, #19527b);
    --alutech-navy: var(--e-global-color-secondary, #082745);
    --alutech-text: var(--e-global-color-text, #49667e);
    --alutech-accent: var(--e-global-color-accent, #9fc2d7);
    --alutech-ink: #0b2741;
    --alutech-pale: #eef3f6;
    --alutech-line: #d2dee7;
    font-family: var(--e-global-typography-text-font-family, Inter), Arial, sans-serif;
}

.rank1-header-shell {
    width: 100%;
    color: #fff;
    transition: background-color .25s ease, box-shadow .25s ease;
}

.rank1-header-topbar {
    min-height: 42px;
    background: rgba(5, 29, 51, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.rank1-header-topbar-inner {
    min-height: 42px;
    padding-inline: 24px;
}

.rank1-header-benefits .elementor-icon-list-items,
.rank1-header-contacts .elementor-icon-list-items,
.rank1-footer-direct-contact .elementor-icon-list-items,
.rank1-footer-legal-links .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 25px;
}

.rank1-header-benefits .elementor-icon-list-item,
.rank1-header-contacts .elementor-icon-list-item {
    margin: 0;
    color: #e8f1f6;
    font-size: 13px;
    line-height: 1.25;
}

.rank1-header-benefits .elementor-icon-list-icon,
.rank1-header-contacts .elementor-icon-list-icon {
    color: var(--alutech-accent);
    font-size: 13px;
}

.rank1-header-contacts a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.rank1-header-contacts a:hover,
.rank1-header-contacts a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.rank1-header-main {
    min-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(180deg, rgba(4, 26, 46, .34), rgba(4, 26, 46, 0));
    transition: min-height .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.rank1-header-main-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 100px;
    width: 100%;
    padding-inline: 24px;
}

.rank1-header-logo-stack {
    position: relative;
    flex: 0 0 218px;
    width: 218px;
    min-height: 58px;
}

.rank1-header-logo-stack .elementor-widget-image {
    position: absolute;
    inset: 50% auto auto 0;
    width: 218px;
    margin: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease;
}

.rank1-header-logo-stack img {
    display: block;
    width: 218px;
    height: auto;
}

.rank1-logo-dark {
    opacity: 0;
}

.rank1-header-desktop-nav {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}

.rank1-header-desktop-nav > .elementor-widget-container,
.rank1-header-desktop-nav .etheme-elementor-nav-menu--main {
    width: 100%;
}

.rank1-header-desktop-nav .etheme-elementor-nav-menu,
.rank1-header-desktop-nav .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.rank1-header-desktop-nav .etheme-elementor-nav-menu > li,
.rank1-header-desktop-nav .menu > li {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    margin: 0;
}

.rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a,
.rank1-header-desktop-nav .menu > li > a {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100px;
    padding-inline: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a::after,
.rank1-header-desktop-nav .menu > li > a::after {
    position: absolute;
    right: 14px;
    bottom: 23px;
    left: 14px;
    height: 2px;
    background: var(--alutech-accent);
    content: '';
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .2s ease, transform .2s ease;
}

.rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a:hover::after,
.rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a:focus-visible::after,
.rank1-header-desktop-nav .etheme-elementor-nav-menu > .current-menu-item > a::after,
.rank1-header-desktop-nav .menu > li > a:hover::after,
.rank1-header-desktop-nav .menu > li > a:focus-visible::after,
.rank1-header-desktop-nav .menu > .current-menu-item > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.rank1-header-cta {
    flex: 0 0 auto;
}

.rank1-header-cta .elementor-button {
    min-height: 54px;
    padding: 17px 21px;
    border: 1px solid rgba(255, 255, 255, .42);
    background: linear-gradient(135deg, #21638f, #0b3458);
    box-shadow: 0 12px 30px rgba(3, 23, 40, .22);
    color: #fff;
    font-size: 15px;
    font-weight: 750;
}

.rank1-header-cta .elementor-button:hover,
.rank1-header-cta .elementor-button:focus-visible {
    background: #fff;
    color: var(--alutech-navy);
}

.rank1-header-mobile-nav {
    display: none;
}

.rank1-header-shell.elementor-sticky--effects,
.elementor-sticky--effects .rank1-header-shell,
.rank1-header-shell.is-scrolled {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10000;
    color: var(--alutech-ink);
    background: #fff;
    box-shadow: 0 15px 45px rgba(6, 35, 57, .13);
}

.rank1-header-shell.elementor-sticky--effects .rank1-header-topbar,
.elementor-sticky--effects .rank1-header-shell .rank1-header-topbar,
.rank1-header-shell.is-scrolled .rank1-header-topbar {
    display: none;
}

.rank1-header-shell.elementor-sticky--effects .rank1-header-main,
.elementor-sticky--effects .rank1-header-shell .rank1-header-main,
.rank1-header-shell.is-scrolled .rank1-header-main {
    min-height: 82px;
    border-color: var(--alutech-line);
    background: #fff;
}

.rank1-header-shell.elementor-sticky--effects .rank1-header-main-inner,
.elementor-sticky--effects .rank1-header-shell .rank1-header-main-inner,
.rank1-header-shell.is-scrolled .rank1-header-main-inner {
    min-height: 82px;
}

.rank1-header-shell.elementor-sticky--effects .rank1-logo-light,
.elementor-sticky--effects .rank1-header-shell .rank1-logo-light,
.rank1-header-shell.is-scrolled .rank1-logo-light {
    opacity: 0;
}

.rank1-header-shell.elementor-sticky--effects .rank1-logo-dark,
.elementor-sticky--effects .rank1-header-shell .rank1-logo-dark,
.rank1-header-shell.is-scrolled .rank1-logo-dark {
    opacity: 1;
}

.rank1-header-shell.elementor-sticky--effects .rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a,
.rank1-header-shell.elementor-sticky--effects .rank1-header-desktop-nav .menu > li > a,
.elementor-sticky--effects .rank1-header-shell .rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a,
.elementor-sticky--effects .rank1-header-shell .rank1-header-desktop-nav .menu > li > a,
.rank1-header-shell.is-scrolled .rank1-header-desktop-nav .etheme-elementor-nav-menu > li > a,
.rank1-header-shell.is-scrolled .rank1-header-desktop-nav .menu > li > a {
    min-height: 82px;
    color: var(--alutech-ink);
}

.rank1-header-shell.elementor-sticky--effects .rank1-header-cta .elementor-button,
.elementor-sticky--effects .rank1-header-shell .rank1-header-cta .elementor-button,
.rank1-header-shell.is-scrolled .rank1-header-cta .elementor-button {
    border-color: var(--alutech-primary);
    background: var(--alutech-primary);
}

.rank1-header-shell .menu-static-block.nav-sublist-dropdown {
    border-top: 3px solid var(--alutech-primary);
    box-shadow: 0 28px 75px rgba(4, 31, 53, .2);
}

.rank1-footer-conversion {
    padding: 84px 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 8%, rgba(159, 194, 215, .24), transparent 28%),
        linear-gradient(125deg, #0b365b 0%, #061e36 72%);
    color: #fff;
}

.rank1-manual-footer {
    background: #061a2d;
    color: #bcd0dd;
}

.rank1-manual-footer .elementor-heading-title {
    color: #fff;
}

.rank1-manual-footer > .elementor > .e-con:first-child,
.rank1-manual-footer > .elementor > .elementor-element:first-child {
    background:
        radial-gradient(circle at 86% 8%, rgba(159, 194, 215, .24), transparent 28%),
        linear-gradient(125deg, #0b365b 0%, #061e36 72%);
}

.rank1-footer-conversion-inner > .e-con {
    flex: 1 1 0;
}

.rank1-footer-kicker .elementor-heading-title {
    color: var(--alutech-accent);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rank1-footer-title .elementor-heading-title {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(40px, 4.2vw, 62px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.025em;
}

.rank1-footer-copy {
    max-width: 580px;
    margin-top: 20px;
    color: #c6d8e4;
    font-size: 17px;
    line-height: 1.72;
}

.rank1-footer-direct-contact {
    margin-top: 28px;
}

.rank1-footer-direct-contact .elementor-icon-list-item {
    margin: 0;
}

.rank1-footer-direct-contact a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.rank1-footer-direct-contact a:hover,
.rank1-footer-direct-contact a:focus-visible {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .08);
}

.rank1-footer-form-column {
    padding: 36px;
    border-left: 5px solid var(--alutech-accent);
    background: #f4f8fa;
    box-shadow: 0 28px 75px rgba(0, 13, 25, .25);
    color: var(--alutech-ink);
}

.rank1-footer-form-column .gform_wrapper .gfield_label,
.rank1-footer-form-column .gform_wrapper legend {
    color: var(--alutech-ink);
    font-size: 15px;
    font-weight: 700;
}

.rank1-footer-form-column .gform_wrapper input:not([type="checkbox"]):not([type="radio"]),
.rank1-footer-form-column .gform_wrapper textarea,
.rank1-footer-form-column .gform_wrapper select {
    min-height: 52px;
    border: 1px solid #b8cad8;
    border-radius: 0;
    background: #fff;
    color: var(--alutech-ink);
    font-size: 16px;
}

.rank1-footer-form-column .gform_wrapper textarea {
    min-height: 122px;
}

.rank1-footer-form-column .gform_wrapper .gform_button {
    min-height: 56px;
    padding: 15px 25px;
    border: 1px solid var(--alutech-primary);
    border-radius: 0;
    background: var(--alutech-primary);
    color: #fff;
    font-weight: 750;
}

.rank1-footer-form-column .gform_wrapper .gform_button:hover,
.rank1-footer-form-column .gform_wrapper .gform_button:focus-visible {
    border-color: var(--alutech-navy);
    background: var(--alutech-navy);
}

.rank1-alutech-form-fallback {
    display: grid;
    gap: 15px;
}

.rank1-alutech-form-fallback > strong {
    color: var(--alutech-ink);
    font-size: 24px;
}

.rank1-alutech-form-fallback > p {
    margin: 0;
    color: var(--alutech-text);
    font-size: 16px;
    line-height: 1.65;
}

.rank1-alutech-form-fallback > div {
    display: grid;
    gap: 8px;
}

.rank1-alutech-form-fallback > div a {
    color: var(--alutech-navy);
    font-size: 17px;
    font-weight: 700;
}

.rank1-form-fallback-button {
    display: inline-flex;
    justify-content: center;
    min-height: 54px;
    margin-top: 5px;
    padding: 16px 22px;
    background: var(--alutech-primary);
    color: #fff;
    font-weight: 750;
}

.rank1-footer-main {
    padding: 66px 24px 0;
    background: #061a2d;
    color: #bcd0dd;
}

.rank1-footer-columns > .e-con {
    flex: 1 1 0;
}

.rank1-footer-columns > .rank1-footer-company {
    flex-grow: 1.35;
}

.rank1-footer-logo {
    max-width: 225px;
}

.rank1-footer-company-copy {
    max-width: 330px;
    margin-top: 20px;
    color: #a9c1d0;
    font-size: 15px;
    line-height: 1.7;
}

.rank1-footer-column-title .elementor-heading-title {
    margin: 0 0 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.rank1-footer-links .elementor-icon-list-item,
.rank1-footer-contact-links .elementor-icon-list-item {
    margin: 0;
    padding: 7px 0;
}

.rank1-footer-links a,
.rank1-footer-contact-links a {
    color: #bcd0dd;
    font-size: 14px;
    line-height: 1.45;
}

.rank1-footer-links a:hover,
.rank1-footer-links a:focus-visible,
.rank1-footer-contact-links a:hover,
.rank1-footer-contact-links a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.rank1-footer-contact-links .elementor-icon-list-icon {
    color: var(--alutech-accent);
}

.rank1-footer-legal {
    min-height: 78px;
    margin-top: 52px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.rank1-footer-copyright p {
    margin: 0;
    color: #7f9daf;
    font-size: 12px;
}

.rank1-footer-legal-links .elementor-icon-list-item {
    margin: 0;
}

.rank1-footer-legal-links a {
    color: #9eb5c4;
    font-size: 12px;
}

.rank1-footer-legal-links a:hover,
.rank1-footer-legal-links a:focus-visible {
    color: #fff;
}

body > .footer,
body > footer.footer,
.footer.footer-bottom,
.copyrights-wrapper {
    display: none;
}

@media (max-width: 1320px) {
    .rank1-header-main-inner,
    .rank1-header-topbar-inner {
        padding-inline: 20px;
    }

    .rank1-header-desktop-nav,
    .rank1-header-cta {
        display: none;
    }

    .rank1-header-mobile-nav {
        display: block;
        margin-left: auto;
    }

    .rank1-header-mobile-nav .elementor-button {
        min-width: 52px;
        min-height: 48px;
        border: 1px solid rgba(255, 255, 255, .5);
        background: rgba(4, 30, 52, .32);
        color: #fff;
    }

    .rank1-header-shell.elementor-sticky--effects .rank1-header-mobile-nav .elementor-button,
    .elementor-sticky--effects .rank1-header-shell .rank1-header-mobile-nav .elementor-button,
    .rank1-header-shell.is-scrolled .rank1-header-mobile-nav .elementor-button {
        border-color: var(--alutech-line);
        background: var(--alutech-pale);
        color: var(--alutech-navy);
    }

    .rank1-footer-columns {
        flex-wrap: wrap;
    }

    .rank1-footer-columns > .e-con {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 900px) {
    .rank1-header-benefits .elementor-icon-list-item:nth-child(n+3),
    .rank1-header-contacts .elementor-icon-list-item:nth-child(n+3) {
        display: none;
    }

    .rank1-footer-conversion-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .rank1-footer-conversion-inner > .e-con {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rank1-header-topbar,
    .rank1-header-topbar-inner {
        min-height: 38px;
    }

    .rank1-header-topbar-inner {
        justify-content: center;
        padding-inline: 15px;
    }

    .rank1-header-benefits {
        display: none;
    }

    .rank1-header-contacts .elementor-icon-list-item:nth-child(n+2) {
        display: none;
    }

    .rank1-header-contacts .elementor-icon-list-items {
        justify-content: center;
    }

    .rank1-header-main,
    .rank1-header-main-inner {
        min-height: 78px;
    }

    .rank1-header-logo-stack,
    .rank1-header-logo-stack .elementor-widget-image,
    .rank1-header-logo-stack img {
        width: 174px;
    }

    .rank1-header-logo-stack {
        flex-basis: 174px;
    }

    .rank1-footer-conversion {
        padding: 62px 20px;
    }

    .rank1-footer-form-column {
        padding: 27px 22px;
    }

    .rank1-footer-direct-contact .elementor-icon-list-items {
        align-items: stretch;
        flex-direction: column;
    }

    .rank1-footer-direct-contact a {
        width: 100%;
    }

    .rank1-footer-main {
        padding: 52px 20px 0;
    }

    .rank1-footer-columns {
        flex-direction: column;
    }

    .rank1-footer-columns > .e-con {
        width: 100%;
    }

    .rank1-footer-legal {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-top: 38px;
    }

    .rank1-footer-legal-links .elementor-icon-list-items {
        gap: 8px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rank1-header-shell,
    .rank1-header-main,
    .rank1-header-logo-stack .elementor-widget-image,
    .rank1-header-desktop-nav a::after {
        transition: none;
    }
}
