@font-face{font-family:Orbitron;src:url(/assets/fonts/Orbitron/static/Orbitron-Regular.ttf) format("ttf");font-weight:400;font-style:normal}@font-face{font-family:"Chakra Petch";src:url(/assets/fonts/Chakra_Petch/ChakraPetch-Regular.ttf) format("ttf");font-weight:400;font-style:normal}html{scroll-behavior:smooth}@media (prefers-color-scheme:dark){body.light-mode .theme-switcher .theme-toggler{-webkit-box-shadow:2px 2px 5px var(--text-color);box-shadow:2px 2px 5px var(--text-color)}}@media (prefers-color-scheme:light){body:not(.light-mode) .theme-switcher .theme-toggler{-webkit-box-shadow:2px 2px 5px var(--text-color);box-shadow:2px 2px 5px var(--text-color)}}body{position:relative;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji"}body .orbitron-font{font-family:Orbitron,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,monospace}body .chakra-font{font-family:"Chakra Petch",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,monospace}body .white-font{--bg-color:#000;--text-color:#FFF;--shadow-color:rgba(255, 255, 255, 0.05);background-color:#000;color:#fff}body h1{font-family:Orbitron,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,monospace;margin-top:0}body h2,body h3,body h4,body p{font-family:"Chakra Petch",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,monospace;margin-top:0}body a,body button,body input{font-family:"Chakra Petch",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,monospace;display:inline-block;-ms-touch-action:manipulation;touch-action:manipulation;background-color:transparent;text-decoration:none;cursor:pointer}body a:hover,body button:hover,body input:hover{opacity:.6;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}body a:focus-visible,body button:focus-visible,body input:focus-visible{outline-width:3px;outline-offset:2px}body a.text-underline,body button.text-underline,body input.text-underline{text-decoration:underline}body a.text-bold,body button.text-bold,body input.text-bold{font-weight:700}body,body a,body button,body input{--bg-color:#1E1E1E;--text-color:#D4D4D4;--shadow-color:rgba(255, 255, 255, 0.05);background-color:#1e1e1e;color:#d4d4d4}body button{font-size:.8rem;border:1px solid var(--text-color);border-radius:5px;padding:5px 10px}body img{display:block;max-width:100%;height:auto}body .black-white-wrapper,body .black-white-wrapper a,body .black-white-wrapper button,body .black-white-wrapper input{--bg-color:#000;--text-color:#FFF;--shadow-color:rgba(255, 255, 255, 0.05);background-color:#000;color:#fff}body.light-mode,body.light-mode a,body.light-mode button,body.light-mode input{--bg-color:#FAFAFA;--text-color:#333333;--shadow-color:rgba(0, 0, 0, 0.05);background-color:#fafafa;color:#333}body.light-mode .black-white-wrapper,body.light-mode .black-white-wrapper a,body.light-mode .black-white-wrapper button,body.light-mode .black-white-wrapper input{--bg-color:#FFF;--text-color:#000;--shadow-color:rgba(0, 0, 0, 0.05);background-color:#fff;color:#000}body.transitioning-mode,body.transitioning-mode *{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-wrap{white-space:nowrap}.font-normal{font-weight:400}.container{max-width:1200px;margin:0 auto}@media (max-width:1200px){.container{padding:0 15px}}header .header-sticky{position:fixed;top:0;width:100%;z-index:1;-webkit-box-shadow:0 2px 8px var(--text-color);box-shadow:0 2px 8px var(--text-color)}header .header-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .header-wrapper .menu-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.logo-container{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo-container .logo{font-size:20px;font-weight:700}.menu-toggle{display:none}.nav-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;list-style-type:none}nav a{position:relative;font-weight:700}nav a::after{content:"";position:absolute;width:0%;height:2px;bottom:-2px;left:0;background-color:var(--text-color);-webkit-transition:width .3s ease;transition:width .3s ease}nav a:hover::after{width:100%}.theme-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.theme-switcher .theme-toggler{position:relative;padding:4px 5px 2px;min-width:58px;border:1px solid var(--text-color);border-radius:15px}.theme-switcher .theme-toggler span{font-size:20px;line-height:20px;opacity:1;-webkit-transition:opacity ease-in .3s;transition:opacity ease-in .3s}.theme-switcher .theme-toggler .marker{position:absolute;top:3px;left:6px;width:20px;height:20px;border-radius:22px;color:transparent;background-color:var(--text-color);-webkit-transition:all ease-in .3s;transition:all ease-in .3s}.theme-switcher .theme-toggler.light-mode .marker{left:calc(100% - 26px)}.theme-switcher .theme-toggler.light-mode>.light-mode{opacity:0}.theme-switcher .theme-toggler:not(.light-mode)>.dark-mode{opacity:0}section{text-align:center;-webkit-box-shadow:0 6px 8px var(--shadow-color);box-shadow:0 6px 8px var(--shadow-color);padding:80px 20px 40px}@media (min-width:768px){section{padding:90px 20px 50px}}@media (min-width:1200px){section{padding:100px 20px 70px}}#o-nas h1,#o-nas h2,#o-nas h3,#o-nas h4,#o-nas ol,#o-nas p,#o-nas ul{max-width:830px;margin:0 auto 30px;line-height:1.5rem}#klauzula-rodo,#polityka-cookies,#polityka-prywatnosci{text-align:left}#klauzula-rodo div,#polityka-cookies div,#polityka-prywatnosci div{margin:0 auto;max-width:770px}#klauzula-rodo h1,#klauzula-rodo h2,#klauzula-rodo h3,#klauzula-rodo h4,#klauzula-rodo ol,#klauzula-rodo p,#klauzula-rodo ul,#polityka-cookies h1,#polityka-cookies h2,#polityka-cookies h3,#polityka-cookies h4,#polityka-cookies ol,#polityka-cookies p,#polityka-cookies ul,#polityka-prywatnosci h1,#polityka-prywatnosci h2,#polityka-prywatnosci h3,#polityka-prywatnosci h4,#polityka-prywatnosci ol,#polityka-prywatnosci p,#polityka-prywatnosci ul{margin:0 auto 30px;line-height:1.5rem}#banner{padding:65px 0 0;background:url(https://img.freepik.com/premium-photo/close-up-hands-typing-keyboard-with-code-computer-screen_1187703-176393.jpg) center/cover no-repeat;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.4);box-shadow:inset 0 0 100px rgba(0,0,0,.4);min-height:60vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#banner h1{font-weight:700}#uslugi .circle-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.circle{width:200px;height:200px;border-radius:50%;color:var(--bg-color);background-color:var(--text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;padding:1rem}.circle-round .card-back{background-color:var(--text-color);padding:5px;border-radius:5px}#uslugi .offer-grid-wrapper{max-width:820px;margin:45px auto 0}.offer-grid{padding-bottom:20px}@media (min-width:768px){.offer-grid{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media (max-width:767px){.offer-grid.mobile-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.offer-grid>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-grid ul{padding-left:unset;list-style-type:none}.offer-grid ul li{margin-bottom:5px}.offer-grid h4{margin-bottom:0;padding-top:20px}.offer-grid .card-back{max-width:340px}.highlighted{display:inline-block;margin-top:5px;padding:2px 5px;border-radius:3px;background-color:var(--text-color);color:var(--bg-color)}#mapa>div{margin:0 auto 20px;max-width:900px}#mapa iframe{width:100%;height:400px;border:none}#footer{font-size:.9rem;padding:60px 20px 30px;text-align:center}#footer .footer-flex>div{margin-bottom:20px}#footer .footer-links div{padding:5px 0 15px}#footer .footer-credentials{padding:30px 0 15px;opacity:.6}@media (max-width:768px){.menu-toggle{display:block}.nav-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0 20px;background-color:var(--bg-color);-webkit-box-shadow:-2px 2px 4px var(--text-color);box-shadow:-2px 2px 4px var(--text-color);overflow:hidden;position:absolute;top:69px;right:calc(-100% - 10px);-webkit-transition:right .3s ease;transition:right .3s ease}.nav-wrapper.show{right:0}.nav-wrapper nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:0;padding-left:0}.nav-wrapper nav li{padding:10px 0;text-align:center}}.hamburger{position:relative;width:30px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:0 0;border:none;cursor:pointer;padding:0}.hamburger span{display:block;height:4px;width:100%;background-color:var(--text-color);border-radius:2px;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,opacity .4s ease;transition:transform .4s ease,opacity .4s ease,-webkit-transform .4s ease}.hamburger.active span:nth-child(1){-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg)}.cta-contact{background-color:#f1dd0a!important;padding:10px 20px;margin-bottom:15px;border-radius:30px;border:2px solid var(--text-color);color:#000;font-weight:500}#copy-to-clipboard-button{display:inline-block;margin:0 auto;padding-right:25px;padding-bottom:12px;position:relative;cursor:pointer}#copy-to-clipboard-button:hover{opacity:.5}#copy-to-clipboard-button::before{content:"";display:inline-block;width:12px;height:12px;background-color:#c7c7c7;border-radius:2px;position:absolute;top:4px;right:4px}#copy-to-clipboard-button::after{content:"";display:inline-block;width:12px;height:12px;background-color:#5f5f5f;border-radius:2px;position:absolute;top:8px;right:0}#copy-to-clipboard-button{-webkit-transition:top right ease-in .9s;transition:top right ease-in .9s}#copy-to-clipboard-button.clicked::before{top:3px;right:5px}#copy-to-clipboard-button.clicked::after{top:9px;right:-1px}dialog{--bg-color:#FFF;--text-color:#000;--shadow-color:rgba(0, 0, 0, 0.05);background-color:#fff;color:#000}dialog::-webkit-scrollbar{width:10px;background-color:#787878}dialog::-webkit-scrollbar-thumb{border-radius:10px;background-color:#2e2e2e}dialog{width:100%;max-width:90vw}@media (min-width:768px){dialog{max-width:740px}}dialog{padding:0;border:none;border-radius:10px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.3);box-shadow:0 10px 30px rgba(0,0,0,.3)}dialog .dialog-wrapper{position:relative;padding:0 15px 10px;background-color:inherit}dialog .dialog-wrapper .sticky-header{position:sticky;top:0;margin:0 0 5px;padding:15px 0 10px;background-color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}dialog .dialog-wrapper .sticky-header h2{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:15px;margin:0 20px 0 0;border-bottom:1px solid rgba(0,0,0,.2)}dialog .dialog-wrapper .sticky-header .document-version{padding:12px 20px;opacity:.6}dialog .dialog-wrapper .sticky-header button{max-height:44px}dialog a{background-color:inherit;color:inherit;font-weight:700;text-decoration:underline}dialog label{cursor:pointer;font-style:italic}dialog label+p{margin:5px 0 15px}dialog::-ms-backdrop{background:rgba(0,0,0,.3)}dialog::backdrop{background:rgba(0,0,0,.3)}dialog .cookie-options input{vertical-align:top}dialog .cookie-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){dialog .cookie-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}dialog .cookie-actions{gap:12px;margin-top:25px}dialog .cookie-actions button:hover{opacity:unset;outline:2px solid var(--text-color);outline-offset:-4px}dialog .cookie-actions button{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px 0;cursor:pointer}dialog .cookie-options,dialog button#accept-selected{display:none}dialog.cookie-settings-mode .cookie-info,dialog.cookie-settings-mode button#cookie-settings{display:none}dialog.cookie-settings-mode .cookie-options,dialog.cookie-settings-mode button#accept-selected{display:block}
/*# sourceMappingURL=style.css.map */
