.elementor-453 .elementor-element.elementor-element-aee1bf2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-453 .elementor-element.elementor-element-aee1bf2:not(.elementor-motion-effects-element-type-background), .elementor-453 .elementor-element.elementor-element-aee1bf2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.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-adc01a6 *//*==================================================
FOOTER
==================================================*/

.footer{

    border-top:1px solid var(--border);
    background:var(--bg);

}

.footer-container{

    max-width:1280px;
    margin:0 auto;

    padding:22px 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

}

/*==================================================
LOGO
==================================================*/

.footer-logo{

    display:inline-flex;
    align-items:center;
    gap:10px;

    color:var(--text);
    text-decoration:none;

}

.footer-dot{

    width:8px;
    height:8px;

    border-radius:50%;

    background:#FF5C1A;

}

.footer-name{

    font-size:1rem;
    font-weight:600;
    letter-spacing:-.02em;
    font-family:"Space Grotesk", sans-serif;

    

}

/*==================================================
COPYRIGHT
==================================================*/

.footer-copy{

    margin:0;

    color:var(--muted);

    font-size:.85rem;

    white-space:nowrap;
    
    font-family:"Space Grotesk", sans-serif;

}

/*==================================================
MOBILE
==================================================*/

@media (max-width:768px){

    .footer-container{

        padding:18px 16px;

        display:flex;

        align-items:center;

        justify-content:space-between;

        gap:10px;

    }

    .footer-logo{

        flex:1;

        min-width:0;

    }

    .footer-name{

        font-size:.60rem;

        white-space:nowrap;
        
        font-family:"Space Grotesk", sans-serif;

    }

    .footer-dot{

        width:7px;
        height:7px;

    }

    .footer-copy{

        flex:1;

        text-align:right;

        font-size:.60rem;

        white-space:nowrap;
        
        font-family:"Space Grotesk", sans-serif;

    }

}

.footer-logo,
.footer-logo:hover,
.footer-logo:focus,
.footer-logo:active,
.footer-logo:visited{

    color:var(--text);
    text-decoration:none;

}/* End custom CSS */