/* RED BLACK NAVIGATOR - COMPLETE */
.front-theme-redblack .rb-navbar{position:sticky;z-index:1500;top:0;width:100%;height:78px;border-bottom:1px solid #d6e2df;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(23,61,58,.06);backdrop-filter:blur(16px)}.front-theme-redblack .rb-navbar-container{display:grid;grid-template-columns:minmax(280px,1fr) auto minmax(180px,1fr);align-items:center;width:min(calc(100% - 56px),1760px);height:100%;margin:0 auto}.front-theme-redblack .front-navbar-left,.front-theme-redblack .front-navbar-right{display:flex;align-items:center}.front-theme-redblack .front-navbar-right{justify-content:flex-end;gap:10px}.front-theme-redblack .rb-brand{display:grid;grid-template-columns:46px auto;grid-template-rows:25px 17px;column-gap:13px;align-items:center;color:#090b10;text-decoration:none}.front-theme-redblack .rb-brand-mark{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#ef233c;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 24px rgba(13,105,99,.22)}.front-theme-redblack .front-navbar-logo{grid-row:1/3;width:auto;max-width:190px;height:46px;object-fit:contain}.front-theme-redblack .front-navbar-brand-name{overflow:hidden;color:#090b10;font-size:22px;font-weight:950;letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap}.front-theme-redblack .rb-brand small{color:#6d8983;font-size:8px;font-weight:900;letter-spacing:.17em}.front-theme-redblack .rb-navbar-center{display:flex;align-items:center;justify-content:center;height:100%}.front-theme-redblack .rb-login{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 19px;border:1px solid #343842;border-radius:999px;background:#151820;color:#ef233c;font-size:12px;font-weight:900;text-decoration:none}.front-theme-redblack .rb-login:hover{border-color:#ef233c;background:#ef233c;color:#fff}.front-theme-redblack .rb-nav-toggle{display:none;width:42px;height:42px;padding:10px;border:1px solid #343842;border-radius:12px;background:#fff}.front-theme-redblack .rb-nav-toggle span{display:block;height:2px;margin:4px 0;background:#ef233c}@media(max-width:920px){.front-theme-redblack .rb-navbar{position:relative;height:auto}.front-theme-redblack .rb-navbar-container{grid-template-columns:1fr auto;width:calc(100% - 28px);min-height:72px}.front-theme-redblack .rb-navbar-center{display:none;grid-column:1/-1;width:100%;height:auto;padding:4px 0 14px}.front-theme-redblack .rb-navbar.is-open .rb-navbar-center{display:block}.front-theme-redblack .rb-nav-toggle{display:block}.front-theme-redblack .rb-login{display:none}}