:root{--bp-xs:480px;--bp-sm:834px;--bp-xl:1200px;--bp-xxl:1920px;--bp-mxs:479px;--bp-msm:833px;--bp-mxl:1199px;--bp-mxxl:1919px;--bp-addon-1380:1380px;--bp-addon-1279:1279px}.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.centersb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@-webkit-keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@-webkit-keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}@keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}.alert-bar{position:relative;z-index:2;padding:8px 0;background-color:#ff5c00}.alert-bar._hide{display:none}.alert-bar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.alert-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 4px 6px 12px;min-height:24px;gap:12px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ff7e33}.alert-bar__item._hide{display:none}.alert-bar__text{-ms-flex-item-align:center;align-self:center;font-family:Jost,normal;font-weight:500;font-size:14px;line-height:14px;letter-spacing:.03em;color:#fff}.alert-bar__text a{color:inherit}.alert-bar__close{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:-4px;margin-top:-5px;margin-bottom:-5px;width:24px;height:24px;padding:0;background:0 0;border:none;cursor:pointer}.alert-bar__close-icon{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:1.5px}@media (max-width:1199px){.alert-bar__item{padding:4px 6px 4px 10px;min-height:35px}.alert-bar__text{font-size:12px;line-height:12px}.alert-bar__close{width:36px;height:36px}}