:root{--header-bg:var(--white);--header-bg-desktop:var(--gradient-black-to-transparent);--header-space-top:var(--space-2);--header-space-bottom:var(--space-3);--header-space-left:var(--space-3);--header-space-right:var(--space-3);--header-nav-button-height:2rem;--header-nav-c:var(--black);--header-nav-c-h:var(--black-hover);--header-nav-focus-r:var(--border-025);--header-nav-focus-offset:var(--space-05);--header-nav-gap:var(--space-4);--header-nav-font-size:var(--font-size);--header-nav-line-height:var(--line-height);--header-logo-height:5.625rem;--header-lang-gap:var(--space-2);--header-lang-space-b:var(--space-5)}.header{align-items:center;background-color:var(--header-bg);border-bottom:1px solid var(--border-gray);display:flex;justify-content:space-between;padding:0 var(--header-space-top);position:sticky;top:0;width:100%;z-index:10}@media screen and (min-width:48rem){.header{--header-space-top:var(--space-3)}}:is(.header .header__anchor--main-section):focus{background-color:var(--header-bg);clip-path:none;color:var(--header-nav-c);display:flex;font-family:var(--font-family-title);font-size:var(--header-nav-font-size);height:auto;left:var(--header-space-left);line-height:var(--header-nav-line-height);outline:2px solid var(--header-nav-c-h);outline-offset:2px;padding:var(--space-05);top:var(--header-space-top);width:auto;z-index:1}.header .header__logo-container{border-bottom:2px solid var(--white-t-0);height:var(--header-logo-height);padding:0 var(--space-05);width:10.3125rem}:is(.header .header__logo-container):focus{outline:2px solid var(--header-nav-c-h);outline-offset:2px}:is(.header .header__logo-container) svg.nuxt-icon{height:auto;width:10.3125rem}.header .header__navigation{flex:1}@media screen and (max-width:1023px){.header .header__navigation{display:flex;justify-content:flex-end}}:is(.header .header__navigation) .header__navigation-button{background:var(--header-bg);border:none}@media screen and (min-width:64rem){:is(.header .header__navigation) .header__navigation-button{display:none;visibility:hidden}}@media screen and (max-width:1023px){:is(.header .header__navigation) .header__navigation-wrapper{background-color:var(--header-bg);left:0;opacity:0;padding:var(--header-space-top) 0;pointer-events:none;position:absolute;top:100%;transform:translateY(-200%);transition:all .25s linear;width:100%}}@media screen and (min-width:64rem){:is(.header .header__navigation) .header__navigation-wrapper{display:flex;justify-content:space-between}}:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list{align-items:center;display:flex;gap:var(--header-nav-gap);list-style:none;margin:0;padding:0}.language-navigation:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list){--header-nav-gap:var(--space-2)}@media screen and (max-width:1023px){:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list):not(.language-navigation){--header-nav-gap:0;flex-direction:column}.language-navigation:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list){border-top:1px solid var(--border-gray);justify-content:center;padding-top:var(--space-2)}}@media screen and (max-width:1023px){:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item{border-top:1px solid var(--border-gray);width:100%}}:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link{color:var(--header-nav-c);display:flex;font-family:var(--font-family-title);font-size:var(--header-nav-font-size);line-height:var(--header-nav-line-height);position:relative;text-decoration:none}:is(:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link):after{background-color:var(--black);content:"";height:100%;left:calc(100% + var(--space-1));position:absolute;top:0;width:2px}:is(:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link):hover{text-decoration:underline}:is(:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link):hover .navigation__link-image{border-color:var(--header-nav-c-h)}:is(:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link):focus{outline:2px solid var(--header-nav-c-h);outline-offset:2px}.router-link-active:is(:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item)>.navigation__link){font-weight:700}@media screen and (min-width:1024px){:is(:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item):last-child>.navigation__link:after{display:none}}@media screen and (max-width:1023px){.language-navigation:is(:is(:is(.header .header__navigation) .header__navigation-wrapper) .navigation__list) .navigation__list-item{border-top:none;width:auto}}@media screen and (max-width:1023px){.expanded:is(.header .header__navigation) .header__navigation-wrapper{opacity:1;pointer-events:auto;transform:translateY(0)}}:root{--footer-bg:var(--white);--footer-space-left:var(--space-3);--footer-space-top:var(--space-8);--footer-nav-gap:var(--space-4);--footer-nav-color:var(--white);--footer-nav-font-size:var(--font-size-bigger);--footer-nav-line-height:var(--line-height-bigger)}footer.footer{background-color:var(--footer-bg);width:100%}footer.footer .footer__wrapper{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-around;margin:0 auto;max-width:var(--width--large);padding:var(--footer-space-top) var(--footer-space-left);width:100%}@media screen and (min-width:64rem){footer.footer .footer__wrapper{gap:var(--space-10)}}footer.footer .footer__intro-container{display:flex;flex-direction:column;gap:var(--space-2);width:100%}@media screen and (min-width:64rem){footer.footer .footer__intro-container{max-width:calc(40% - var(--space-5));width:auto}}:is(footer.footer .footer__intro-container) .nuxt-icon{height:auto;width:13.3125rem}@media screen and (min-width:64rem){:is(footer.footer .footer__intro-container) .nuxt-icon{width:18.125rem}}footer.footer .footer__navigation-container{width:100%}@media screen and (min-width:64rem){footer.footer .footer__navigation-container{max-width:30%;width:auto}}:is(footer.footer .footer__navigation-container) .footer__navigation{display:flex;flex-direction:column;gap:var(--space-1-05);list-style:none;margin:0;padding:0}:is(:is(:is(footer.footer .footer__navigation-container) .footer__navigation) .footer__navigation-item) .footer__navigation-text{font-weight:bolder;margin-bottom:var(--space-05)}:is(:is(:is(footer.footer .footer__navigation-container) .footer__navigation) .footer__navigation-item) .footer__navigation-link{text-decoration:none}:is(:is(:is(:is(footer.footer .footer__navigation-container) .footer__navigation) .footer__navigation-item) .footer__navigation-link):focus,:is(:is(:is(:is(footer.footer .footer__navigation-container) .footer__navigation) .footer__navigation-item) .footer__navigation-link):hover{text-decoration:underline}footer.footer .footer__contact-wrapper{width:100%}@media screen and (min-width:64rem){footer.footer .footer__contact-wrapper{max-width:calc(30% - var(--space-5));width:auto}}:is(:is(footer.footer .footer__contact-wrapper) .text__content) a{color:var(--primary-dark)}:is(:is(:is(footer.footer .footer__contact-wrapper) .text__content) a):hover{color:var(--primary)}:is(:is(footer.footer .footer__contact-wrapper) .text__content)>p:first-child{margin-top:0}footer.footer .footer__copyright-wrapper{width:100%}@media screen and (min-width:64rem){footer.footer .footer__copyright-wrapper{text-align:center}}:is(footer.footer .footer__copyright-wrapper) .text__content{color:var(--white)}:is(:is(footer.footer .footer__copyright-wrapper) .text__content) a{color:var(--white)}
