@font-face{font-family:BR;src:url(/assets/br-CU3vB3BF.TTF)}@font-face{font-family:TB;src:url(/assets/tb-BziRmwb8.ttf)}@font-face{font-family:TN;src:url(/assets/tn-light-DO1ypU2-.ttf)}:root{--primary-color: #121212;--secondary-color: #f5f5f5;--background-color: rgb(255 255 255 / 1);--black: #111217;--brownl: #70392f;--brownd: #612e25;--yellow: lightgray;--orange: gray;--red: #990000;--animationtime: 1.5s;--primary-glow: conic-gradient( from 180deg at 50% 50%, #ff166433 0deg, #ff08ff33 55deg, #ff545433 120deg, #ff000033 160deg, transparent 360deg );--secondary-glow: radial-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) );--hue: 345deg;--sat: 100%;--blur: 0px;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%;--header-height: 60px;--footer-height: 170px}@media (prefers-color-scheme: dark){:root{--primary-color: #f5f5f5;--background-color: #121212;--yellow: #ffdc01;--orange: #fdac01;--primary-glow: radial-gradient(rgba(255, 1, 1, .4), rgba(255, 1, 1, 0));--secondary-glow: linear-gradient( to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(255, 1, 1, .3) );--hue: 345deg;--sat: 100%;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%}}[data-theme=light]{--primary-color: #121212;--background-color: #f5f5f5;--black: #111217;--brownl: #70392f;--brownd: #612e25;--yellow: lightgray;--orange: gray;--red: #990000;--animationtime: 1.5s}[data-theme=dark]{--primary-color: #f5f5f5;--background-color: #121212;--yellow: #ffdc01;--orange: #fdac01;--primary-glow: radial-gradient(rgba(255, 1, 1, .4), rgba(255, 1, 1, 0));--secondary-glow: linear-gradient( to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(255, 1, 1, .3) );--hue: 345deg;--sat: 100%;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%}body{margin:0;font-family:TB,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background-color);color:var(--primary-color);scroll-behavior:smooth}main{min-height:calc(100vh - var(--header-height) - var(--footer-height))}code,.code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:red}::-webkit-scrollbar-track-piece:end{background:transparent;margin-bottom:10vh}::-webkit-scrollbar-track-piece:start{background:transparent;margin-top:10vh}h1{font-size:5em;font-weight:700;margin:0}h2{font-size:4em;margin:0;font-weight:100}ul{list-style:none;padding:0;margin:0;font-size:1.5em}ul li{margin:0;padding:0;font-family:TN}@media (max-width: 768px){h1{font-size:3em}h2{font-size:2em}ul{font-size:1em}}.App{min-height:100vh;min-height:100svh}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.careers{max-width:1200px;margin:0 auto;padding:100px 20px 40px}.careers .careers-title{font-size:2.5rem;color:var(--primary-color, #ffffff);text-align:center;margin-bottom:10px}.careers .careers-subtitle{font-family:Roboto,sans-serif;font-size:1.75rem;color:#bbb;text-align:center;margin-bottom:30px}.careers .open-positions{display:grid;gap:20px}.careers .position-card{background:#1e1e1e;border-radius:12px;box-shadow:0 4px 6px #0003;overflow:hidden;transition:transform .3s ease}.careers .position-card:hover{transform:translateY(-5px)}.careers .position-card .summary{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background:#2a2a2a;transition:background .3s ease}.careers .position-card .summary:hover{background:#333}.careers .position-card .summary .summary-content h4{font-family:Roboto,sans-serif;font-size:1.25rem;color:#fff;margin:0 0 5px}.careers .position-card .summary .summary-content p{font-family:Roboto,sans-serif;font-size:1rem;color:#aaa;margin:0}.careers .position-card .summary .toggle-icon .material-icons{font-size:24px;color:#fff;transition:color .3s ease}.careers .position-card .details{padding:20px;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.careers .position-card .details.open{max-height:500px;opacity:1}.careers .position-card .details h5{font-family:Roboto,sans-serif;font-size:1.1rem;color:#fff;margin:15px 0 10px}.careers .position-card .details ul{list-style:disc;padding-left:20px;margin:0 0 15px}.careers .position-card .details ul li{font-family:Roboto,sans-serif;font-size:1rem;color:#ccc;margin-bottom:5px}.careers .position-card .details p{font-family:Roboto,sans-serif;font-size:1rem;color:#ccc;margin:0 0 15px}.careers .position-card .details .apply-button{display:inline-block;padding:10px 20px;background:var(--red);color:#fff;font-family:Roboto,sans-serif;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.careers .position-card .details .apply-button:hover{background:#e63939}@media (max-width: 768px){.careers .careers-title{font-size:2rem}.careers .careers-subtitle{font-size:1.5rem}.careers .position-card .summary,.careers .position-card .details{padding:15px}}.header{height:var(--header-height);display:flex;position:absolute;justify-content:space-between;align-items:center;border-bottom:1px solid var(--red);border-radius:2em;top:0;padding:0 6em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--background-color);z-index:20;width:auto;min-width:600px;max-width:1200px;box-sizing:border-box}.header a{font-size:1.5em;margin:5px;padding:5px;text-decoration:none;color:var(--primary-color);font-family:TN}.header a h1{flex:.5;margin:0;padding:0 10px;font-family:BR;font-weight:100;text-transform:lowercase;font-size:1.5em}@media only screen and (max-width: 600px){.header{padding:0 2em;margin:0;min-width:300px}.menu{display:none}}.footer{background-color:var(--backgrounf-color);color:var(--primary-color, #ffffff);padding:40px 20px 20px;width:100%;font-family:source-code-pro}.footer .footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto 30px}.footer .footer-content .footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-content .footer-section.contact-us,.footer .footer-content .footer-section.quick-links{min-width:200px}.footer .footer-content .footer-section.social-connect{align-items:center}.footer .footer-content .footer-section .footer-title{font-family:TB;font-weight:200;font-size:1.75rem;color:car(--red);margin-bottom:15px}.footer .footer-content .footer-section a{color:var(--primary-color, #cccccc);text-decoration:none;margin:8px 0;font-size:1rem;font-family:TB;transition:color .3s ease}.footer .footer-content .footer-section a:hover{color:var(--red)}.footer .footer-content .footer-section p{font-family:TN;font-weight:200;font-size:1rem;color:var(--primary-color, #cccccc);margin:8px 0}.footer .footer-content .footer-section .social-links{display:flex;gap:15px}.footer .footer-content .footer-section .social-links .social-icon{display:flex;align-items:center;justify-content:center}.footer .footer-content .footer-section .social-links .social-icon .material-icons{font-size:2rem;color:var(--foreground-color, #ffffff);transition:color .3s ease,transform .3s ease}.footer .footer-content .footer-section .social-links .social-icon .material-icons:hover{color:var(--red);transform:scale(1.1)}.footer .footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #333333;margin-top:20px}.footer .footer-bottom p{font-family:source-code-pro;font-size:.875rem;color:var(--foreground-color, #aaaaaa);margin:0}@media only screen and (max-width: 768px){.footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer .footer-content .footer-section{align-items:center}.footer .footer-content .footer-section.social-connect{margin-top:10px}}@media only screen and (max-width: 600px){.footer{padding:30px 15px}.footer .footer-title{font-size:1.5rem}.footer .social-links .material-icons{font-size:1.75rem}}.fire{cursor:pointer;position:relative;height:150px;width:150px}.fire p{position:absolute;font-family:Lobster;font-size:medium;z-index:1000000;right:30%;opacity:.5;top:15%}.fire .flames{position:absolute;bottom:40%;left:50%;width:60%;height:60%;transform:translate(-50%) rotate(45deg)}.fire .flames .flame{position:absolute;right:0%;bottom:0%;width:0%;height:0%;background-color:var(--yellow);border-radius:1vh}.fire .flames .flame:nth-child(odd){animation:flameodd var(--animationtime) ease-in infinite}.fire .flames .flame:nth-child(2n){animation:flameeven var(--animationtime) ease-in infinite}.fire .flames .flame:nth-child(1){animation-delay:0s}.fire .flames .flame:nth-child(2){animation-delay:calc(var(--animationtime) / 4)}.fire .flames .flame:nth-child(3){animation-delay:calc(var(--animationtime) / 4 * 2)}.fire .flames .flame:nth-child(4){animation-delay:calc(var(--animationtime) / 4 * 3)}.fire .logs{position:absolute;bottom:25%;left:50%;transform:translate(-50%);width:100%;height:15%}.fire .logs:before,.fire .logs:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%) rotate(20deg);height:100%;width:100%;border-radius:1vh;background-color:var(--brownl)}.fire .logs:before{transform:translate(-50%,-50%) rotate(-20deg);background-color:var(--brownd)}@keyframes flameodd{0%,to{width:0%;height:0%}25%{width:100%;height:100%}0%{background-color:var(--yellow);z-index:1000000}40%{background-color:var(--orange);z-index:1000000}to{background-color:var(--red);z-index:-10}0%{right:0%;bottom:0%}25%{right:1%;bottom:2%}to{right:150%;bottom:170%}}@keyframes flameeven{0%,to{width:0%;height:0%}25%{width:100%;height:100%}0%{background-color:var(--yellow);z-index:1000000}40%{background-color:var(--orange);z-index:1000000}to{background-color:var(--red);z-index:-10}0%{right:0%;bottom:0%}25%{right:2%;bottom:1%}to{right:170%;bottom:150%}}.content{position:relative;display:flex;flex-direction:row;justify-content:center}.content .content1{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.content .content1 .fire{position:fixed;right:0;bottom:0;overflow-x:visible;z-index:1}.content .content1 .part{max-width:1200px;position:relative;display:flex;flex-direction:column;justify-content:space-evenly;min-height:100vh;min-height:100svh;align-items:center;width:100%}.content .content1 .part ul{z-index:10;width:fit-content}.content .content1 .part ul span{font-size:1.5em;margin:0 10px}.content .content1 .part a{color:var(--primary-color)}.content .content1 .part iframe{width:90vw;height:500px;border:none;border-radius:20px;overflow:hidden}.content .content1 .part .det:before{background:var(--secondary-glow);border-radius:50%;width:480px;height:1000px;margin-left:-200px;z-index:-1}.content .content1 .part .det:after{background:var(--primary-glow);width:240px;height:180px;z-index:-1}.content .content1 .part .det:before,.content .content1 .part .det:after{content:"";top:20%;left:50%;position:absolute;filter:blur(45px);transform:translateZ(0)}.content .content1 .part,.content .content1 span{font-family:TB}.content .subtitle{font-size:1.5em;margin-bottom:10px;font-family:TN}#home{display:flex;flex-direction:column;justify-content:center;max-width:1200px}#home .title{font-weight:500;font-size:6em;z-index:10}#home .det{padding:2em}#two .sub-part{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#two .sub-part span{font-family:TN}#two .inspire{display:flex;flex-direction:row;overflow:hidden;justify-content:space-evenly;width:100vw}#two .inspire svg{height:300px;width:auto;display:flex;flex-direction:row;align-items:center;opacity:.8}#services .sub-part{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#services .sub-part span{font-family:TN}#services .sub-part:before{background:var(--secondary-glow);border-radius:50%;width:480px;height:1000px;margin-left:-200px}#services .sub-part:after{background:var(--primary-glow);width:240px;height:180px;z-index:-1}#services .sub-part:before,#services .sub-part:after{content:"";top:0;left:50%;position:absolute;filter:blur(45px);transform:translateZ(0)}#five iframe{width:70vw;min-width:800px;height:70vh}#contact{background:linear-gradient(180deg,#00000080,#00000080),url(/assets/bg-Dpek6VIP.webp);background-size:cover;background-repeat:repeat;background-attachment:fixed;width:100%}#contact .contact-content{display:flex;flex-direction:row;max-width:1200px}#contact .contact-content .c-c-right{flex:.6}#contact .contact-content .c-c-left{flex:.4}#contact a,#contact input::placeholder{color:var(--secondary-color)}#contact input{border-bottom:1px solid var(--secondary-color);color:var(--secondary-color)}@media only screen and (max-width: 800px){.part{margin:0 5px}.det{padding:1em}.sub-part ul{font-size:1em}#home .title{font-size:3.5em}#home .det{padding-top:.5em}#two{justify-content:center}#two .inspire{flex-direction:column;justify-content:center;align-items:center}#two .inspire svg{height:200px;width:auto}#five iframe{width:90vw;min-width:300px;height:70vh}#contact .contact-content{flex-direction:column}.content .subtitle{font-size:1.2em}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}form{min-width:250px;display:flex;flex-direction:column;width:50vw;padding:0 10px;margin:10px;border-left:2px solid var(--red)}form input{padding:15px 10px;margin:5px 0;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;border:none;background-color:var(--backgorund-color);color:var(--primary-color);border-bottom:1px solid var(--secondary-color)}form input:focus{outline:none}form button{padding:10px;margin:5px 0;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-weight:700;transition:.3s;border:none;cursor:pointer;border-radius:2em}form button:hover{background-color:var(--red);color:#fff}form textarea{padding:15px 10px;margin:5px 0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:transparent;border:none;background-color:var(--backgorund-color);color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);border-radius:2em;overflow:hidden}form textarea::placeholder{color:var(--secondary-color)}form textarea:focus{outline:none}@media only screen and (max-width: 768px){form{width:90%;border-left:none;border-top:2px solid var(--red);padding-top:20px}}#samples{max-width:100vw;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;overflow:hidden;max-width:90vw}#samples h3{position:absolute;top:20px}#samples #carousel{display:flex;flex-direction:row;scroll-behavior:smooth;position:relative;height:70%;width:100%}#samples #carousel .sub{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;min-width:800px;margin:0 10px}#samples #carousel .sub .portfolio-image-container{width:100%;height:auto}#samples #carousel .sub .portfolio-image-container img{width:100%;height:auto;object-fit:cover}#samples #carousel .sub iframe{width:100%;height:100%}@media (max-width: 800px){#samples #carousel .sub{min-width:400px}}#app .custom{--hue: 30deg;--sat: 50%;--hue2: 5deg;--sat2: 80%}@media screen and (min-width: 660px){.rs-btn-comp{font-size:1.25em}}.rs-btn-comp{font-size:1em;color:var(--text);font-weight:500;letter-spacing:-.025em;background-color:var(--clr);background-image:linear-gradient(180deg,var(--clr2) var(--gradgap),transparent calc(100% - var(--gradgap)));background-repeat:no-repeat;background-position:center var(--gradoffset);background-size:100% 200%;padding:.8em 1.5em;border-radius:2em;border:none;box-shadow:0 -.5em .5em transparent,0 .5em .5em transparent,0 .25em .3em -.2em hsla(var(--hue),var(--sat),50%,.46),0 .25em .75em hsla(var(--hue),calc(var(--sat) - 10%),40%,.3);position:relative;transition:all .5s ease;outline:none}.rs-btn-comp:before,.rs-btn-comp:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;border-radius:5em}.rs-btn-comp:before{background-image:radial-gradient(ellipse,hsla(var(--hue),100%,90%,.8) 20%,transparent 50%,transparent 200%),linear-gradient(90deg,hsl(0,0%,25%) -10%,transparent 30%,transparent 70%,hsl(0,0%,25%) 110%);box-shadow:inset 0 .25em .75em #000c,inset 0 -.05em .2em #fff6,inset 0 -1px 3px hsla(var(--hue),80%,50%,.75);background-blend-mode:overlay;background-repeat:no-repeat;background-size:200% 80%,cover;background-position:center 220%;mix-blend-mode:overlay;filter:blur(calc(var(--blur) * .5))}.rs-btn-comp:after{background:linear-gradient(180deg,hsla(var(--hue2),100%,90%,.9),hsla(var(--hue2),calc(var(--sat2) * .7),50%,.75) 40%,transparent 80%);top:.075em;left:.75em;right:.75em;bottom:1.4em;filter:blur(var(--blur));mix-blend-mode:screen}.rs-btn-comp:hover,.rs-btn-comp:active,.rs-btn-comp:focus{outline:none;box-shadow:0 -.2em 1em hsla(var(--hue2),70%,80%,.3),0 .5em 1.5em hsla(var(--hue),70%,80%,.5),0 .25em .3em -.2em hsl(var(--hue),90%,70%),0 .25em .5em hsla(var(--hue),20%,30%,.2),inset 0 -2px 2px #fff3;background-position:center calc(var(--gradoffset) - .75em);cursor:pointer}.static .rs-btn-comp{position:relative}.static .rs-btn-comp .spinner{position:absolute;left:50%;top:50%;transform:translateY(.75em) translate(-50%);opacity:0;margin:0;font-size:2em;mix-blend-mode:overlay}.static .rs-btn-comp span,.static .rs-btn-comp svg,.static .rs-btn-comp .spinner{transition:all .33s ease}.static .rs-btn-comp:active span,.static .rs-btn-comp:active svg:not(.spinner),.static .rs-btn-comp:focus span,.static .rs-btn-comp:focus svg:not(.spinner){transform:translateY(-1em);opacity:0;filter:blur(5px)}.static .rs-btn-comp:active .spinner,.static .rs-btn-comp:focus .spinner{transform:translateY(-.5em) translate(-50%);opacity:1}.rs-btn-comp{font-family:TN;display:flex}.rs-btn-comp svg{height:1em;width:auto;margin-left:.33em}.rs-btn-comp svg,.rs-btn-comp span{display:inline-flex;align-content:center;align-self:center;filter:drop-shadow(0 1px 0 hsla(var(--hue),90%,88%,1))}.spinner path{transform-origin:center;animation:spin .75s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.web{max-width:1200px;text-align:center;padding-top:2em}.web section{display:flex}.web section .left{flex:.4;height:auto;display:flex;flex-direction:column}.web section .left h1{font-size:6em;margin:20px 0;display:flex;flex:.2}.web section .left .svg-container{flex:.6;display:flex;justify-content:center;align-items:center}.web section .left .svg-container svg{opacity:.8;width:80%;height:auto;padding:0;margin:0}.web section .right{width:100%;flex:.6;text-align:right;display:flex;flex-direction:column;padding-left:2em}.web section .right h2{font-size:3em;margin:20px 0}.web h1{font-size:6em;margin:20px 0}.web h3{font-size:3em;margin:20px 0}.web p{font-size:1.5em;margin-bottom:20px}.web .pricing{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px}.web .pricing p{font-size:1em;margin-bottom:20px}.web .pricing .plans{display:flex;flex-wrap:wrap;justify-content:space-between}.web .pricing .plans .plan{background-color:var(--primary-color);color:var(--background-color);border-radius:10px;box-shadow:0 0 10px #0000001a;margin:20px;padding:20px;text-align:center;width:300px}.web .pricing .plans .plan h3{font-size:2em;margin-bottom:10px}.web .pricing .plans .plan p{font-size:1.2em;margin-bottom:30px;border:1px solid var(--background-color);border-radius:5px;padding:10px}.web .pricing .plans .plan ul{list-style:none;padding:0;margin:0}.web .pricing .plans .plan ul li{font-size:1.2em;margin-bottom:10px}@media screen and (max-width: 800px){.web section{flex-direction:column;justify-content:center;align-items:center}.web section .left h1{font-size:3em}.web section .left .svg-container svg{width:70%;height:auto}.web section .right{padding:0;text-align:center}.web section .right h2{font-size:2em}.web .pricing .plans .plan{width:90%}}.app-page{max-width:1200px;text-align:center;padding-top:2em}.app-page section{display:flex}.app-page section .left{flex:.4;height:auto;display:flex;flex-direction:column}.app-page section .left h1{font-size:6em;margin:20px 0;display:flex;flex:.2}.app-page section .left .svg-container{flex:.6;display:flex;justify-content:center;align-items:center}.app-page section .left .svg-container svg{opacity:.8;width:80%;height:auto;padding:0;margin:0}.app-page section .right{width:100%;flex:.6;text-align:right;display:flex;flex-direction:column;padding-left:2em}.app-page section .right h2{font-size:3em;margin:20px 0}.app-page section .right p{padding-top:0;margin-top:0}.app-page h1{font-size:6em;margin:20px 0}.app-page h3{font-size:3em;margin:20px 0}.app-page p{font-size:1.5em;margin-bottom:20px}.app-page .pricing{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px}.app-page .pricing p{font-size:1em;margin-bottom:20px}.app-page .pricing .plans{display:flex;flex-wrap:wrap;justify-content:space-between}.app-page .pricing .plans .plan{background-color:var(--primary-color);color:var(--background-color);border-radius:10px;box-shadow:0 0 10px #0000001a;margin:20px;padding:20px;text-align:center;width:300px}.app-page .pricing .plans .plan h3{font-size:2em;margin-bottom:10px}.app-page .pricing .plans .plan p{font-size:1.2em;margin-bottom:30px;border:1px solid var(--background-color);border-radius:5px;padding:10px}.app-page .pricing .plans .plan ul{list-style:none;padding:0;margin:0}.app-page .pricing .plans .plan ul li{font-size:1.2em;margin-bottom:10px}@media screen and (max-width: 800px){.app-page section{flex-direction:column;justify-content:center;align-items:center}.app-page section .left h1{font-size:3em}.app-page section .left .svg-container svg{width:70%;height:auto}.app-page section .right{padding:0;text-align:center}.app-page section .right h2{font-size:2em}.app-page .pricing .plans .plan{width:90%}}
