.topinfo{background-color:var(--blue-40);background-image:url(../assets/img/topinfo-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white-95);font-size:16px;font-weight:600;line-height:110%}.topinfo,.topinfo>*{overflow:hidden}.topinfo__container{padding:8px 16px}.topinfo__container,.topinfo__inner{align-items:center;display:flex;justify-content:center}.topinfo__inner{flex-wrap:wrap;gap:20px}.topinfo__inner[href]{transition:opacity .3s}.topinfo__bange{background-color:var(--cyan-80);border-radius:51px;color:var(--white-100);font-size:16px;font-weight:800;line-height:110%;padding:8px 12px;text-align:center}.topinfo__bange[href]{transition:opacity .3s}@media (width <= 47.99875em){.topinfo{font-size:11px;transition:max-height .3s}.topinfo__inner{gap:10px}.topinfo__bange{font-size:11px;padding:4px 8px}}@media (any-hover:hover){.topinfo__bange[href]:hover,.topinfo__inner[href]:hover{opacity:.7}}