.top-bar{align-items:center;background-color:var(--vivid-blue-ziflow);display:flex;justify-content:center;min-height:3rem;padding:0 1rem;position:relative}.top-bar__wrapper{display:flex;flex-wrap:wrap;gap:15px;max-width:max-content}.top-bar .top-bar__wrapper .top-bar__image{display:none;max-width:37px}.top-bar .exit-btn{cursor:pointer;display:none;position:absolute;right:15px;top:10px}.top-bar .exit-btn .exit-btn-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23FCFCFD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:20px;width:20px}@media (max-width:1200px){.top-bar{text-align:center}.top-bar .top-bar__wrapper .top-bar__image{margin:0 auto}.top-bar{display:none}}@media screen and (min-width:1201px){.top-bar .exit-btn{display:block}}.top-bar__description{align-items:center;color:#fff;display:flex;font-size:.875rem;line-height:1rem}.top-bar__link{color:#fff;font-size:17px;font-weight:700;line-height:218%;text-decoration:underline}.top-bar__link:hover{color:#2f89ff}.top-bar__icon{padding-bottom:3px;vertical-align:middle}.top-bar__wrapper{justify-content:center}