.elementor-90 .elementor-element.elementor-element-73215fa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3c4da87 */html{
    scroll-behavior:smooth;
}

section{
    scroll-margin-top:100px;
}

/* HEADER */

.vixa-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    border-bottom:1px solid #dce4ea;
    z-index:9999;
}

/* CONTAINER */

.vixa-header-container{
    width:100%;
    max-width:1380px;
    height:82px;
    margin:auto;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

/* LOGO */

.vixa-logo{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    flex-shrink:0;
}

.vixa-logo-icon{
    width:34px;
    height:34px;
    background:#0c2847;
    color:#fff;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
}

.vixa-logo-text{
    display:flex;
    flex-direction:column;
}

.vixa-logo-text strong{
    font-family:'Barlow Condensed',sans-serif;
    font-size:30px;
    line-height:1;
    color:#0c2847;
    letter-spacing:.08em;
}

.vixa-logo-text span{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#93a0af;
}

/* NAV */

.vixa-nav{
    display:flex;
    align-items:center;
    gap:32px;
}

.vixa-nav a{
    text-decoration:none;
    color:#52606e;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.vixa-nav a:hover{
    color:#18b89d;
}

/* RIGHT */

.vixa-header-right{
    display:flex;
    align-items:center;
    gap:18px;
}

/* BUTTON */

.vixa-btn{
    height:46px;
    padding:0 22px;
    background:#18b89d;
    color:#fff;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}

/* BTOB */

.vixa-btob{
    background:#0c2847;
    color:#fff;
    font-size:10px;
    font-weight:700;
    padding:7px 9px;
    border-radius:4px;
    letter-spacing:.08em;
}

/* MOBILE */

@media(max-width:980px){

    .vixa-header-container{
        flex-wrap:wrap;
        height:auto;
        padding:18px;
    }

    .vixa-nav{
        width:100%;
        flex-wrap:wrap;
        gap:18px;
        justify-content:center;
        padding-top:10px;
    }

    .vixa-header-right{
        width:100%;
        justify-content:center;
        padding-top:10px;
    }

}

@media(max-width:600px){

    .vixa-header-container{
        padding:18px;
    }

    .vixa-nav{
        gap:14px;
    }

    .vixa-nav a{
        font-size:13px;
    }

    .vixa-logo-text strong{
        font-size:24px;
    }

}/* End custom CSS */