.whs-frame-topbar{position:relative;z-index:200;font-size:.8125rem;line-height:1.4;background-color:var(--topbar-bg-color,#1e1e2e);color:var(--topbar-text-color,#ffffff)}.whs-frame-topbar__inner{display:flex;align-items:center;max-width:var(--whs-frame-container-width,1200px);margin:0 auto;padding:0 1rem;min-height:38px;gap:1rem}.whs-frame-topbar__col{flex:1;display:flex;align-items:center;min-width:0}.whs-frame-topbar__col--left{justify-content:flex-start}.whs-frame-topbar__col--center{justify-content:center}.whs-frame-topbar__col--right{justify-content:flex-end}.whs-frame-topbar__link{display:inline-flex;align-items:center;gap:.375rem;color:var(--topbar-link-color,#a5b4fc);text-decoration:none;white-space:nowrap;transition:opacity 0.15s ease}.whs-frame-topbar__link:hover{opacity:.8;text-decoration:none}.whs-frame-topbar__link svg{flex-shrink:0}.whs-frame-topbar__text{color:inherit}.whs-frame-topbar__text a{color:var(--topbar-link-color,#a5b4fc);text-decoration:none;transition:opacity 0.15s ease}.whs-frame-topbar__text a:hover{opacity:.8}.whs-frame-topbar__social{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.whs-frame-topbar__social li a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--topbar-link-color,#a5b4fc);border-radius:4px;text-decoration:none;transition:opacity 0.15s ease,background-color 0.15s ease}.whs-frame-topbar__social li a:hover{opacity:.8;background-color:rgb(255 255 255 / .08)}.whs-frame-topbar__social li a svg,.whs-frame-topbar__social li a i{display:block;flex-shrink:0;font-size:.875rem;line-height:1}.whs-frame-topbar__contact{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.whs-frame-topbar__close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:none;border-radius:4px;color:inherit;opacity:.6;cursor:pointer;transition:opacity 0.15s ease,background-color 0.15s ease}.whs-frame-topbar__close:hover{opacity:1;background-color:rgb(255 255 255 / .12)}.whs-frame-topbar--dismissible .whs-frame-topbar__inner{padding-right:2.5rem}.whs-frame-topbar--dismissible{overflow:hidden;max-height:120px;transition:max-height 0.35s ease,opacity 0.25s ease,padding 0.35s ease}.whs-frame-topbar--dismissed{max-height:0!important;opacity:0;pointer-events:none}@media (max-width:768px){.whs-frame-topbar--hide-mobile{display:none}}@media (max-width:600px){.whs-frame-topbar__col--left:not(.whs-frame-topbar__col--social_icons),.whs-frame-topbar__col--right:not(.whs-frame-topbar__col--social_icons){display:none}.whs-frame-topbar__col--center{flex:1;justify-content:center}}