:root{--background:linear-gradient(270deg,rgb(179 179 179/20%),rgba(255,255,255,0.20) 55%);--overlay-background:linear-gradient(rgb(0 0 0/80%),rgb(0 0 0/80%));--nav-background:rgba(171,225,250,0.80);--foreground:black;--primary:#BB1F2D;--primary-100:#44C6F3;--tooltip-background:rgba(171,225,250,0.80);--blue:#191464;--white:#191464;--inactive-filter:opacity(0.4);--accent-blue:#44c6f3;--accent-pink:#F846F8;--accent-green:#9DFF8F;--accent-green2:#7ddd6f;--accent-purple:#5A00F8;--grid-opacity:0.15;--danger:255,57,57;--success:#191464;--input-white:#000000}[data-theme=dark]{--background:linear-gradient(#000);--overlay-background:linear-gradient(rgb(0 0 0/80%),rgb(0 0 0/80%));--nav-background:rgba(171,225,250,0.75);--foreground:white;--tooltip-background:rgba(0,0,0,50%);--blue:#44C6F3;--white:#FFFFFF;--inactive-filter:brightness(0.5);--grid-opacity:0.25;--primary-100:#ABE1FA;--input-white:#FFFFFF;--success:#9DFF8F}@keyframes blinking{0%{opacity:.65}50%,75%{opacity:0}to{opacity:.45}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeTop{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fadeLeft{0%{transform:translateX(-10px)}50%{transform:translateX(0)}to{transform:translateX(-10px)}}@keyframes fadeZoomIn{0%{transform:scale(0);opacity:.1}to{transform:scale(1);opacity:1}}@keyframes animateSection{0%{transform:translateY(90%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes quiet{25%{transform:scaleY(.6)}50%{transform:scaleY(.4)}75%{transform:scaleY(.8)}}@keyframes normal{25%{transform:scaleY(1)}50%{transform:scaleY(.4)}75%{transform:scaleY(.6)}}@keyframes loud{25%{transform:scaleY(1)}50%{transform:scaleY(.4)}75%{transform:scaleY(1.2)}}@keyframes cubeBouncing{0%{transform:translateY(-10px)}50%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes dotAnimate{0%{transform:translateY(-3px)}50%{transform:translateY(0)}to{transform:translateY(-3px)}}@keyframes animateCubeContent{0%{opacity:.5;transform:translate(40px,-20px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,25%{transform:translate(2px)}50%,75%{transform:translate(0)}to{transform:translate(2px)}}a,button{cursor:pointer;transition:all .2s ease}a[disabled],button[disabled]{cursor:not-allowed;filter:brightness(.5);pointer-events:none}.text-uppercase{text-transform:uppercase}.fade-in{animation:fadeIn .5s linear}.action-button{padding:.24rem .735rem;border-radius:.35rem}.action-outline{border:1px solid;background:none}.action-outline.primary{border-color:var(--primary);color:var(--blue)}.cta__container{display:flex}.cta{padding:.475em 1.25em;border-radius:10px;text-transform:uppercase;font-size:16px;font-weight:400;transition:all .25s;position:relative;overflow:hidden;border:none;color:var(--white)}.cta.outlined{border:1px solid;background-color:rgba(0,0,0,0);--transition-duration:600ms;--transition-easing:ease-out}.cta.outlined:before{content:"";background:hsla(0,0%,100%,.5);width:100px;height:50px;top:0;left:-150%;transform:skew(45deg);position:absolute;transition:left var(--transition-duration) var(--transition-easing)}.cta.outlined.outlined-white{border-color:var(--white)}.cta.outlined.outlined-white:hover{transform:scale(1.05)}.cta.outlined.outlined-white:hover:before{left:200%;top:-50%}.hexagon__wrapper{position:absolute;right:40px}@media(max-width:768px){.hexagon{position:relative;right:auto}}.hexagon__image{-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;z-index:-1}.hexagon__image img{object-fit:cover}@media(max-width:768px){.hexagon__wrapper{right:0}.hexagon__image{right:0;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}}@media(min-width:768px)and (orientation:landscape){.hexagon__wrapper{right:15px}}.tooltip-guide{position:absolute;border:1px solid #bb1f2d;width:275px;padding:.75rem 1.25rem;border-radius:20px;background:var(--tooltip-background);transition:all .5s ease-in;animation:fadeIn .25s}.tooltip-guide .tooltip-guide-text{color:var(--blue);font-size:14px}.tooltip-guide .tooltip-guide-action{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.tooltip-guide .tooltip-guide-hand{height:1px;position:absolute;top:50%;background-color:#bb1f2d;transition-timing-function:linear;transition-duration:.125s}.h1{font-size:54px}.h2{font-size:45px}.h3{font-size:35px}.h4{font-size:25px}.h5{font-size:20px}.h6{font-size:18px}.headline{color:var(--white)}.headline.primary{color:var(--primary)}.text-center{text-align:center}.text-success{color:var(--success)}.font-bold{font-weight:700}.relative{position:relative}.fixed{position:fixed}p{margin-bottom:1em}.grid{display:grid;grid-template-columns:repeat(var(--gridCount),1fr)}.socials__wrapper .social__headline{color:var(--white)}.socials{gap:1.5em;margin-bottom:2rem}.socials,.socials .social-item{display:flex;justify-content:center}.socials .social-item{background-color:#fff;border-radius:50%;width:45px;height:45px;align-items:center;box-shadow:5px 6px 19px rgba(0,0,87,.37);cursor:pointer;transition:all .25s ease}.socials .social-item:hover{transform:scale(1.15)}@media(min-width:576px){.tooltip-guide{left:130px}.tooltip-guide .tooltip-guide-hand{width:100px;left:-102px}.tooltip-guide[data-step="1"]{top:-52px}.tooltip-guide[data-step="2"]{top:8px}.tooltip-guide[data-step="3"]{top:65px}.tooltip-guide[data-step="4"]{top:115px}.tooltip-guide[data-step="5"]{top:167px}}.text-white{color:var(--white)}@media(min-width:576px){.cta__container{justify-content:center}}@media(max-width:575px){.tooltip-guide{width:225px;padding:.75em;border-radius:10px}.tooltip-guide .tooltip-guide-text{font-size:12px}.tooltip-guide .tooltip-guide-action{display:flex;justify-content:flex-end;gap:5px;margin-top:10px}.tooltip-guide .tooltip-guide-action button{font-size:10px}.tooltip-guide .tooltip-guide-hand{height:1px;position:absolute;top:50%;background-color:#bb1f2d;transition-timing-function:linear;transition-duration:.125s}.tooltip-guide[data-step="1"]{top:-110px;left:115px}.tooltip-guide[data-step="1"] .tooltip-guide-hand{width:68px;left:-68px}.tooltip-guide[data-step="2"]{top:-75px;left:130px}.tooltip-guide[data-step="2"] .tooltip-guide-hand{width:38px;left:-38px}.tooltip-guide[data-step="3"]{top:-25px;left:130px}.tooltip-guide[data-step="3"] .tooltip-guide-hand{width:22px;left:-22px}.tooltip-guide[data-step="4"]{top:23px;left:115px}.tooltip-guide[data-step="4"] .tooltip-guide-hand{width:23px;left:-23px}.tooltip-guide[data-step="5"]{top:50px;left:115px}.tooltip-guide[data-step="5"] .tooltip-guide-hand{width:66px;left:-66px}.br__sm{display:none}}.nav{display:block;position:absolute;top:2.25rem;right:2.25rem;z-index:2}.nav-menu .active-indicator{height:2px;background-color:var(--primary-100);border:none;transition:.3s ease-in-out;position:absolute;bottom:-8px}@media(min-width:576px){.nav-menu{display:flex;position:relative}.nav-menu li{font-size:16px;background-image:linear-gradient(to right,#ffffff,#fdfdfd 50%,var(--primary-100) 50%);background-size:200% 100%;background-position:-100%;display:inline-block;padding:5px 0;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);transition:all .3s ease-in-out;text-align:center;font-weight:300;position:relative;display:flex;justify-content:center;text-transform:uppercase;padding-inline:16px;cursor:pointer;text-shadow:0 0 1px var(--primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-menu li:hover{background-position:0}}@media(max-width:575px){.nav__wrapper{height:82px}.nav{display:block;position:fixed;top:2.25rem;right:2.25rem;z-index:3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav a{text-decoration:none;transition:color .3s ease}.nav input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.nav span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;box-shadow:-1px 0 2px blue;background:var(--primary);border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.nav span:first-child{transform-origin:0 0}.nav span:nth-last-child(2){transform-origin:0 100%}.nav input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-1px)}.nav input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(.2)}.nav input:checked~span:nth-last-child(2){transform:rotate(-45deg) translateY(-1px)}.nav-menu{position:fixed;width:175px;margin:0;padding:20px 35px;background:var(--nav-background);border:2px solid var(--primary);border-radius:25px;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(100%);transition:transform .5s cubic-bezier(1,.2,.05,1)}.nav-menu li{padding:10px 0;font-size:16px;text-align:center;color:#191464;font-weight:700;display:flex;justify-content:center}.nav-menu li div{position:relative;text-transform:uppercase;font-size:14px}.nav-menu li div:after{content:"";position:absolute;height:2px;width:100%;background:rgba(25,20,100,.6980392157);transform:translateX(-50%);left:50%;bottom:-5px}.nav input:checked~ul{transform:translate(-100%)}}.nav-sidebar{position:fixed;top:35%;transform:translateY(-50%);z-index:97}.nav-sidebar.nav-sidebar-offset .nav-sidebar-menu svg path:not(.no-fill){transition:fill .25s ease-in;fill:#bb1f2d}.nav-sidebar.nav-sidebar-offset .nav-sidebar-menu svg path.no-fill{stroke:#bb1f2d}.menu-button{background:none;border:0;display:flex}.nav-sidebar-menu .menu-item{list-style:none;line-height:5px;border-radius:50%;background-color:hsla(0,0%,100%,.35);transform:translate(0);transition:transform .5s;z-index:-2;transition:.5s}.nav-sidebar-menu .menu-item.active{background-color:rgba(0,0,0,0)}.nav-sidebar-menu.demo .menu-item:not(.active){filter:var(--inactive-filter)}.nav-sidebar-menu.demo .menu-item:not(.active) a{pointer-events:none}.nav-sidebar-menu .menu-item a{text-decoration:none;display:block}.d{position:absolute;color:#fff;font-size:10rem;top:10%;left:0;display:flex;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-sidebar-wrapper{position:relative}@media(min-width:576px){.nav-sidebar{right:2%}.nav-sidebar-menu{display:flex;gap:20px;flex-direction:column}.nav-sidebar-menu .menu-item{position:relative;z-index:2}.nav-sidebar-menu .menu-item:first-child{top:0}.nav-sidebar-menu .menu-item:nth-child(2){top:10%}.nav-sidebar-menu .menu-item:nth-child(3){top:20%}.nav-sidebar-menu .menu-item:nth-child(4){top:30%}.nav-sidebar-menu .menu-item:nth-child(5){top:40%}}@media(max-width:1024px){.nav-sidebar{top:30%}}@media(max-width:575px){.nav-sidebar-menu .menu-item{position:absolute;top:5%;right:10%}.nav-sidebar-menu .menu-item svg{height:30px;width:30px}.nav-sidebar{right:5%}.nav-sidebar-menu.active .menu-item:first-child{transform:translateY(-50px);transition-delay:0s}.nav-sidebar-menu.active .menu-item:nth-child(2){transform:translateY(-90px);transition-delay:.05s}.nav-sidebar-menu.active .menu-item:nth-child(3){transform:translateY(55px);transition-delay:.1s}.nav-sidebar-menu.active .menu-item:nth-child(4){transform:translateY(95px);transition-delay:.15s}.nav-sidebar-menu.active .menu-item:nth-child(5){transform:translateY(135px);transition-delay:.2s}.nav-sidebar.nav-sidebar-offset .nav-sidebar-menu svg path{fill:#fff}}.chat{position:fixed;bottom:0;right:5%;width:300px;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;border:2px solid #bb1f2d;z-index:99999;animation:fadeTop .25s ease-in-out;background:linear-gradient(180deg,rgb(255,255,255),rgb(205,204,204) 106.53%)}.chat .chat-header{background-color:#bb1f2d;display:flex;align-items:center;gap:.25rem;padding:.25rem}.chat .chat-header .chat-author{color:#fff;font-weight:700}.chat .chat-body{height:275px;overflow:scroll}.chat .chat-body .chat-intro{margin:1rem;padding:15px 10px;background-color:#abe1fa;border-radius:15px}.chat .chat-body .chat-intro *{font-size:12px;color:#fff}.chat .chat-body .chat-cta{min-height:35px;display:block;min-width:75px;background-color:rgba(0,0,0,0);color:#191464;border:1px solid #191464;padding:5px 10px;margin:5px auto;border-radius:10px;font-size:10px;transition:all .25s;font-family:Exo}.chat .chat-body .chat-cta:focus,.chat .chat-body .chat-cta:hover{background-color:#dedee0}.chat .chat-body input,.chat .chat-body label,.chat .chat-body textarea{cursor:pointer;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-inline:10px}.chat .chat-body input,.chat .chat-body textarea{margin-inline:0 8px}.chat .chat-body .chat-msg{display:flex;gap:10px;margin:.75rem;animation:fadeTop .25s}.chat .chat-body .chat-msg a,.chat .chat-body .chat-msg p{white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;white-space:pre-wrap;justify-content:center}.chat .chat-body .chat-msg a:not(.chat-cta){color:blue}.chat .chat-body .chat-msg .author-reply{font-size:12px;color:#fff;padding:.75rem;border-radius:15px;max-width:calc(100% - 42px)}.chat .chat-body .chat-msg .author-reply div{line-height:1.15}.chat .chat-body .chat-msg.sender .author-reply{background-color:#d9d9d9;border:1px solid #cacaca;color:#0e0e0e}.chat .chat-body .chat-msg.receiver{justify-content:flex-end}.chat .chat-body .chat-msg.receiver .author-reply{background-color:#bb1f2d}.chat .chat-footer{padding:5px 15px;position:relative}.chat .chat-footer form input,.chat .chat-footer form textarea{background:linear-gradient(180deg,rgb(205,204,204) 200%),#fff 0;border-radius:20px;border:2px solid #f1f1f1;border-top-color:#fff;color:#000}.chat .chat-footer form input::placeholder,.chat .chat-footer form textarea::placeholder{color:rgba(0,0,0,.5);font-family:DM Sans,sans-serif}.chat .chat-footer .btn__send{position:absolute;right:15px;bottom:8px;height:35px;width:35px;background-color:#bb1f2d;border:0;transition:all .25s;cursor:pointer;border-radius:50%}.chat .chat-footer .btn__send,.chat .chat-toggle{display:flex;align-items:center;justify-content:center}.chat .chat-toggle{width:20px;height:20px;position:relative;margin-left:auto;margin-right:.5rem}.chat .chat-toggle>div{position:absolute;height:2px;background:#fff;width:80%}.chat-responding{position:relative}.chat-responding .chat-responding-wrapper{color:#0e0e0e;margin:.75rem;display:flex;align-items:flex-end;font-size:12px}@media(max-width:475px){.chat{position:fixed;bottom:0;right:0;height:100%;width:100%;border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;border:2px solid #bb1f2d;z-index:99999;animation:fadeTop .25s ease-in-out;background:linear-gradient(180deg,rgb(255,255,255),rgb(205,204,204) 106.53%)}.chat .chat-body{height:calc(100% - 82px)}}.menu-item.menu-item-sound.active .audio-mute{display:none}#calendly{width:100%;max-width:500px;padding:0;overflow:visible!important}#calendly .modal-content{border:1px solid;width:500px;height:500px;position:relative}#calendly .modal-content iframe{border:none}#calendly .react-responsive-modal-closeButton{left:auto;right:-13px;top:-14px;z-index:1;width:-moz-fit-content;width:fit-content;filter:invert(1);border-radius:50%;background-color:#505960;outline:none}.react-responsive-modal-container{width:100%}@media(max-width:1024px){#calendly{height:100%;margin:0;max-height:600px;overflow-y:auto}#calendly .modal-content{width:100%;height:100%}.react-responsive-modal-container{overflow:hidden!important;width:100%;padding:1rem}}:root,[data-theme=dark]{--result-gradient:linear-gradient(rgb(247,247,247),rgb(226,224,224))}@media(min-width:576px){:root{--formHeight:45px}.search-results{max-height:200px}}@media(max-width:575px){:root{--formHeight:35px}.search-results{max-height:130px}}.search{position:fixed;top:50%;left:30%;width:40%;z-index:99;animation:fadeTop .25s ease-in}.search .search-form{display:flex;align-items:center;padding:.25rem .75rem;background:linear-gradient(rgb(247,247,247),rgb(226,224,224));border-radius:15px;height:var(--formHeight);gap:.35rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.mic-icon{padding:10px;display:inline-flex;align-items:center}.mic-icon svg{fill:#000;animation:none;transition:all .2s ease}.mic-icon.isListening svg{animation:pulse 1s infinite}.mic-icon.isListening svg path{fill:#bb1f2d}.search-results{margin-top:.5rem;overflow:scroll;background:var(--result-gradient);border-radius:15px;animation:fadeIn .25s ease-in-out}.search-results .results-container{padding:1rem}.search-results .result-item{list-style-type:none;color:#000;font-size:12px;margin-block:.5rem;padding-left:1.25rem;position:relative}.search-results .result-item:after{content:"";height:1px;width:100%;position:absolute;bottom:-5px;left:0;background:#ffe1ff}.search-results .result-item .overline{font-size:small;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.no-results{margin-top:.5rem;overflow-y:scroll;background:var(--result-gradient);border-radius:15px;animation:fadeIn .25s ease-in-out;padding:.735rem 2rem;height:75px;display:flex;align-items:center;color:#000}.waveform{display:flex;justify-content:space-between;height:calc(var(--formHeight) - 10px);--boxSize:4px;--gutter:2px;width:275px;margin-inline:auto}.waveform .box{transform:scaleY(.4);height:100%;width:var(--boxSize);background:var(--primary);animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;border-radius:8px}.waveform .box1{animation-name:quiet}.waveform .box2{animation-name:normal}.waveform .box3{animation-name:quiet}.waveform .box4{animation-name:loud}.waveform .box5{animation-name:quiet}@media(max-width:575px){.search{top:25%;left:13%;width:75%}}.container{max-width:1168px;margin:0 auto}.row{display:flex;flex-wrap:wrap;max-width:100%}@media(max-width:768px){.row{flex-direction:column-reverse}}.row .col__1{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 1);max-width:calc(100% / 12 * 1);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__1{max-width:100%}}.row .col__2{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 2);max-width:calc(100% / 12 * 2);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__2{max-width:100%}}.row .col__3{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 3);max-width:calc(100% / 12 * 3);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__3{max-width:100%}}.row .col__4{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 4);max-width:calc(100% / 12 * 4);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__4{max-width:100%}}.row .col__5{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 5);max-width:calc(100% / 12 * 5);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__5{max-width:100%}}.row .col__6{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 6);max-width:calc(100% / 12 * 6);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__6{max-width:100%}}.row .col__7{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 7);max-width:calc(100% / 12 * 7);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__7{max-width:100%}}.row .col__8{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 8);max-width:calc(100% / 12 * 8);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__8{max-width:100%}}.row .col__9{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 9);max-width:calc(100% / 12 * 9);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__9{max-width:100%}}.row .col__10{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 10);max-width:calc(100% / 12 * 10);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__10{max-width:100%}}.row .col__11{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 11);max-width:calc(100% / 12 * 11);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__11{max-width:100%}}.row .col__12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 12 * 12);max-width:calc(100% / 12 * 12);padding-right:15px;padding-left:15px}@media(max-width:768px){.row .col__12{max-width:100%}}.form-control{margin-bottom:1rem}.form-control input,.form-control textarea{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#f1f1f2;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .25s}.form-control input::placeholder,.form-control textarea::placeholder{font-weight:200;font-size:80%;font-family:sans-serif}.form-control input:focus,.form-control textarea:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control input.has-error,.form-control textarea.has-error{border:1px solid rgba(var(--danger),75%)}.form-control input.has-error:focus,.form-control textarea.has-error:focus{box-shadow:0 0 0 .25rem rgba(var(--danger),15%)}.form-control textarea{resize:none}.form-control .error-message{color:rgba(var(--danger),100%);font-size:12px;font-weight:300;margin-top:.25rem;animation:shake .25s cubic-bezier(1,0,0,1)}.form-input{width:100%;background:rgba(0,0,0,0);color:#000;padding:.25rem 40px .25rem .75rem;font-size:16px;outline:none;border:0}.form-input::placeholder{color:#000}.footer{position:relative;z-index:1;background-color:#5a00f8;padding:15px 20px}.footer .footer__wrapper{display:flex;justify-content:space-between}.footer-right__nav{display:flex;gap:20px;align-items:center}.copyright__text{text-align:center;margin-top:.35rem;margin-left:auto}.footer__socials{list-style:none;display:flex;gap:5px}.footer__socials .social-item{display:flex;align-items:center;margin:0 10px}.footer__socials .social-item a{display:flex;align-items:center;justify-content:center}.footer__socials .social-item.filled a{padding:3px;background-color:#fff;border-radius:2px;height:100%}.footer__copyright{display:flex;gap:1rem;align-items:center;color:#fff}.line__glow{position:absolute;left:0;top:-15px;height:30px;background:linear-gradient(0deg,rgba(0,57,183,0) -.01%,rgba(0,58,184,.02) 4.99%,rgba(0,62,187,.07) 9.99%,rgba(0,69,193,.15) 14.99%,rgba(0,78,201,.26) 19.99%,rgba(0,90,211,.41) 24.99%,rgba(0,105,223,.6) 30.99%,rgba(0,123,238,.81) 35.99%,#008BFB 39.99%,#048CFB 40.99%,#1092FB 42.99%,#259CFB 43.99%,#42A9FB 44.99%,#67BAFC 46.99%,#95CFFD 47.99%,#CBE7FD 49.99%,#95CFFD 51.99%,#67BAFC 52.99%,#42A9FB 54.99%,#259CFB 55.99%,#1092FB 56.99%,#048CFB 58.99%,#008BFB 59.99%,rgba(0,123,238,.81) 64%,rgba(0,105,223,.6) 69%,rgba(0,90,211,.41) 75%,rgba(0,78,201,.26) 80%,rgba(0,69,193,.15) 85%,rgba(0,62,187,.07) 90%,rgba(0,58,184,.02) 95%,rgba(0,57,183,0));background-blend-mode:hard-light;mix-blend-mode:hard-light;opacity:.75;transform:rotate(180deg);width:100%}@media(max-width:992px){.footer__copyright{gap:.75rem;flex-wrap:wrap}}@media(max-width:767px){.footer .footer__copyright{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.footer .footer__wrapper{flex-direction:column}.copyright__text{margin-left:0}}:root{--accent-purple-transparent:rgba(90,0,248,15%);--accent-green-transparent:rgb(157,255,143,15%);--accent-pink-transparent:rgb(248,70,248,15%)}[data-theme=dark]{--accent-purple-transparent:rgba(90,0,248,10%);--accent-green-transparent:rgba(90,0,248,50%);--accent-pink-transparent:rgba(90,0,248,50%)}.video__wrapper{border-radius:9px;overflow:hidden;position:relative}.video__wrapper>[data-vimeo-initialized]{display:block}.video__wrapper>[data-vimeo-initialized] iframe{vertical-align:middle}.video__caption{border:2px solid var(--accent-blue);margin-top:20px;padding:.75rem;border-radius:9px;max-width:310px}.video__caption p{color:var(--white);text-align:center;font-size:14px}.video__caption .headline{margin-bottom:10px}.video__caption[data-accent=experiences]{border:2px solid var(--accent-purple);background-color:var(--accent-purple-transparent)}.video__caption[data-accent=experiences] .headline{color:var(--accent-purple);text-shadow:0 0 0 #898989,0 0 0 #898989}.video__caption[data-accent=solutions]{border:2px solid var(--accent-green);background-color:var(--accent-green-transparent)}.video__caption[data-accent=solutions] .headline{color:var(--accent-green2)}.video__caption[data-accent=connections]{border:2px solid var(--accent-pink);background-color:var(--accent-pink-transparent)}.video__caption[data-accent=connections] .headline{color:var(--accent-pink);text-shadow:0 0 0 #898989,0 0 0 #898989}.video__preload{position:absolute;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:var(--background);z-index:2}.video__preload:before{content:"";inset:0;position:absolute;background:url(/images/_background-grid-dark.svg) 50%/cover no-repeat;opacity:.25}@media(min-width:800px){.video__caption{max-width:100%}}@media(max-width:575px){.video__caption .headline{margin-bottom:5px;font-size:16px}.video__caption .subheadline{font-size:14px}.video__caption .subheadline p{margin-bottom:0}}@media(min-width:768px)and (orientation:portrait){.video__caption{max-width:992px}}.swiper{width:80%;margin-inline:auto}.swiper .swiper-button-next,.swiper .swiper-button-prev{width:35px;height:35px;opacity:1}.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{content:"";width:23px;height:23px;background-repeat:no-repeat;background-size:contain}.swiper .swiper-button-prev:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.575cm' height='1.5cm' viewBox='0 0 44.64 42.52'%3E%3Cg%3E%3Crect x='36.136' y='34.016' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='27.638' y='25.512' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='19.134' y='17.008' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='27.638' y='8.504' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='36.142' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3C/g%3E%3Cg%3E%3Crect x='12.752' y='30.827' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='6.378' y='24.449' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect y='18.071' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='6.378' y='11.693' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='12.756' y='5.315' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3C/g%3E%3C/svg%3E")}.swiper .swiper-button-next:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.575cm' height='1.5cm' viewBox='0 0 44.646 42.52'%3E%3Cg%3E%3Crect x='.006' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='8.504' y='8.504' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='17.008' y='17.008' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='8.504' y='25.512' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect y='34.016' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3C/g%3E%3Cg%3E%3Crect x='25.516' y='5.315' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='31.89' y='11.693' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='38.268' y='18.071' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='31.89' y='24.449' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='25.512' y='30.827' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3C/g%3E%3C/svg%3E")}.swiper-slide{text-align:center;font-size:18px;background:#fff;padding:.75em;border-radius:.35em;display:flex!important;justify-content:center;align-items:center}.swiper-slide img{width:100%;height:100%;object-fit:contain}.swiper-custom-buttons .custom-next,.swiper-custom-buttons .custom-prev{position:absolute;transform:translateY(-50%);top:50%;width:30px;height:30px;background-repeat:no-repeat;background-size:contain;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:0;background-color:rgba(0,0,0,0);transition:all .25s ease}.swiper-custom-buttons .custom-next:hover,.swiper-custom-buttons .custom-prev:hover{opacity:.75}.swiper-custom-buttons .custom-prev{left:0;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.575cm' height='1.5cm' viewBox='0 0 44.64 42.52'%3E%3Cg%3E%3Crect x='36.136' y='34.016' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='27.638' y='25.512' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='19.134' y='17.008' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='27.638' y='8.504' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='36.142' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3C/g%3E%3Cg%3E%3Crect x='12.752' y='30.827' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='6.378' y='24.449' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect y='18.071' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='6.378' y='11.693' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='12.756' y='5.315' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3C/g%3E%3C/svg%3E")}.swiper-custom-buttons .custom-next{right:0;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.575cm' height='1.5cm' viewBox='0 0 44.646 42.52'%3E%3Cg%3E%3Crect x='.006' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='8.504' y='8.504' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='17.008' y='17.008' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect x='8.504' y='25.512' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3Crect y='34.016' width='8.504' height='8.504' fill='%2348c6f3'/%3E%3C/g%3E%3Cg%3E%3Crect x='25.516' y='5.315' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='31.89' y='11.693' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='38.268' y='18.071' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='31.89' y='24.449' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3Crect x='25.512' y='30.827' width='6.378' height='6.378' fill='%2348c6f3'/%3E%3C/g%3E%3C/svg%3E")}@media(min-width:576px){.content__clients{--swiper-width:768px;margin-top:-100px}.content__clients .swiper{width:var(--swiper-width)}.content__clients .swiper__container{margin:0 auto;width:calc(var(--swiper-width) + 100px)}}@media(max-width:575px){.swiper-custom-buttons .custom-next,.swiper-custom-buttons .custom-prev{width:20px;height:20px}.content__clients .swiper__container{margin:0 auto}}@media(min-width:768px)and (orientation:portrait){.content__clients{--swiper-width:75%}}:root{--cube-size:85px}.section-landing{position:relative;height:100vh}.animated-text-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;flex-direction:column;--fontSize:24px}.animated-text-wrapper .overline{font-size:var(--fontSize);font-style:normal;font-weight:300}.animated-text-wrapper .animated-headline{font-weight:600;font-size:var(--fontSize);opacity:0;transition:opacity 1s ease-in-out;text-shadow:0 0 0 rgba(0,0,0,.25);margin-left:10px;min-width:250px}.cubes{display:flex;margin-inline:auto;justify-content:center;width:200px;position:relative;height:var(--cube-size)}.cube{animation-name:cubeBouncing;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;position:absolute}.cube.cube-purple{animation-delay:0s}.cube.cube-green{animation-delay:.4s;top:-35%;left:25%}.cube.cube-pink{animation-delay:.8s;left:50%;top:-70%}.dot-loading .dot{animation-name:dotAnimate;animation-duration:1.2s;animation-timing-function:ease;animation-iteration-count:infinite}.dot-loading .dot:first-child{animation-delay:1.2s}.dot-loading .dot:nth-child(2){animation-delay:.6s}.dot-loading .dot:nth-child(3){animation-delay:0s}.g-mobile .g-item-1{animation:blinking 3.3333333333s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-2{animation:blinking 4s ease infinite;animation-delay:1s}.g-mobile .g-item-3{animation:blinking 3.3333333333s ease infinite;animation-delay:.5s}.g-mobile .g-item-4{animation:blinking 6s ease infinite;animation-delay:.5s}.g-mobile .g-item-5{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-6{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-7{animation:blinking 3.3333333333s ease infinite;animation-delay:.5s}.g-mobile .g-item-8{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-9{animation:blinking 4s ease infinite;animation-delay:1s}.g-mobile .g-item-10{animation:blinking 3.3333333333s ease infinite;animation-delay:1s}.g-mobile .g-item-11{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-12,.g-mobile .g-item-13{animation:blinking 3.3333333333s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-14{animation:blinking 3s ease infinite;animation-delay:1s}.g-mobile .g-item-15{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-mobile .g-item-16{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-1{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-2{animation:blinking 6s ease infinite;animation-delay:1s}.g-desktop .g-item-3{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-4{animation:blinking 4s ease infinite;animation-delay:.5s}.g-desktop .g-item-5{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-6{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-7{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-8{animation:blinking 4s ease infinite;animation-delay:.5s}.g-desktop .g-item-9{animation:blinking 3s ease infinite;animation-delay:.5s}.g-desktop .g-item-10{animation:blinking 3.3333333333s ease infinite;animation-delay:.5s}.g-desktop .g-item-11,.g-desktop .g-item-12{animation:blinking 4s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-13{animation:blinking 3.3333333333s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-14{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-15{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-16{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-17{animation:blinking 3s ease infinite;animation-delay:1s}.g-desktop .g-item-18,.g-desktop .g-item-19{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-20{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-21{animation:blinking 3.3333333333s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-22{animation:blinking 3.3333333333s ease infinite;animation-delay:1s}.g-desktop .g-item-23{animation:blinking 3.3333333333s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-24{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-25{animation:blinking 4s ease infinite;animation-delay:.5s}.g-desktop .g-item-26{animation:blinking 4s ease infinite;animation-delay:1s}.g-desktop .g-item-27{animation:blinking 6s ease infinite;animation-delay:1s}.g-desktop .g-item-28{animation:blinking 4s ease infinite;animation-delay:.5s}.g-desktop .g-item-29{animation:blinking 3.3333333333s ease infinite;animation-delay:.5s}.g-desktop .g-item-30{animation:blinking 3s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-31{animation:blinking 4s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-32{animation:blinking 6s ease infinite;animation-delay:.3333333333s}.g-desktop .g-item-33{animation:blinking 3.3333333333s ease infinite;animation-delay:.5s}.g-desktop .g-item-34,.g-desktop .g-item-35{animation:blinking 6s ease infinite;animation-delay:.5s}[data-theme=light] .animated-text-wrapper{background:radial-gradient(rgba(255,255,255,.6),rgba(250,250,250,.2));z-index:1}[data-theme=light] .g-desktop .g-item-20,[data-theme=light] .g-desktop .g-item-21{display:none}@media(min-width:576px){.animated-text-wrapper .animated-text{display:flex;align-items:center;justify-content:center;width:100vw}}@media(max-width:575px){.animated-text-wrapper{text-align:center;width:300px;--fontSize:16px}.animated-text-wrapper .overline{font-size:var(--fontSize)}.animated-text-wrapper .animated-headline{margin-top:.5rem;font-size:var(--fontSize)}.animated-text{display:block}}.section-about{padding:2em 10px}.section-about .headline{margin-bottom:1em;font-weight:500;color:var(--white)}.section-about .headline.primary{color:var(--primary)}.section-about .headline .content *{color:var(--white)}.section-about .content{margin-bottom:3em}.section-about__wrapper{display:flex;height:100%;align-items:center}.section-about__wrapper .content__wrapper{width:50%}@media(min-width:576px){.section-about .content{padding-inline:2em}.section-about__wrapper .content__writeups{padding-left:100px;display:flex;justify-items:center;flex-direction:column}}@media(max-width:575px){.section-about__wrapper{display:block;text-align:center}.section-about__wrapper .content__wrapper{width:100%}}@media(min-width:768px)and (orientation:portrait){.section-about__wrapper{display:block}.section-about__wrapper .content__wrapper{width:100%}}:root{--overlay-background-cubes:rgba(255,255,255,1)}[data-theme=dark]{--overlay-background-cubes:linear-gradient(rgb(26 21 51/100%))}.section-services{display:flex;flex-direction:column;justify-content:center;padding:2em 10px}.section-services .headline{margin-bottom:2em;font-weight:500;color:var(--white)}.section-services .section__wrapper{margin-top:auto;position:relative}.section-services .section__wrapper .headline{margin-bottom:1em;font-weight:500;color:var(--white)}.section-services .section__wrapper .headline.primary,.section-services .section__wrapper .subheadline{color:var(--primary)}.section-services .section__wrapper .rotate-icon{display:flex;justify-content:center;z-index:2}.section-services .section__wrapper .rotate-icon.active{z-index:3}.section-services .section__wrapper .cube__content{animation:animateCubeContent .25s ease-in-out}.section-services .animated-background{margin-top:auto}.to__section{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:1rem;margin:5rem auto 0;animation:cubeBouncing 1s linear infinite}@media(min-width:576px){.section-services .section__wrapper{margin-bottom:-100px}.section-services .section__wrapper .cubes__wrapper{display:flex;align-items:center;justify-content:center}.section-services .section__wrapper .rotate-icon{cursor:pointer}.section-services .section__wrapper .rotate-icon:not(:first-child){margin-left:-20px}.section-services .section__wrapper .rotate-icon:hover{z-index:3}}@media(max-width:575px){.section-services{position:relative;display:block}.section-services .section__container{transition:all 1s ease;height:3000px;position:relative}.section-services .section__wrapper{margin-top:0;position:-webkit-sticky;position:sticky;top:5%}.section-services .section__wrapper .rotate-icon{width:100%;margin-bottom:-50px;position:relative}.section-services .section__wrapper .cubes__container{display:block}.section-services .our__clients{margin-top:auto}#clients{padding-top:5rem}}.blogs-page{background-color:#f6f6f6;min-height:100vh;width:100%;padding:2rem 1rem}.blogs-container{margin:0 auto;padding:0 5rem;width:100%;box-sizing:border-box}.blogs-title{font-family:DM Sans,sans-serif;font-weight:300;color:#000;font-size:clamp(2rem,4vw,2.5rem);text-align:left;margin-top:5rem;margin-bottom:3rem;font-variation-settings:"opsz" 14}.blogs-title p{margin:0}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;width:100%;box-sizing:border-box}.blog-card{background:#fff;border-radius:1rem;box-shadow:0 4px 54px 0 rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;height:-moz-fit-content;height:fit-content;box-sizing:border-box;padding:3rem 2rem;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 64px 0 rgba(0,0,0,.1);cursor:default}.blog-card:hover .blog-read-more{opacity:1}.blog-image{width:100%;height:auto;border-radius:.625rem;overflow:hidden;position:relative;box-sizing:border-box;display:inline-block}.blog-image img{display:block;width:100%;height:auto;object-fit:contain}.blog-content{padding-top:1rem}.blog-title{font-family:DM Sans,sans-serif;font-weight:400;color:#343434;font-size:clamp(.9rem,1.5vw,.93rem);line-height:1.4;margin-bottom:1rem;min-height:91px;opacity:.7;font-variation-settings:"opsz" 9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-title p{margin:0}.blog-separator{width:100%;height:1px;background-color:#e2e2e2;margin-bottom:1.5rem}.blog-meta{justify-content:space-between;align-items:flex-end;gap:1rem}.blog-author-info h4{font-family:DM Sans,sans-serif;font-weight:600;color:#343434;font-size:clamp(.9rem,1.2vw,1rem);margin:0 0 .25rem;font-variation-settings:"opsz" 14}.blog-author-info p{font-size:clamp(.8rem,1vw,.9rem);margin:0;opacity:.8;font-variation-settings:"opsz" 9}.blog-author-info p,.blog-read-more{font-family:DM Sans,sans-serif;font-weight:400;color:#343434}.blog-read-more{margin-top:20px;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:clamp(.75rem,1vw,.8125rem);opacity:.7;transition:opacity .2s ease;font-variation-settings:"opsz" 9;white-space:nowrap}.blog-read-more:hover{opacity:1;cursor:pointer}.blog-read-more p{margin:0}.read-more-arrow{width:16px;height:8px;display:flex;align-items:center;justify-content:center}.read-more-arrow svg{width:100%;height:100%}@media(max-width:1024px){.blogs-container{padding:0 2rem}.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blogs-page{padding:1.5rem .75rem}.blogs-title{margin-bottom:2rem}.blogs-grid{grid-template-columns:1fr;gap:1.5rem}.blog-content{padding:.75rem 1rem 1rem}.blog-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.blog-read-more{align-self:flex-end}}@media(max-width:480px){.blogs-page{padding:1rem 15px}.blog-content{padding:.75rem}}@media(min-width:1200px){.blogs-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1400px){.blogs-page{padding:3rem 2rem}}.case-study-page{background-color:#f6f6f6;min-height:100vh;width:100%;position:relative;padding:0 2rem}.hero-section{padding:2rem 1rem;text-align:center}.case-study-category{font-family:DM Sans,sans-serif;font-weight:400;color:gray;font-size:clamp(1rem,2vw,1.5rem);margin-bottom:0;font-variation-settings:"opsz" 14;text-align:left}.case-study-category p{margin:0}.case-study-main-title{font-family:DM Sans,sans-serif;font-weight:900;color:#000;font-size:clamp(1.75rem,5vw,4rem);line-height:1.2;margin-bottom:0;font-variation-settings:"opsz" 14;text-align:left}.case-study-main-title p{margin:0}.hero-image-section{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:center;height:clamp(140px,39vw,665px)}.case-study-hero-image{background-size:contain;background-position:50%;background-color:#d9d9d9;width:100%;max-width:1753px;border-radius:8px}.content-section{max-width:1400px;padding:0 0 4rem;margin:3rem auto 0;display:grid;grid-template-columns:minmax(300px,413px) 1fr;grid-gap:3rem;gap:3rem;align-items:start}.deliverables-sidebar{padding:4rem 2.5rem;color:#fff;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem;height:100%}.deliverables-title{font-family:CocogooseRegular;font-size:clamp(1rem,2vw,1.5rem);margin-bottom:2rem;margin-top:3rem;line-height:1}.deliverables-title p{margin:0}.deliverables-list{font-family:DM Sans,sans-serif;font-weight:300;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6;font-variation-settings:"opsz" 9;padding:0 0 .5rem;list-style-type:none;margin-bottom:0}.deliverables-list li:before{content:"- "}.overview-section{padding-top:1rem}.overview-title{font-family:CocogooseDarkmode,sans-serif;font-style:normal;font-weight:800;color:#000;font-size:clamp(1.2rem,2vw,1.5rem);margin-top:3rem;margin-bottom:2rem;line-height:1}.overview-title p{margin:0}.overview-content{font-family:DM Sans,sans-serif;font-weight:400;color:#141414;line-height:1.6;font-variation-settings:"opsz" 9}.overview-content h1,.overview-content h2,.overview-content h3,.overview-content h4,.overview-content h5,.overview-content h6{font-variation-settings:"opsz" 14;line-height:1.25;margin-bottom:.5rem}.overview-content ul{padding-left:30px;margin-bottom:1rem}.overview-content ul li p{margin-bottom:0}.overview-content>div:has(>table){overflow-x:auto;-webkit-overflow-scrolling:touch}.overview-content table{border-collapse:collapse;width:100%}.overview-content table tbody>tr:first-child{background-color:#ececec;font-weight:700}.overview-content td,.overview-content th{text-align:left;line-height:1.25;border:1px solid #ddd;padding:8px}.overview-content td p,.overview-content th p{margin-bottom:0}@media(max-width:767px){.overview-content td,.overview-content th{font-size:12px}.overview-content table{display:block;width:100%;overflow-x:auto;max-width:100vw;-webkit-overflow-scrolling:touch}}.back-button-section{max-width:1400px;margin:40px auto 0;display:flex;justify-content:flex-end}.back-button{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:opacity .2s ease;text-decoration:none;color:inherit}.back-button:hover{opacity:.8}.back-text{font-family:CocogooseRegular,sans-serif;color:#000;font-size:clamp(1.2rem,2vw,1.35rem);line-height:1}.back-text p{margin:0}.back-arrow{width:clamp(40px,4vw,67px);height:12px;display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.back-arrow svg{width:100%;height:100%}@media(max-width:1200px){.case-study-page{padding:3rem 2rem 0}}@media(max-width:1024px){.content-section{display:block;grid-template-columns:1fr;gap:2rem}.deliverables-sidebar{position:static;padding:2rem 2.5rem}.deliverables-title{margin-top:1rem}.overview-section{order:1;padding-top:0}}@media(max-width:768px){.hero-section{padding:1.5rem .75rem}.hero-image-section{padding:0 .75rem 2rem}.content-section{padding:0 .75rem 3rem;gap:1.5rem}.deliverables-sidebar{padding:1.5rem 1rem}}@media(max-width:480px){.hero-section{padding:1rem .5rem}.hero-image-section{padding:0 .5rem 1rem}.content-section{padding:0 0 2rem;margin-top:1rem}.deliverables-sidebar{padding:1rem;border-radius:8px}}@media(min-width:1400px){.hero-section{padding:5rem 1rem 3rem}.content-section{gap:4rem}}.section-contact{display:flex;flex-direction:column}.section-contact .headline{font-weight:500}.section-contact .content__writeups{margin-bottom:3rem}.section-contact .section__wrapper{margin-top:auto}.section-contact .cta-send{width:175px}.section-contact .cubes{height:auto}@media(min-width:800px){.section-contact{padding-top:10rem}.section-contact .cubes{position:absolute;left:-5px}}@media(max-width:575px){.section-contact{padding-top:4rem}.section-contact .cubes{margin:3rem 0 1rem}}@media(max-width:992px){.section-contact .section__wrapper{padding-inline:3rem}}body{box-sizing:border-box;margin:0;padding:0}#app-main.fixed{overflow:hidden}#app-main.main-ios,#app-main.main-ios:after{max-height:100svh}section{position:relative;z-index:1}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.toggle-overlay{position:fixed;inset:0;background:var(--overlay-background);transition:all .25s ease;opacity:1;z-index:96}.loader{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;animation:rotate 1s ease-in infinite}.history__back{display:flex;align-items:center;gap:10px;position:absolute;top:2.25rem;left:2.25rem;z-index:3;transition:all .25s ease-in;cursor:pointer}.history__back:focus,.history__back:hover{transform:translateX(-10px)}#accessiblyAppDialog.accessibly-app-widget .accessibly-app-navigation>div button:first-child{visibility:hidden!important}