/* Original supplied logo, displayed through a CSS window to omit its large white margins. */
.logo-window{display:block;position:relative;overflow:hidden;background:#fff;width:100%;aspect-ratio:1700/275}
.logo-window img{position:absolute;max-width:none;width:106.588%;height:auto;left:-4.706%;top:-101.818%}
.brand-full{display:block;background:white;padding:18px 20px;border-radius:12px;width:100%;max-width:460px;box-shadow:0 10px 35px #002e5720}
.sidebar .brand-compact{display:block;margin:0 10px 42px}
.brand-compact .logo-window{aspect-ratio:1040/275}
.brand-compact .logo-window img{width:174.231%;left:-7.692%;top:-101.818%;height:auto}
.brand-compact .brand-sub{color:#63758c;font-size:9px;letter-spacing:2.8px;text-align:center;margin-top:13px}
.auth-story{background:radial-gradient(ellipse at 15% 100%,#087bc2 0%,transparent 58%),linear-gradient(145deg,#082f5f,#064783 70%,#075a9d)}
.story-content{padding:70px 0}
.story-line span{background:linear-gradient(180deg,#39d1fa,#069ce8)}
.button:not(.secondary){background:linear-gradient(120deg,#0075bc,#0062a7);border-color:#0067ae;box-shadow:0 3px 8px #0067ae12}
.button:not(.secondary):hover{background:#05538d;border-color:#05538d}
.sidebar nav a[aria-current]{box-shadow:inset 3px 0 #049bdd}
@media(max-width:1100px){.brand-full{padding:15px 13px}.sidebar .brand-compact{margin:0 8px 36px}}
@media(max-width:760px){
 .auth-story{padding:22px 25px;background:#fff;border-bottom:3px solid #16b7ed}
 .auth-story .brand-full{max-width:350px;padding:0;border-radius:0;box-shadow:none;margin:0 auto}
 .auth-story .brand-full .logo-window img{width:106.588%;height:auto}
 .sidebar .brand-compact{margin:0;width:137px}
 .sidebar .brand-compact .logo-window img{width:174.231%;height:auto}
 .brand-compact .brand-sub{margin-top:6px;font-size:8px;letter-spacing:2px}
 .sidebar nav{gap:2px;justify-content:space-between}
 .sidebar nav a{padding:9px 10px}
}
