.elementor-1437 .elementor-element.elementor-element-6beb250{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b9efbb0 */.cl-footer{

    background:#301605;

    padding:80px 0 30px;

    color:#fff;
}

.cl-footer-top{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1.4fr 1fr 1fr 1fr;

    gap:70px;
}

.cl-logo{

    height:70px;

    margin-bottom:20px;
}

.cl-brand p{

    color:rgba(255,255,255,.75);

    line-height:1.8;

    max-width:320px;
}

.cl-column h4{

    font-size:18px;

    font-weight:700;

    margin-bottom:25px;

    color:#fff;
}

.cl-column ul{

    list-style:none;

    margin:0;

    padding:0;
}

.cl-column li{

    margin-bottom:15px;
}

.cl-column a{

    text-decoration:none;

    color:rgba(255,255,255,.75);

    transition:.3s;
}

.cl-column a:hover{

    color:#FFB80C;
}

.cl-divider{

    width:90%;

    max-width:1400px;

    margin:60px auto 40px;

    height:1px;

    background:rgba(255,255,255,.12);
}

.cl-footer-bottom{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr 1fr;

    align-items:center;
}

.cl-social h4{

    margin-bottom:20px;
}

.social-icons{

    display:flex;

    gap:15px;
}

.social-icons a{

    width:45px;

    height:45px;

    border:1px solid rgba(255,255,255,.20);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;
}

.social-icons a:hover{

    background:#FFB80C;

    color:#301605;
}

.cl-payment{

    text-align:center;
}

.cl-payment img{

    max-width:320px;

    width:100%;
}

.cl-copy{

    text-align:right;

    color:rgba(255,255,255,.70);
}

@media(max-width:991px){

    .cl-footer-top{

        grid-template-columns:1fr 1fr;
    }

    .cl-footer-bottom{

        grid-template-columns:1fr;

        gap:30px;

        text-align:center;
    }

    .cl-copy{

        text-align:center;
    }

}

@media(max-width:768px){

    .cl-footer-top{

        grid-template-columns:1fr;
    }

}

.cl-brand{

    position:relative;
}

.cl-logo{

    position:relative;

    z-index:2;
}

.cl-brand::before{

    content:"";

    position:absolute;

    top:-20px;

    left:100px;

    width:180px;

    height:180px;

    background:radial-gradient(
        circle,
        rgba(255,184,12,.25) 0%,
        rgba(255,184,12,.10) 40%,
        transparent 75%
    );

    filter:blur(35px);

    z-index:1;
}/* End custom CSS */