.banner-top{position:fixed;top:0;left:0;width:100%;z-index:5;background:linear-gradient(90deg,#dc0089,#554596,#058ad7,#0be0b4);color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:.75rem;padding:.5rem 1rem;font-size:.8125rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:768px){.banner-top{-ms-flex-pack:center;justify-content:center;font-size:1rem}}.banner-top__content{-ms-flex:1 1 0;flex:1 1 0;min-width:0;text-align:left;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}@media (min-width:888px){.banner-top__content{-ms-flex:0 1 auto;flex:0 1 auto;text-align:center;overflow:visible;display:block;-webkit-line-clamp:unset}}.banner-top__btn{display:inline-block;padding:.2rem 1rem .23rem;background:rgba(255,255,255,.2);border-radius:2rem;font-size:.8125rem;font-weight:600;color:#fff;border:none;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;transition:background-color .2s ease,color .2s ease;text-decoration:none}.banner-top__btn:hover{background-color:rgba(255,255,255,.35)}body.has-banner{padding-top:var(--banner-height,50px)}.popup-overlay{position:fixed;inset:0;z-index:1000;background-color:rgba(0,0,0,.65);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.popup-overlay.is-visible{opacity:1;pointer-events:all}.popup-overlay.is-visible .popup{transform:scale(1)}.popup{position:relative;max-width:640px;width:100%;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);transform:scale(.95);transition:transform .3s ease}.popup__close{position:absolute;top:10px;right:12px;z-index:10;background:0 0;border:none;padding:0;cursor:pointer;color:rgba(255,255,255,.7);font-size:1.75rem;line-height:1;transition:color .2s ease}.popup__close:hover{color:#fff}.popup__img-link{display:block;line-height:0}.popup__img{width:100%;height:auto;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}