:root{

    --usb-primary:#002855;
    --usb-secondary:#0055A4;
    --usb-accent:#F2A900;

    --usb-text:#1F2937;
    --usb-light:#F8FAFC;

    --usb-container:1280px;

    --usb-radius:8px;

    --usb-shadow:0 2px 10px rgba(0,0,0,.08);

}

/*
|--------------------------------------------------------------------------
| RESET
|--------------------------------------------------------------------------
*/

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

/*
|--------------------------------------------------------------------------
| CONTAINER
|--------------------------------------------------------------------------
*/

.usb-container{
    width:min(1280px, 95%);
    margin:0 auto;
}

.usb-topbar{
    background:#002855;
    color:#ffffff;
    font-size:13px;
    padding:6px 0;
    width:100%;
}

.usb-topbar__inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.usb-topbar__right{
    display:flex;
    gap:16px;
}

.usb-topbar a{
    color:#ffffff;
    text-decoration:none;
    font-size:13px;
}

.usb-topbar a:hover{
    text-decoration:underline;
}