:root{--navbar-height-mobile: 110px;--navbar-height: 80px}html[data-mainmenu-visible=true] body{overflow:hidden}@media screen and (width <= 1149px){html:has(input[data-checkbox=navbar-cbox]:checked) body{overflow:hidden}}.navbar{position:relative;z-index:100;background-color:var(--color-blue);width:100%;height:var(--navbar-height);min-height:20px}@media screen and (width <= 520px){.navbar{height:var(--navbar-height-mobile)}}.navbar .navbar__navigation{display:flex;flex-direction:row;align-items:center;gap:12px;margin-left:auto}@media screen and (width <= 520px){.navbar .navbar__navigation{justify-content:space-between;margin-top:var(--space-xs);margin-bottom:var(--space-xs);margin-left:0}}@media screen and (width >= 768px){.navbar .navbar__navigation{gap:var(--space-16)}}@media (width >= 1150px) and (width <= 1200px){.navbar .navbar__navigation{gap:var(--space-8)}}@media screen and (width >= 1150px){.navbar .navbar__navigation{flex-direction:row-reverse;justify-content:space-between;width:100%}}.navbar .navbar__head{width:100%}@media screen and (width <= 520px){.navbar .navbar__head{margin:0 calc(var(--space-24) * -1);border-bottom:.25px solid var(--color-purple);width:100vw}}@media screen and (width >= 768px){.navbar .navbar__head{width:auto}}.navbar .navbar__toggle-button{z-index:100;cursor:pointer;outline:0;border:0;background:none;padding:0;width:3.6rem;height:3.6rem}@media screen and (width >= 1150px){.navbar .navbar__toggle-button{display:none}}.navbar .navbar__logo{width:100%;max-width:160px;height:100%}@media screen and (width <= 520px){.navbar .navbar__logo{margin-bottom:var(--space-8);padding:0 var(--space-24)}}@media screen and (width >= 768px){.navbar .navbar__logo{max-height:3.2rem}}@media screen and (width >= 1500px){.navbar .navbar__logo{margin-right:var(--space-32)}}.navbar .navbar__logo a{display:inline-block;position:relative;width:100%;height:100%}.navbar .navbar__logo svg{width:100%;height:100%}.navbar .navbar__links{display:flex;flex-direction:row;align-items:center;gap:var(--space-16)}.navbar .navbar__links .navbar__search{display:flex;flex-direction:column;align-items:center;border:none;background:none;padding:0;cursor:pointer}@media screen and (width >= 1150px){.navbar .navbar__links .navbar__search{flex-direction:row;gap:8px}}@media screen and (width >= 1150px){.navbar .navbar__links .navbar__search p{display:block}}.navbar .navbar__links p{font-weight:500;font-size:1.4rem;font-family:var(--typography-bodytextfont);text-wrap:nowrap}@media screen and (width <= 520px){.navbar .navbar__links p{font-size:1rem}}.navbar .navbar__links svg{width:24px;height:24px;color:var(--color-white)}@media screen and (width <= 520px){.navbar .navbar__links svg{width:16px}}.navbar .navbar__links .navbar__language a{display:flex;flex-direction:column;align-items:center;text-decoration:none}@media screen and (width >= 1150px){.navbar .navbar__links .navbar__language a{flex-direction:row;gap:8px}}.navbar .navbar__links .navbar__language svg{width:23px}.navbar .navbar__links .navbar__login a{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:0}@media screen and (width >= 1150px){.navbar .navbar__links .navbar__login a{flex-direction:row;gap:8px}}.navbar .navbar__links .navbar__cta{display:block;border:none;border-radius:8px;background-color:var(--color-yellow);padding:12px 0;width:13rem;color:var(--color-blue);font-weight:500;font-size:1.2rem;text-align:center;text-decoration:none}.navbar .navbar__links .navbar__cta:hover{background-color:var(--color-yellow-superlight)}@media screen and (width >= 768px){.navbar .navbar__links .navbar__cta{font-size:1.3rem}}.navbar .navbar__links .navbar__cta a{color:var(--color-white);font-weight:600;font-size:1.2rem;text-decoration:none}@media screen and (width >= 768px){.navbar .navbar__links .navbar__cta a{font-size:unset}}@media screen and (width >= 1150px){.navbar .navbar__links .navbar__cta{margin:10px 0;width:15.8rem;height:4.4rem;font-weight:500;line-height:initial}}.navbar .navbar-container{display:flex;justify-content:space-between;align-items:center;gap:8px;height:100%}@media screen and (width <= 520px){.navbar .navbar-container{display:block;padding-top:var(--space-8)}}@media (width >= 1150px) and (width <= 1200px){.navbar .navbar-container{gap:0;padding-inline:var(--space-16)}}@media screen and (width >= 1440px){.navbar .navbar-container{justify-content:unset}}.navbar .navbar-container input[data-checkbox=navbar-cbox]{display:none}.navbar .navbar-container input[data-checkbox=navbar-cbox]+.navbar-cbox_button{display:flex;justify-content:center;align-items:center}@media screen and (width >= 1150px){.navbar .navbar-container input[data-checkbox=navbar-cbox]+.navbar-cbox_button{display:none;position:relative;transition:all 10ms ease-in-out;background-color:transparent;width:4.5rem;height:5rem;overflow:hidden}}.navbar .navbar-container input[data-checkbox=navbar-cbox]+.navbar-cbox_button .icon-close{display:none}@media only screen and (width <= 1149px){.navbar .navbar-container input[data-checkbox=navbar-cbox]:checked+.navbar-cbox_button .icon-menu{display:none}.navbar .navbar-container input[data-checkbox=navbar-cbox]:checked+.navbar-cbox_button .icon-close{display:block}}
