@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");.secondaryButton{position:relative;cursor:pointer;border:none;width:200px;height:50px;background:#111;color:#fff;transition:.3s ease-in-out}.secondaryButton:hover{background-color:rgba(6,159,206,.369);transition:.3s ease-in-out}.secondaryButton .text{font-size:20px;position:relative;z-index:1}.secondaryButton:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(circle at 50% 50%,transparent 0,transparent 20%,hsla(0,0%,7%,.667) 50%),radial-gradient(ellipse 100% 100%,#fff,hsla(0,0%,100%,0));background-size:3px 3px,auto auto;transition:.3s}.secondaryButton:hover:before{opacity:.3;background-color:#069fce}.secondaryButton .a{pointer-events:none;position:absolute;--w:2px;--t:-40px;--s:calc(var(--t) * -1);--e:calc(100% + var(--t));--g:#fff0,#fff3 var(--s),#fffa var(--s),#fff,#fffa var(--e),#fff3 var(--e),#fff0}.secondaryButton .a:before{filter:blur(4px) url(#unopaq)}.secondaryButton .a:after,.secondaryButton .a:before{content:"";position:absolute;inset:0;background:inherit;z-index:-2}.secondaryButton .a:after{filter:blur(10px) url(#unopaq);opacity:0;transition:.3s}.secondaryButton:hover .a:after{opacity:1;background-color:#069fce}.secondaryButton .l,.secondaryButton .r{background:linear-gradient(var(--g));top:var(--t);bottom:var(--t);width:var(--w)}.secondaryButton .l{left:-2px}.secondaryButton .r{right:-2px}.secondaryButton .b,.secondaryButton .t{background:linear-gradient(90deg,var(--g));left:var(--t);right:var(--t);height:var(--w)}.secondaryButton .t{top:-2px}.secondaryButton .b{bottom:-2px}.backdrop{position:absolute;inset:-9900%;background:radial-gradient(circle at 50% 50%,transparent 0,transparent 20%,hsla(0,0%,7%,.667) 90%);background-size:3px 3px;z-index:-1}*{margin:0;padding:0;font-family:Comfortaa,serif!important;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}* ::-webkit-scrollbar{width:3px}* ::-webkit-scrollbar-track{background-color:#02181f!important}* ::-webkit-scrollbar-thumb{background-color:#069fce!important;border-radius:5px}* ::-webkit-scrollbar-button{display:none!important}::selection{background-color:transparent;color:#069fce}.sticky{position:-webkit-sticky;position:sticky;top:0}.main-container{scroll-snap-type:y mandatory;overflow-y:scroll;z-index:20;position:relative}section{scroll-snap-align:start;min-height:100vh}.cursor{z-index:10000}body{width:100vw;overflow-x:hidden;background-color:#fff}html{scroll-behavior:smooth}[data-scroll-container]{will-change:transform}ul{list-style:none}a{text-decoration:none}img{width:100%}.card-padding{padding:30px}.card-radius{border-radius:20px}.card-des{font-size:18px;color:#fff;line-height:1.3}.container{margin:0 50px}.section-padding{padding:70px 0}.section-title{font-size:42px;color:#fff;margin-bottom:30px}@media screen and (max-width:992px){.section-padding{padding:30px 0}.container{margin:0 10px}.section-title{font-size:34px;color:#fff;margin-bottom:20px}}.card-outer{width:400px;height:500px;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.2);background:#0f172a;cursor:pointer;display:flex;flex-direction:column}.card-outer .top-content{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#3b82f6,#0f172a);color:#fff;padding:5px 15px;font-size:12px;font-weight:700;border-radius:30px;z-index:10}.card-outer .card-inner{flex:1 1;position:relative;display:flex;flex-direction:column}.card-outer .card-inner .image-wrapper{flex:1 1}.card-outer .card-inner .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out}.card-outer .card-inner .bottom-content{position:relative;background:linear-gradient(180deg,transparent,rgba(0,0,0,.8) 80%);padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.card-outer .card-inner .bottom-content h3{font-size:20px;font-weight:700;margin:0 0 10px}.card-outer .card-inner .bottom-content .desc{font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;position:relative}.card-outer .card-inner .bottom-content .icon{position:absolute;top:-20px;right:5px;font-size:30px;margin-top:10px;transition:.3s ease-in-out}.card-outer:hover .image-wrapper img{filter:brightness(1.1)}.card-outer:hover .icon{transform:scale(1.1) rotate(5deg);color:#60a5fa}@media (max-width:768px){.card-outer{width:100%;height:100%}.card-outer .bottom-content{padding:15px}.card-outer .bottom-content h3{font-size:16px}.card-outer .bottom-content .desc{font-size:13px}.card-outer .bottom-content .icon{font-size:24px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:left;max-width:80%;width:90%;position:relative;color:#2e2e2e}@media screen and (max-width:768px){.modal-content{height:60vh;overflow:scroll}}.modal-content h2{font-size:26px}.modal-content h5{font-size:24px;margin:10px 0}.modal-content p{font-size:16px;margin:10px 0}.close-button{top:10px;right:10px;margin-top:10px;background-color:#ed403a;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.close-button:hover{background-color:#b13935}.loadingContainer{position:fixed;top:0;left:0;right:0;bottom:0;background:#069fce;display:flex;justify-content:center;align-items:center;z-index:10000}.spinner{border:4px solid #fff;border-top-color:#152435;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#069fce;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;font-size:clamp(1rem,2vw,1.5rem);z-index:10000;overflow:hidden;padding:1rem}.loading-screen .loading-texts h1{font-size:clamp(2.5rem,8vw,4.3rem);font-weight:600;text-align:left;transform-origin:center;opacity:0;margin:0;line-height:1.2;max-width:100%;white-space:nowrap;transform:scale(.8);filter:blur(10px)}.loading-screen .loading-texts p{letter-spacing:clamp(3px,1vw,5px);text-align:left;transform-origin:center;opacity:0;margin:.5em 0 0;font-size:clamp(1rem,3vw,1.5rem);max-width:90%;white-space:nowrap;transform:translateY(20px);filter:blur(10px)}@media screen and (max-width:400px){.loading-screen .loading-texts h1{font-size:56px;text-align:left}.loading-screen .loading-texts p{font-size:clamp(.875rem,2vw,1rem);margin-top:.25em;text-align:left}}@media screen and (orientation:landscape) and (max-height:600px){.loading-screen .loading-texts{flex-direction:row;gap:1rem}.loading-screen .loading-texts h1{margin:0;font-size:clamp(4rem,6vw,4rem)}.loading-screen .loading-texts p{margin:0;font-size:clamp(1rem,2vw,1.25rem)}}@media screen and (min-width:2000px){.loading-screen .loading-texts h1{font-size:clamp(4rem,5vw,6rem)}.loading-screen .loading-texts p{font-size:clamp(1.5rem,2vw,2rem)}}.breadcrumb{width:100%;position:relative;background-color:#fff}.breadcrumb .aboutpage-intro{height:100vh;min-height:-webkit-fill-available;background-color:#152435;z-index:0}.breadcrumb .aboutpage-intro img{width:100%;height:100%;object-fit:cover}.breadcrumb .aboutpage-intro .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.71);display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem;font-weight:600;cursor:pointer}.breadcrumb .aboutpage-intro .aboutpage-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;margin:0}.breadcrumb .aboutpage-intro .aboutpage-content h1{font-size:4rem;font-weight:500;margin:10px 0}.breadcrumb .aboutpage-intro .aboutpage-content p{color:#fff;font-size:16px;line-height:1.8;margin:10px 0;font-weight:300}.breadcrumb .aboutpage-intro .aboutpage-button{position:absolute;bottom:10%;color:#fff;left:50%;font-size:18px;text-align:center;transform:translate(-50%)}@media screen and (max-width:768px){.breadcrumb #aboutpage-intro{overflow-x:hidden}.breadcrumb #aboutpage-intro .aboutpage-content{width:100%;padding:0}.breadcrumb #aboutpage-intro .aboutpage-content h1{font-size:2.5rem}.breadcrumb #aboutpage-intro .aboutpage-content p{font-size:14px;padding:10px}}@media screen and (min-width:769px) and (max-width:1200px){.breadcrumb #aboutpage-intro{overflow-x:hidden}.breadcrumb #aboutpage-intro .aboutpage-content{width:100%;padding:0}.breadcrumb #aboutpage-intro .aboutpage-content h1{font-size:7rem}.breadcrumb #aboutpage-intro .aboutpage-content p{font-size:1.8rem;padding:10px}.breadcrumb #aboutpage-intro .aboutpage-button{font-size:2rem}}.header{background-color:transparent;position:fixed;top:0;left:0;width:100%;color:#fff;z-index:9995;transition:all .3s ease}.header.sticky-header{top:0;left:0;background:rgba(21,36,53,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:0 0 20px 20px}.header .container nav{display:flex;justify-content:space-between;align-items:center;padding:5px 0}.header .container nav .logo{width:200px}.header .container nav .logo img{object-fit:contain}.header .container nav .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9996;opacity:0;pointer-events:none;transition:opacity .6s ease-in-out}.header .container nav .overlay.visible{opacity:1;pointer-events:auto}.header .container nav .nav-links{position:fixed;top:0;left:0;height:100vh;min-height:-webkit-fill-available;min-height:100vh;width:100%;z-index:9997;transform:translateY(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1);background:#069fce;visibility:visible}.header .container nav .nav-links.visible{transform:translateY(0)}.header .container nav .nav-links.visible ul li{transform:translateY(0);opacity:1}.header .container nav .nav-links ul{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:start;gap:1.5rem;position:relative;padding-left:4rem}.header .container nav .nav-links ul li{transform:translateY(-20px);opacity:0;transition:transform .5s ease,opacity .5s ease;z-index:9}.header .container nav .nav-links ul li:first-child{transition-delay:.2s}.header .container nav .nav-links ul li:nth-child(2){transition-delay:.3s}.header .container nav .nav-links ul li:nth-child(3){transition-delay:.4s}.header .container nav .nav-links ul li:nth-child(4){transition-delay:.5s}.header .container nav .nav-links ul li:nth-child(5){transition-delay:.6s}.header .container nav .nav-links ul li:nth-child(6){transition-delay:.7s}.header .container nav .nav-links ul li:nth-child(7){transition-delay:.8s}.header .container nav .nav-links ul li a{font-size:3.5rem;font-weight:700;color:#fff;text-decoration:none;display:block;transition:opacity .3s ease}.header .container nav .nav-links ul li a:not(.active){opacity:.5}.header .container nav .nav-links ul li a:hover{opacity:.9}.header .container nav .nav-links ul .close-menu{position:absolute;top:2rem;right:3rem;cursor:pointer}.header .container nav .nav-links ul .close-menu span{color:#fff;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:500}.header .container nav .nav-links ul .header-img{position:absolute;width:400px;left:50%;bottom:2rem;transform:translateX(-50%);opacity:.1}.header .container nav .nav-links ul .header-info{position:absolute;right:3rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.5rem;text-align:right}.header .container nav .nav-links ul .header-info .info-item{color:#152435;text-decoration:none;font-size:1.25rem;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;opacity:.5;transition:opacity .3s ease}.header .container nav .nav-links ul .header-info .info-item:hover{opacity:.9}.header .container nav .nav-links ul .header-info span a{font-size:32px;color:#152435;opacity:.5;transition:ms 300 ease-in-out}.header .container nav .nav-links ul .header-info span a:hover{opacity:.9}.header .container nav .toggle-icon{cursor:pointer}.header .container nav .toggle-icon span{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;color:#fff;font-weight:500}@media screen and (max-width:768px){.header .container{margin:0 1rem}.header .container nav .logo{width:150px}.header .container nav .nav-links ul{padding-left:2rem}.header .container nav .nav-links ul li a{font-size:3rem}.header .container nav .nav-links ul .header-info{display:none}.header .container nav .toggle-icon span{font-size:1.25rem}.header .container .header-info{display:none}}.footer-section{background-color:#152435;padding:80px 0;margin:10px;color:#fff;border-radius:20px;overflow:hidden}.footer-section .footer-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px;margin-bottom:80px}@media (max-width:1024px){.footer-section .footer-row{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.footer-section .footer-row{grid-template-columns:1fr}}.footer-section .footer-item .footer-logo{width:200px}.footer-section .footer-item h3{color:#fff;margin-bottom:24px;font-size:24px}.footer-section .footer-item nav{display:flex;flex-direction:column;gap:16px}.footer-section .footer-item nav a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section .footer-item nav a:hover{color:#069fce}.footer-section .footer-item p{margin:24px 0;color:#fff}.footer-section .footer-item .subscribe-form{display:flex;background:#fff;border-radius:30px;padding:4px;margin-bottom:24px}.footer-section .footer-item .subscribe-form input{flex:1 1;border:none;background:none;padding:12px 20px;outline:none;color:#2c353a}.footer-section .footer-item .subscribe-form input::placeholder{color:rgba(44,53,58,.5)}.footer-section .footer-item .subscribe-form button{background:#069fce;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;color:#fff;font-size:22px}.footer-section .footer-item .subscribe-form button:hover{background:#0cb2db}.footer-section .footer-item .social-links{display:flex;gap:16px}.footer-section .footer-item .social-links a{background:hsla(0,0%,100%,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;color:#fff}.footer-section .footer-item .social-links a:hover{background:#069fce}.footer-section .footer-item .email-link{color:#069fce;text-decoration:none;display:block;margin-bottom:20px}.footer-section .footer-item .email-link:hover{color:#0cb2db}.footer-section .footer-item .location h4{color:#fff;margin-bottom:8px;font-size:18px}.footer-section .footer-item .location p{margin:0;color:hsla(0,0%,100%,.8)}.footer-section .slide-left-right{position:relative;overflow:hidden;padding:20px 0;margin:60px 0;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-section .sliding-text{display:flex;white-space:nowrap;animation:slideLeftRight 20s linear infinite}.footer-section .sliding-text span{font-size:60px;font-weight:700;padding:0 20px;color:transparent;-webkit-text-stroke:1px hsla(0,0%,100%,.2);text-transform:uppercase}.footer-section .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px}@media (max-width:768px){.footer-section .footer-bottom{flex-direction:column;gap:20px;text-align:center}}.footer-section .footer-bottom .copyright{color:hsla(0,0%,100%,.6);margin:0}.footer-section .footer-bottom .footer-links{justify-content:space-between;align-items:center;display:flex;gap:24px}.footer-section .footer-bottom .footer-links button{background:none;border:none;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .3s ease;font-size:14px;cursor:pointer}.footer-section .footer-bottom .footer-links button:hover{color:#069fce}.footer-section .footer-bottom .footer-links a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .3s ease;font-size:14px}.footer-section .footer-bottom .footer-links a:hover{color:#069fce}@keyframes slideLeftRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (min-width:769px) and (max-width:1200px){.footer-section .footer-item .subscribe-form input{font-size:30px}.footer-section .footer-item .subscribe-form button{width:60px;height:60px;font-size:30px}.footer-section .footer-item img{width:30%!important}.footer-section .footer-item p{font-size:30px}.footer-section .footer-item h3{font-size:3.3rem}.footer-section .footer-item nav a{font-size:1.5rem}}#banner{position:relative;overflow:hidden;height:100vh;min-height:-webkit-fill-available;min-height:100vh;margin-bottom:0}#banner .video-background{object-fit:cover;z-index:-1}#banner .overlay,#banner .video-background{position:absolute;top:0;left:0;width:100%;height:100%}#banner .overlay{background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(118,111,245,.084) 50%,rgba(117,111,245,.2));z-index:1}#banner .banner-main{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:2rem;color:#fff;height:100%}#banner .banner-main .banner-top{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}#banner .banner-main .banner-top h1{font-size:5rem;font-weight:500;word-spacing:5px;letter-spacing:4px;text-shadow:0 0 10px rgba(0,123,255,.7);margin-bottom:5px}#banner .banner-main .banner-top p{font-size:16px;margin:10px 0 30px;line-height:1.5;color:hsla(0,0%,72%,.557)}#banner .banner-main .banner-bottom{width:200px;height:80px;position:absolute;bottom:10%;left:50%;transform:translate(-50%,-10%);display:flex;justify-content:center;align-items:center;transition:width .5s ease,height .5s ease}#banner .banner-main .banner-bottom .intro-vid{width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(118,111,245,.084) 50%,rgba(117,111,245,.2));border-radius:50%}#banner .banner-main .banner-bottom .intro-vid video{width:100%;height:100%;object-fit:cover;border-radius:50px}@media screen and (max-width:769px){#banner .banner-main .banner-top h1{font-size:40px;width:365px}#banner .banner-main .banner-top p{padding:0 21px;font-size:15px}}@media screen and (min-width:769px) and (max-width:1200px){#banner .banner-main .banner-top h1{font-size:5rem;width:665px}#banner .banner-main .banner-top p{padding:0 21px;font-size:1.3rem}}#services-section{position:relative;z-index:10;overflow:hidden}#services-section .service-main .card-main{display:grid;grid-template-columns:5fr 3fr;grid-gap:15px}#services-section .service-main .card-main .left-side{display:grid;grid-template-rows:1fr;height:100%}#services-section .service-main .card-main .left-side .top-card{background-color:#000;color:#fff;position:relative;overflow:hidden;padding-bottom:100px}#services-section .service-main .card-main .left-side .top-card .content{width:70%}#services-section .service-main .card-main .left-side .top-card .content .title{font-size:40px;margin-bottom:30px}#services-section .service-main .card-main .left-side .top-card .content .title span{color:#069fce}#services-section .service-main .card-main .left-side .top-card img{width:25%;position:absolute;right:30px;top:100px}#services-section .service-main .card-main .left-side .bottom{display:flex;gap:15px;margin-top:15px}#services-section .service-main .card-main .left-side .bottom .small-card{width:50%;background-color:#152435;position:relative}#services-section .service-main .card-main .left-side .bottom .small-card .title{font-size:30px;color:#fff;margin-bottom:50px}#services-section .service-main .card-main .left-side .bottom .small-card .icons{position:absolute;top:30px;right:30px;font-size:40px;color:#fff}#services-section .service-main .card-main .left-side .bottom .small-card .block-number{color:#069fce;font-size:70px}#services-section .service-main .card-main .left-side .bottom .small-card .block-number span{font-size:20px}#services-section .service-main .card-main .left-side .bottom .small-card .btn{margin-top:30px}#services-section .service-main .card-main .left-side .bottom .small-card .btn a{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#069fce,#05799c);padding:12px 35px;color:#fff;font-size:20px;font-weight:700;border-radius:30px;width:-moz-fit-content;width:fit-content;transition:all .4s ease-in-out;position:relative;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.15)}#services-section .service-main .card-main .left-side .bottom .small-card .btn a span{font-size:18px;transform:translateX(-10px);opacity:0;transition:transform .4s ease-in-out,opacity .4s ease-in-out}#services-section .service-main .card-main .left-side .bottom .small-card .btn a:hover{background:linear-gradient(135deg,#05799c,#0fc1f8);box-shadow:0 6px 15px rgba(0,0,0,.25);transform:scale(1.05)}#services-section .service-main .card-main .left-side .bottom .small-card .btn a:hover span{transform:translateX(0);opacity:1}#services-section .service-main .card-main .right-side{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:20px}#services-section .service-main .card-main .right-side .big-card{position:relative;background-color:#000;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .title{font-size:40px;color:#fff;text-align:center;margin-top:20px;z-index:99}#services-section .service-main .card-main .right-side .big-card .service-floating{position:relative;height:100%;width:100%;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .service-floating .item{color:#000;padding:10px 25px;font-size:16px;border-radius:20px;cursor:pointer;transition:transform .1s ease-out;position:absolute}@media screen and (max-width:769px){#services-section{height:-moz-fit-content;height:fit-content;position:relative;z-index:10;overflow:hidden}#services-section .service-main .card-main{display:flex;flex-direction:column;gap:15px}#services-section .service-main .card-main .left-side{gap:15px}#services-section .service-main .card-main .left-side .top-card{position:relative;overflow:hidden;padding-bottom:350px}#services-section .service-main .card-main .left-side .top-card .content{width:100%}#services-section .service-main .card-main .left-side .top-card .content .title{font-size:28px}#services-section .service-main .card-main .left-side .top-card img{width:90%;position:absolute;right:0;left:50%;top:50%;transform:translate(-50%)}#services-section .service-main .card-main .left-side .bottom{display:flex;gap:15px;flex-wrap:wrap}#services-section .service-main .card-main .left-side .bottom .small-card{width:100%;background-color:#152435;position:relative}#services-section .service-main .card-main .right-side{width:100%;position:relative;background-color:#000;border:1px solid #000}#services-section .service-main .card-main .right-side .big-card{position:relative;background-color:#000;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .title{font-size:40px;color:#fff;text-align:center;margin-top:20px;z-index:99}#services-section .service-main .card-main .right-side .big-card .service-floating{position:relative;height:100%;width:100%;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .service-floating .item{color:#000;padding:10px 25px;font-size:16px;border-radius:20px;cursor:pointer;transition:transform .1s ease-out;position:absolute}}.flappy-container{display:flex;flex-direction:column;align-items:center;background-color:#152435;width:100%;height:100%;border-radius:20px;color:#fff;position:relative;overflow:hidden}.absolute-game-card{position:absolute;top:5%;left:0;padding:15px 25px;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;justify-content:center;align-items:start;z-index:10;border-radius:0 15px 15px 0;box-shadow:0 4px 15px rgba(0,0,0,.3);border-left:4px solid #069fce;max-width:300px;transition:all .3s ease}@media (max-width:768px){.absolute-game-card{padding:10px 15px;max-width:220px}}@media (max-width:480px){.absolute-game-card{padding:8px 12px;max-width:180px}}.right-side-title{font-size:34px;font-weight:700;color:#069fce;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:5px}@media (max-width:768px){.right-side-title{font-size:28px}}@media (max-width:480px){.right-side-title{font-size:22px}}.score{font-size:24px;margin-bottom:5px;color:#fff;font-weight:600}@media (max-width:768px){.score{font-size:20px}}@media (max-width:480px){.score{font-size:18px}}.high-score{font-size:20px;margin-bottom:8px;color:#ffeb3b;font-weight:600}@media (max-width:768px){.high-score{font-size:18px}}@media (max-width:480px){.high-score{font-size:16px}}.services-collected{margin-top:5px;width:100%}.services-title{font-size:18px;color:#90caf9;font-weight:600;margin-bottom:3px}@media (max-width:768px){.services-title{font-size:16px}}@media (max-width:480px){.services-title{font-size:14px}}.services-list{font-size:16px;color:#2196f3;margin-bottom:5px;word-wrap:break-word;max-width:100%}@media (max-width:768px){.services-list{font-size:14px}}@media (max-width:480px){.services-list{font-size:12px}}.game-canvas{border:none;border-radius:20px;width:100%;height:100%;color:#fff;cursor:pointer;box-shadow:inset 0 0 30px rgba(0,0,0,.5)}@media screen and (min-width:769px) and (max-width:1200px){#services-section{position:relative;z-index:10;overflow:hidden}#services-section,#services-section .service-main{height:-moz-fit-content;height:fit-content}#services-section .service-main .card-main{display:flex;flex-direction:column;gap:15px}#services-section .service-main .card-main .left-side{gap:15px}#services-section .service-main .card-main .left-side .top-card{position:relative;overflow:hidden;padding-bottom:350px}#services-section .service-main .card-main .left-side .top-card .content{width:100%}#services-section .service-main .card-main .left-side .top-card .content .title{font-size:45px}#services-section .service-main .card-main .left-side .top-card .content .card-des{font-size:30px}#services-section .service-main .card-main .left-side .top-card img{width:68%;position:absolute;top:42%;transform:translate(-50%);left:50%}#services-section .service-main .card-main .left-side .bottom .small-card{width:100%;background-color:#152435;position:relative}#services-section .service-main .card-main .left-side .bottom .small-card .title{font-size:45px}#services-section .service-main .card-main .left-side .bottom .small-card .card-des{font-size:25px}#services-section .service-main .card-main .left-side .bottom .small-card .icons{font-size:80px;top:8px}#services-section .service-main .card-main .right-side{width:100%}#services-section .service-main .card-main .right-side .big-card{position:relative;background-color:#000;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .title{font-size:40px;color:#fff;text-align:center;margin-top:20px;z-index:99}#services-section .service-main .card-main .right-side .big-card .service-floating{position:relative;height:100%;width:100%;overflow:hidden}#services-section .service-main .card-main .right-side .big-card .service-floating .item{color:#000;padding:10px 25px;font-size:16px;border-radius:20px;cursor:pointer;transition:transform .1s ease-out;position:absolute}}#our-works{background-color:#152435;margin:0 5px}#our-works .our-work-main h1{text-align:center}#our-works .our-work-main .swiper .swiper-slide{display:flex;justify-content:center;align-items:center}#our-works .our-work-main .swiper .swiper-button-next,#our-works .our-work-main .swiper .swiper-button-prev,#our-works .our-work-main .swiper .swiper-pagination-bullet{display:none}#our-works .our-work-main .swiper .swiper-pagination-bullet-active{background-color:#069fce}.testimonial-section{padding:60px 0;background-color:#fff}.testimonial-section .section-title{text-align:center;color:#152435}.testimonial-section .container{display:flex;justify-content:center;align-items:center;position:relative}.testimonial-section .container .swiper{width:500px;height:400px}.testimonial-section .container .swiper .swiper-slide{display:flex;align-items:center;justify-content:center;border-radius:18px;font-size:22px;font-weight:700;color:#fff;background-color:#069fce;position:relative}.testimonial-section .container .swiper .swiper-slide .review-box{padding:30px}.testimonial-section .container .swiper .swiper-slide .review-box .quote{position:absolute;top:20px;right:20px;font-size:100px;opacity:.3}.testimonial-section .container .swiper .swiper-slide .review-box .content .rating{display:flex;gap:5px;color:gold}.testimonial-section .container .swiper .swiper-slide .review-box .content .card-des{margin:30px 0}.testimonial-section .container .swiper .swiper-slide .review-box .content .title{padding:10px 30px;font-size:18px;background-color:#3674b5;width:-moz-fit-content;width:fit-content;border-radius:20px;cursor:pointer}.testimonial-section .container .swiper .swiper-slide:nth-child(1n){background-color:#069fce}.testimonial-section .container .swiper .swiper-slide:nth-child(2n){background-color:#152435}.testimonial-section .container .swiper .swiper-slide:nth-child(3n){background-color:#0cb2db}.testimonial-section .container .swiper .swiper-slide:nth-child(4n){background-color:#2c353a}.testimonial-section .container .swiper .swiper-slide:nth-child(5n){background-color:#000}.testimonial-section .container .swiper .swiper-slide:nth-child(6n){background-color:#069fce}.testimonial-section .container .swiper .swiper-slide:nth-child(7n){background-color:#152435}.testimonial-section .container .swiper .swiper-slide:nth-child(8n){background-color:#0cb2db}.testimonial-section .container .swiper .swiper-slide:nth-child(9n){background-color:#2c353a}.testimonial-section .container .client-img img{position:absolute;width:50px;height:50px;border-radius:50%;border:2px solid #fff;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;background-color:#fff;object-fit:contain}.testimonial-section .container .client-img img:first-child{top:5%;left:10%;transform:rotate(-15deg)}.testimonial-section .container .client-img img:nth-child(2){top:9%;right:10%;transform:rotate(10deg)}.testimonial-section .container .client-img img:nth-child(3){bottom:7%;left:15%;transform:rotate(-5deg)}.testimonial-section .container .client-img img:nth-child(4){bottom:17%;right:10%;transform:rotate(15deg)}.testimonial-section .container .client-img img:nth-child(5){top:50%;right:20%;transform:rotate(-10deg)}.testimonial-section .container .client-img img:nth-child(6){bottom:19%;left:17%;transform:rotate(5deg)}.testimonial-section .container .client-img img:nth-child(7){top:0;left:30%;transform:rotate(5deg)}.testimonial-section .container .client-img img:hover{transform:scale(1.1) rotate(0deg);z-index:10}@media screen and (max-width:768px){.testimonial-section{margin:0 10px;overflow:hidden}.testimonial-section .section-title{font-size:45px}.testimonial-section .container .client-img{display:none}.testimonial-section .container .swiper{width:85%;height:330px}.testimonial-section .container .swiper .swiper-slide .review-box .quote{top:10px;right:20px;font-size:50px;opacity:.3}.testimonial-section .container .swiper .swiper-slide .review-box p{font-size:13px}.testimonial-section .container .swiper .swiper-slide .review-box .content .title{font-size:15px}}@media screen and (min-width:769px) and (max-width:1200px){.testimonial-section .container .swiper .swiper-slide .review-box p{font-size:20px!important}.testimonial-section .container .client-img img{width:70px;height:70px}}.faq-section{margin:0 10px;background-color:#069fce}.faq-section .top-row .section-title{text-align:center}.faq-section .top-row .right-text{width:30%;text-align:right}.faq-section .top-row .right-text p{margin-bottom:30px}.faq-section .top-row .right-text .ask{padding:10px 20px;font-size:18px;background-color:#069fce;border-radius:30px;color:#fff;text-decoration:none;display:inline-block;transition:background-color .3s}.faq-section .top-row .right-text .ask:hover{background-color:#05799c}.faq-section .faq-box .faq-item{background:#fff;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.faq-section .faq-box .faq-header{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;transition:background-color .3s}.faq-section .faq-box .faq-header:hover{background-color:rgba(0,0,0,.05)}.faq-section .faq-box .faq-header h3{margin:0;font-size:18px;color:#333}@media screen and (max-width:768px){.faq-section .faq-box .faq-header h3{font-size:14px!important}}.faq-section .faq-box .faq-header svg{color:#069fce}.faq-section .faq-box .faq-content{padding:20px 15px;color:#666}@media screen and (max-width:768px){.faq-section .faq-box .faq-content{font-size:14px!important}}@media screen and (min-width:769px) and (max-width:1200px){.faq-section .faq-box .faq-header h3{font-size:27px}.faq-section .faq-box .faq-content{font-size:26px}}.git-sec{height:100vh}.git-sec .git-section{height:84%}#git-sections{margin:10px;padding:0}#git-sections .git-section{height:92%!important;border-radius:20px}@media screen and (max-width:769px){.git-sec{height:50vh}.git-sec .git-section{height:74%}#git-sections .git-section .cta-content h2{font-size:31px!important}#git-sections .git-section .cta-content p{font-size:15px!important;margin-top:10px}}.banner-cta{padding:80px 0}@media screen and (max-width:768px){.banner-cta{padding:10px 0}}@media screen and (min-width:769px) and (max-width:1200px){#git-sections .git-section .cta-content h2{font-size:60px!important}#git-sections .git-section .cta-content p{font-size:25px!important;margin-top:10px}}.career-page{font-family:Comfortaa,sans-serif}.career-page h1{color:#f5f5f5;font-size:45px;margin-bottom:20px}.career-page .career-hero{height:80vh;position:relative;background-color:#152435;margin-bottom:20px;border-top-left-radius:0;border-top-right-radius:0}.career-page .career-hero img{height:100%;object-fit:cover}.career-page .career-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);filter:blur(10px);opacity:0;transition:.3s ease-in-out;z-index:100}.career-page .career-hero .careerhero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:101}.career-page .career-hero .careerhero-content p{font-size:16px;color:#fbfbfb;font-weight:200;margin-bottom:20px}.career-page .career-hero .careerhero-content a{background:#0cb2db;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;border:1px solid #fff}.career-page .career-hero .careerhero-content a:hover{background:#098bab;transition:.3s ease-in-out}.career-page .career-hero .job-list{position:absolute;bottom:0;right:0;width:20%;padding:20px;background:#fff}.career-page .career-hero .job-list:after{content:"";position:absolute;top:0;right:0;width:120px;height:100%;background:linear-gradient(90deg,transparent,#152435)}.career-page .career-hero .job-list h2{margin-bottom:10px}.career-page .career-hero .job-list ul{list-style-type:none;padding:0}.career-page .career-hero .job-list ul li{margin-bottom:10px;font-size:16px}.career-page .career-content{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-direction:column;padding:20px}.career-page .career-content .application-form{width:65%;background-color:#fff;padding:50px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.career-page .career-content .application-form h2{margin-bottom:10px}.career-page .career-content .application-form form p{margin-bottom:15px;font-size:24px;line-height:1.5;font-weight:300}.career-page .career-content .application-form form input[type=email],.career-page .career-content .application-form form input[type=tel],.career-page .career-content .application-form form input[type=text],.career-page .career-content .application-form form textarea{width:calc(32% - 20px);padding:10px;margin:5px 10px;border:none;border-bottom:1px solid #152435;outline:none;font-size:24px}.career-page .career-content .application-form form textarea{width:100%;height:100px;resize:none}.career-page .career-content .application-form form button{margin-top:10px;background-color:#069fce;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.career-page .career-content .application-form form button:hover{background-color:#0cb2db}.career-page .career-content .file-input{position:relative}.career-page .career-content .file-input .file-input-hidden{display:none}.career-page .career-content .file-input .drop-area{border:2px dashed #ccc;padding:20px;text-align:center;cursor:pointer;font-size:18px;color:#666;border-radius:8px}.career-page .career-content .file-input .drop-area:hover{background-color:#f9f9f9}.career-page .career-content .file-input .drop-area span{font-size:18px;color:#777}@media screen and (max-width:769px){.career-page .career-hero .careerhero-content{width:100%;text-align:center}.career-page .career-hero .careerhero-content h1{width:100%}.career-page .career-hero .careerhero-content p{font-size:15px;width:93%}.career-page .career-hero .careerhero-content a{margin-top:25px;font-size:15px}.career-page .career-hero .job-list{width:37%}.career-page .career-hero .job-list h2{font-size:15px;width:100%}.career-page .career-hero .job-list ul li{font-size:12px}.career-page .career-content .application-form{width:90%;padding:10px 20px}.career-page .career-content .application-form h2{font-size:18px;width:100%}.career-page .career-content .application-form form p{font-size:20px;width:100%}.career-page .career-content .application-form form input[type=email],.career-page .career-content .application-form form input[type=tel],.career-page .career-content .application-form form input[type=text]{font-size:20px;width:34%}.career-page .career-content .application-form form input[type=email]::placeholder,.career-page .career-content .application-form form input[type=tel]::placeholder,.career-page .career-content .application-form form input[type=text]::placeholder{font-size:16px}.career-page .career-content .application-form form textarea{width:86%;height:-moz-fit-content;height:fit-content}.career-page .career-content .application-form form textarea::placeholder{font-size:18px}.career-page .career-content .application-form form input[type=file]{width:55%;font-size:11px}.career-page .career-content .application-form form button{width:100%;margin-top:20px;padding:20px}}@media screen and (min-width:769px) and (max-width:1200px){.career-page .career-hero .careerhero-content{width:95%}.career-page .career-hero .careerhero-content p{font-size:1.4rem}.career-page .career-hero .careerhero-content a{font-size:1.4rem;margin-top:30px}.career-page .career-content .application-form h2{font-size:2.5rem}.career-page .career-content .application-form form p{font-size:2rem}.career-page .career-content .application-form form p input{font-size:2rem!important}.career-page .career-content .application-form form p input::placeholder{font-size:25px}.career-page .career-content .application-form form textarea{font-size:30px}.career-page .career-content .application-form form button{font-size:30px;margin-top:10px}.career-page h1{font-size:4rem}}.about-page #second-section{background-color:#fff;position:relative;z-index:100;padding:6% 0;border-top-left-radius:50px;border-top-right-radius:50px;overflow-x:hidden}.about-page #second-section .what-we-do{background-color:#cce6f5;min-height:80vh;padding:20px;border-radius:50px;display:flex;justify-content:space-between}.about-page #second-section .what-we-do .about-text{width:50%;padding:0 20px}.about-page #second-section .what-we-do .about-text h2{font-size:2rem;font-weight:500;margin:10px 0}.about-page #second-section .what-we-do .about-text p{font-size:16px;line-height:1.8;margin:10px 0;font-weight:300}.about-page #second-section .what-we-do .about-text .services-container{display:flex;gap:30px;margin-top:30px}.about-page #second-section .what-we-do .about-text .services-container .service-column{flex:1 1}.about-page #second-section .what-we-do .about-text .services-container .service-column h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#333}.about-page #second-section .what-we-do .about-text .services-container .service-column .service-list{list-style:none;padding:0}.about-page #second-section .what-we-do .about-text .services-container .service-column .service-list li{margin-bottom:15px}.about-page #second-section .what-we-do .about-text .services-container .service-column .service-list li h4{font-size:16px;font-weight:500;margin-bottom:5px;color:#444}.about-page #second-section .what-we-do .about-text .services-container .service-column .service-list li p{font-size:14px;line-height:1.6;color:#666;font-weight:300;margin:5px 0}.about-page #second-section .what-we-do .about-img{width:40%;border-radius:50px;display:flex;justify-content:center;align-items:center}.about-page #second-section .what-we-do .about-img img{width:100%;height:100%;border-radius:50px;object-fit:cover}@media (max-width:768px){.about-page #second-section .what-we-do{flex-direction:column;height:auto}.about-page #second-section .what-we-do .about-text{width:100%;margin-bottom:30px;padding:0}.about-page #second-section .what-we-do .about-text .services-container{flex-direction:column;gap:20px}.about-page #second-section .what-we-do .about-img{width:100%;height:300px}}.about-page #second-section .infinite-scroll-container{width:100vw;margin-top:20px;overflow:hidden;position:relative;overflow-x:hidden}.about-page #second-section .infinite-scroll-container .scroll-wrapper{position:relative;display:flex}.about-page #second-section .infinite-scroll-container .logo-container{display:flex;animation:scroll 20s linear infinite}.about-page #second-section .infinite-scroll-container .logo-container img{width:250px;height:100px;margin:0 10px;object-fit:contain}@media (max-width:768px){.about-page #second-section .infinite-scroll-container .logo-container img{width:100px}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.about-page #third-section{background-color:#fff;padding:40px 0;position:relative;z-index:100;overflow-x:hidden}.about-page #third-section .how-we-do-it{width:70%;margin:auto}.about-page #third-section .how-we-do-it h1{text-align:center;font-size:36px;font-weight:700;margin-bottom:40px;color:#333}.about-page #third-section .steps-container{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px}.about-page #third-section .step{padding:20px;border-radius:12px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease-in-out}.about-page #third-section .step:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.about-page #third-section .step .icon-container{margin-bottom:15px}.about-page #third-section .step .icon-container svg{margin-bottom:10px}.about-page #third-section .step .step-number{font-size:24px;font-weight:700;color:#fff;background-color:rgba(0,0,0,.1);padding:12px 20px;border-radius:20px}.about-page #third-section .step h3{font-size:18px;color:#333;margin-bottom:8px}.about-page #third-section .step p{font-size:14px;color:#666;line-height:1.5}.about-page #third-section .step:first-child{background-color:#e8f5e9;grid-column:span 2;grid-row:span 1}.about-page #third-section .step:nth-child(2){background-color:#fff9c4;grid-column:span 2;grid-row:span 1}.about-page #third-section .step:nth-child(3){background-color:#e3f2fd;grid-column:span 2;grid-row:span 1}.about-page #third-section .step:nth-child(4){background-color:#fbe9e7;grid-column:span 6;grid-row:span 1}.about-page #third-section .step:nth-child(5){background-color:#f3e5f5;grid-column:span 3;grid-row:span 1}.about-page #third-section .step:nth-child(6){background-color:#ede7f6;grid-column:span 3;grid-row:span 1}@media (max-width:768px){.about-page #third-section .how-we-do-it{width:90%;margin:0 5px 0 20px}.about-page #third-section .steps-container{grid-template-columns:repeat(1,1fr)!important;width:100%}.about-page #third-section .step{grid-column:span 2!important}}.about-page #fourth-section{background:linear-gradient(135deg,#3e3e60,#9999c4);padding:60px 0;position:relative;z-index:100;overflow-x:hidden}.about-page #fourth-section .our-team{max-width:1000px;margin:0 auto}.about-page #fourth-section .our-team h1{font-size:2.5rem;margin-bottom:10px;font-weight:700;color:#fff}.about-page #fourth-section .our-team .team-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.about-page #fourth-section .our-team .team-container .team-member{background:transparent;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;text-align:left;overflow:hidden;position:relative;height:350px;flex:1 1 250px;max-width:350px}.about-page #fourth-section .our-team .team-container .team-member:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.about-page #fourth-section .our-team .team-container .team-member .teamimg-container{height:350px;width:100%;background-color:#666;margin-bottom:15px}.about-page #fourth-section .our-team .team-container .team-member .teamimg-container img{width:100%;height:100%;object-fit:cover;transition:.5s ease-in-out}.about-page #fourth-section .our-team .team-container .team-member .teamimg-container img:hover{filter:grayscale(0)}.about-page #fourth-section .our-team .team-container .team-member .details{position:absolute;width:100%;height:30%;bottom:0;place-content:end;z-index:10;background:linear-gradient(180deg,transparent,#000 100%)}.about-page #fourth-section .our-team .team-container .team-member .details h3{font-size:1.6rem;color:#fff;margin-bottom:5px;font-weight:600;padding:0 20px}.about-page #fourth-section .our-team .team-container .team-member .details p{font-size:1rem;color:#fff;margin-bottom:15px;padding:0 20px}.about-page #fourth-section .our-team .team-container .team-member ul{list-style:none;padding:0;margin:0}.about-page #fourth-section .our-team .team-container .team-member ul li{display:flex;align-items:center;margin-bottom:8px}.about-page #fourth-section .our-team .team-container .team-member ul li:last-child{margin-bottom:0}.about-page #fourth-section .our-team .team-container .team-member ul li svg{width:20px;height:20px;color:#4caf50;margin-right:10px}.about-page #fourth-section .our-team .team-container .team-member ul li span{font-size:.9rem;color:#555}@media (max-width:768px){.about-page #fourth-section .our-team .team-container{justify-content:center}.about-page #fourth-section .our-team .team-member{height:250px;flex:1 1 45%}.about-page #fourth-section .our-team .teamimg-container{height:250px}.about-page #fourth-section .our-team .details h3{font-size:1.2rem}.about-page #fourth-section .our-team .details p{font-size:.85rem}.about-page #fourth-section .our-team ul li span{font-size:.75rem}}@media (max-width:480px){.about-page #fourth-section .our-team .team-container{flex-direction:column;align-items:center}.about-page #fourth-section .our-team .team-member{height:220px;width:100%;max-width:300px}.about-page #fourth-section .our-team .teamimg-container{height:220px}.about-page #fourth-section .our-team .details h3{font-size:1.1rem}.about-page #fourth-section .our-team .details p{font-size:.8rem}.about-page #fourth-section .our-team ul li span{font-size:.7rem}}.about-page #fifth-section{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);color:#fff;background-size:400% 400%;animation:gradient 10s ease infinite;text-align:center;place-content:center;padding:10px 20px;box-shadow:0 10px 20px rgba(0,0,0,.2);position:relative;z-index:100;height:80vh}@media (max-width:1200px){.about-page #fifth-section{height:50vh}}.about-page #fifth-section .cta-content h2{font-size:2rem;margin-bottom:10px}.about-page #fifth-section .cta-content p{font-size:1.2rem;margin-bottom:20px}.about-page #fifth-section .cta-content .cta-button{display:inline-block;padding:12px 25px;background:#fc0;color:#333;text-decoration:none;font-weight:700;border-radius:6px;transition:.3s ease-in-out}.about-page #fifth-section .cta-content .cta-button:hover{background:#f90}@media screen and (min-width:769px) and (max-width:1200px){.about-page #second-section .what-we-do{flex-direction:column}.about-page #second-section .what-we-do .about-text{width:100%}.about-page #second-section .what-we-do .about-text h2{font-size:50px}.about-page #second-section .what-we-do .about-text p{font-size:24px}.about-page #second-section .what-we-do .about-text .services-container .service-column h3{font-size:29px}.about-page #second-section .what-we-do .about-text .services-container .service-column ul li h4,.about-page #second-section .what-we-do .about-text .services-container .service-column ul li p{font-size:22px!important}.about-page #second-section .what-we-do .about-img{width:100%}.about-page #third-section .how-we-do-it{width:80%}.about-page #third-section .how-we-do-it h1{font-size:40px}.about-page #third-section .how-we-do-it .steps-container{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.about-page #third-section .how-we-do-it .steps-container .step .icon-container{font-size:30px}.about-page #third-section .how-we-do-it .steps-container .step h3{font-size:40px}.about-page #third-section .how-we-do-it .steps-container .step p{font-size:25px}.about-page #fourth-section .our-team{width:805px}.about-page #fourth-section .our-team h1{font-size:3.9rem}.about-page #fourth-section .our-team .team-container{flex-wrap:wrap;width:789px;justify-content:space-evenly;gap:20px}.about-page #fourth-section .our-team .team-member{height:300px;flex:1 1 200px}.about-page #fourth-section .our-team .teamimg-container{height:300px}.about-page #fourth-section .our-team .details h3{font-size:1.4rem}.about-page #fourth-section .our-team .details p{font-size:.9rem}.about-page #fourth-section .our-team ul li span{font-size:.8rem}.about-page #fifth-section .cta-content h2{font-size:4rem}.about-page #fifth-section .cta-content p{font-size:2rem;margin-top:30px}.about-page #fifth-section .cta-content .cta-button{font-size:30px;padding:19px 20px}}#blogs{background:linear-gradient(180deg,rgba(9,9,121,.38) 35%,rgba(0,212,255,.2));padding:60px 0}.blog-page{max-width:1200px;margin:0 auto;padding:40px;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out forwards}.blog-page .page-title,.blog-page .title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#fff;text-transform:uppercase;letter-spacing:1px;opacity:0;animation:fadeIn 1.2s ease-out .3s forwards}.blog-page .blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:25px;gap:25px;justify-content:center}.blog-page .blog-item{display:block;border-radius:16px;overflow:hidden;height:317px;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-decoration:none;color:inherit;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.blog-page .blog-item:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.4)}.blog-page .blog-item .blog-img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .3s ease-in-out}.blog-page .blog-item .blog-info{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.9);padding:12px 16px;border-radius:0 0 16px 16px;text-align:left}.blog-page .blog-item .blog-info .blog-title{font-size:1.1rem;font-weight:700;margin-bottom:4px}.blog-page .blog-item .blog-info .blog-description{font-size:.9rem;color:#555}.blog-post .hero-section{background-color:#1a2b2b;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;opacity:0;transform:translateY(-30px);animation:fadeInDown 1s ease-out forwards}.blog-post .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(26,43,43,.8) 0,#1a2b2b 100%);z-index:1}.blog-post .hero-content{max-width:1200px;width:100%;margin:0 auto;text-align:center;position:relative;z-index:2}.blog-post .post-date{color:#00d4ff;font-size:1rem;letter-spacing:2px;margin-bottom:20px;font-weight:500;opacity:0;animation:fadeIn 1.2s ease-out .5s forwards}.blog-post .hero-title{color:#fff;font-size:4rem;font-weight:300;line-height:1.2;margin:0 auto;max-width:900px;opacity:0;animation:fadeInUp 1.2s ease-out .5s forwards}.blog-post .container{position:relative;max-width:800px;margin:0 auto;padding:40px 20px;z-index:12;bottom:50px;opacity:0;transform:translateY(30px);animation:fadeInUp 1.2s ease-out .7s forwards}.blog-post .post-image{width:100%;border-radius:10px;margin:-100px auto 40px;object-fit:cover;max-height:500px;box-shadow:0 4px 20px rgba(0,0,0,.1);opacity:0;transform:scale(.9);animation:fadeInScale 1.2s ease-out .7s forwards}.blog-post .post-content{font-size:1.1rem;line-height:1.8;color:#1e1e1e}.blog-post .error{color:red;text-align:center}@media (max-width:768px){.blog-post .hero-title{font-size:1.3rem}.blog-post .post-image{margin-top:-40%}.blog-post .post-content{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (min-width:769px) and (max-width:1200px){.blog-post .post-content{font-size:2rem}}.contact-page{font-family:Comfortaa,sans-serif}.contact-page h1{color:#f5f5f5;font-size:45px;margin-bottom:20px}.contact-page .contact-hero{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;height:80vh;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#0e4d91);color:#fff;background-size:400% 400%;animation:gradient 10s ease infinite;position:relative;padding:60px 20px;box-shadow:0 10px 20px rgba(0,0,0,.2);margin-bottom:20px;border-top-left-radius:0;border-top-right-radius:0}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.contact-page .contact-hero .contact-hero-left{width:50%;height:100%;border-radius:50px;overflow:hidden}.contact-page .contact-hero .contact-hero-left iframe{width:100%;height:100%;border:0}.contact-page .contact-hero .contact-hero-right{width:50%;padding:20px;color:#fff;text-align:left;display:flex;flex-direction:column;justify-content:center}.contact-page .contact-hero .contact-hero-content p{font-size:16px;margin-bottom:15px}.contact-page .contact-hero .contact-hero-content strong{font-size:18px;margin-bottom:10px}.contact-page .contact-hero a{background:#0cb2db;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;border:1px solid #fff;width:-moz-fit-content;width:fit-content}.contact-page .contact-hero a:hover{background:#098bab;transition:.3s ease-in-out}.contact-page .contact-content{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-direction:column;padding:20px}.contact-page .contact-content .contact-form{width:65%;background-color:#fff;padding:50px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-page .contact-content .contact-form h2{margin-bottom:10px}.contact-page .contact-content .contact-form form p{margin-bottom:15px;font-size:32px;line-height:1.5;font-weight:300}.contact-page .contact-content .contact-form form input[type=email],.contact-page .contact-content .contact-form form input[type=tel],.contact-page .contact-content .contact-form form input[type=text],.contact-page .contact-content .contact-form form textarea{width:calc(32% - 20px);padding:10px;margin:5px 10px;border:none;border-bottom:1px solid #152435;outline:none;font-size:24px}.contact-page .contact-content .contact-form form textarea{width:100%;height:100px;resize:none}.contact-page .contact-content .contact-form form button{background-color:#069fce;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.contact-page .contact-content .contact-form form button:hover{background-color:#0cb2db}@media screen and (max-width:768px){.contact-page .contact-hero{flex-direction:column-reverse}.contact-page .contact-hero .contact-hero-left{width:100%;height:300px;margin-bottom:20px}.contact-page .contact-hero .contact-hero-right{width:100%;text-align:center}.contact-page .contact-content .contact-form{width:100%;padding:15px}.contact-page .contact-content .contact-form h2{font-size:18px;width:100%}.contact-page .contact-content .contact-form form p{font-size:20px;width:100%}.contact-page .contact-content .contact-form form input[type=email],.contact-page .contact-content .contact-form form input[type=tel],.contact-page .contact-content .contact-form form input[type=text],.contact-page .contact-content .contact-form form textarea{font-size:22px;width:86%}.contact-page .contact-content .contact-form form input[type=email]::placeholder,.contact-page .contact-content .contact-form form input[type=tel]::placeholder,.contact-page .contact-content .contact-form form input[type=text]::placeholder,.contact-page .contact-content .contact-form form textarea::placeholder{font-size:16px}.contact-page .contact-content .contact-form form input[type=file]{width:55%;font-size:11px}.contact-page .contact-content .contact-form form button{width:100%;margin-top:20px;padding:20px}}@media screen and (max-width:1200px){.contact-page{padding-top:0}.contact-page .contact-hero{flex-direction:column-reverse}.contact-page .contact-hero .contact-hero-left{width:100%;height:800px}.contact-page .contact-hero .contact-hero-right{width:100%;text-align:center}.contact-page a{text-align:center;margin-left:8%;padding:20px!important;width:80%!important}.contact-page .contact-content .contact-form{width:100%;padding:15px}.contact-page .contact-content .contact-form h2{font-size:18px;width:100%}.contact-page .contact-content .contact-form form p{font-size:20px;width:100%}.contact-page .contact-content .contact-form form input[type=email],.contact-page .contact-content .contact-form form input[type=tel],.contact-page .contact-content .contact-form form input[type=text],.contact-page .contact-content .contact-form form textarea{font-size:30px;width:95%}.contact-page .contact-content .contact-form form input[type=email]::placeholder,.contact-page .contact-content .contact-form form input[type=tel]::placeholder,.contact-page .contact-content .contact-form form input[type=text]::placeholder,.contact-page .contact-content .contact-form form textarea::placeholder{font-size:20px}.contact-page .contact-content .contact-form form button{width:100%;margin-top:20px;padding:20px}}.chatbot-container{position:fixed;bottom:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:20px}.chatbot-toggle{background-color:#02181f;color:#fff;border:none;border-radius:9999px;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;margin-bottom:.5rem;cursor:pointer}.chatbot-toggle .toggle-content{display:flex;align-items:center;gap:.5rem}.chatbot-toggle .toggle-icon{width:1.5rem;height:1.5rem}.chatbot-toggle:hover{background-color:#115a70;transform:translateY(-2px)}.chatbot-window{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px rgba(0,0,0,.1);width:24rem;height:70vh;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;transform-origin:bottom right}.chatbot-window.closed{transform:scale(0);opacity:0}.chatbot-window.open{transform:scale(1);opacity:1}.chatbot-header{background-color:#02181f;padding:1rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.chatbot-header .header-title{display:flex;align-items:center;gap:.5rem}.chatbot-header .header-title .header-logo{width:2rem;height:2rem}.chatbot-header .header-title .header-text h3{margin:0;font-weight:600}.chatbot-header .header-title .header-text p{margin:0;font-size:.75rem;opacity:.75}.chatbot-header .header-close{background:none;border:none;color:#fff;padding:.5rem;border-radius:9999px;cursor:pointer}.chatbot-header .header-close:hover{background-color:hsla(0,0%,100%,.1)}.chatbot-header .header-close svg{width:1.25rem;height:1.25rem}.chatbot-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chatbot-messages .message-item{display:flex;max-width:80%}.chatbot-messages .message-item.user{margin-left:auto}.chatbot-messages .message-item.user .message{background-color:#2563eb;color:#fff}.chatbot-messages .message-item.assistant{margin-right:auto}.chatbot-messages .message-item.assistant .message{background-color:#f3f4f6;color:#1f2937}.chatbot-messages .message-item .message{padding:.75rem;border-radius:.5rem;word-break:break-word}.chatbot-input{border-top:1px solid #e5e7eb;padding:1rem}.chatbot-input .input-container{display:flex;gap:.5rem}.chatbot-input .input-container textarea{flex:1 1;resize:none;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;font-family:inherit}.chatbot-input .input-container textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.chatbot-input .input-container button{background-color:#2563eb;color:#fff;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.chatbot-input .input-container button svg{width:1.25rem;height:1.25rem}.chatbot-input .input-container button:hover:not(:disabled){background-color:#1d4ed8}.chatbot-input .input-container button:disabled{opacity:.5;cursor:not-allowed}.loading{display:flex;align-items:center;gap:.5rem;color:#6b7280}.loading .spinner{width:1rem;height:1rem;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.chatbot-window{width:calc(100vw - 2rem);height:calc(80vh - 2rem);position:fixed;bottom:1rem;right:1rem}}#chatbase-bubble-window footer{display:none}.service-page .service-collection{position:relative;background-color:#fff;padding:60px 0}.service-page .service-collection .service-row{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.service-page .service-collection .service-row .service-item{width:calc(33.3333333333% - 80px);background:hsla(0,0%,100%,.1);border-radius:15px;padding:25px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.2);transition:all .4s ease-in-out;box-shadow:0 4px 20px rgba(0,0,0,.2);text-align:center;cursor:pointer}.service-page .service-collection .service-row .service-item:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.4);border-color:#0cb2db}.service-page .service-collection .service-row .service-item .icon{font-size:50px;color:#0cb2db;background:hsla(0,0%,100%,.1);padding:15px;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;transition:transform .3s ease}.service-page .service-collection .service-row .service-item .icon:hover{transform:rotate(10deg) scale(1.1)}.service-page .service-collection .service-row .service-item .service-title{font-size:22px;font-weight:600;color:#069fce;margin-bottom:10px}.service-page .service-collection .service-row .service-item .card-des{font-size:16px;color:#2c353a;line-height:1.6}@media screen and (max-width:769px){.service-page .service-collection .service-row{flex-direction:column;width:100%}.service-page .service-collection .service-row .service-item{width:85%}}@media screen and (min-width:769px) and (max-width:1200px){.service-page .service-collection .service-row{width:100%}.service-page .service-collection .service-row .service-item{width:33.33%}.service-page .service-collection .service-row .service-item .icon{font-size:40px}.service-page .service-collection .service-row .service-item .service-title{font-size:30px}.service-page .service-collection .service-row .service-item .card-des{font-size:19px}}.service-detail-page{background:linear-gradient(135deg,#152435,#069fce,#0a0f24);color:#fff;padding:100px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.service-detail-page .service-header{text-align:center;background:linear-gradient(135deg,#069fce,#0cb2db);padding:50px;border-radius:15px;width:85%;max-width:900px;box-shadow:0 8px 25px rgba(0,0,0,.3);margin-bottom:40px;animation:fadeIn 1s ease-in-out}.service-detail-page .service-header .icon{font-size:70px;color:#fff;background-color:hsla(0,0%,100%,.2);padding:25px;border-radius:50%;display:inline-block;transition:transform .3s ease-in-out}.service-detail-page .service-header .icon:hover{transform:scale(1.1)}.service-detail-page .service-header h1{font-size:40px;font-weight:600;margin:15px 0;color:#fff}.service-detail-page .service-content{background:rgba(44,53,58,.95);padding:50px;border-radius:12px;width:85%;max-width:900px;line-height:1.9;text-align:justify;box-shadow:0 6px 20px rgba(0,0,0,.3);animation:slideUp .8s ease-in-out}.service-detail-page .service-content p{font-size:20px;color:#fff;font-weight:300}.service-detail-page .service-not-found{text-align:center;padding:60px;background:rgba(44,53,58,.9);border-radius:12px;width:70%;max-width:650px;animation:fadeIn 1s ease-in-out;box-shadow:0 6px 18px rgba(0,0,0,.25)}.service-detail-page .service-not-found h1{font-size:32px;font-weight:700;color:#0cb2db}.service-detail-page .service-not-found p{font-size:18px;color:#fff;opacity:.85}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:769px){.service-detail-page{padding-bottom:0}.service-detail-page .service-header{width:75%;height:250px}.service-detail-page .service-content{width:84%;padding:48px}.service-detail-page .service-content p{font-size:18px;padding:0;margin:0}}@media screen and (min-width:769px) and (max-width:1200px){.service-detail-page .service-content p{font-size:25px}}.work-page .aboutpage-intro{height:100vh;background-color:#152435;z-index:0}.work-page .aboutpage-intro img{width:100%;height:100%;object-fit:cover}.work-page .aboutpage-intro .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem;font-weight:600;cursor:pointer}.work-page .aboutpage-intro .aboutpage-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;margin:0}.work-page .aboutpage-intro .aboutpage-content h1{font-size:4rem;font-weight:500;margin:10px 0}.work-page .aboutpage-intro .aboutpage-content p{font-size:16px;line-height:1.8;margin:10px 0;font-weight:300}.work-page .work-list-container{background-color:#fff;position:relative;border-radius:30px 30px 0 0;padding:40px 0}.work-page .work-list-container .work-row{column-count:3;column-gap:20px}.work-page .work-list-container .work-row .work-item{width:100%;page-break-inside:avoid;break-inside:avoid;margin-bottom:20px;position:relative;border-radius:30px;overflow:hidden;display:block;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.work-page .work-list-container .work-row .work-item img{width:100%;height:auto;object-fit:cover;border-radius:30px;transition:transform .3s ease;display:block}.work-page .work-list-container .work-row .work-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;transition:background .3s ease;z-index:1}.work-page .work-list-container .work-row .work-item .info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;opacity:0;visibility:hidden;transition:all .3s ease;background:transparent;color:#fff;text-align:center;z-index:2}.work-page .work-list-container .work-row .work-item .info .p-title{font-size:22px;font-weight:700;color:#069fce;margin-bottom:10px}.work-page .work-list-container .work-row .work-item .info .card-des{color:#fff}.work-page .work-list-container .work-row .work-item:hover img{transform:scale(1.1)}.work-page .work-list-container .work-row .work-item:hover:before{background:rgba(0,0,0,.7)}.work-page .work-list-container .work-row .work-item:hover .info{opacity:1;visibility:visible}@media (max-width:992px){.work-page .work-row{column-count:2}}@media (max-width:600px){.work-page .work-row{column-count:1}}@media screen and (max-width:769px){.work-page .work-list-container .work-row{column-count:1}}@media screen and (min-width:769px) and (max-width:1200px){.work-page .work-list-container .work-row{column-count:2}}.work-inner-page .project-image-container{position:relative;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.work-inner-page .project-image-container .image-items{width:70%;margin:0 100px}.work-inner-page .project-image-container .image-items img{object-fit:contain}@media screen and (max-width:769px){.work-inner-page .project-image-container .image-items{width:100%}.work-inner-page .project-image-container .image-items img{width:95%;margin-left:10px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}