.logo-container{display:flex;justify-content:center;align-items:center;gap:12px;padding:5px;margin:-5px}.logo-container div:nth-of-type(1){padding:4px;background-color:#000;border-radius:100px}.logo-container .fade-container{opacity:0;transition:opacity 1s ease-in-out}.logo-container .fade-in{opacity:1}.logo-container .fade-out{opacity:0}.logo-container .fade-out.hide{display:none}.logo-container .lottie-animation{width:clamp(3rem,2.912rem + .3756vw,3.25rem);height:clamp(3rem,2.912rem + .3756vw,3.25rem)}svg.liquid-button{pointer-events:auto}svg.liquid-button>*{cursor:pointer}svg.liquid-button.disabled{pointer-events:none;cursor:not-allowed;opacity:.7}.normal-button.menu-button{margin-right:calc(max(5vw,1.125rem) - (max(5vw,1.125rem) - 1.125rem));padding:.7rem}.normal-button .dot-container{gap:.25rem}.normal-button .semicircle{width:.3125rem;height:.625rem;background-color:#fff;border-top-left-radius:1rem;border-bottom-left-radius:1rem}.normal-button .square{width:.625rem;height:.625rem;background-color:#fff}#contact-address{display:block;color:var(--color, #272727);font-size:var(--fontSize, clamp(1rem, .8239rem + .7512vw, 1.5rem));font-weight:var(--fontWeight, 500);height:fit-content;line-height:var(--lineHeight, clamp(1.4rem, 1.312rem + .3756vw, 1.65rem));text-decoration:none;transition:.6s transform cubic-bezier(.35,0,0,1);width:fit-content}#contact-address .contact-address-line{width:fit-content;transition:.6s transform cubic-bezier(.35,0,0,1)}#contact-address.animate:hover .contact-address-line{transform:translate3d(var(--delta-x),0,0)}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;transform:scale(0);overflow:hidden}.modal-backdrop.show{transform:scale(1);background-color:#00000080;animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards;pointer-events:auto}.modal-backdrop.show .modal{transform:translate(-1500px);animation:roadRunnerIn .3s cubic-bezier(.165,.84,.44,1) forwards}.modal-backdrop.show.hide{animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards}.modal-backdrop.show.hide .modal{animation:roadRunnerOut .5s cubic-bezier(.165,.84,.44,1) forwards}.modal-backdrop .modal{background:#fff;padding:2rem 1.5rem;border-radius:1.5rem;max-width:37.5rem;width:100%;box-shadow:0 .35rem 1rem #0000004d;position:relative}.modal-backdrop .modal .close-button{position:absolute;top:.625rem;right:.625rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.modal-backdrop .modal .close-button img{filter:invert(1);width:3rem}@media screen and (max-width: 992px){.modal-backdrop .modal .close-button img{width:2.5rem}}.modal-backdrop .modal .modal-content{margin-top:1.25rem;display:flex;flex-direction:column;font-family:Satoshi;max-height:calc(90dvh - 6rem);overflow:auto;scrollbar-width:auto;-ms-overflow-style:scrollbar;scrollbar-gutter:stable both-edges;padding:0 10px}.modal-backdrop .modal .modal-content::-webkit-scrollbar{display:block;width:3px;background-color:#f5f5f5;padding-left:3px}.modal-backdrop .modal .modal-content::-webkit-scrollbar-thumb{width:3px;background-color:#515151;border-radius:5px;opacity:.75}.modal-backdrop .modal .modal-content h2{font-size:2rem;font-weight:700;margin-bottom:.8rem}@media screen and (max-width: 992px){.modal-backdrop .modal .modal-content h2{font-size:1.5rem}}.modal-backdrop .modal .modal-content p{font-size:1rem;font-weight:500;line-height:1.25rem;color:#8b8e98;margin-bottom:1.5rem}@media screen and (max-width: 992px){.modal-backdrop .modal .modal-content p{font-size:.8rem;line-height:1rem;margin-bottom:1rem}}.modal-backdrop .modal .modal-content form{display:flex;flex-direction:column;gap:1rem}.modal-backdrop .modal .modal-content form .input_container{width:100%;height:fit-content;display:flex;flex-direction:column;gap:.3125rem}.modal-backdrop .modal .modal-content form .input_label{font-size:.9375rem;font-weight:500;line-height:1.125rem}.modal-backdrop .modal .modal-content form .input-field{width:auto;height:2.75rem;padding:1rem;border-radius:.625rem;outline:none;background-color:#f2f2f2;border:1px solid rgba(229,229,229,0);transition:all .3s cubic-bezier(.15,.83,.66,1);font-family:Satoshi;font-size:.9375rem}.modal-backdrop .modal .modal-content form .input-field::placeholder{font-family:Satoshi;color:#27272766}.modal-backdrop .modal .modal-content form .input-field.error{border:1px solid red}.modal-backdrop .modal .modal-content form .textarea-field{height:auto;resize:none}.modal-backdrop .modal .modal-content form .input-field:focus{border:1px solid #242424;background-color:transparent}.modal-backdrop .modal .modal-content form .submit-button{background-color:#000;justify-content:center;color:#fff;text-transform:capitalize;font-family:Satoshi;font-size:1rem;font-weight:700;line-height:1.125rem}.modal-backdrop .modal .modal-content form .submit-button:disabled{cursor:not-allowed;background-color:#8e8e8e}.modal-backdrop .modal .modal-content form .error-message{color:red;margin-top:-16px}@keyframes fadeIn{0%{background:#0000}to{background:#000000b3}}@keyframes fadeOut{0%{background:#000000b3}to{background:#0000}}@keyframes roadRunnerIn{0%{transform:translate(-1500px) skew(30deg) scaleX(1.3)}70%{transform:translate(30px) skew(0) scaleX(.9)}to{transform:translate(0) skew(0) scaleX(1)}}@keyframes roadRunnerOut{0%{transform:translate(0) skew(0) scaleX(1)}30%{transform:translate(-30px) skew(-5deg) scaleX(.9)}to{transform:translate(1500px) skew(30deg) scaleX(1.3)}}.contact-modal-container{display:flex;justify-content:space-between;align-items:baseline;overflow-y:auto;height:100%}@media screen and (max-width: 992px){.contact-modal-container .contact-modal-left{display:none}}.contact-modal-container .contact-modal-right{min-width:60%}@media screen and (max-width: 992px){.contact-modal-container .contact-modal-right{width:100%}}.contact-modal-container .contact-popup-outer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.contact-modal-container .contact-popup-outer .contact-popup-inner{position:relative;width:50vw;height:80vh;background-color:transparent;border-radius:20px;overflow:hidden}.contact-modal-container .contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.contact-modal-container .contact-overlay svg{height:101vh;width:100vw}.contact-modal-container .contact-overlay svg path{fill:#000}.toast-notification{pointer-events:auto;position:absolute;bottom:2rem;right:0;border-radius:12px;background:#fff;padding:20px 35px 20px 25px;box-shadow:0 6px 20px -5px #0000001a;overflow:hidden;transform:translate(calc(100% + 12rem));transition:all .5s cubic-bezier(.68,-.55,.265,1.35);z-index:9999;display:none}.toast-notification.outside{position:fixed}.toast-notification.show{display:block}.toast-notification.active{transform:translate(0)}.toast-notification.active.right-space{right:30px}.toast-notification-content{display:flex;align-items:center}.toast-notification-content .check{display:flex;align-items:center;justify-content:center;height:35px;min-width:35px;background-color:#2770ff;color:#fff;font-size:20px;border-radius:50%}.toast-notification-content .message{display:flex;flex-direction:column;margin:0 20px;gap:.5rem}.toast-notification-content .message .text{font-size:16px;font-weight:400;color:#666}.toast-notification-content .message .text.message-title{text-transform:capitalize;font-weight:600;color:#000}.toast-notification-content .message .text.message-description{font-weight:500;color:#000}.toast-notification-progress{position:absolute;bottom:0;left:0;height:3px;width:100%}.toast-notification-progress:before{content:"";position:absolute;bottom:0;right:0;height:100%;width:100%;background-color:#2770ff}.toast-notification-progress.active:before{animation:progress 5s linear forwards}.toast-notification .close{position:absolute;top:10px;right:15px;padding:5px;cursor:pointer;opacity:.7;font-weight:700}.toast-notification .close:hover{opacity:1}.toast-notification.success .check{background-color:#4bb543}.toast-notification.success .message .text.message-title{color:#4bb543}.toast-notification.success .toast-notification-progress:before{background-color:#4bb543}.toast-notification.error .check{background-color:#f33}.toast-notification.error .message .text.message-title{color:#f33}.toast-notification.error .toast-notification-progress:before{background-color:#f33}@keyframes progress{to{right:100%}}.contact-section .contact-form .contact-form-services{margin-top:.5rem}.contact-section .contact-form .contact-form-services .input-label{line-height:3.125rem}.contact-section .contact-form .contact-form-services .textarea-field,.contact-section .contact-form .contact-form-services .input-field{font-family:sans-serif}.contact-section .contact-form .contact-form-services .contact-form-service-list{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:.5rem}@media screen and (max-width: 992px){.contact-section .contact-form .contact-form-services .contact-form-service-list{gap:.6rem}}.contact-section .contact-form .contact-form-services .contact-form-service-list-btn{display:none}.contact-section .contact-form .contact-form-services .contact-form-service-list-label{background-color:#f1f1f9;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;border-radius:1.5rem;padding:1rem}@media screen and (max-width: 992px){.contact-section .contact-form .contact-form-services .contact-form-service-list-label{font-size:.8rem;padding:.6rem}}.contact-section .contact-form .contact-form-services .contact-form-service-list-btn:checked+.contact-form-service-list-label{background-color:#000;color:#dee2e6;scale:1}.contact-section .contact-form .basic-details{margin-top:1rem}@media screen and (max-width: 576px){.contact-section .contact-form .basic-details{flex-direction:column}}.contact-section .contact-form .basic-details.company-details{margin-top:0}.contact-section .contact-form input:focus,.contact-section .contact-form textarea:focus{border:1px solid #8b8d8f;box-sizing:border-box}.idea-container{position:relative;display:inline-block}.idea-container img{position:absolute;left:-24px;top:8px;z-index:-1}.section-footer-newsletter-line{display:flex;align-items:center;width:100%;flex-wrap:wrap}.section-footer-newsletter-line .smile-anim{width:80px;height:auto;padding:8px 6px 6px}.second-text{margin-top:8px;margin-bottom:12px}.section-menu{height:100%;left:0;overflow:hidden;position:fixed;right:0;top:-100%;width:100%;pointer-events:none}.section-menu.active{pointer-events:auto}.section-menu .section-menu-content{position:absolute;z-index:2;width:100%;height:100%;opacity:0}@media screen and (max-width: 992px){.section-menu .section-menu-content{padding-top:1.125rem}}.section-menu .section-menu-content .section-menu-header{align-items:center;display:flex;justify-content:space-between;max-height:4rem;height:100%}.section-menu .section-menu-content .section-menu-header-logo{cursor:pointer}.section-menu .section-menu-content .section-menu-header button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;padding:0;margin-right:-1rem}.section-menu .section-menu-content .section-menu-container{display:flex;height:100%;margin-bottom:30px;overflow-y:auto}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container{flex-direction:column-reverse;gap:1rem}@supports (-webkit-touch-callout: none){.section-menu .section-menu-content .section-menu-container{margin-top:1.25rem}}}.section-menu .section-menu-content .section-menu-container-left{display:flex;flex-direction:column;justify-content:space-evenly;width:60%}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-left{justify-content:flex-end;width:100%;height:100%;margin:2rem 0 4rem}}.section-menu .section-menu-content .section-menu-container-left-logo{align-items:center;display:flex;flex-grow:1;justify-content:center;max-height:60vh}@media screen and (min-width: 1024px) and (max-height: 650px){.section-menu .section-menu-content .section-menu-container-left-logo{max-height:50vh}}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-left-logo{display:none}}.section-menu .section-menu-content .section-menu-container-left-links{display:flex;gap:10vw;margin-bottom:1rem}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-left-links{margin-bottom:0}}.section-menu .section-menu-content .section-menu-container-left-links-reach-us,.section-menu .section-menu-content .section-menu-container-left-links-follow{width:50%}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .title,.section-menu .section-menu-content .section-menu-container-left-links-follow .title{color:#dee2e6;font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:20px}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content,.section-menu .section-menu-content .section-menu-container-left-links-follow .content{color:#e9ecef;font-size:.9375rem;font-weight:400;line-height:1.5rem}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper{display:block;overflow:hidden;position:relative;transition:.3s transform}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper:hover .content-item-link-svg,.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper:hover .content-item-link-text,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper:hover .content-item-link-svg,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper:hover .content-item-link-text{transform:translate3d(2em,0,0)}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper .content-item-link,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper .content-item-link{color:#e9ecef;display:block;text-decoration:none}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper .content-item-link-svg,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper .content-item-link-svg{height:1.25em;left:-2em;position:absolute;top:0;transform:rotate(90deg);transition:.6s transform cubic-bezier(.35,0,0,1);width:1.25em}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper .content-item-link-svg path,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper .content-item-link-svg path{fill:#fff}.section-menu .section-menu-content .section-menu-container-left-links-reach-us .content-item-wrapper .content-item-link-text,.section-menu .section-menu-content .section-menu-container-left-links-follow .content-item-wrapper .content-item-link-text{display:inline-block;margin:0;transition:.4s transform cubic-bezier(.35,0,0,1)}.section-menu .section-menu-content .section-menu-container-right{color:#e9ecef;width:40%}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-right{width:100%;margin-top:3rem;height:100%}}.section-menu .section-menu-content .section-menu-container-right-links{display:flex;flex-direction:column;height:100%;margin-bottom:3.125rem}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-right-links{justify-content:space-around;margin-bottom:0;gap:20px}}.section-menu .section-menu-content .section-menu-container-right-links-item{cursor:pointer;font-size:clamp(2.5rem,.7394rem + 7.5117vw,7.5rem);font-weight:500;letter-spacing:-.02em;opacity:0;padding-bottom:1rem;text-align:left;transform:translate(100px);margin-bottom:max(4vh,2.25rem)}@media screen and (min-width: 1024px) and (max-height: 650px){.section-menu .section-menu-content .section-menu-container-right-links-item{margin-bottom:1.125rem;font-size:5rem}}@media screen and (max-width: 992px){.section-menu .section-menu-content .section-menu-container-right-links-item{margin-bottom:.5rem;font-size:3.5rem}}.section-menu .section-menu-content .section-menu-container-right-links-item:hover{animation:gradient 2s linear infinite;background:linear-gradient(to right,#12c2e9 20%,#107ee0,#0b00d0,#12c2e9 80%);background-size:200% auto;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-height: 580px) and (orientation: landscape){.section-menu .section-menu-content{padding:1.5rem 2rem}.section-menu .section-menu-content .section-menu-header{margin-top:.5rem;max-height:2rem}.section-menu .section-menu-content .section-menu-header-logo img{height:3rem}.section-menu .section-menu-content .section-menu-header button{height:2rem}.section-menu .section-menu-content .section-menu-container-left-logo{max-height:40vh}.section-menu .section-menu-content .section-menu-container-left-links h4.title{margin-bottom:.6rem}.section-menu .section-menu-content .section-menu-container-right-links-item{font-size:3.5rem;margin-bottom:0rem}}.section-menu .overlay{position:absolute;top:0;left:0;width:100%;height:100%}.section-menu .overlay svg{height:101vh;width:100vw}.section-menu .overlay svg path{fill:#000}@keyframes gradient{to{background-position:-200% center}}.section-menu-container-left-logo{display:flex;justify-content:center;align-items:center}.section-menu-container-left-logo .menu-logo-inner-container{height:100%;width:auto;aspect-ratio:1}@media (orientation: portrait){.section-menu-container-left-logo .menu-logo-inner-container{max-height:40vh}}@media (orientation: landscape){.section-menu-container-left-logo .menu-logo-inner-container{max-height:60vh}}@media screen and (max-width: 768px){.logo-letter{display:none}}.loading #header.section-header{visibility:hidden}#header.section-header{left:0;padding-left:max(5vw,1.125rem);padding-right:calc(max(5vw,1.125rem) - 1.25rem);padding-top:clamp(.625rem,4vw,1.25rem);padding-bottom:clamp(.625rem,4vw,1.25rem);position:fixed;max-height:7.5rem;right:0;top:0;width:100%;z-index:7;pointer-events:none;transition:transform .5s ease-in-out;transition:opacity .5s ease-in-out}#header.section-header .section-header-container{align-items:center;display:flex;justify-content:space-between;overflow:hidden;padding-bottom:.1em}#header.section-header .section-header-container .section-header-logo{cursor:pointer;pointer-events:auto}#header.section-header .section-header-container-right{align-items:center;display:flex}#header.section-header .section-header-container-right.spacing{gap:1.125rem}#header.section-header .section-header-container-right button{pointer-events:auto}#header.section-header .section-header-container-right svg:first-child:not(:only-child){margin-right:-1.25rem}#header.section-header .section-header-container .project-back-button{background-color:#e1e1e1;text-transform:capitalize;transition:width .25s ease-out;cursor:pointer;pointer-events:auto;width:3.5rem;padding:.25rem 1rem}#header.section-header .section-header-container .project-back-button span{display:flex;gap:.8rem;align-items:center}#header.section-header .section-header-container .project-back-button span span{opacity:0;display:none;color:#000;text-transform:uppercase}#header.section-header .section-header-container .project-back-button span svg{transform:rotate(-90deg);width:1.5rem;height:1.5rem;display:block}#header.section-header .section-header-container .project-back-button span svg path{fill:#000}#header.section-header .section-header-container .project-back-button:not(.touch):hover{width:9.5rem}#header.section-header .section-header-container .project-back-button:not(.touch):hover span span{opacity:1;display:flex}.top-to-bottom{transform:translateY(-110px);transition:.5s}.section-header.hide{transform:translateY(-100%);opacity:0}.section-header.show{opacity:1}@keyframes topToBottom{0%{transform:translate3d(0,-1.5em,0);opacity:0}to{transform:translateZ(0);opacity:1}}.loading .section-footer{visibility:hidden}.section-footer{background-color:#fff;display:flex;flex-direction:column;justify-content:space-around;min-height:102vh;position:relative;z-index:3;overflow:hidden}.section-footer-top{flex-grow:1}@media screen and (max-width: 992px){.section-footer-top{flex-grow:.2}}.section-footer-middle{column-gap:2vw;display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.section-footer-middle-contact{column-gap:2vw;display:grid;grid-column:1/span 6;grid-template-columns:repeat(6,minmax(0,1fr))}.section-footer-middle-contact-address{grid-column:1/span 4}@media screen and (max-width: 992px){.section-footer-middle-contact-address{grid-column:1/span 12}}.section-footer-middle-contact-socials{font-size:clamp(1rem,.8239rem + .7512vw,1.5rem);font-weight:500;grid-column:1/span 3;line-height:clamp(1.25rem,1.0739rem + .7512vw,1.75rem);margin-top:clamp(1.5rem,1.1479rem + 1.5023vw,2.5rem)}.section-footer-middle-contact-socials-line-wrapper{display:block;overflow:hidden;position:relative;transition:.3s transform}.section-footer-middle-contact-socials-line-wrapper:not(:first-child){margin-top:.3em}.section-footer-middle-contact-socials-line-wrapper:hover .section-footer-middle-contact-socials-text,.section-footer-middle-contact-socials-line-wrapper:hover .section-footer-middle-contact-socials-line-svg{transform:translate3d(2em,0,0)}.section-footer-middle-contact-socials-line-wrapper a{color:#272727;display:block;text-decoration:none}.section-footer-middle-contact-socials-line-wrapper a .section-footer-middle-contact-socials-line-svg{position:absolute;top:0;left:-2em;width:1.25em;height:1.25em;transition:.6s transform cubic-bezier(.35,0,0,1);transform:rotate(90deg)}.section-footer-middle-contact-socials-line-wrapper a .section-footer-middle-contact-socials-text{display:inline-block;margin:0;transition:.4s transform cubic-bezier(.35,0,0,1)}@media screen and (max-width: 992px){.section-footer-middle-contact-socials{grid-column:1/span 3}}.section-footer-middle-contact-enquiries{font-size:clamp(1rem,.8239rem + .7512vw,1.5rem);font-weight:500;line-height:clamp(1.4rem,1.312rem + .3756vw,1.65rem);margin-top:clamp(1.5rem,1.1479rem + 1.5023vw,2.5rem);grid-column:4/span 3}.section-footer-middle-contact-enquiries-link{color:#272727;position:relative;display:block;width:fit-content;height:fit-content;overflow:hidden;padding-bottom:.2em}.section-footer-middle-contact-enquiries-link:before{content:"";position:absolute;bottom:0;width:100%;height:.1em;background:#000;transition:.3s transform cubic-bezier(.35,0,0,1);transform-origin:left;transform:scale3d(0,1,1)}.section-footer-middle-contact-enquiries-link:hover:before{transform:scaleZ(1)}@media screen and (max-width: 992px){.section-footer-middle-contact{grid-row:2}}.section-footer-middle-newsletter{grid-column:7/span 6}.section-footer-middle-newsletter-header{font-size:clamp(2.5rem,1.9718rem + 2.2535vw,4rem);font-weight:500}.section-footer-middle-newsletter-input form{display:flex;flex-direction:column;gap:clamp(1rem,.8239rem + .7512vw,1.5rem);position:relative}.section-footer-middle-newsletter-input form .basic-details{display:flex;gap:15px;margin-top:2em}.section-footer-middle-newsletter-input form .input-label{font-size:1rem;font-weight:500;line-height:1.125rem}.section-footer-middle-newsletter-input form .input-field{font-family:sans-serif;padding:clamp(.75rem,.662rem + .3756vw,1rem) clamp(.75rem,.5739rem + .7512vw,1.25rem);font-size:1.125rem;border:1px solid transparent;border-radius:.5rem;background:#f1f1f9;width:100%}.section-footer-middle-newsletter-input form .input-field::placeholder{font-family:Satoshi;font-size:1rem;font-weight:500;line-height:20.25px;color:#27272766}.section-footer-middle-newsletter-input form .input-field:focus-visible{outline:0}.section-footer-middle-newsletter-input form .input-field.textarea-field{resize:vertical;font-family:sans-serif}.section-footer-middle-newsletter-input form .input-field:focus{border:1px solid #8b8d8f}.section-footer-middle-newsletter-input form .input-field.error{border:1px solid red}.section-footer-middle-newsletter-input form .error-message{color:red;margin-top:-1rem}.section-footer-middle-newsletter-input form .liquid-button{margin-left:-1.25rem;margin-top:-1.25rem}@media screen and (max-width: 992px){.section-footer-middle-newsletter{grid-column:1/span 6}}@media screen and (max-width: 992px){.section-footer-middle{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:2rem}}.section-footer-spacer{flex-grow:.3}.section-footer-bottom-up{display:flex;justify-content:flex-end;margin-bottom:1rem}@media screen and (max-width: 992px){.section-footer-bottom-up{justify-content:center;margin-bottom:0}}.section-footer-bottom-up button{background-color:#000;width:3rem;height:3rem;padding:.75rem;cursor:pointer}.section-footer-bottom-up button svg{width:100%;height:100%;transform:rotate(0);transition:.4s transform cubic-bezier(.35,0,0,1)}.section-footer-bottom-up button:hover svg{transform:rotate(360deg)}.section-footer-bottom{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:2vw;align-items:center;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (max-width: 992px){.section-footer-bottom{font-size:.8rem;line-height:1rem}}@media screen and (max-height: 580px) and (orientation: landscape){.section-footer-bottom{font-size:1rem;line-height:1.25rem}}.section-footer-bottom-copyright{overflow:hidden;grid-column:1/span 6;display:flex;gap:8px}.section-footer-bottom-copyright img{transform:scale(1)}.section-footer-bottom-span-text{white-space:nowrap}.section-footer-bottom-tagline{overflow:hidden;grid-column:10/span 3;text-align:end}@media screen and (max-width: 992px){.section-footer-bottom-tagline{grid-column:1/span 6;text-align:left}}@media screen and (max-width: 992px){.section-footer-bottom{row-gap:1em;grid-template-columns:repeat(6,minmax(0,1fr))}}.footer-wrap{background-color:#fff;z-index:6;position:relative}.section-footer-bottom{width:auto}.section-footer-spacer{min-height:3vh}@media screen and (max-width: 992px){.footer-btm-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}}@media screen and (max-height: 768px) and (orientation: landscape){.footer-btm-container{margin-top:2rem}}.loader-conatiner{background-color:#fff;display:flex;justify-content:center;align-items:center;height:100vh;height:100dvh;width:100vw;position:relative}.loader-conatiner .loader-shape{width:150px;height:160px;border-radius:50%;animation:rotate 2s infinite linear;background-color:#000}.loader-conatiner .animation-container{position:absolute}.loader-conatiner .animation-container img{height:60px}.loader-conatiner .progress-counter{font-size:6rem;font-weight:600;position:absolute;bottom:40px;left:40px}@keyframes rotate{to{transform:rotate(1turn)}}.loader-conatiner.floating-loader{position:absolute;top:0;left:0;z-index:999}.loading #heroParticlesCanvas{visibility:hidden}#heroParticlesCanvas{z-index:5;position:relative;left:0;right:0;width:100%;height:100%}#scroll-indicator{background-color:#0000001a;border-radius:3px;height:20vh;position:fixed;right:16px;top:40vh;transition:all 1s linear;width:6px}@media screen and (max-width: 768px){#scroll-indicator{border-radius:1px;right:6px;width:2px}}#scroll-indicator #scroll-indicator-bar{background-color:#000;border-radius:3px;height:100%;min-height:20px;position:absolute;transition:all 2s ease-out;transform-origin:0 0;width:100%}.transitions-overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:2;pointer-events:none!important;transform:translateZ(50px)}*,*:before,*:after{box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none;-webkit-tap-highlight-color:transparent}a{text-decoration:none}@media screen and (max-width: 768px){.desktop-only{display:none!important}}@media screen and (min-width: 769px){.mobile-only{display:none!important}}.section{margin:auto;padding:clamp(2.125rem,4vw,3.125rem) max(5vw,1.125rem)}.section.max-width{max-width:1800px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:16px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@media (min-width: 1921px){html{font-size:18px}}@media (max-width: 768px){html{font-size:15px}}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Variable-ChAXbpFa.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}@font-face{font-family:Urbanist;src:url(/assets/Urbanist-Variable-CTijjoPN.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}.section-title{font-weight:500;font-size:clamp(3rem,.9754rem + 8.6385vw,8.75rem);line-height:clamp(3.15rem,1.0901rem + 8.7887vw,9rem);letter-spacing:-1px;margin-bottom:clamp(3.5rem,2.0915rem + 6.0094vw,7.5rem)}.section-title.center{text-align:center}@media screen and (max-height: 580px) and (orientation: landscape){.section-title{font-size:5rem;line-height:5.15rem}}button{align-items:center;border:none;border-radius:58px;cursor:pointer;display:flex;font-family:Urbanist;font-size:1rem;font-weight:700;height:3.5rem;line-height:1.25rem;padding:.8rem 1.125rem;gap:.8rem;text-transform:uppercase;width:fit-content;justify-content:center}button .dot{height:.625rem;width:.625rem;border-radius:1.25rem;background-color:#000}button .dot-container{display:flex;gap:.5rem;align-items:center}button.btn-primary{background:#0b00d0;color:#fff;width:fit-content}button.btn-primary .dot{background-color:#fff}button.btn-secondary{color:#272727;background-color:#fff;box-shadow:0 8px 16px #3333331a}button.btn-secondary-grey{background-color:#e1e1e1}button.btn-secondary-grey:hover{background-color:#f8f8f8}button.btn-secondary:hover{background-color:#f8f8f8;box-shadow:0 8px 16px #2222221a}html{color:#272727;font-family:Satoshi}#root{overflow-x:hidden}.main-container h1{color:#3498db}.load-content .section-hero-title,.load-content .section-hero-scrollto-explore{display:none;opacity:0}html{font-size:16px}@media screen and (max-height: 580px) and (orientation: landscape){html{font-size:12px}}input{box-sizing:border-box}@media (min-width: 1024px) and (max-height: 800px){html{font-size:14px}}@media (min-width: 1921px) and (max-width: 2559px){html{font-size:clamp(1rem,-2.011rem + 2.5078vw,2rem)}}@media (min-width: 2560px){html{font-size:32px}}
