@font-face{font-family:CabinetGrotesk;src:url(/fonts/CabinetGrotesk-Variable.woff2) format("woff2"),url(/fonts/CabinetGrotesk-Variable.woff) format("woff"),url(/fonts/CabinetGrotesk-Variable.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:CabinetGrotesk,system-ui,sans-serif;background-color:#fff;color:#001452;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}:root{--navy: #001452;--green: #c8f1c8}.page{min-height:100vh;display:flex;flex-direction:column;background-color:#fffaf5;color:var(--navy)}:root{--nav-height: 100px}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);padding:0 32px;display:flex;justify-content:center;align-items:center;background-color:#fffaf5;z-index:100}.nav-inner{max-width:1280px;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-right{display:flex;justify-content:flex-end;align-items:center}.lang-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;padding:0;cursor:pointer;color:var(--navy);font-family:inherit;font-size:18px;font-weight:500;transition:color .2s ease}.lang-toggle:hover{color:var(--green)}.nav-left{display:flex;align-items:center}.nav-contact{background:none;border:none;padding:0;cursor:pointer;color:var(--navy);font-family:inherit;font-size:18px;font-weight:500;transition:color .2s ease}.nav-contact:hover{color:var(--green)}.logotype{height:32px;display:flex;align-items:center}.logotype svg{height:32px;width:auto;fill:var(--navy);display:block}.logotype-symbol{display:none}.logotype-symbol svg{height:32px;width:auto}.container{flex:1;display:flex;flex-direction:column;max-width:1280px;width:100%;margin:0 auto;padding:var(--nav-height) 32px 40px;animation:fadeIn .9s ease both}.middle{min-height:calc(100svh - var(--nav-height));display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:28px;padding-bottom:64px}.hero-mouse-area{flex:1;width:100%;position:relative}.hero-mouse-icon{position:absolute;top:50%;left:50%;animation:mouseCrawl 18s linear infinite}.hero-mouse-icon svg{width:auto;height:72px;fill:var(--navy);display:block;transition:fill .3s ease}.hero-mouse-area:hover .hero-mouse-icon svg{fill:#e8572a;transition:fill .2s ease}.click-cross{position:absolute;top:-10px;left:-10px;width:20px;height:20px;z-index:2;pointer-events:none;animation:crossPop .4s ease-out forwards}.click-cross svg{width:100%;height:100%;display:block}@keyframes crossPop{0%{transform:scale(0);opacity:0}15%{transform:scale(1.1);opacity:1}60%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}@keyframes mouseCrawl{0%{transform:translate(-50%,-50%);animation-timing-function:cubic-bezier(.4,0,.2,1)}10%{transform:translate(calc(-50% + 90px),calc(-50% - 45px));animation-timing-function:linear}27%{transform:translate(calc(-50% + 90px),calc(-50% - 45px));animation-timing-function:cubic-bezier(.4,0,.2,1)}40%{transform:translate(calc(-50% - 60px),calc(-50% - 80px));animation-timing-function:linear}57%{transform:translate(calc(-50% - 60px),calc(-50% - 80px));animation-timing-function:cubic-bezier(.4,0,.2,1)}70%{transform:translate(calc(-50% + 30px),calc(-50% + 70px));animation-timing-function:linear}87%{transform:translate(calc(-50% + 30px),calc(-50% + 70px));animation-timing-function:cubic-bezier(.4,0,.2,1)}to{transform:translate(-50%,-50%)}}.bottom{display:flex;flex-direction:column;gap:40px}.divider-dots{width:100%;height:4px;background-image:radial-gradient(circle,#ffa683 1.5px,transparent 1.5px);background-size:10px 4px;background-repeat:repeat-x;background-position:0 center}.slogan{font-size:clamp(20px,3.6vw,28px);font-weight:400;line-height:1.25;letter-spacing:-.01em;max-width:720px}.message{font-size:18px;font-weight:400;line-height:1.6;color:var(--navy);letter-spacing:.01em}.cursor-block{display:inline-block;width:2px;height:1em;background-color:var(--navy);margin-left:2px;vertical-align:text-bottom;animation:cursorBlink 1s step-end infinite}.btn-contact{display:inline-block;margin-top:4px;font-size:16px;font-weight:500;color:var(--navy);text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.btn-contact:hover{color:var(--green)}.footer-top{display:grid;grid-template-columns:1fr 2fr 1fr;gap:32px;align-items:start}.footer-bottom{grid-column:3;grid-row:1;display:flex;flex-direction:column;gap:4px}.footer-location{display:flex;flex-direction:column;gap:4px}.footer-country{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:500;letter-spacing:.01em}.country-arrow{animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.footer-time,.footer-date,.footer-year{font-size:16px;font-weight:300;font-variant-numeric:tabular-nums}.footer-details{display:flex;flex-direction:column;gap:28px}.footer-address{font-size:18px;font-weight:400;font-style:normal;line-height:1.6}.contact{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.contact-item{font-size:18px;font-weight:500;letter-spacing:.03em;color:var(--navy);text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.contact-item:hover{color:var(--green)}.footer-group{font-size:11px;font-weight:400;letter-spacing:.02em;color:var(--navy);margin-bottom:8px}.footer-group-link{color:var(--navy);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.footer-group-link:hover{color:var(--green)}.billing{font-size:11px;font-weight:400;font-style:normal;letter-spacing:.02em;color:var(--navy)}.copyright{font-size:11px;font-weight:400;letter-spacing:.03em;color:var(--navy)}.footer-symbol{margin-top:12px}.footer-symbol svg{height:30px;width:auto;fill:var(--navy);display:block;shape-rendering:crispEdges}.lang-en,html[lang=en] .lang-cs{display:none}html[lang=en] .lang-en{display:revert}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.nav{padding:0 24px}.container{padding:var(--nav-height) 24px 40px}.middle{gap:20px;padding-bottom:40px}.slogan{font-size:20px}.message{font-size:14px}.logotype-full{display:none}.logotype-symbol{display:flex}.footer-top{grid-template-columns:auto 1fr;gap:40px}.footer-bottom{grid-column:2;grid-row:2}.billing-dot{display:none}.billing-dic{display:block}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background-color:#001452;color:#fffaf5;border-radius:3px;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:inherit}.cookie-text{font-size:14px;font-weight:400;line-height:1.5;margin:0;display:flex;flex-direction:column;gap:6px}.cookie-text p{margin:0}.cookie-link{display:inline-block;font-size:14px;font-weight:500;color:#fffaf5;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.cookie-link:hover{opacity:.6}.cookie-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.cookie-btn{font-family:inherit;font-size:14px;font-weight:500;padding:9px 20px;border-radius:0;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.cookie-btn:hover{opacity:.8}.cookie-btn--accept{background-color:#fffaf5;color:#001452;border:1px solid #fffaf5}.cookie-btn--reject{background-color:transparent;color:#fffaf5;border:1px solid #fffaf5}@media (max-width: 600px){.cookie-banner{flex-direction:column;align-items:flex-start;padding:20px;gap:16px;left:6px;right:6px;bottom:6px;border-radius:3px}}
