@charset "UTF-8";:root{--bs-blue:#009ef6;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-purple-100:#632E99;--bs-purple-150:#8B4BFA;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#7e8299;--bs-gray-dark:#3f4254;--bs-gray-100:#f5f8fa;--bs-gray-200:#eff2f5;--bs-gray-300:#e4e6ef;--bs-gray-400:#b5b5c3;--bs-gray-500:#a1a5b7;--bs-gray-600:#7e8299;--bs-gray-700:#5e6278;--bs-gray-800:#3f4254;--bs-gray-900:#181c32;--bs-white:#ffffff;--bs-light:#f5f8fa;--bs-primary:#009ef7;--bs-secondary:#e4e6ef;--bs-success:#50cd89;--bs-info:#7239ea;--bs-warning:#ffc700;--bs-danger:#f1416c;--bs-dark:#181c32;--bs-light-rgb:245,248,250;--bs-primary-rgb:0,158,247;--bs-secondary-rgb:228,230,239;--bs-success-rgb:80,205,137;--bs-info-rgb:114,57,234;--bs-warning-rgb:255,199,0;--bs-danger-rgb:241,65,108;--bs-dark-rgb:24,28,50;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:24,28,50;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Sora",sans-serif;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:black;--bs-body-bg:#ffffff;--accent-color:#ff6b6b;--dark-color:#333;--transition-speed:0.5s}*,:after,:before{box-sizing:border-box}*{padding:0}*,body{margin:0}body{font-family:Poppins,serif!important;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-repeat:repeat;overscroll-behavior:none;touch-action:pan-y;z-index:-1}@media screen and (max-width:700px){body{font-size:.8rem}}body::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar-thumb{background-color:transparent}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}main{padding-top:0!important}.main-margin{margin-top:145px}@media screen and (max-width:700px){.main-margin{margin-top:153px}}.floating-nav{background-color:white!important;box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.floating-nav .nav-link{color:#1A1A1A}.nav-container{position:fixed;width:100%;top:0;z-index:9999;border:none;transition:all .4s ease}@media (min-width:640px){.nav-container{inset-inline:0}}.nav-container .menu-bar,.nav-container .menu-overlay-bar{position:fixed;top:0;left:0;width:100vw;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:1}.nav-container .menu-bar a,.nav-container .menu-open p{color:#fff;cursor:pointer}.nav-container .menu-close p{color:#000;cursor:pointer}.nav-container .menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:2em;background:#141414;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;display:flex;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}.nav-container .menu-close-icon{flex:1 1;display:flex;align-items:flex-end;cursor:pointer}.nav-container .menu-copy{flex:4 1;display:flex;flex-direction:column;justify-content:space-between;padding-top:4em}.nav-container .menu-preview{flex:4 1;display:flex;justify-content:flex-end;align-items:flex-end}.nav-container .menu-close-icon p{font-size:100px;-webkit-text-stroke:3px white;line-height:100%;color:#141414}.nav-container .menu-link-item{width:max-content;margin-bottom:15px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-container .menu-link-item-holder{position:relative}.nav-container .menu-link-item-holder a{color:white;font-size:80px;font-weight:400;letter-spacing:-.02em;line-height:85%}.nav-container .menu-info{display:flex}.nav-container .menu-info-col{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.nav-container .menu-info-col a,.nav-container .menu-info-col p{color:#FCFCFC;margin:0;font-size:15px}@media (max-width:900px){.nav-container .menu-close-icon{display:none}.nav-container .menu-copy{padding-top:8em}.nav-container .menu-link-item-holder a{font-size:60px}}.nav-header{position:absolute;top:0;width:100%;padding:10px 0;transition:all .4s ease;z-index:99;background-color:#FFF}@media (max-width:768px){.nav-header{padding:0}}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 4rem}@media (max-width:768px){.nav-inner{padding:5px 20px}}.logo-container{width:250px;mix-blend-mode:difference}@media (max-width:768px){.logo-container{width:200px}}.nav-links-container{display:flex;align-items:center;height:100%}@media (max-width:768px){.nav-links-container{display:none}}.nav-links-container .nav-links{display:flex;align-items:center;gap:2vw;list-style:none;margin-bottom:0}.nav-links-container .nav-links li{mix-blend-mode:difference}.nav-links-container .nav-links li a{font-size:18px;color:white}.hamburger{cursor:pointer;z-index:1001;display:none;flex-direction:column;gap:8px;mix-blend-mode:difference}@media (max-width:768px){.hamburger{display:flex;gap:4px}}.hamburger .line{width:40px;height:2px;border-radius:24px;background-color:white;transition:all .4s ease-in-out;mix-blend-mode:color}@media (max-width:768px){.hamburger .line{width:30px}}.active .hamburger .line1{background-color:white;transform:rotate(45deg) translate(5px,5px)}.active .hamburger .line2{opacity:0}.active .hamburger .line3{background-color:white;transform:rotate(-45deg) translate(5px,-5px)}.nav-link{text-decoration:none;padding:.5rem 1rem;color:inherit;font-size:1rem;font-weight:500;transition:color .4s ease;color:white}.nav-mobile-menu{position:fixed;width:100dvw;height:100dvh;top:0;right:0;z-index:100;background-color:white;padding:120px 0;opacity:0}.nav-mobile-menu ul{list-style:none}.nav-mobile-menu ul li{font-size:42px;margin-bottom:10px}.nav-mobile-menu.open{opacity:1}.footer-container{background-color:#E4E4E6;border-top-left-radius:40px;border-top-right-radius:40px}.footer-container .container{display:flex;gap:60px;padding:40px 0 20px;flex-direction:row}@media screen and (max-width:768px){.footer-container .container{flex-direction:column;gap:20px}}.footer-container .container .left{flex:1 1}.footer-container .container .left h2{font-size:clamp(1.5rem,5vw,3rem);line-height:120%;color:#1A1A1A;font-weight:500;margin:0 0 20px}@media screen and (max-width:768px){.footer-container .container .left h2{margin:0}}.footer-container .container .right{flex:1.5 1;display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;flex-direction:row;gap:50px}@media screen and (max-width:768px){.footer-container .container .right{flex-direction:column;gap:0}}.footer-container .container .right .links .title{font-size:20px;color:#1A1A1A;font-weight:600;margin-bottom:14px!important;z-index:0}.footer-container .container .right .links ul{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto);align-items:center;grid-row-gap:10px;row-gap:10px;grid-column-gap:60px;column-gap:60px;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.footer-container .container .right .links ul{row-gap:10px;column-gap:20px;grid-template-rows:repeat(5,auto)}}.footer-container .container .right .links ul li{font-size:16px;color:#5E5E5E;transition:all .3s ease}.footer-container .container .right .links ul li:hover{color:#1A1A1A}.footer-container .container .right .links ul li a{font-size:16px;color:#5E5E5E;transition:all .3s ease}.footer-container .container .right .links ul li a:hover{color:#1A1A1A}.footer-container .container .right .links ul li span{color:#1A1A1A;font-weight:400;margin-left:5px}.footer-container .container .right .social-links{margin-top:10px;display:flex;gap:10px;align-items:center}.footer-container .container .right .social-links .icon-container{width:30px;height:30px}p{font-size:16px;margin-bottom:0}@media screen and (max-width:700px){p{font-size:14px}}.sidenav-body{display:flex;align-items:flex-start;justify-content:flex-start}.sidenav-main-layout{height:100%;padding-left:80px;overflow:scroll}@media screen and (max-width:700px){.sidenav-main-layout{padding:0}}.content-wrapper{flex:1 1;background-color:#FCFCFC;min-height:100dvh;padding-top:60px}.content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.content-wrapper::-webkit-scrollbar-thumb{background-color:transparent}.app{position:relative}.sidebar{position:absolute;z-index:999;transition:transform .3s ease-in-out}.app.toggled .sidebar{transform:translateX(0)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.m-0{margin:0!important}@media screen and (max-width:700px){.m-0{margin:0!important}}.m-5{margin:.26042vw!important}@media screen and (max-width:700px){.m-5{margin:.625vw!important}}.m-10{margin:.52083vw!important}@media screen and (max-width:700px){.m-10{margin:1.25vw!important}}.m-15{margin:.78125vw!important}@media screen and (max-width:700px){.m-15{margin:1.875vw!important}}.m-20{margin:1.04167vw!important}@media screen and (max-width:700px){.m-20{margin:2.5vw!important}}.m-25{margin:1.30208vw!important}@media screen and (max-width:700px){.m-25{margin:3.125vw!important}}.mt-0{margin-top:0!important}@media screen and (max-width:700px){.mt-0{margin-top:0!important}}.mt-5{margin-top:.26042vw!important}@media screen and (max-width:700px){.mt-5{margin-top:.625vw!important}}.mt-10{margin-top:.52083vw!important}@media screen and (max-width:700px){.mt-10{margin-top:1.25vw!important}}.mt-15{margin-top:.78125vw!important}@media screen and (max-width:700px){.mt-15{margin-top:1.875vw!important}}.mt-20{margin-top:1.04167vw!important}@media screen and (max-width:700px){.mt-20{margin-top:2.5vw!important}}.mt-25{margin-top:1.30208vw!important}@media screen and (max-width:700px){.mt-25{margin-top:3.125vw!important}}.mb-0{margin-bottom:0!important}@media screen and (max-width:700px){.mb-0{margin-bottom:0!important}}.mb-5{margin-bottom:.26042vw!important}@media screen and (max-width:700px){.mb-5{margin-bottom:.625vw!important}}.mb-10{margin-bottom:.52083vw!important}@media screen and (max-width:700px){.mb-10{margin-bottom:1.25vw!important}}.mb-15{margin-bottom:.78125vw!important}@media screen and (max-width:700px){.mb-15{margin-bottom:1.875vw!important}}.mb-20{margin-bottom:1.04167vw!important}@media screen and (max-width:700px){.mb-20{margin-bottom:2.5vw!important}}.mb-25{margin-bottom:1.30208vw!important}@media screen and (max-width:700px){.mb-25{margin-bottom:3.125vw!important}}.mr-0{margin-right:0!important}@media screen and (max-width:700px){.mr-0{margin-right:0!important}}.mr-5{margin-right:.26042vw!important}@media screen and (max-width:700px){.mr-5{margin-right:.625vw!important}}.mr-10{margin-right:.52083vw!important}@media screen and (max-width:700px){.mr-10{margin-right:1.25vw!important}}.mr-15{margin-right:.78125vw!important}@media screen and (max-width:700px){.mr-15{margin-right:1.875vw!important}}.mr-20{margin-right:1.04167vw!important}@media screen and (max-width:700px){.mr-20{margin-right:2.5vw!important}}.mr-25{margin-right:1.30208vw!important}@media screen and (max-width:700px){.mr-25{margin-right:3.125vw!important}}.ml-0{margin-left:0!important}@media screen and (max-width:700px){.ml-0{margin-left:0!important}}.ml-5{margin-left:.26042vw!important}@media screen and (max-width:700px){.ml-5{margin-left:.625vw!important}}.ml-10{margin-left:.52083vw!important}@media screen and (max-width:700px){.ml-10{margin-left:1.25vw!important}}.ml-15{margin-left:.78125vw!important}@media screen and (max-width:700px){.ml-15{margin-left:1.875vw!important}}.ml-20{margin-left:1.04167vw!important}@media screen and (max-width:700px){.ml-20{margin-left:2.5vw!important}}.ml-25{margin-left:1.30208vw!important}@media screen and (max-width:700px){.ml-25{margin-left:3.125vw!important}}.mx-0{margin:0!important}@media screen and (max-width:700px){.mx-0{margin:0!important}}.mx-5{margin:0 .26042vw!important}@media screen and (max-width:700px){.mx-5{margin:0 .625vw!important}}.mx-10{margin:0 .52083vw!important}@media screen and (max-width:700px){.mx-10{margin:0 1.25vw!important}}.mx-15{margin:0 .78125vw!important}@media screen and (max-width:700px){.mx-15{margin:0 1.875vw!important}}.mx-20{margin:0 1.04167vw!important}@media screen and (max-width:700px){.mx-20{margin:0 2.5vw!important}}.mx-25{margin:0 1.30208vw!important}@media screen and (max-width:700px){.mx-25{margin:0 3.125vw!important}}.my-0{margin:0!important}@media screen and (max-width:700px){.my-0{margin:0!important}}.my-5{margin:.26042vw 0!important}@media screen and (max-width:700px){.my-5{margin:.625vw 0!important}}.my-10{margin:.52083vw 0!important}@media screen and (max-width:700px){.my-10{margin:1.25vw 0!important}}.my-15{margin:.78125vw 0!important}@media screen and (max-width:700px){.my-15{margin:1.875vw 0!important}}.my-20{margin:1.04167vw 0!important}@media screen and (max-width:700px){.my-20{margin:2.5vw 0!important}}.my-25{margin:1.30208vw 0!important}@media screen and (max-width:700px){.my-25{margin:3.125vw 0!important}}.p-0{padding:0!important}@media screen and (max-width:700px){.p-0{padding:0!important}}.p-5{padding:.26042vw!important}@media screen and (max-width:700px){.p-5{padding:.625vw!important}}.p-10{padding:.52083vw!important}@media screen and (max-width:700px){.p-10{padding:1.25vw!important}}.p-15{padding:.78125vw!important}@media screen and (max-width:700px){.p-15{padding:1.875vw!important}}.p-20{padding:1.04167vw!important}@media screen and (max-width:700px){.p-20{padding:2.5vw!important}}.p-25{padding:1.30208vw!important}@media screen and (max-width:700px){.p-25{padding:3.125vw!important}}.pt-0{padding-top:0!important}@media screen and (max-width:700px){.pt-0{padding-top:0!important}}.pt-5{padding-top:.26042vw!important}@media screen and (max-width:700px){.pt-5{padding-top:.625vw!important}}.pt-10{padding-top:.52083vw!important}@media screen and (max-width:700px){.pt-10{padding-top:1.25vw!important}}.pt-15{padding-top:.78125vw!important}@media screen and (max-width:700px){.pt-15{padding-top:1.875vw!important}}.pt-20{padding-top:1.04167vw!important}@media screen and (max-width:700px){.pt-20{padding-top:2.5vw!important}}.pt-25{padding-top:1.30208vw!important}@media screen and (max-width:700px){.pt-25{padding-top:3.125vw!important}}.pb-0{padding-bottom:0!important}@media screen and (max-width:700px){.pb-0{padding-bottom:0!important}}.pb-5{padding-bottom:.26042vw!important}@media screen and (max-width:700px){.pb-5{padding-bottom:.625vw!important}}.pb-10{padding-bottom:.52083vw!important}@media screen and (max-width:700px){.pb-10{padding-bottom:1.25vw!important}}.pb-15{padding-bottom:.78125vw!important}@media screen and (max-width:700px){.pb-15{padding-bottom:1.875vw!important}}.pb-20{padding-bottom:1.04167vw!important}@media screen and (max-width:700px){.pb-20{padding-bottom:2.5vw!important}}.pb-25{padding-bottom:1.30208vw!important}@media screen and (max-width:700px){.pb-25{padding-bottom:3.125vw!important}}.pr-0{padding-right:0!important}@media screen and (max-width:700px){.pr-0{padding-right:0!important}}.pr-5{padding-right:.26042vw!important}@media screen and (max-width:700px){.pr-5{padding-right:.625vw!important}}.pr-10{padding-right:.52083vw!important}@media screen and (max-width:700px){.pr-10{padding-right:1.25vw!important}}.pr-15{padding-right:.78125vw!important}@media screen and (max-width:700px){.pr-15{padding-right:1.875vw!important}}.pr-20{padding-right:1.04167vw!important}@media screen and (max-width:700px){.pr-20{padding-right:2.5vw!important}}.pr-25{padding-right:1.30208vw!important}@media screen and (max-width:700px){.pr-25{padding-right:3.125vw!important}}.pl-0{padding-left:0!important}@media screen and (max-width:700px){.pl-0{padding-left:0!important}}.pl-5{padding-left:.26042vw!important}@media screen and (max-width:700px){.pl-5{padding-left:.625vw!important}}.pl-10{padding-left:.52083vw!important}@media screen and (max-width:700px){.pl-10{padding-left:1.25vw!important}}.pl-15{padding-left:.78125vw!important}@media screen and (max-width:700px){.pl-15{padding-left:1.875vw!important}}.pl-20{padding-left:1.04167vw!important}@media screen and (max-width:700px){.pl-20{padding-left:2.5vw!important}}.pl-25{padding-left:1.30208vw!important}@media screen and (max-width:700px){.pl-25{padding-left:3.125vw!important}}.px-0{padding:0!important}@media screen and (max-width:700px){.px-0{padding:0!important}}.px-5{padding:0 .26042vw!important}@media screen and (max-width:700px){.px-5{padding:0 .625vw!important}}.px-10{padding:0 .52083vw!important}@media screen and (max-width:700px){.px-10{padding:0 1.25vw!important}}.px-15{padding:0 .78125vw!important}@media screen and (max-width:700px){.px-15{padding:0 1.875vw!important}}.px-20{padding:0 1.04167vw!important}@media screen and (max-width:700px){.px-20{padding:0 2.5vw!important}}.px-25{padding:0 1.30208vw!important}@media screen and (max-width:700px){.px-25{padding:0 3.125vw!important}}.py-0{padding:0!important}@media screen and (max-width:700px){.py-0{padding:0!important}}.py-5{padding:.26042vw 0!important}@media screen and (max-width:700px){.py-5{padding:.625vw 0!important}}.py-10{padding:.52083vw 0!important}@media screen and (max-width:700px){.py-10{padding:1.25vw 0!important}}.py-15{padding:.78125vw 0!important}@media screen and (max-width:700px){.py-15{padding:1.875vw 0!important}}.py-20{padding:1.04167vw 0!important}@media screen and (max-width:700px){.py-20{padding:2.5vw 0!important}}.py-25{padding:1.30208vw 0!important}@media screen and (max-width:700px){.py-25{padding:3.125vw 0!important}}.text-bold{font-weight:700}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}.h3,h3{font-size:calc(1.26rem + .12vw)}@media (min-width:1200px){.h3,h3{font-size:1.35rem}}@media (max-width:700px){.rellax{transform:translateZ(0)!important}}.h4,h4{font-size:1.25rem}.h5,h5{font-size:1.15rem}.h6,h6{font-size:1.075rem}a{text-decoration:none!important;color:black;cursor:pointer}p{margin-top:0;margin-bottom:1rem}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block;margin-bottom:10px;color:#1A1A1A}.form-style-1 tr{display:flex;flex-direction:column;justify-content:flex-start;margin-top:1.5625vw}.form-style-1 tr th label{float:left}.form-style-1 tr td input{margin-top:.26042vw;background-color:#f8f4f4;padding:.26042vw;border:none;border-bottom:.05208vw solid black;outline:none}.error{font-size:12px;color:red}button,input,optgroup,select,textarea{margin:0;font-size:inherit;line-height:inherit}textarea{resize:vertical}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-right:auto!important;margin-left:auto!important}@media screen and (min-width:0px) and (max-width:750px){.container,.container-sm{width:100%;padding-right:16px!important;padding-left:16px!important;margin-right:auto!important;margin-left:auto!important}}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:960px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:1000px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1128px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1300px}}@media (min-width:1500px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1500px}}.slide-In{transform-origin:bottom}.slide-In,.slide-Out{position:absolute;top:0;left:0;height:100vh;width:100%;background-color:rgba(0,0,0,.05);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000}.slide-Out{transform-origin:top}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#ffffff;border:1px solid #e4e6ef;border-radius:.475rem;box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#7e8299}.text-primary{color:#cc1d21}.black-border{border:2px solid black;border-radius:15px}.cursor{pointer-events:none}.cursor .cursor__ball--small{fill:red;top:-4px;right:-6px}.cursor__ball{position:fixed;top:0;left:0;z-index:1000;stroke:black}.cursor-pointer{cursor:pointer}@media screen and (max-width:750px){.cursor{display:none}}.text-eng{text-align:right}.recommendation-container{position:relative;width:100%}.recommendation-container .recommendation-group{background-color:white;border:2px solid #3268e3;width:100%;display:none;position:absolute;top:110%;overflow-y:auto;max-height:200px;border-radius:5px}.recommendation-container .recommendation-group .close{position:absolute;top:0;right:0;background-color:white;content:"";padding:5px 7px;cursor:pointer}.recommendation-container .recommendation-group .recommendation{padding:10px}.recommendation-container .recommendation-group .recommendation:hover{background-color:#F0F3FF;cursor:pointer}.recommendation-container .recommendation-group .help-text{font-size:9px;background-color:#F0F3FF;position:-webkit-sticky;position:sticky;padding:2px 5px;font-weight:700}section{margin-top:100px;position:relative}@media screen and (min-width:300px) and (max-width:480px){section{margin-top:60px}}section:not(.Toastify){margin-top:100px}.title{display:flex;margin-bottom:20px;justify-content:space-between;align-items:center;position:relative;z-index:-10}.title h1,.title h2,.title p{color:#1A1A1A;font-size:24px;font-weight:500;margin:0;line-height:36px}.title h1:before,.title h2:before,.title p:before{content:"";position:absolute;bottom:-5px;left:0;width:65px;border-radius:24px;height:2px;background-color:#E10600}.title h1 span,.title h2 span,.title p span{font-size:24px;color:#C1A0FA;font-weight:600;padding-top:8px}@media screen and (max-width:768px){.title h1,.title h2,.title p{font-size:20px}}.title h1{font-size:40px}.title h1:before{bottom:-15px}@media screen and (max-width:768px){.title h1{font-size:28px}}.title h2{font-size:34px}.title h2:before{bottom:-10px}@media screen and (max-width:768px){.title h2{font-size:24px}}.title a{display:flex;align-items:center;gap:5px;font-size:.16px;color:#E10600;margin:0;text-decoration:underline!important}@media screen and (max-width:768px){.title a{font-size:14px}}.title a span{padding-top:5px}.MuiInputBase-root{background-color:white}.bg-black{background-color:rgba(0,0,0,.39);height:100%;width:100%;position:fixed;display:grid;place-items:center;top:0;left:0;right:0;z-index:10}.flex-btw{display:flex;justify-content:space-between;align-items:center}.flex-center,.flex-col-center{display:flex;justify-content:center;align-items:center}.flex-col-center{flex-direction:column}.flex-start{justify-content:flex-start;align-items:flex-start}.flex-end,.flex-start{display:flex;gap:1.5rem}.flex-end{justify-content:flex-end;align-items:flex-end}.flex{display:flex;flex-direction:row;align-items:center;gap:20px}@media screen and (max-width:768px){.flex{flex-direction:column}}.flex-wrap{flex-wrap:wrap}.loader{display:flex;align-items:center;justify-content:center;width:100%;margin:80px 0}.breakLinkClassName,.nextLinkClassName,.previousLinkClassName{border-radius:5px}.swal2-container{z-index:1301}.css-13n6qhj-MuiLinearProgress-root{background-color:#D4BEFA!important}.css-3dzjca-MuiPaper-root-MuiPopover-paper-MuiMenu-paper,.css-pwxzbm{max-width:500px!important}.css-1ty026z{flex:1 1 auto;overflow-y:auto;padding:20px 24px;background:rgba(232,144,112,.04);margin-top:10px;border:1px solid coral}.scrollable-table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.error-text{font-size:.75rem;color:red;padding:4px 15px 0}img{height:100%;width:100%;object-fit:contain}.icon-container{height:24px;width:24px}.icon-container img{height:100%;width:100%;object-fit:contain}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.contact-container{justify-content:center;gap:2rem;margin:2rem 0}.contact-container .contact-illustration{width:100%}.contact-container .contact-illustration img{width:100%;height:100%;object-fit:contain}@media screen and (min-width:0px) and (max-width:700px){.contact-container .contact-illustration{display:none}}.profile-title{border-bottom:1px solid #e10600}.profile-title h1{font-size:48px;color:#E10600;font-weight:400;margin:0}@media screen and (min-width:750px) and (max-width:1200px){.profile-title h1{font-size:32px}}@media screen and (min-width:100px) and (max-width:750px){.profile-title h1{font-size:24px}}div:where(.swal2-container) div:where(.swal2-popup){width:400px!important}.swal2-html-container{padding:0!important;max-width:555px!important}.success-alert{text-align:center;padding:65px 0}.failed-alert{text-align:center;padding:70px 90px}.success-icon{margin-bottom:30px}.failed-icon{margin-bottom:28px;padding-left:25px!important}h2{color:#E10600;font-size:24px;margin-bottom:10px}.view-products-link{color:#E10600;font-size:1rem;font-weight:400;text-decoration:underline!important}.alert-button{padding:10px 20px;font-size:16px;cursor:pointer}.price-range-labels{display:flex;align-items:center;justify-content:space-between}.price-range-labels span{font-size:16px;color:#E10600;font-weight:500}.pagination{display:flex;list-style:none;padding:0;align-items:center;justify-content:flex-end;margin:40px 0}.pagination li{margin:0 5px;cursor:pointer}.pagination li a{padding:5px 10px;border:1px solid #e10600;border-radius:5px;color:#E10600;text-decoration:none;transition:background-color .3s,color .3s}.pagination li a:hover,.pagination li.active a{background-color:#E10600;color:white;border:1px solid #e10600}.team-container{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.team-container .team{padding:10px;border:1px solid #e10600;border-radius:10px;max-width:250px}@media screen and (min-width:300px) and (max-width:480px){.team-container .team{max-width:unset;width:100%}}@media screen and (min-width:481px) and (max-width:1200px){.team-container .team{max-width:unset;width:100%}}.team-container .team .img-container{height:300px;width:100%;margin-bottom:10px}@media screen and (min-width:300px) and (max-width:480px){.team-container .team .img-container{height:400px}}@media screen and (min-width:481px) and (max-width:1200px){.team-container .team .img-container{height:400px}}.team-container .team .img-container img{height:100%;width:100%;object-fit:cover}.team-container .team .name{font-size:20px;font-weight:600}.audit-container h1{font-weight:400;font-size:52px;margin-bottom:0}@media screen and (min-width:300px) and (max-width:480px){.table-container{overflow-x:auto}}@media screen and (min-width:481px) and (max-width:1200px){.table-container{overflow-x:auto}}.table-container table{border-collapse:collapse}.table-container table th{padding:20px;text-align:left}.table-container table td{padding:20px;border-bottom:1px solid #e10600}.table-container table td .icon-container{height:30px;width:30px}.table-container table td .icon-container img{height:100%;width:100%;object-fit:contain}.no-products-found{padding:10rem 0;text-align:center}@media screen and (min-width:100px) and (max-width:480px){.no-products-found{padding:0}}.product-slider{flex:1 1}.product-slider .swiper-slide{width:100%!important}.product-slider .swiper-wrapper{width:310px;min-height:100%}@media screen and (max-width:768px){.product-slider .swiper-wrapper{width:260px}}.cta-btn{border:1px solid #000;border-radius:1px;padding:10px 40px;background-color:transparent;background-color:#000;font-size:1rem;color:#fff;transition:all .2s linear;cursor:pointer}@media screen and (max-width:768px){.cta-btn{font-size:14px}}.black-btn{padding:15px 50px;border:1px solid #202020;background-color:white;color:#202020;width:-moz-fit-content;width:fit-content;margin-top:20px;text-transform:uppercase;letter-spacing:3px;overflow:hidden;position:relative;z-index:10;cursor:pointer}@media screen and (max-width:768px){.black-btn{padding:15px 40px;margin-top:10px}}.black-btn .text{position:relative;z-index:2;font-size:1rem;font-weight:500;transition:color .5s ease}@media screen and (max-width:768px){.black-btn .text{font-size:14px}}.black-btn:before{content:"";position:absolute;height:100%;width:100%;background-color:#202020;top:0;left:-100%;z-index:-1;transition:all .5s ease}.black-btn:hover .text{color:white}.black-btn:hover:before{left:0}.mask-clip-path{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.animated-title{display:flex;flex-direction:column;gap:.25rem;width:100%;font-size:60px;text-transform:uppercase;line-height:.8;color:white}@media screen and (max-width:1088px){.animated-title{font-size:42px;width:60%}}@media screen and (max-width:768px){.animated-title{font-size:32px;width:80%}}.title-container{display:flex;align-items:center;justify-content:center;max-width:100%;flex-wrap:wrap;gap:10px;padding:0 10px}.animated-word{transform:translate3d(10px,1px,-60px) rotateY(-60deg) rotateX(-40deg);transform-origin:50% 50% -150px!important}.animated-word,.animated-word-right{font-family:Poppins,sans-serif;font-weight:400;opacity:0;will-change:opacity,transform}.animated-word-right{transform:translate3d(10px,1px,-60px) rotateY(60deg) rotateX(-40deg);transform-origin:50% 50% -150px!important}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.4));z-index:1}@keyframes shine{0%{-webkit-mask-position:150%}to{-webkit-mask-position:-70%}}.white-shine{-webkit-mask-image:linear-gradient(95deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);-webkit-mask-size:200%;animation:shine 2.5s linear infinite}.bread-crumbs{display:flex;align-items:center}.bread-crumbs a{color:#5E5E5E;font-size:1rem;font-weight:500}.bread-crumbs p{color:#1A1A1A;font-size:1rem;font-weight:600;margin:0}.circular-gallery{width:100%;height:100%;overflow:hidden;cursor:-webkit-grab;cursor:grab}.circular-gallery:active{cursor:-webkit-grabbing;cursor:grabbing}.threads-container{position:relative;width:100%;height:100%}.quick-contact-links{position:fixed;bottom:10%;right:0;display:flex;flex-direction:column;gap:0}.quick-contact-links .icon-container{width:40px;height:40px}@media screen and (max-width:768px){.quick-contact-links .icon-container{width:30px;height:30px}}.laptops-container{min-height:200vh}.laptops-container .banner-container{display:flex;padding:100px;align-items:center;justify-content:space-between;gap:100px;height:70vh;position:relative;background-color:rgb(247,247,247)}@media screen and (max-width:768px){.laptops-container .banner-container{padding:16px;height:60vh}}.laptops-container .banner-container .banner-content{flex:1 1;max-width:900px;padding-bottom:40px}.laptops-container .banner-container .banner-content .main-text{margin:0;font-size:60px;line-height:72px;font-weight:500;color:#1A1A1A}@media screen and (max-width:1500px){.laptops-container .banner-container .banner-content .main-text{font-size:50px;line-height:62px}}@media screen and (max-width:768px){.laptops-container .banner-container .banner-content .main-text{font-size:28px;line-height:40px;left:20px}}.laptops-container .banner-container .banner-image{flex:1 1;position:absolute;bottom:-40%;right:0;padding:30px;border-radius:10px;background-color:white}@media screen and (max-width:768px){.laptops-container .banner-container .banner-image{margin-left:40px}}.laptops-container .banner-container .banner-image .img-container{width:800px;height:500px;border-radius:10px;overflow:hidden}@media screen and (max-width:1600px){.laptops-container .banner-container .banner-image .img-container{width:700px;height:400px}}@media screen and (max-width:768px){.laptops-container .banner-container .banner-image .img-container{width:100%;height:100%}}.laptops-container .banner-container .banner-image .img-container img{object-fit:cover}.galleryTitle{font-size:3rem;margin-bottom:2rem;color:var(--accent-color);text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.imageContainer{width:100%;display:flex;flex-direction:row;gap:1rem;height:600px}@media (max-width:768px){.imageContainer{flex-direction:column}}.panel{position:relative;flex:1 1;border-radius:20px;cursor:pointer;transition:flex var(--transition-speed) ease;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.2)}.panel.active{flex:5 1}.panel img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed) ease}.panel.active img{transform:scale(1.02)}.panel .content{position:absolute;bottom:0;left:0;right:0;padding:0 20px 40px;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);transform:translateY(100%);transition:transform var(--transition-speed) ease;color:white}.panel.active .content{transform:translateY(0)}.panel h3{font-size:1.5rem;margin-bottom:.5rem;opacity:0;transition:opacity var(--transition-speed) ease .1s;color:white;font-family:Poppins,sans-serif!important}.panel.active h3{opacity:1}.panel .description{font-size:.9rem;margin-bottom:1rem;opacity:0;color:#fafafa;transition:opacity var(--transition-speed) ease .2s}.panel.active .description{opacity:1}.panel .tags{display:flex;gap:.5rem;flex-wrap:wrap;opacity:0;transition:opacity var(--transition-speed) ease .3s}.panel.active .tags{opacity:1}.tag{background-color:white;color:#1A1A1A;padding:.3rem .8rem;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:1px}.sticky-cards{position:relative;width:100%;height:100%;background-color:#202020}.sticky-cards .sticky-card{position:relative;width:100%;height:100svh;background-color:#FCFCFC;color:#202020;padding:1.5rem;display:flex;gap:3rem;will-change:transform}.sticky-cards .sticky-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:var(--after-opacity,0);transition:opacity .1s ease;pointer-events:none;z-index:2}.sticky-cards .sticky-card-index{flex:2 1}.sticky-cards .sticky-card-content{flex:4 1;padding-top:1.5rem}.sticky-cards .sticky-card-content-wrapper{width:75%;display:flex;flex-direction:column;gap:1.5rem}.sticky-cards .sticky-card-header{width:75%}.sticky-cards .sticky-card-img img{aspect-ratio:5/3}.sticky-cards .sticky-card-copy{display:flex;gap:1.5rem}.sticky-cards .sticky-card-copy-title{flex:2 1}.sticky-cards .sticky-card-copy-description{flex:4 1}.sticky-cards .sticky-card-copy-title p{text-transform:uppercase;font-weight:650}@media (max-width:1000px){.sticky-cards .sticky-card{flex-direction:column;gap:0}.sticky-cards .sticky-card-content-wrapper{width:100%}.sticky-cards .sticky-card-copy{flex-direction:column;gap:.5rem}.sticky-cards .sticky-card-index{flex:1 1}}.heading{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:100px;margin-bottom:40px}@media screen and (max-width:900px){.heading{flex-direction:column;margin-bottom:20px;gap:20px}}.heading .left{flex:1 1}.heading .left h4{font-size:40px;line-height:50px;font-weight:400;color:#1A1A1A;margin:0;max-width:70%}@media screen and (max-width:900px){.heading .left h4{max-width:100%;font-size:26px;line-height:36px}}.heading .right{flex:1 1;display:flex;align-items:flex-end;justify-content:flex-end}.heading .right p{font-size:18px;margin:0;color:#5E5E5E}@media screen and (max-width:900px){.heading .right p{font-size:14px}}.marquee-heading{position:relative;overflow:hidden}.marquee-heading h2{font-size:2.5vw;line-height:3vw;color:#1A1A1A;margin:10px 0;font-weight:400;max-width:750px;text-transform:capitalize}@media screen and (max-width:900px){.marquee-heading h2{font-size:32px;line-height:42px}}@media screen and (max-width:500px){.marquee-heading h2{font-size:26px;line-height:36px}}.marquee-heading h2 span{color:#E10600}.marquee-heading .marquee-wrapper{display:inline-block;white-space:nowrap;will-change:transform}.marquee-heading .marquee-text{display:inline-block;padding-right:50px;font-size:8vw;line-height:120%;color:#292929;font-weight:600;text-transform:uppercase}@media screen and (max-width:700px){.marquee-heading .marquee-text{font-size:18vw}}.hero-banner{position:relative;height:100dvh;background-image:url(/img/banner.jpg);background-position-y:20%;background-repeat:no-repeat;background-size:cover;z-index:40}@media screen and (max-width:768px){.hero-banner{background-position-x:20%;height:100dvh}}.hero-banner .content{position:absolute;top:50%;left:100px;transform:translateY(-50%);z-index:100;max-width:900px}@media screen and (max-width:768px){.hero-banner .content{left:20px}}.hero-banner .content .main-text{margin:0;font-size:60px;line-height:72px;font-weight:500;color:#FFF}@media screen and (max-width:1500px){.hero-banner .content .main-text{font-size:50px;line-height:62px}}@media screen and (max-width:768px){.hero-banner .content .main-text{font-size:28px;line-height:40px;left:20px}}.bottom-content{position:absolute;bottom:40px;right:100px;z-index:100;margin:0;font-size:64px}@media screen and (max-width:768px){.bottom-content{font-size:38px;right:20px;bottom:35px}}.text-white{color:white;z-index:40}.text-black{color:black;z-index:0}.highlight-text,.highlight-text-2{padding:100px 0;background-color:#000}@media screen and (max-width:900px){.highlight-text,.highlight-text-2{padding:50px 0}}.highlight-text .text-reveal-container,.highlight-text-2 .text-reveal-container{align-items:flex-start;justify-content:flex-start}.highlight-text .text-reveal-container .reveal-text,.highlight-text-2 .text-reveal-container .reveal-text{font-weight:600}.highlight-text-2 .text-reveal-container{align-items:flex-end;justify-content:flex-end}.what-we-do{margin:100px auto 0;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;position:relative}@media screen and (max-width:768px){.what-we-do{height:800px;margin:0 auto}}@media screen and (max-width:390px){.what-we-do{height:800px}}.pin-spacer{pointer-events:none}.second-container{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:absolute;top:100px;left:50%;transform:translate(-50%);width:100%}@media screen and (max-width:768px){.second-container{top:80px}}.second-container .heading{text-align:center;display:flex;align-items:center;flex-direction:column;gap:0}.second-container .heading p{font-size:20px;margin:0 0 20px}@media screen and (max-width:768px){.second-container .heading p{font-size:14px}}.second-container .heading .service-heading{font-size:3vw;line-height:130%;color:black;margin:0;font-weight:400;max-width:900px}@media screen and (max-width:768px){.second-container .heading .service-heading{font-size:26px;line-height:36px;width:100%}}.what-we-do-container{position:absolute;top:80%;left:15%;width:70%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;text-align:center;padding:50px 50px 0;background:linear-gradient(180deg,#FFFFFF,rgb(133,225,255));-webkit-mask-image:linear-gradient(180deg,rgb(0,0,0) 70%,rgba(255,255,255,0));mask-image:linear-gradient(180deg,rgb(0,0,0) 70%,rgba(255,255,255,0));border-top-left-radius:150px;border-top-right-radius:150px;border:1px solid #e1e1e1}@media screen and (max-width:768px){.what-we-do-container{width:90vw;left:5%;padding:50px 20px 0;border-top-left-radius:100px;border-top-right-radius:100px}}.what-we-do-container h2{font-size:3vw;color:#1A1A1A;margin:0 0 10px;font-weight:400}@media screen and (max-width:768px){.what-we-do-container h2{font-size:32px;margin:0 0 20px}}.what-we-do-container p{font-size:20px;color:#5E5E5E;width:1200px}@media screen and (max-width:1500px){.what-we-do-container p{width:1000px}}@media screen and (max-width:1200px){.what-we-do-container p{width:100%}}@media screen and (max-width:768px){.what-we-do-container p{font-size:14px}}.what-we-do-container .img-container{width:55%}@media screen and (max-width:768px){.what-we-do-container .img-container{width:80%}.what-we-do-container .img-container .desk-img{display:none}}.what-we-do-container .img-container .mob-img{display:none;margin-top:20px}@media screen and (max-width:768px){.what-we-do-container .img-container .mob-img{display:block}}.stats-container{display:flex;align-items:center;justify-content:center;text-align:center}.stats-container .stats{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;border:1px solid #e1e1e1;border-radius:20px;padding:30px 20px;width:100%}@media screen and (max-width:900px){.stats-container .stats{flex-direction:column;gap:20px;border:none;padding:0}}.stats-container .stats .stat{padding:0 100px;border-right:1px solid #e1e1e1}@media screen and (max-width:1400px){.stats-container .stats .stat{padding:0 50px}}@media screen and (max-width:900px){.stats-container .stats .stat{padding:0;border:none}}.stats-container .stats .stat:last-child{border:none}.stats-container .stats .stat h4,.stats-container .stats .stat span{font-size:6vw;font-weight:400;margin:0;line-height:100%}@media screen and (max-width:900px){.stats-container .stats .stat h4,.stats-container .stats .stat span{font-size:3.5rem;font-weight:300;margin:5px 0}}.stats-container .stats .stat p{font-weight:400;font-size:1.2rem;margin:0}@media screen and (max-width:900px){.stats-container .stats .stat p{font-size:1rem}}.chooseus-container{width:100%;padding:0;background:#f8f9fb}.chooseus-container .chooseus-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:992px){.chooseus-container .chooseus-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.chooseus-container .chooseus-grid{grid-template-columns:1fr}}.chooseus-container .chooseus-card{background:#fff;padding:30px;border-radius:16px;text-align:left;box-shadow:0 4px 14px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #eee}@media (max-width:1500px){.chooseus-container .chooseus-card{padding:20px}}@media (max-width:900px){.chooseus-container .chooseus-card{padding:16px}}.chooseus-container .chooseus-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#d1d1d1}.chooseus-container .chooseus-card .icon-circle{width:50px;height:50px;background:#0072ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width:900px){.chooseus-container .chooseus-card .icon-circle{width:40px;height:40px;font-size:16px}}.chooseus-container .chooseus-card h3{font-size:26px;font-weight:500;margin-bottom:12px;color:#222;line-height:1.3}.chooseus-container .chooseus-card p{font-size:15px;color:#555;line-height:1.6}.bento-image-2{display:flex;align-items:center;justify-content:center;padding:40px 0;height:100dvh}.bento-image-2 .img-container{position:relative;width:100dvw;height:100dvh;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);border-radius:0;overflow:hidden}.bento-image-2 .img-container img{object-fit:cover;border-radius:0}.bento-image-2 .img-container .overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.4));overflow:hidden;z-index:1}.bento-image-2 .title-container{align-items:flex-start;justify-content:start}.bento-image-2 .service-title{position:absolute;top:30%;left:10%;color:white;z-index:100;opacity:1;max-width:700px}@media screen and (max-width:768px){.bento-image-2 .service-title{left:0;top:100px;max-width:100%;padding:0 20px}}.bento-image-2 .service-title h2{font-size:60px;font-weight:400;line-height:68px;color:white;margin-bottom:20px}@media screen and (max-width:768px){.bento-image-2 .service-title h2{font-size:32px;line-height:50px}}.bento-image-2 .service-title p{font-size:16px}@media screen and (max-width:768px){.bento-image-2 .service-title p{font-size:14px}}.need-us-container{display:flex;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:100px;padding:100px 0}@media screen and (max-width:768px){.need-us-container{flex-direction:column;gap:40px;padding:40px 0}}.need-us-container h4{flex:1 1;font-size:36px;font-weight:400;line-height:46px;margin:10px 0;max-width:500px;color:#5E5E5E}@media screen and (max-width:768px){.need-us-container h4{font-size:24px;line-height:36px}}.need-us-container .key-points{flex:1.5 1;display:flex;flex-direction:column;align-items:flex-end;gap:60px}@media screen and (max-width:768px){.need-us-container .key-points{gap:30px}}.need-us-container .key-points .points{display:flex;gap:40px}@media screen and (max-width:768px){.need-us-container .key-points .points{gap:20px}}.need-us-container .key-points .points img{width:80px;height:80px}@media screen and (max-width:768px){.need-us-container .key-points .points img{width:60px;height:60px}}.need-us-container .key-points .points h2{color:#1A1A1A;font-size:36px;font-weight:500;line-height:48px;margin:0;max-width:700px}@media screen and (max-width:768px){.need-us-container .key-points .points h2{font-size:24px;line-height:36px}}.marquee-heading{margin:100px 0}@media screen and (max-width:768px){.marquee-heading{margin:40px 0}}.marquee-heading marquee{font-size:150px;color:black}.marquee-heading marquee span{color:#3E77EE}@media screen and (max-width:768px){.marquee-heading marquee{font-size:100px}}.services-container .accessory-services,.services-container .laptop-services{padding-bottom:40px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.services-container .accessory-services .service-title,.services-container .accessory-services .service-title-2,.services-container .laptop-services .service-title,.services-container .laptop-services .service-title-2{max-width:700px}.services-container .accessory-services .service-title h4,.services-container .accessory-services .service-title-2 h4,.services-container .laptop-services .service-title h4,.services-container .laptop-services .service-title-2 h4{display:flex;align-items:center;gap:7px;font-size:32px;color:#2E3642;font-weight:500;margin:0}@media screen and (max-width:768px){.services-container .accessory-services .service-title h4,.services-container .accessory-services .service-title-2 h4,.services-container .laptop-services .service-title h4,.services-container .laptop-services .service-title-2 h4{font-size:20px;margin:10px 0}}.services-container .accessory-services .service-title h4 .dash,.services-container .accessory-services .service-title-2 h4 .dash,.services-container .laptop-services .service-title h4 .dash,.services-container .laptop-services .service-title-2 h4 .dash{display:block;content:"";width:20px;height:2px;border-radius:26px;background-color:#2E3642}.services-container .accessory-services .service-title p,.services-container .accessory-services .service-title-2 p,.services-container .laptop-services .service-title p,.services-container .laptop-services .service-title-2 p{font-size:20px;font-weight:400;color:#5E5E5E;margin:0}@media screen and (max-width:768px){.services-container .accessory-services .service-title p,.services-container .accessory-services .service-title-2 p,.services-container .laptop-services .service-title p,.services-container .laptop-services .service-title-2 p{font-size:14px}}.services-container .accessory-services .services,.services-container .laptop-services .services{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:40px 0;width:100%}@media screen and (max-width:1200px){.services-container .accessory-services .services,.services-container .laptop-services .services{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.services-container .accessory-services .services,.services-container .laptop-services .services{grid-template-columns:repeat(1,1fr)}}.services-container .accessory-services .services .box,.services-container .laptop-services .services .box{flex:1 1;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s;cursor:pointer;height:500px;background-color:#000}@media screen and (max-width:768px){.services-container .accessory-services .services .box,.services-container .laptop-services .services .box{height:300px}}.services-container .accessory-services .services .box:hover .content,.services-container .laptop-services .services .box:hover .content{transform:translateY(0)}.services-container .accessory-services .services .box:hover .description,.services-container .laptop-services .services .box:hover .description{opacity:1}.services-container .accessory-services .services .box .image-container,.services-container .laptop-services .services .box .image-container{width:100%;height:100%;opacity:.95}@keyframes services-item{0%{transform:scale(1)}to{transform:scale(1.2)}}.services-container .accessory-services .services .box .image-container img,.services-container .laptop-services .services .box .image-container img{object-fit:cover;object-position:center center;animation:services-item 4s infinite alternate}.services-container .accessory-services .services .box .content,.services-container .laptop-services .services .box .content{position:absolute;bottom:20px;left:20px;right:20px;z-index:2;padding:20px 0;transform:translateY(100px);transition:transform .3s ease}.services-container .accessory-services .services .box .content h4,.services-container .laptop-services .services .box .content h4{font-size:26px;color:#fff;font-weight:500;margin:0}@media screen and (max-width:1500px){.services-container .accessory-services .services .box .content h4,.services-container .laptop-services .services .box .content h4{font-size:20px}}.services-container .accessory-services .services .box .description,.services-container .laptop-services .services .box .description{opacity:0}.services-container .accessory-services .services .box .description p,.services-container .laptop-services .services .box .description p{font-size:16px;margin:0 0 12px;color:#fff}@media screen and (max-width:1500px){.services-container .accessory-services .services .box .description p,.services-container .laptop-services .services .box .description p{font-size:14px}}.services-container .accessory-services .services .box .description a,.services-container .laptop-services .services .box .description a{color:#fff;font-weight:500;display:inline-flex;align-items:center;gap:6px}.services-container .accessory-services .services .box .description a svg,.services-container .laptop-services .services .box .description a svg{transition:transform .3s ease}.services-container .accessory-services .services .box .description a:hover svg,.services-container .laptop-services .services .box .description a:hover svg{transform:translateX(6px)}.services-container .accessory-services{align-items:flex-end}.services-container .accessory-services .service-title-2{text-align:right}.services-container .accessory-services .service-title-2 h4{justify-content:flex-end}.clients-slider{width:100%;height:100px;overflow:hidden;margin-top:100px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent)}.clients-slider .list{display:flex;width:100%;min-width:900px;position:relative}@keyframes autoRun{0%{left:100%}to{left:-150px}}.clients-slider .list .item{width:150px;height:100px;position:absolute;left:100%;animation:autoRun 14s linear infinite;animation-delay:calc(2.3333333333s * (var(--position) - 1))}.clients-slider .list .item img{width:100%}.clients-slider:hover .item{animation-play-state:paused!important}.best-seller-section{padding:100px 0;background:repeating-linear-gradient(150deg,#f0f0f0,white 2px,white 0,white 40px);-webkit-mask-image:linear-gradient(180deg,rgb(0,0,0) 97%,rgba(255,255,255,0));mask-image:linear-gradient(180deg,rgb(0,0,0) 97%,rgba(255,255,255,0));-webkit-mask-image:linear-gradient(0deg,rgb(0,0,0) 97%,rgba(255,255,255,0));mask-image:linear-gradient(0deg,rgb(0,0,0) 97%,rgba(255,255,255,0));overflow:hidden;margin-top:0}@media screen and (max-width:768px){.best-seller-section{margin-top:100px;padding:20px 0}}.best-seller-section .seller-container .product-slider{flex:1 1;width:100%;padding-left:60px}@media screen and (max-width:768px){.best-seller-section .seller-container .product-slider{padding-left:0;width:100%}}.best-seller-section .seller-container .product-slider .swiper-slide{width:100%!important}.best-seller-section .seller-container .product-slider .swiper-wrapper{width:360px;min-height:100%}@media screen and (max-width:768px){.best-seller-section .seller-container .product-slider .swiper-wrapper{width:260px}}.product-card{transition:all .3s ease-out;cursor:pointer;margin:10px 0;border-radius:12px}.product-card:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}.product-card .img-container{padding:0 10px;width:100%;height:300px;background-color:#fff}.product-card .content{padding:15px 20px;transition:all .3s ease-out;background-color:#F9F9F9;border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media screen and (max-width:768px){.product-card .content{padding:0 16px 10px}}.product-card .content span{font-size:14px;color:rgb(7,49,202)}.product-card .content .card-title{font-size:1.7vw;line-height:140%;font-weight:400;color:#1A1A1A;margin:0 0 10px}@media screen and (max-width:768px){.product-card .content .card-title{font-size:20px}}.product-card .content .desc{font-size:14px;margin:0;color:#5E5E5E;font-weight:500}@media screen and (max-width:768px){.product-card .content .desc{font-size:12px}}.product-card .content .price{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.product-card .content .price p{font-size:1.8vw;color:#1A1A1A;margin:0}@media screen and (max-width:768px){.product-card .content .price p{font-size:24px}}.product-card .content .price p span{font-size:14px;color:#E10600;text-decoration:line-through}.product-card .content .price button{transition:all .3s ease-out;background:none;cursor:pointer;border-radius:100%;padding:7px 7px 0;font-size:16px}@media screen and (max-width:768px){.product-card .content .price button{font-size:12px}}.product-card:hover .content{background-color:white}.product-card:hover .content button{background-color:#2E3642;color:white!important}.text-reveal-container{display:flex;align-items:flex-end;justify-content:flex-end;width:100%;padding:0 20px}.text-reveal-container .reveal{max-width:70%}@media screen and (max-width:768px){.text-reveal-container .reveal{max-width:100%}}.text-reveal-container .reveal-text{font-weight:800;font-size:3vw;line-height:120%;text-transform:uppercase;color:#1A1A1A;filter:drop-shadow(0 0 .06rem rgb(2,2,2))}@media screen and (max-width:768px){.text-reveal-container .reveal-text{font-size:7vw}}.last-section-container{margin:100px auto 0;display:flex;align-items:center;justify-content:center;position:relative}.last-section-container,.last-section-container .img-container{width:100vw;height:100vh}.last-section-container .img-container img{object-fit:cover}.last-section-container .content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;text-align:center}.last-section-container .content h2{font-size:64px;color:white;margin:0 0 10px;font-weight:400}@media screen and (max-width:768px){.last-section-container .content h2{font-size:32px;margin:0 0 20px}}.last-section-container .content p{font-size:20px;color:#E4E4E6}@media screen and (max-width:768px){.last-section-container .content p{font-size:14px}}.blogs-container{padding-top:20px}.blogs-container .blog-title h1{font-size:4rem;margin:0;font-weight:500}@media screen and (max-width:768px){.blogs-container .blog-title h1{font-size:2.5rem}}.blogs-container .blog-title p{font-size:20px;font-weight:500}@media screen and (max-width:768px){.blogs-container .blog-title p{font-size:16px}}.blogs-container .blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:20px}@media screen and (max-width:768px){.blogs-container .blogs-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.blogs-container .blog-card{transition:all .3s ease-out;padding:20px;cursor:pointer}.blogs-container .blog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.blogs-container .blog-card .img-container{width:100%;overflow:hidden}.blogs-container .blog-card .img-container img{width:100%;height:100%;object-fit:cover;transition:transform 5s ease;transform-origin:center center}.blogs-container .blog-card .img-container img:hover{transform:scale(1.4)}.blogs-container .blog-card .content{padding:0 5px}.blogs-container .blog-card .content h4{font-size:20px;margin:10px 0;font-weight:500}.blogs-container .blog-card .content p{font-size:14px}.blogs-container .blog-card .content .bottom-section{display:flex;align-items:center;justify-content:space-between;gap:20px}.blogs-container .blog-card .content .bottom-section .read-more{font-size:14px;font-weight:500;color:#2E3642;width:-moz-fit-content;width:fit-content;position:relative;cursor:pointer}.blogs-container .blog-card .content .bottom-section .read-more:before{content:"";position:absolute;left:0;bottom:-2px;width:75px;height:2px;background-color:#2E3642;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.blogs-container .blog-card .content .bottom-section .read-more:hover:before{transform:scaleX(1);transform-origin:left}.blogs-container .blog-card .content .bottom-section span{font-size:14px;color:#5E5E5E}.connect-us{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:0 150px}@media screen and (max-width:1400px){.connect-us{padding:0 0 100px}}@media screen and (max-width:768px){.connect-us{padding:0 0 40px}}.connect-us h1{font-size:4rem;font-weight:500;margin:20px 0;line-height:120%}.connect-us h1 span{color:#3E77EE}@media screen and (max-width:768px){.connect-us h1{font-size:2rem}}.connect-us p{font-size:1.5rem;font-weight:400;color:#5E5E5E;margin:10px 0 20px}@media screen and (max-width:768px){.connect-us p{font-size:1rem;margin:0 0 10px}}.connect-us .btns{display:flex;gap:10px;flex-direction:row}@media screen and (max-width:768px){.connect-us .btns{flex-direction:column;gap:10px}.connect-us .btns .black-btn{width:100%;margin:0}}.contact-container{margin-top:60px;display:flex;flex-direction:column;align-items:center}.contact-container h1{max-width:700px;text-align:center;font-size:54px;font-weight:500;line-height:64px;color:#1A1A1A;text-transform:capitalize}@media screen and (max-width:768px){.contact-container h1{font-size:32px;line-height:42px}}.contact-container h1 span{color:#E10600;color:#3E77EE}.contact-container .form-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;padding:40px}@media screen and (max-width:1500px){.contact-container .form-container{gap:20px}}@media screen and (max-width:900px){.contact-container .form-container{flex-direction:column;padding:0}}.contact-container .form-container .form{flex:1 1;border:1px solid #e1e1e1;border-radius:10px;padding:20px}.contact-container .form-container .form .black-btn{padding:14px 30px}.contact-container .form-container .address{flex:1 1;padding:0 16px}.contact-container .form-container .address iframe{width:100%;height:310px}.contact-container .form-container .address .details{border:1px solid #e1e1e1;border-radius:5px;margin-top:10px}.contact-container .form-container .address .details hr{background-color:#b2b2b2;margin:0}.contact-container .form-container .address .details div{display:flex;align-items:flex-start;gap:10px;padding:15px 20px}@media screen and (max-width:768px){.contact-container .form-container .address .details div{padding:10px}}.contact-container .form-container .address .details div a,.contact-container .form-container .address .details div p,.contact-container .form-container .address .details div strong{font-size:16px;margin:2px 0 0;font-weight:300}@media screen and (max-width:768px){.contact-container .form-container .address .details div a,.contact-container .form-container .address .details div p,.contact-container .form-container .address .details div strong{font-size:14px}}.contact-container .form-container .address .details div a{color:#0072ff!important;font-weight:400}.contact-container .form-container .address .details div strong{font-weight:500}.faq-container{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:0;margin-top:100px}@media screen and (max-width:768px){.faq-container{margin-top:100px}}.faq-container .faq-title{flex:1 1;max-width:700px}.faq-container .faq-title h4{font-size:48px;font-weight:500;margin:20px 0 10px;line-height:120%;color:#1A1A1A}@media screen and (max-width:768px){.faq-container .faq-title h4{font-size:24px}}.faq-container .faqs{flex:1 1;width:100%}.faq-container .faqs .faq-item{border-bottom:1px solid #ddd;margin-bottom:10px}.faq-container .faqs .faq-question{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;font-weight:400;padding:20px 0 10px;font-weight:500}.faq-container .faqs .faq-question .question{font-size:1.7vw;font-weight:300;font-family:Poppins}@media screen and (max-width:768px){.faq-container .faqs .faq-question .question{font-size:5.5vw}}.faq-container .faqs .faq-answer{overflow:hidden;font-weight:300;max-width:90%}@media screen and (max-width:768px){.faq-container .faqs .faq-answer{max-width:100%}}.faq-container .faqs .faq-answer .description{margin:10px 0;line-height:150%;font-size:1.2vw}@media screen and (max-width:768px){.faq-container .faqs .faq-answer .description{font-size:4vw}}.intro{height:80vh;overflow:hidden}@media screen and (max-width:900px){.intro{height:50vh}}.intro .content{position:relative;height:100%}.intro .content h6{font-size:80px;line-height:140%;font-weight:400;margin:0;max-width:70%;padding:50px 0 0}@media screen and (max-width:1500px){.intro .content h6{font-size:60px}}@media screen and (max-width:900px){.intro .content h6{font-size:36px}}.intro .content p{position:absolute;right:0;bottom:0;font-size:50px;line-height:120%;max-width:35%}.intro .content p span{color:#E10600;color:#3E77EE}@media screen and (max-width:1500px){.intro .content p{font-size:40px}}@media screen and (max-width:900px){.intro .content p{font-size:26px;max-width:70%}}.mission{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:80dvh;padding:0 100px}@media screen and (max-width:768px){.mission{padding:0 20px;height:50vh}}.mission .content{max-width:1300px}@media screen and (max-width:768px){.mission .content{max-width:100%}}.mission .content p{font-size:24px;color:#5E5E5E;font-weight:500;text-transform:capitalize}@media screen and (max-width:768px){.mission .content p{font-size:16px}}.mission .content h2{font-size:64px;line-height:80px;color:#1A1A1A;margin:20px 0 0;font-weight:400;text-transform:capitalize}@media screen and (max-width:768px){.mission .content h2{font-size:24px;line-height:36px}}.mission .content h2 span{color:#3E77EE}.who-are-we{display:flex;gap:50px;flex-direction:row}@media screen and (max-width:768px){.who-are-we{gap:0;flex-direction:column}}.who-are-we .left{flex:1 1}.who-are-we .left h5{font-size:40px;line-height:50px;font-weight:400;color:#1A1A1A;margin:0 0 10px}@media screen and (max-width:768px){.who-are-we .left h5{font-size:28px;line-height:36px}}.who-are-we .left p{font-size:18px;color:#5E5E5E;font-weight:400}@media screen and (max-width:768px){.who-are-we .left p{font-size:14px}}.who-are-we .right{flex:1.2 1;padding-top:50px}@media screen and (max-width:768px){.who-are-we .right{padding-top:20px}}.who-are-we .right h4{font-size:2.3vw;line-height:130%;font-weight:400;color:#1A1A1A;margin:0 0 10px}@media screen and (max-width:768px){.who-are-we .right h4{font-size:7vw}}.we-provide .marquee-heading{margin:40px 0}.we-provide .flex-col{display:flex;flex-direction:column;gap:20px;width:100%;overflow:hidden}.we-provide .flex-col .provide{padding:40px 80px;background-color:#0072ff;color:white;width:70vw}@media screen and (max-width:1500px){.we-provide .flex-col .provide{width:80vw}}@media screen and (max-width:768px){.we-provide .flex-col .provide{width:95vw;padding:20px 0 10px}}.we-provide .flex-col .provide .flex{gap:20px}.we-provide .flex-col .provide .flex .icon-container{width:100px;height:100px}@media screen and (max-width:768px){.we-provide .flex-col .provide .flex .icon-container{display:none}}.we-provide .flex-col .provide .flex .content{max-width:700px}.we-provide .flex-col .provide .flex .content h6{font-size:2rem;line-height:120%;font-weight:400;margin-bottom:10px}@media screen and (max-width:768px){.we-provide .flex-col .provide .flex .content h6{font-size:26px}}.we-provide .flex-col .provide .flex .content p{color:#FCFCFC;font-size:16px}@media screen and (max-width:768px){.we-provide .flex-col .provide .flex .content p{font-size:14px}}.we-provide .flex-col .left{border-top-right-radius:200px;border-bottom-right-radius:200px}@media screen and (max-width:768px){.we-provide .flex-col .left{padding-right:30px}}.we-provide .flex-col .right{margin-left:auto;border-top-left-radius:200px;border-bottom-left-radius:200px}@media screen and (max-width:768px){.we-provide .flex-col .right{padding-left:30px}}.services{margin-top:100px}@media screen and (max-width:768px){.services{margin-top:60px}}.services h3{font-size:60px;font-weight:400;margin:20px;padding:0 100px}@media screen and (max-width:768px){.services h3{font-size:28px;padding:0;line-height:50px;margin:0 20px}}.services .circular-gallery{position:relative;height:500px}@media screen and (max-width:1500px){.services .circular-gallery{height:400px}}@media screen and (max-width:768px){.services .circular-gallery{height:300px}}.hero{position:relative;width:100vw!important;height:100vh!important;background-color:#141414;text-align:center;overflow:hidden;margin:0!important}.fadeOverlay,.heroImgContainer,.heroImgContainer img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.heroImgLogo img{top:25%;width:250px;height:auto;object-fit:contain}.heroImgCopy,.heroImgLogo img{position:absolute;left:50%;transform:translate(-50%)}.heroImgCopy{bottom:20%;will-change:opacity}.heroImgCopy p{font-size:.65rem}.fadeOverlay{background-color:#fff;will-change:opacity}.logoContainer{position:fixed;top:25%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;width:400px;height:400px;z-index:2}.overlayCopy{position:absolute;bottom:25%;left:50%;transform:translate(-50%);z-index:2;width:100%}.overlayCopy h1{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;transform-origin:center 0}.outro{position:relative;width:100vw;height:100vh;background-color:white;display:flex;justify-content:center;align-items:center}@media (max-width:900px){h1{font-size:2rem;letter-spacing:0}p{font-size:1rem}.overlayCopy{width:100%}}.cards{position:relative;display:flex;flex-direction:column;overflow:hidden}.cards .card{position:relative;width:100vw;height:100vh;padding:1.5em}@media (max-width:768px){.cards .card{padding:5px}}.cards .cardWrapper{position:relative;width:100%;height:100%;will-change:transform}.cards .cardImg{position:absolute;width:100%;height:100%;border-radius:150px;overflow:hidden;pointer-events:none}@media (max-width:768px){.cards .cardImg{height:100vh}}.cards .cardImg img{transform:scale(2);object-fit:cover}.cards .cardContent{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:100;padding-top:50px}.cards .cardTitle{width:100%;text-align:center;margin-bottom:10px}.cards .cardTitle h1{font-size:4rem;font-weight:500;line-height:100%;color:white;margin:0}@media (max-width:768px){.cards .cardTitle h1{font-size:2rem}}.cards .cardDescription{text-align:center;width:60%;margin-bottom:20px;opacity:0}@media (max-width:768px){.cards .cardDescription{width:95%}}.cards .cardDescription p{font-size:1.3rem;font-weight:300;line-height:150%;color:#FCFCFC}@media (max-width:768px){.cards .cardDescription p{font-size:1rem}}.cards .white-cta{border:none;background-color:#FFF;border-radius:26px;padding:10px 30px;font-size:1.2rem;font-weight:400;cursor:pointer;z-index:999;display:inline-block;pointer-events:auto;opacity:0;transform:translateY(20px)}.cards .char{position:relative;overflow:hidden;display:inline-block}.cards .char span{transform:translateX(100%);display:inline-block;will-change:transform}.cards .card:nth-child(2){margin-top:50vh}.app h1{font-size:4rem;font-weight:600;line-height:1;margin-bottom:2.5em}.app p{font-size:1.25rem;font-weight:500}.app .hero,.app .intro,.app .outro{position:relative;width:100vw;height:100vh;padding:2em}.app .hero{padding:0}.app .intro,.app .outro{background-color:#fff;display:flex;align-items:center}.app .intro h1,.app .outro h1{margin-bottom:0}.app .card,.app .card-inner{position:relative}.app .card-inner{will-change:transform;width:100%;height:100%;padding:2em;display:flex;gap:4em}.app .card-content{flex:3 1}.app .card-img{flex:1 1;aspect-ratio:16/9;border-radius:.75em;overflow:hidden}.app #card-1 .card-inner{background-color:#c3abff}.app #card-2 .card-inner{background-color:#ffffff}.app #card-3 .card-inner{background-color:#fed35b}.app #card-4 .card-inner{background-color:#1e1e1e;color:#fff}@media (max-width:900px){.app h1{margin-bottom:4rem}.app p{font-size:1rem}.app .card-inner{flex-direction:column}.app .card-img{display:none}}.thankyou-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fa;padding:2rem}.thankyou-page .thankyou-card{border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.08);padding:2.5rem;max-width:440px;width:100%;transition:all .3s ease;text-align:center}@media (max-width:900px){.thankyou-page .thankyou-card{padding:20px}}.thankyou-page .thankyou-card .icon-wrapper{width:70px;height:70px;border-radius:50%;background:#eaf8f0;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.thankyou-page .thankyou-card .icon-wrapper .check-icon{width:36px;height:36px;color:#27ae60}.thankyou-page .thankyou-card h1{font-size:2rem;color:#333;font-weight:600;margin-bottom:0}.thankyou-page .thankyou-card .message{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}@media (max-width:900px){.thankyou-page .thankyou-card .message{margin-bottom:20px;font-size:14px}}.thankyou-page .thankyou-card .black-btn{margin-top:0;padding:14px 40px}.startup-container .heading{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;max-width:900px;margin:25vh auto 10vh;gap:0}.startup-container .heading h1{font-size:3.5vw;font-weight:400;margin:20px 0;line-height:110%}@media (max-width:900px){.startup-container .heading h1{font-size:6vw;line-height:140%;margin:10px 0}}.startup-container .heading p{font-size:20px;padding:0 50px}@media (max-width:900px){.startup-container .heading p{font-size:14px;padding:0}}.startup-container .marquee-heading{margin:200px 0 50px}.startup-container .laptops{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:1402px){.startup-container .laptops{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.startup-container .laptops{grid-template-columns:1fr;gap:10px}}.startup-container .chooseus-container{background-color:white}.startup-container .chooseus-container .marquee-heading{margin:0 0 50px}.accessories{background-color:#f5f5f5}.accessories .container{display:flex;align-items:center;flex-direction:row;gap:50px}@media (max-width:900px){.accessories .container{flex-direction:column;gap:20px;padding:30px 0}}.accessories .container .left{flex:1 1}.accessories .container .left h6{font-size:32px;font-weight:500;color:#1A1A1A;margin:0;line-height:140%}@media (max-width:900px){.accessories .container .left h6{font-size:24px;line-height:120%}}.accessories .container .left ul{list-style:disc;margin:20px 0 0;padding-left:20px}.accessories .container .left ul li{font-size:1rem;color:#5E5E5E;margin-bottom:10px}.accessories .container .right{flex:1 1}.accessories .container .right .img-container{max-width:600px;margin:0 0 0 auto}.black-screen{background-color:#1A1A1A;border-radius:20px;padding:80px 16px 50px;text-align:center;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.black-screen{padding:40px 16px 20px;margin:40px auto 0!important;max-width:95%}}.black-screen .content{max-width:850px;text-align:center}.black-screen .content h2{font-size:44px;line-height:140%;color:white;margin:0 0 20px;font-weight:500}@media (max-width:768px){.black-screen .content h2{font-size:28px}}.black-screen .content p{font-size:1rem;color:#FCFCFC}@media (max-width:768px){.black-screen .content p{font-size:14px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}