.topbar{background:var(--secondary-color);position:fixed;top:0;left:0;right:0;z-index:999}.topbar__logo-wrapper{position:absolute;left:var(--spacing);top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topbar__logo svg{width:230px;height:80px;display:block;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.topbar__logo svg *{-webkit-transition:fill .5s ease;-o-transition:fill .5s ease;transition:fill .5s ease}.topbar__logo svg .logo__right-hill{-webkit-transition-delay:80ms;-o-transition-delay:80ms;transition-delay:80ms}.topbar__logo:hover .logo__left-hill{fill:#0aa87a}.topbar__logo:hover .logo__right-hill{fill:#74af61}.topbar__logo:hover *{fill:#fff}.topbar__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--topbar-height);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.topbar__language-wrapper{position:absolute;right:var(--spacing);top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1600px){.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 var(--spacing)}.topbar__logo-wrapper{position:static}.topbar__language-wrapper{position:static;z-index:2}}@media (max-width:920px){.topbar__logo svg{width:80px;height:20px}}@media (max-width:769px){.topbar>.container{padding-left:0;padding-right:12px}}.at-homepage .topbar{background:0 0}.sticky .topbar{background:var(--secondary-color)}.sticky .topbar__logo svg{width:113px;height:31px}@media (max-width:920px){.sticky .topbar__logo svg{width:80px;height:20px}}