.elementor-2654 .elementor-element.elementor-element-982a8bd{--display:flex;}.elementor-2654 .elementor-element.elementor-element-bdcaf1b > .elementor-widget-container{margin:0px 0px -252px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bdcaf1b *//* ===========================
   MOBILE FIRST NAVBAR
=========================== */

.ff-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    background:rgba(28,20,15,.45);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.06);
}

.ff-navbar{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:14px 20px;

}

.ff-logo img{

    height:58px;
    display:block;

}

/* Hamburger */

.ff-toggle{

    width:46px;
    height:46px;

    border:none;
    background:none;

    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;

    cursor:pointer;

}

.ff-toggle span{

    width:28px;
    height:2px;

    background:#fff;

    transition:.35s;

    border-radius:20px;

}

/* Menu */

.ff-mobile-menu{

    display:none;

    flex-direction:column;

    padding:25px;

    background:#18120f;

}

.ff-mobile-menu.active{

    display:flex;

}

.ff-mobile-menu a{

    color:white;

    text-decoration:none;

    font-family:"Space Mono", monospace;

    text-transform:uppercase;

    padding:16px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.mobile-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 30px;

    min-width:140px;
    height:48px;

    background:#ff5a29;

    color:#111 !important;

    border-radius:999px;

    font-family:"Space Mono", monospace;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;

    text-decoration:none;

    white-space:nowrap;

    transition:.3s ease;

}

/* Desktop */

@media (min-width:1024px){

    .ff-toggle{

        display:none;

    }

    .ff-mobile-menu{

        display:flex !important;

        flex-direction:row;

        align-items:center;

        gap:40px;

        background:none;

        padding:0;

    }

    .ff-header{

        display:flex;
        justify-content:center;

    }

    .ff-navbar{

        width:auto;
        padding:16px 40px;

    }

    .mobile-btn{

        margin:0;

        padding:12px 24px;

    }

}/* End custom CSS */