/* Start custom CSS for html, class: .elementor-element-0bc7c22 *//* FIX DESKTOP HEADER */
header.site-header {
    width: 100% !important;
    height: 88px !important;
    min-height: 88px !important;
    padding: 0 5vw !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
}

/* FTF LOGO */
header.site-header .official-brand {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    margin: 0 !important;
}

header.site-header .official-brand img {
    display: block !important;
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
    max-height: 55px !important;
    object-fit: contain !important;
}

/* NAVIGATION */
header.site-header .desktop-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(24px, 3vw, 48px) !important;

    margin: 0 auto !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

header.site-header .desktop-nav a {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;

    color: #ffffff !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* REGISTRATION BUTTON */
header.site-header .button-small {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;

    width: auto !important;
    min-width: 205px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 22px !important;

    border: 1px solid rgba(125, 211, 252, 0.45) !important;
    border-radius: 50px !important;
    background: rgba(125, 211, 252, 0.08) !important;

    color: #ffffff !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}

/* TABLET AND MOBILE */
@media (max-width: 900px) {
    header.site-header {
        height: 72px !important;
        min-height: 72px !important;
        padding: 0 22px !important;
    }

    header.site-header .official-brand img {
        width: 125px !important;
    }

    header.site-header .desktop-nav,
    header.site-header .button-small {
        display: none !important;
    }

    header.site-header .menu-toggle {
        display: flex !important;
        margin-left: auto !important;
    }
}/* End custom CSS */