.nav{display:flex;flex-direction:row;flex:1 1;padding-top:20px;padding-left:30px;padding-right:30px;background-color:#faf9fe;align-items:center}@media(max-width:576px)and (min-width:320px){.nav{justify-content:space-around;padding:20px 0}}@media(max-width:768px)and (min-width:576px){.nav{justify-content:space-around;padding:20px 0 10px}}@media(max-width:992px)and (min-width:768px){.nav{justify-content:space-around;padding:20px 0 10px}}.nav-logo{flex:2 1}@media(max-width:576px)and (min-width:320px){.nav-logo{width:50%;flex:unset}}@media(max-width:768px)and (min-width:576px){.nav-logo{flex:unset}}@media(max-width:992px)and (min-width:768px){.nav-logo{flex:unset}}@media(max-width:1120px)and (min-width:992px){.nav-logo{flex:unset}}@media(max-width:576px)and (min-width:320px){.nav-logo img{width:100%}}.nav-wrapper{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch;flex:1 1}.nav-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;flex:5 1}@media(max-width:576px)and (min-width:320px){.nav-buttons{display:none}}@media(max-width:768px)and (min-width:576px){.nav-buttons{display:none}}@media(max-width:992px)and (min-width:768px){.nav-buttons{display:none}}.nav-buttons--btn{margin:0 15px;font-family:Ubuntu,sans-serif;font-size:18px;font-weight:400;color:#7a7a7a}.nav-buttons--btn:hover{color:#9555f3}.nav-buttons-m{position:absolute;z-index:10;width:100%;top:100%;background-color:#fff;text-align:center}.nav-buttons-m--btn{padding:10px}.nav-toggle-m{display:none;border-radius:5px;padding:5px 5px 0;background-color:#9555f3}.nav-toggle-m img{width:30px;height:30px}@media(max-width:576px)and (min-width:320px){.nav-toggle-m{display:block}}@media(max-width:768px)and (min-width:576px){.nav-toggle-m{display:block}}@media(max-width:992px)and (min-width:768px){.nav-toggle-m{display:block}}.nav-lang{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;color:#7a7a7a;flex:2 1}@media(max-width:576px)and (min-width:320px){.nav-lang{flex:unset}}@media(max-width:768px)and (min-width:576px){.nav-lang{flex:unset}}@media(max-width:992px)and (min-width:768px){.nav-lang{flex:unset}}@media(max-width:1120px)and (min-width:992px){.nav-lang{flex:unset}}.nav-lang--selected{position:relative;padding-bottom:10px;padding-top:10px;cursor:pointer}.nav-lang--dropdown{position:absolute;z-index:10;top:100%;display:flex;flex-direction:column;justify-content:flex-end;min-width:100%;max-height:0;overflow:hidden;transition:max-height .3s}.nav-lang--dropdown.hovered{max-height:100px}.nav-lang--dropdown a{margin-bottom:15px;cursor:pointer;text-align:center}*{box-sizing:border-box;font-family:Roboto,sans-serif;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;--scroll-behavior:smooth!important;scroll-behavior:smooth!important}a{color:inherit;text-decoration:none}.error-wrapper{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:1120px;margin:60px auto;gap:20px}@media(max-width:576px)and (min-width:320px){.error-wrapper{width:360px;flex-direction:column}}@media(max-width:768px)and (min-width:576px){.error-wrapper{width:576px;flex-direction:column}}@media(max-width:992px)and (min-width:768px){.error-wrapper{width:768px}}@media(max-width:1120px)and (min-width:992px){.error-wrapper{width:992px}}.error-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.error-content h1{color:#7d41d4;font-size:180px}@media(max-width:768px)and (min-width:576px){.error-content h1{font-size:130px}}@media(max-width:992px)and (min-width:768px){.error-content h1{font-size:150px}}.error-content h3{color:#7d41d4;font-size:23px;font-weight:300;margin-bottom:30px}.error-content a{padding:10px 20px;background-color:#7d41d4;border-radius:3px;color:#fff}.error-banner img{width:100%}