header{border-top:4px solid var(--color-webrazzi-yellow);background-color:rgba(4,0,20,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-top:-1.5rem;margin-left:-1.5rem;width:calc(100% + 3rem);height:5.375rem;z-index:2;position:-webkit-sticky;position:sticky;top:0;transition:background-color .24s;z-index:3}header.dark{background-color:rgba(25,25,26,.64)}header .grid{display:flex;align-items:center;gap:6rem}header.dark .headerLeft,header.dark .headerRight{width:auto}.grid{width:73.125rem;margin-inline:auto}.headerLeft,.headerRight{width:12rem}.headerLeft{display:flex;justify-content:flex-end}a.logo{height:5.125rem;cursor:pointer;display:flex;align-items:center}a.logo img{width:8.625rem;height:auto}.headerCenter{flex:1 1}.headerCenter,nav{display:flex;justify-content:center}nav{gap:2rem}nav a,nav b{color:hsla(0,0%,100%,.82);cursor:pointer;padding-block:.6875rem;font-size:.9375rem;font-weight:500;transition:color .12s}nav a:hover,nav b:hover{color:var(--color-white)}nav a.selected,nav b.selected{color:var(--color-webrazzi-yellow)}.headerBackground{background-image:url(/img/bg.webp);background-size:cover;background-position:50%;margin-top:-5.375rem;margin-left:-1.5rem;width:calc(100% + 3rem);height:48rem;z-index:1;position:relative}.headerBackground.isPage{height:5.375rem}.headerBlur{position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,.72)}.headerBackgroundNoise{position:absolute;inset:0;background-image:url(/img/noise.png);background-repeat:repeat;background-position:50%;z-index:2}.headerContent{position:absolute;top:5.375rem;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.headerContent h1{text-align:center;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.72));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:3.125rem}.headerContent p{width:39rem;text-align:center;font-weight:400}.headerContent a,.headerContent p{margin-top:1.125rem;color:hsla(0,0%,100%,.82);font-size:1.125rem;line-height:1.625rem}.headerContent a{display:none;font-weight:500;cursor:pointer;transition:color .12s}.headerContent a:hover{color:var(--color-white)}.playVideo{background-color:var(--color-webrazzi-yellow);width:4rem;height:4rem;border-radius:56.25rem;display:flex;align-items:center;justify-content:center;margin-top:4.5rem;cursor:pointer;box-shadow:0 0 24px 8px rgba(0,0,0,.14);transition:background-color .12s,opacity .12s}.playVideo:hover{background-color:var(--color-button-primary-hover)}.playVideo:active{background-color:var(--color-button-primary-active)}.playVideo svg{font-size:2rem;color:var(--color-webrazzi-yellow-dark)}.playVideo.disabled{opacity:.64;pointer-events:none}.playVideo .animatedAlert{position:absolute;z-index:-1}.playVideo .animatedAlert:after,.playVideo .animatedAlert:before{width:16rem;height:16rem;animation:animatedAlertPulseVideo 2.88s infinite}.playVideo .animatedAlert:after{animation-delay:.32s}.playVideo .animatedAlert.animatedAlert_primary,.playVideo .animatedAlert.animatedAlert_primary:after,.playVideo .animatedAlert.animatedAlert_primary:before{background-color:rgba(var(--color-webrazzi-yellow-rgba),.48)}@keyframes animatedAlertPulseVideo{0%{transform:scale(0);opacity:1}50%{transform:scale(1);opacity:0}to{transform:scale(1);opacity:0}}.applicationForm{height:calc(100svh - 9.375rem)}.applicationForm,.fragman{margin-top:-1.5rem;margin-left:-1.5rem;width:calc(100% + 3rem);display:block;margin-bottom:-1.5rem;border-radius:0 0 .75rem .75rem}.fragman{height:27rem;background-color:#000}.mobileHiddenTooltip{display:none}@media only screen and (max-width:1242px){header .grid{margin-inline:1.5rem;gap:0}.headerLeft,.headerRight{width:auto}}@media only screen and (max-width:952px){.headerCenter nav b{display:none}}@media only screen and (max-width:760px){.headerContent h1{font-size:2.5rem}}@media only screen and (max-width:680px){.headerBackground{height:32rem}.headerContent p{width:auto;margin-inline:1.5rem}.headerContent a,.headerContent p{font-size:1rem;line-height:1.5rem}}@media only screen and (max-width:590px){.headerCenter nav{display:none}.headerContent h1{font-size:1.75rem}.headerContent a{display:block}}@media only screen and (max-width:430px){.headerContent h1{font-size:1.5rem}}footer{margin-top:4.5rem;background-color:#eaecef;padding:1.5rem;margin-left:-1.5rem;margin-bottom:-1.5rem;width:calc(100% + 3rem);border-top:.0625rem solid var(--color-white-background-border);box-shadow:0 -2px 4px rgba(0,0,0,.02)}footer .grid{display:flex;align-items:center;justify-content:space-between}.footerLeft{font-size:.875rem;font-weight:500}.footerLeft,.footerLeft a{color:var(--color-text-secondary)}.footerLeft a{transition:color .12s}.footerLeft a:hover{color:var(--color-text-primary)}.footerRight{display:flex;gap:.75rem}.footerRight a svg{color:var(--color-text-secondary);font-size:1.5rem;transition:color .12s}.footerRight a:hover svg{color:var(--color-text-primary)}@media only screen and (max-width:1242px){footer{margin-top:3rem}}@media only screen and (max-width:520px){footer .grid{flex-direction:column;gap:.75rem}.page.minHeight{min-height:calc(100svh - 17.75rem)!important}}