@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Reddit+Sans:wght@300;400;500;600;700&display=swap";:root{--font-reddit:"Reddit Sans", sans-serif;--font-outfit:"Outfit", sans-serif;--font-inter:"Inter", sans-serif;--color-primary:#00aeef;--color-dark-blue:#0f2a6b;--color-brand-dark:#211d70;--primary-gradient:linear-gradient(135deg, #0f2a6b 0%, #1ba6df 100%);--secondary-gradient:linear-gradient(135deg, #1ba6df 0%, #0f2a6b 100%);--dark-blue:#0f2a6b;--light-blue:#1ba6df;--white:#fff;--bg-light:#f8fafc;--text-dark:#1e293b;--text-muted:#64748b;--shadow-soft:0 10px 25px -5px #0000000d, 0 8px 10px -6px #0000000d;--shadow-medium:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--radius-lg:1rem;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--white);color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1{font-size:clamp(2.5rem,8vw,4.5rem)}h2{font-size:clamp(2rem,5vw,3rem)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}.text-gradient{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.bg-gradient{background:var(--primary-gradient)}.btn{cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-gradient);color:var(--white);box-shadow:0 4px 14px #1ba6df63}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1ba6df73}.btn-outline{border:2px solid var(--light-blue);color:var(--light-blue);background:0 0}.btn-outline:hover{background:var(--light-blue);color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:.8s forwards fadeInUp}.reveal{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.2,.8,.2,1),transform 1.2s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.reveal-left{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.2,.8,.2,1),transform 1.2s cubic-bezier(.2,.8,.2,1);transform:translate(-50px)}.reveal-right{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.2,.8,.2,1),transform 1.2s cubic-bezier(.2,.8,.2,1);transform:translate(50px)}.reveal.revealed,.reveal-left.revealed,.reveal-right.revealed{opacity:1;transition-delay:0s;transform:translate(0)}.reveal-delay-1.revealed{transition-delay:.1s}.reveal-delay-2.revealed{transition-delay:.25s}.reveal-delay-3.revealed{transition-delay:.4s}.reveal-delay-4.revealed{transition-delay:.55s}.reveal-premium{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:scale(.96)translateY(30px)}.reveal-premium.revealed{opacity:1;transform:scale(1)translateY(0)}.reveal-text-premium{margin-bottom:-.15em;padding-bottom:.15em;display:block;overflow:hidden}.reveal-text-premium span{opacity:0;line-height:1.3;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity 1.2s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(100%)}.reveal-text-premium.revealed span{opacity:1;transform:translateY(0)}.reveal-wipe{width:100%;display:inline-block;position:relative;overflow:hidden}.reveal-wipe:after{content:"";transform-origin:0;z-index:10;background:#007dc4;transition:transform .7s cubic-bezier(.65,0,.35,1);position:absolute;inset:0;transform:scaleX(0)}.reveal-wipe.revealed:after{animation:1s cubic-bezier(.65,0,.35,1) forwards wipeEffect}@keyframes wipeEffect{0%{transform-origin:0;transform:scaleX(0)}50%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}.reveal-wipe img{opacity:0;transition:opacity .1s .5s}.reveal-wipe.revealed img{opacity:1}.reveal-flip{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:perspective(1000px)rotateY(-12deg)translate(-20px)}.reveal-flip.revealed{opacity:1;transform:perspective(1000px)rotateY(0)translate(0)}.reveal-skew{opacity:0;transition:opacity 1.4s cubic-bezier(.2,1,.3,1),transform 1.4s cubic-bezier(.2,1,.3,1);transform:skewY(5deg)translateY(50px)}.reveal-focus{opacity:0;transition:opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);transform:scale(.9)}.reveal-focus.revealed{opacity:1;transform:scale(1)}@media (width<=768px){.container{padding:0 1.5rem}.section-padding{padding:4rem 0}h1{font-size:2.5rem}h2{font-size:2rem}}html body .container,html body .navbar-container,html body .hero-container,html body .why-impact-container,html body .why-hero-container,html body .why-pillars-container,html body .why-process-container,html body .platform-hero-container,html body .offering-hero-container,html body .contact-hero-container,html body .industries-hero-container,html body .footer-banner-container,html body .footer-container,html body .sd-tabs-container,html body .sd-main-display,html body .pl-tabs-container,html body .pl-main-display,html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container,html body .phh-container,html body .problem-container,html body .wpd-container,html body .oo-container,html body .ind-container,html body .contact-details-container,html body .who-we-are-grid{box-sizing:border-box!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}@media screen and (width>=1440px) and (width<=1919px){html body .container,html body .navbar-container,html body .hero-container,html body .why-impact-container,html body .why-hero-container,html body .why-pillars-container,html body .why-process-container,html body .platform-hero-container,html body .offering-hero-container,html body .contact-hero-container,html body .industries-hero-container,html body .footer-banner-container,html body .footer-container,html body .sd-tabs-container,html body .sd-main-display,html body .pl-tabs-container,html body .pl-main-display,html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container,html body .phh-container,html body .problem-container,html body .wpd-container,html body .oo-container,html body .ind-container,html body .contact-details-container,html body .who-we-are-grid{max-width:1440px!important;padding-left:5%!important;padding-right:5%!important}html body .footer-main{padding-left:5%!important;padding-right:5%!important}html body .who-we-are{width:100%!important}}@media screen and (width>=1920px) and (width<=2559px){html body .container,html body .navbar-container,html body .hero-container,html body .why-impact-container,html body .why-hero-container,html body .why-pillars-container,html body .why-process-container,html body .platform-hero-container,html body .offering-hero-container,html body .contact-hero-container,html body .industries-hero-container,html body .footer-banner-container,html body .footer-container,html body .sd-tabs-container,html body .sd-main-display,html body .pl-tabs-container,html body .pl-main-display,html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container,html body .phh-container,html body .problem-container,html body .wpd-container,html body .oo-container,html body .ind-container,html body .contact-details-container,html body .who-we-are-grid{max-width:1800px!important;padding-left:5%!important;padding-right:5%!important}html body .footer-main{padding-left:5%!important;padding-right:5%!important}html body .who-we-are{width:100%!important}}@media screen and (width>=2560px) and (width<=3839px){html body .container,html body .navbar-container,html body .hero-container,html body .why-impact-container,html body .why-hero-container,html body .why-pillars-container,html body .why-process-container,html body .platform-hero-container,html body .offering-hero-container,html body .contact-hero-container,html body .industries-hero-container,html body .footer-banner-container,html body .footer-container,html body .sd-tabs-container,html body .sd-main-display,html body .pl-tabs-container,html body .pl-main-display,html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container,html body .phh-container,html body .problem-container,html body .wpd-container,html body .oo-container,html body .ind-container,html body .contact-details-container,html body .who-we-are-grid{max-width:2200px!important;padding-left:5%!important;padding-right:5%!important}html body .footer-main{padding-left:5%!important;padding-right:5%!important}html body .who-we-are{width:100%!important}}@media screen and (width>=3840px){html body .container,html body .navbar-container,html body .hero-container,html body .why-impact-container,html body .why-hero-container,html body .why-pillars-container,html body .why-process-container,html body .platform-hero-container,html body .offering-hero-container,html body .contact-hero-container,html body .industries-hero-container,html body .footer-banner-container,html body .footer-container,html body .sd-tabs-container,html body .sd-main-display,html body .pl-tabs-container,html body .pl-main-display,html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container,html body .phh-container,html body .problem-container,html body .wpd-container,html body .oo-container,html body .ind-container,html body .contact-details-container,html body .who-we-are-grid{max-width:3200px!important;padding-left:5%!important;padding-right:5%!important}html body .footer-main{padding-left:5%!important;padding-right:5%!important}html body .who-we-are{width:100%!important}}.temp-grid-overlay{pointer-events:none;z-index:99999;width:100vw;height:100vh;position:fixed;top:0;left:0}.temp-grid-line{border-left:2px dashed #ff0000d9;width:0;position:absolute;top:0;bottom:0}.temp-grid-line:before{content:"ALIGN";color:#fff;background:#ff0000e6;border-radius:3px;padding:2px 6px;font-family:sans-serif;font-size:10px;font-weight:700;position:absolute;top:20px}.temp-grid-left{left:10%}.temp-grid-left:before{left:5px}.temp-grid-right{right:10%}.temp-grid-right:before{right:5px}.about-us-page{background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;width:100%;min-height:100vh;display:flex}@media screen and (width<=1023px){.about-us-page{background-attachment:scroll!important;overflow:visible!important}}.btn-hero-primary,.btn-hero-secondary,.ind-cta-btn,.oo-cta-btn,.banner-btns button{border-radius:0!important;justify-content:center!important;align-items:center!important;min-width:220px!important;height:auto!important;padding:.8rem 2.2rem!important;font-family:Reddit Sans,sans-serif!important;font-size:.95rem!important;font-weight:300!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important}@media screen and (width<=1024px){.btn-hero-primary,.btn-hero-secondary,.ind-cta-btn,.oo-cta-btn,.banner-btns button{min-width:200px!important;padding:.75rem 2rem!important;font-size:.9rem!important}}@media screen and (width<=480px){.btn-hero-primary,.btn-hero-secondary,.ind-cta-btn,.oo-cta-btn,.banner-btns button{min-width:180px!important;padding:.7rem 1.8rem!important;font-size:.85rem!important}}@media screen and (width>=3000px){.btn-hero-primary,.btn-hero-secondary,.ind-cta-btn,.oo-cta-btn,.banner-btns button{min-width:380px!important;padding:1.6rem 4rem!important;font-size:1.5rem!important}}.navbar{z-index:1000;background:#fff;width:100%;padding:1.6rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.navbar.scrolled{padding:1rem 0}.navbar-container{align-items:center;max-width:1440px;margin:0 auto;padding:0 5%;display:flex;position:relative}.logo{z-index:10;flex:none}.logo-img{width:auto;height:56px;display:block}.nav-links{flex:1;justify-content:center;align-items:center;gap:3.5rem;display:flex}.nav-links a,.nav-dropdown{color:#000;white-space:nowrap;padding:5px 0;font-family:Reddit Sans,sans-serif;font-size:.85rem;font-weight:300;transition:color .3s;position:relative}.nav-links .nav-disabled{color:#000;white-space:nowrap;cursor:default;padding:5px 0;font-family:Reddit Sans,sans-serif;font-size:.85rem;font-weight:300}.nav-links a:after,.nav-dropdown span:after{content:"";background-color:#00aeef;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-dropdown span{position:relative}.nav-links a.active:after,.nav-dropdown.active span:after{width:100%}@media (width>=969px){.nav-links a:hover:after,.nav-item-dropdown:hover .nav-dropdown span:after{width:100%}.nav-item-dropdown:hover .nav-dropdown span:after{width:0!important}}.nav-links a.active,.nav-dropdown.active{color:#00aeef!important}@media (width>=969px){.nav-links a:hover{color:#00aeef!important}.nav-item-dropdown:hover .nav-dropdown{color:#000!important}}.nav-item-dropdown.mobile-open .nav-dropdown{color:#000!important}.nav-item-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown{cursor:pointer;align-items:center;gap:6px;display:flex}.chevron-icon{opacity:.55;color:#000;margin-top:3px;margin-left:1px;transition:transform .3s}.nav-item-dropdown:hover .chevron-icon,.nav-dropdown.active .chevron-icon{opacity:1;color:#00aeef!important}.dropdown-content{opacity:0;visibility:hidden;z-index:1001;background-color:#fff;border:1px solid #0000000d;border-radius:0;min-width:140px;padding:5px 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 8px 30px #00000014}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.dropdown-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa}}.nav-item-dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-item{justify-content:center;align-items:center;width:100%;margin:0;padding:8px 15px;font-family:Reddit Sans,sans-serif;font-size:.85rem;font-weight:300;transition:all .2s;display:flex;position:relative;color:#000!important;text-decoration:none!important}.dropdown-item:after{display:none!important}.dropdown-item span{display:inline-block;position:relative}.dropdown-item span:after{content:"";background-color:#00aeef;width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%);display:block!important}.dropdown-item:not(.disabled):hover span:after,.dropdown-item.active span:after{width:100%}.dropdown-item:not(.disabled):hover,.dropdown-item.active{color:#00aeef!important}.dropdown-item.disabled{cursor:not-allowed;opacity:.4;background-color:#0000;color:#94a3b8!important}.nav-links .nav-contact{background:0 0;border-radius:0;padding:0;color:#000!important;font-weight:300!important}.nav-links .nav-contact:hover{background:0 0;color:#00aeef!important}.nav-cta{padding:.6rem 1.5rem;font-size:.9rem}.menu-toggle{cursor:pointer;flex-direction:column;gap:6px;display:none}.bar{width:25px;height:3px;transition:var(--transition-smooth);background-color:#fff}.navbar.scrolled .bar{background-color:var(--dark-blue)}@media (width<=968px){.navbar-container{justify-content:space-between}.nav-links{z-index:999;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.8rem;width:80%;max-width:300px;height:100vh;padding:8rem 2rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}.nav-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.nav-links a,.nav-links .nav-disabled{padding:10px 0;font-size:1.1rem;font-weight:400}.menu-toggle{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:5px;display:flex}.bar{background-color:#000;width:25px;height:2px;transition:all .3s}.bar.open:first-child{transform:rotate(45deg)translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav-item-dropdown{flex-direction:column;align-items:center;width:100%;margin-bottom:-12px;display:flex}.nav-dropdown{cursor:pointer;color:#000;justify-content:center;align-items:center;gap:8px;width:auto;padding:10px 0;font-size:1.1rem;font-weight:400;display:flex;position:relative}.nav-dropdown.active{color:#00aeef!important}.chevron-icon.rotated{opacity:1;color:#00aeef;transform:rotate(180deg)}.dropdown-content{width:100%;box-shadow:none;opacity:1;visibility:visible;border:none;grid-template-rows:0fr;padding:0;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid;position:static;left:auto;overflow:hidden;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;transform:none!important}.dropdown-content.show{grid-template-rows:1fr}.dropdown-inner{flex-direction:column;align-items:center;gap:15px;min-height:0;padding:10px 0;display:flex}.dropdown-item{text-align:center;border:none;width:auto;margin:0;padding:5px 0;font-size:1.1rem;transition:all .3s;color:#4b5563!important}.dropdown-item.active{font-weight:500;color:#00aeef!important}.dropdown-item span:after{display:none!important}.dropdown-item:not(.disabled):hover{background:0 0;color:#00aeef!important}}@media (width>=481px) and (width<=968px){.navbar{padding:1.2rem 0}.logo-img{height:48px}}@media (width<=480px){.navbar{padding:1rem 0}.logo-img{height:42px}}@media screen and (width>=768px){html body nav.navbar .navbar-container,html body nav.navbar div.navbar-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width>=1440px) and (width<=1440px){html body nav.navbar .navbar-container,html body nav.navbar div.navbar-container{width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.footer-wrapper{background-color:#f1f1f1;background-image:url(/pivara/assets/footer_bg-B6VqTD4r.png);background-position:right 0 top 5px;background-repeat:no-repeat;background-size:auto;width:100%;font-family:Reddit Sans,sans-serif!important}.footer-banner-container{z-index:10;width:100%;margin:-100px auto 0;padding:0 10%;position:relative}.footer-cta-banner{color:#fff;background-position:50%;background-size:cover;border-radius:0;justify-content:center;align-items:center;padding:55px 40px;display:flex}.banner-content{flex-direction:row;justify-content:center;align-items:center;gap:clamp(25px,4vw,65px);width:100%;max-width:1600px;display:flex}.banner-title{letter-spacing:.01em;text-align:center;flex:auto;max-width:420px;margin:0;font-size:clamp(1.3rem,2vw,2rem);font-weight:400;line-height:1.25}.banner-desc{opacity:.85;text-align:center;flex:auto;max-width:480px;padding:0;font-size:1rem;font-weight:300;line-height:1.6}.banner-btns{flex:none;justify-content:center;align-items:center;display:flex}.banner-btns button{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #007dc4;min-width:165px;padding:14px 36px;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s}.banner-btns button:hover{background:#ffffff1a;border-color:#fff}.footer-main{background-color:#f1f1f1;padding:30px 10%}.footer-container{width:100%;max-width:100%;margin:0 auto;padding:0%!important}.footer-grid{grid-template:"logo nav social""logo info."/240px 1fr 420px;align-items:start;gap:25px 0;display:grid}.footer-col-logo{grid-area:logo;align-items:flex-start;padding-left:0;display:flex}.footer-col-nav{grid-area:nav;align-items:center;margin-top:15px;padding-left:20px;display:flex}.footer-col-social{grid-area:social;justify-content:flex-start;align-items:center;margin-top:15px;display:flex}.footer-col-info{flex-direction:column;grid-area:info;gap:4px;margin-top:5px;padding-left:20px;display:flex}.footer-col-logo img{width:auto;height:50px;margin-left:0!important;padding-left:0!important}.company-name{text-transform:uppercase;letter-spacing:.01em;font-weight:800;color:#1e1e1e!important;font-size:.9rem!important}.company-address,.company-contact{color:#000;max-width:420px;font-size:.8rem;font-weight:300;line-height:1.4}.contact-link{color:inherit;cursor:pointer;z-index:5;text-decoration:none;transition:color .3s;position:relative}.contact-link:hover{color:#007dc4;text-decoration:underline}.footer-nav{flex-wrap:wrap;gap:clamp(15px,2.2vw,35px);display:flex}.nav-link{color:#1b4a9a;white-space:nowrap;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-link-disabled{cursor:default}.nav-link:hover{color:#007dc4}.nav-link-disabled:hover{color:#1b4a9a}.social-icons{gap:10px;display:flex}.social-icon{background-color:#007dc4;border-radius:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex;overflow:hidden}.social-svg{object-fit:contain;width:28px;height:28px}.social-icon:hover{opacity:.9;transform:translateY(-2px)}@media screen and (width<=767px){.footer-banner-container{margin-top:-40px;padding:0 20px}.footer-cta-banner{height:auto;padding:35px 20px}.banner-content{flex-direction:column!important;gap:20px!important}.banner-title{max-width:100%!important;font-size:1.3rem!important}.banner-desc{max-width:100%!important;font-size:.8rem!important}.banner-btns{width:100%!important}.banner-btns button{width:100%!important;min-width:auto!important;padding:12px 24px!important}.footer-main{padding:20px 20px 25px}.footer-grid{text-align:center;grid-template-columns:1fr;grid-template-areas:"logo""nav""social""info";gap:30px}.footer-col-logo,.footer-col-nav,.footer-col-social,.footer-col-info{text-align:center!important;justify-content:center!important;align-items:center!important;margin-top:15px!important;padding:0!important}.footer-nav{flex-direction:column;gap:15px}.company-address,.company-contact{max-width:100%}}@media screen and (width>=768px) and (width<=768px){.footer-banner-container{margin-top:-60px;padding:0 10%!important}.footer-cta-banner{padding:45px 20px}.banner-content{flex-direction:column!important;gap:20px!important}.banner-title{max-width:100%!important;font-size:1.45rem!important}.banner-desc{max-width:80%!important;font-size:.82rem!important}.banner-btns{width:100%!important}.banner-btns button{min-width:150px!important;padding:12px 24px!important}.footer-main{padding:25px 20px}.footer-grid{text-align:center;grid-template-columns:1fr;grid-template-areas:"logo""nav""social""info";gap:20px}.footer-col-logo{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-logo img{height:40px}.footer-col-nav{justify-content:center!important;align-items:center!important;margin-top:5px!important;padding-left:0!important}.footer-nav{flex-wrap:wrap;justify-content:center;gap:16px}.nav-link{font-size:.8rem}.footer-col-social{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-info{align-items:center!important;margin-top:5px!important;padding-left:0!important}.company-address,.company-contact{text-align:center;max-width:100%;font-size:.75rem}}@media screen and (width>=769px) and (width<=899px){.footer-banner-container{margin-top:-60px;padding:0 10%!important}.footer-cta-banner{padding:45px 20px}.banner-content{flex-direction:column!important;gap:20px!important}.banner-title{max-width:100%!important;font-size:1.5rem!important}.banner-desc{max-width:80%!important;font-size:.84rem!important}.banner-btns{width:100%!important}.banner-btns button{min-width:155px!important;padding:12px 26px!important}.footer-main{padding:25px 20px}.footer-grid{text-align:center;grid-template-columns:1fr;grid-template-areas:"logo""nav""social""info";gap:22px}.footer-col-logo{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-logo img{height:42px}.footer-col-nav{justify-content:center!important;align-items:center!important;margin-top:5px!important;padding-left:0!important}.footer-nav{flex-wrap:wrap;justify-content:center;gap:18px}.nav-link{font-size:.82rem}.footer-col-social{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-info{align-items:center!important;margin-top:5px!important;padding-left:0!important}.company-address,.company-contact{text-align:center;max-width:100%;font-size:.76rem}}@media screen and (width>=900px) and (width<=1024px){.footer-banner-container{margin-top:-60px;padding:0 10%!important}.footer-cta-banner{padding:50px 30px}.banner-content{flex-direction:column!important;gap:20px!important}.banner-title{max-width:100%!important;font-size:1.6rem!important}.banner-desc{max-width:80%!important;font-size:.86rem!important}.banner-btns{width:100%!important}.banner-btns button{min-width:160px!important;padding:13px 28px!important}.footer-main{padding:28px 20px 30px}.footer-grid{text-align:center;grid-template-columns:1fr;grid-template-areas:"logo""nav""social""info";gap:24px}.footer-col-logo{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-logo img{height:44px}.footer-col-nav{justify-content:center!important;align-items:center!important;margin-top:5px!important;padding-left:0!important}.footer-nav{flex-wrap:wrap;justify-content:center;gap:20px}.nav-link{font-size:.85rem}.footer-col-social{justify-content:center!important;align-items:center!important;margin-top:0!important;padding-left:0!important}.footer-col-info{align-items:center!important;margin-top:5px!important;padding-left:0!important}.company-address,.company-contact{text-align:center;max-width:100%;font-size:.78rem}}@media screen and (width>=1024px) and (width<=1439px){.footer-banner-container{margin-top:-75px!important;padding:0 10%!important}.footer-main{padding-left:10%;padding-right:10%!important}.company-address,.company-contact{max-width:550px}.footer-cta-banner{padding:38px 40px!important}.banner-title{max-width:350px!important}.banner-desc{max-width:420px!important}}@media screen and (width>=1440px) and (width<=2559px){.company-address,.company-contact{max-width:550px}}@media screen and (width>=1280px) and (width<=1280px){.footer-col-logo{margin-top:-7px;margin-left:0!important}.footer-col-social{margin-left:-85%;margin-right:250%}}@media screen and (width>=1366px) and (width<=1366px){html body .footer-col-social{padding-right:150px!important}}@media screen and (width>=1440px) and (width<=1440px){.footer-col-logo{margin-top:-7px;margin-left:0!important}.footer-col-social{margin-left:-85%;margin-right:250%}}@media screen and (width>=1920px) and (width<=1920px){.footer-col-logo{margin-top:-8px;margin-left:0!important}.footer-col-social{margin-right:250%;margin-left:-150%!important}.banner-desc{font-size:1.25rem!important}}@media screen and (width>=2560px) and (width<=2560px){.footer-banner-container{margin-top:-120px;width:100%!important;max-width:100%!important;padding:0 10%!important}.footer-cta-banner{padding:80px 40px!important}.footer-grid{grid-template-columns:auto 1fr auto!important;grid-template-areas:"logo nav social""logo info."!important;gap:30px 80px!important}.footer-col-logo{justify-content:flex-start;display:flex;margin-top:-10px!important;margin-left:0!important;padding-left:0!important}.footer-col-nav,.footer-col-info{margin-left:8%;padding-left:40px!important}.footer-col-social{margin-right:90%!important;padding-left:0!important}.footer-col-logo img{width:auto;height:70px!important}.company-name{font-size:1.1rem!important}.company-address,.company-contact{max-width:700px;font-size:.95rem!important}.nav-link{font-size:1.05rem!important}.social-icon{width:55px!important;height:55px!important}.social-svg{width:32px!important;height:32px!important}.social-icon:before{width:28px!important;height:28px!important}.banner-desc{font-size:1.25rem!important}}@media screen and (width>=768px){html body .footer-main{padding-left:10%!important;padding-right:10%!important}html body .footer-container{padding-left:0!important;padding-right:0!important}html body .footer-banner-container{width:100%!important;max-width:100%!important;padding-left:10%!important;padding-right:10%!important}html body .footer-grid{grid-template-columns:auto 1fr auto!important;grid-template-areas:"logo nav social""logo info."!important;gap:20px 40px!important}html body .footer-col-logo{margin-left:0!important;padding-left:0!important}html body .footer-col-nav,html body .footer-col-info{padding-left:20px!important}html body .footer-col-social{justify-content:flex-end!important;padding-left:0!important}}@media screen and (width>=768px) and (width<=768px){html body .footer-main{padding-left:20px!important;padding-right:20px!important}html body .footer-banner-container{padding-left:10%!important;padding-right:10%!important}html body .footer-grid{grid-template-columns:1fr!important;grid-template-areas:"logo""nav""social""info"!important;gap:20px 0!important}html body .footer-col-logo,html body .footer-col-nav,html body .footer-col-info{justify-content:center!important;align-items:center!important;padding-left:0!important}html body .footer-col-social{justify-content:center!important;padding-left:0!important}}@media screen and (width>=769px) and (width<=899px){html body .footer-main{padding-left:20px!important;padding-right:20px!important}html body .footer-banner-container{padding-left:10%!important;padding-right:10%!important}html body .footer-grid{grid-template-columns:1fr!important;grid-template-areas:"logo""nav""social""info"!important;gap:22px 0!important}html body .footer-col-logo,html body .footer-col-nav,html body .footer-col-info{justify-content:center!important;align-items:center!important;padding-left:0!important}html body .footer-col-social{justify-content:center!important;padding-left:0!important}}@media screen and (width>=900px) and (width<=1024px){html body .footer-main{padding-left:20px!important;padding-right:20px!important}html body .footer-banner-container{padding-left:10%!important;padding-right:10%!important}html body .footer-grid{grid-template-columns:1fr!important;grid-template-areas:"logo""nav""social""info"!important;gap:24px 0!important}html body .footer-col-logo,html body .footer-col-nav,html body .footer-col-info{justify-content:center!important;align-items:center!important;padding-left:0!important}html body .footer-col-social{justify-content:center!important;padding-left:0!important}}@media screen and (width>=3000px){.footer-banner-container{margin-top:-100px;width:100%!important;max-width:100%!important;padding:0 10%!important}.footer-cta-banner{padding:85px 80px!important}.banner-content{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:80px!important;max-width:2400px!important;display:flex!important}.banner-title{text-align:left!important;max-width:750px!important;font-size:2.8rem!important}.banner-desc{text-align:left!important;max-width:850px!important;font-size:1.5rem!important;line-height:1.6!important}.banner-btns{justify-content:flex-end!important}.banner-btns button{border-width:2px!important;min-width:280px!important;padding:22px 55px!important;font-size:1.25rem!important}.footer-main{padding:80px 0 40px!important}.footer-container{width:100%!important;max-width:3200px!important;margin:0 auto!important;padding:0 5%!important}.footer-grid{grid-template-columns:630px 1fr 825px!important;grid-template-areas:"logo nav social""logo info."!important;gap:30px 80px!important}.footer-col-logo{justify-content:flex-start;display:flex;margin-left:calc(1600px - 45vw)!important;padding-left:0!important}.footer-col-info .company-name{font-size:20px!important}.footer-col-nav .nav-link,.footer-col-info .company-address,.footer-col-info .company-contact{font-size:18px!important}.footer-col-nav,.footer-col-info{margin-left:5%;padding-left:45px!important}.footer-col-social{margin-right:350%;margin-left:-150%!important;padding-left:0!important}.social-svg{width:70px;height:70px}}@media screen and (width>=1025px){.footer-cta-banner .banner-title,.footer-cta-banner .banner-desc{text-align:left!important}}.hero-section{background:#060b28;flex-direction:column;justify-content:center;min-height:100vh;padding-top:160px;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.hero-container{margin:0 auto!important;padding:0 5%!important}.hero-section:before{content:"";z-index:0;background:url(/pivara/assets/hero_bg-s_SRV_P5.png) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) forwards homeHeroBgZoomOut;position:absolute;inset:0}@keyframes homeHeroBgZoomOut{0%{transform:scale(1.15)}to{transform:scale(1)}}@media screen and (width>=1920px) and (height<=1080px){.hero-section{height:100vh;padding-top:120px;padding-bottom:80px}.hero-container{padding-bottom:100px}}.hero-section:after{content:"";z-index:1;pointer-events:none;opacity:0;background:linear-gradient(90deg,#00000080 0%,#00000040 40%,#0000001a 70%,#0000 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.hero-container{z-index:2;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding-bottom:120px;padding-left:5%;padding-right:5%;display:flex;position:relative}.hero-content{z-index:2;text-align:left;max-width:900px}.hero-title{color:#007dc3;letter-spacing:-1px;margin-bottom:3.2rem;font-family:Reddit Sans,sans-serif;font-size:3rem;font-weight:400;line-height:1.05;animation:.9s cubic-bezier(.2,.8,.2,1) .4s both homeHeroFadeSlideUp}.hero-subtitle{color:#fff;opacity:.85;max-width:500px;margin-bottom:2.2rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6;animation:.9s cubic-bezier(.2,.8,.2,1) .7s both homeHeroFadeSlideUp}.hero-actions{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;animation:.9s cubic-bezier(.2,.8,.2,1) .95s both homeHeroFadeSlideUp;display:flex}@keyframes homeHeroFadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.btn-hero-primary{color:#fff;white-space:nowrap;cursor:pointer;background-color:#00aeef;border:none;border-radius:0;justify-content:center;align-items:center;padding:.8rem 2.2rem;font-family:Reddit Sans,sans-serif;font-size:1.05rem;font-weight:300;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-hero-primary:hover{filter:brightness(1.1);background-color:#0096ce;transform:translateY(-2px)}.btn-hero-secondary{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1b4ba1;border:none;border-radius:0;justify-content:center;align-items:center;padding:.8rem 2.2rem;font-family:Reddit Sans,sans-serif;font-size:1.05rem;font-weight:300;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-hero-secondary:hover{filter:brightness(1.1);background-color:#143a7d;transform:translateY(-2px)}.hero-features-bar{z-index:3;background-color:#00aeef;width:100%;padding:.8rem 0;position:absolute;bottom:0;left:0;overflow:hidden}.features-bar-inner{box-sizing:border-box;width:100%;padding:0 4%}.features-flex-container{box-sizing:border-box;gap:.5rem;width:100%;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;display:flex!important}.features-flex-container .feature-item:nth-child(n+5){display:none}.feature-item{color:#211d70;align-items:center;gap:.5rem;display:flex}.feature-star{font-size:.95rem}.feature-text{white-space:nowrap;font-family:Reddit Sans,sans-serif;font-size:.88rem;font-weight:300}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.hero-container{max-width:100%;padding-bottom:100px;padding-left:5%;padding-right:5%}.hero-title{font-size:2.8rem}.hero-section:after{opacity:1}}@media (width<=768px){.hero-section{text-align:left;padding-top:120px;padding-bottom:0}.hero-section:after{z-index:1;opacity:1!important;background:#00000026!important}.hero-title{color:#1ba6df;text-shadow:0 1px 3px #00000085,0 2px 7px #00000059;font-weight:500}.hero-subtitle{opacity:.98;text-shadow:0 1px 3px #00000085,0 2px 7px #00000059;font-weight:400}.hero-container{justify-content:center;width:100%;padding-bottom:140px;padding-left:1.5rem;padding-right:1.5rem;display:flex}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;max-width:100%;display:flex}.hero-actions{flex-direction:column;align-items:center;gap:1.2rem;width:100%;margin-top:2.5rem;display:flex}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%;min-width:0;max-width:400px;padding:.85rem 2rem;font-size:1rem}}@media (width>=600px) and (width<=1024px){.hero-container{justify-content:center;padding-left:2rem;padding-right:2rem}.hero-actions{flex-flow:wrap;justify-content:center;gap:1.5rem;width:100%}.btn-hero-primary,.btn-hero-secondary{flex:0 auto;width:auto;min-width:220px}}@media (width<=1024px){.hero-features-bar{padding:.6rem 0;display:block}.features-bar-inner{scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow-x:auto}.features-bar-inner::-webkit-scrollbar{display:none}.features-flex-container{gap:3rem;width:max-content;padding:0;animation:30s linear infinite marquee;flex-wrap:nowrap!important;justify-content:flex-start!important}.features-flex-container .feature-item:nth-child(n+5){display:flex}.feature-text{white-space:nowrap;font-size:.75rem}.feature-star{font-size:.8rem}}@media (width<=480px){.hero-section{padding-top:90px}.hero-container{justify-content:center;width:100%;padding-left:1.25rem;padding-right:1.25rem;display:flex;padding-bottom:125px!important}.hero-title{margin-bottom:1rem;font-size:2.1rem;line-height:1.15}.hero-subtitle{margin-bottom:1.8rem;padding:0 .5rem;font-size:1rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1.5rem;display:flex}.btn-hero-primary,.btn-hero-secondary{padding:.75rem 1.8rem;font-size:.95rem}.hero-features-bar{display:block}.feature-text{font-size:.65rem}}@media (width>=1921px){.hero-section{padding-top:180px;padding-bottom:140px}.hero-container{max-width:1440px;padding-bottom:180px;padding-left:5%;padding-right:5%}.hero-content{max-width:1200px}.hero-title{letter-spacing:-2px;margin-bottom:3.5rem;font-size:5.5rem;line-height:1.05}.hero-subtitle{max-width:1200px;margin-bottom:6rem;font-size:1.25rem;line-height:1.5}.hero-actions{gap:3rem}.btn-hero-primary,.btn-hero-secondary{border-radius:0;padding:1rem 2.8rem;font-size:1.25rem}.hero-features-bar{padding:.8rem 0}.feature-text{font-size:1.2rem}.feature-star{font-size:1.8rem}.features-flex-container{gap:4rem}.features-bar-inner{padding:0 12%}}@media screen and (width>=768px){html body .hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}html body .features-bar-inner{padding:0 10%!important}html body .features-flex-container{justify-content:space-between!important}}@media screen and (width<=767px){html body .hero-container{box-sizing:border-box!important;justify-content:flex-start!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}@media screen and (width>=768px) and (width<=1024px){html body .hero-container,html body .hero-actions{justify-content:flex-start!important}}@media screen and (width>=3840px){html body .hero-subtitle{font-size:2rem!important}}.drm-backdrop{z-index:1000;background:#ffffffd9;justify-content:center;align-items:center;padding:2vw;display:flex;position:fixed;inset:0}.drm-modal{background:#fff;border-radius:4px;width:100%;max-width:580px;padding:2rem 2.5rem;animation:.2s cubic-bezier(.4,0,.2,1) drmFadeIn;position:relative;box-shadow:0 4px 20px #0000001a}@keyframes drmFadeIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:none}}.drm-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.drm-close{color:#fff;cursor:pointer;z-index:2;background:#00aaf2;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.drm-close svg path{stroke-width:2.5px}.drm-close:hover{background:#007dc3}.drm-title{color:#00aaf2;text-align:left;margin:0;font-family:Reddit Sans,sans-serif;font-size:1.4rem;font-weight:400}.drm-form,.drm-row{flex-direction:column;gap:.8rem;display:flex}.drm-row-2{flex-direction:row;gap:.8rem}.drm-row-2 .drm-input-group{flex:1}.drm-bottom-grid{flex-direction:row;align-items:stretch;gap:.8rem;display:flex}.drm-message-col{flex:6.5;display:flex}.drm-message-col .drm-input-group{flex:1}.drm-message-col textarea{flex:1;resize:none!important}.drm-captcha-submit-col{flex-direction:column;flex:3.5;justify-content:flex-start;gap:.5rem;display:flex}.drm-captcha-grid{grid-template-columns:1fr auto;align-items:center;gap:.5rem;display:grid}.drm-captcha-img-box{box-sizing:border-box;border:1px solid #e0e0e0;width:100%;height:50px}.drm-captcha-svg-container{background:#fff;justify-content:center;align-items:center;display:flex;overflow:hidden}.drm-captcha-svg-container svg{display:block}.drm-captcha-loader-box{box-sizing:border-box;background:#f4f6f8;border:1px solid #e0e0e0;width:100%;height:50px}.drm-captcha-reload{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.drm-reset-icon{width:24px;height:24px}.drm-reset-icon.spinning{animation:.5s linear infinite drm-spin-anim}@keyframes drm-spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drm-captcha-input{box-sizing:border-box;grid-column:1/2;width:100%;padding:.35rem .8rem!important}.drm-form input,.drm-form textarea{color:#1b2a3a;background:0 0;border:1px solid #e0e0e0;border-radius:2px;outline:none;padding:.5rem .8rem;font-family:Reddit Sans,sans-serif;font-size:.85rem;transition:border-color .2s}.drm-form input::placeholder,.drm-form textarea::placeholder{color:#888;font-size:.8rem}.drm-form input:focus,.drm-form textarea:focus{border-color:#00aaf2}.drm-form textarea{resize:none}.drm-input-group{flex:1;display:flex;position:relative}.drm-input-group input,.drm-input-group textarea{box-sizing:border-box;width:100%}.drm-placeholder{pointer-events:none;color:#888;font-family:Reddit Sans,sans-serif;font-size:.8rem;transition:opacity .2s;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.drm-textarea-group .drm-placeholder{top:.85rem;transform:none}.drm-input-group input:focus~.drm-placeholder,.drm-input-group input:not(:placeholder-shown)~.drm-placeholder,.drm-input-group textarea:focus~.drm-placeholder,.drm-input-group textarea:not(:placeholder-shown)~.drm-placeholder{opacity:0;visibility:hidden}.drm-asterisk{color:#d32f2f}.drm-submit{color:#fff;text-align:center;box-sizing:border-box;cursor:pointer;background:#00aaf2;border:none;border-radius:2px;align-self:flex-start;width:45%;margin-top:.3rem;padding:.35rem 0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:400;transition:background .2s}.drm-submit:hover:not(:disabled){background:#007dc3}.drm-submit:disabled{cursor:not-allowed;background:#a0dff8}.drm-error-msg{color:#d32f2f;text-align:center;background:#fde5e5;border-radius:3px;margin-bottom:.5rem;padding:.6rem;font-size:.85rem;font-weight:500}@media (width<=600px){.drm-modal{max-width:95vw;padding:1.5rem 1.2rem}.drm-header{margin-bottom:1rem}.drm-title{font-size:1.2rem}.drm-form input::placeholder,.drm-form textarea::placeholder{font-size:.75rem}.drm-form,.drm-row{gap:.6rem}.drm-row-2,.drm-bottom-grid{flex-direction:column;gap:.6rem}.drm-message-col textarea{min-height:80px}.drm-captcha-img-box,.drm-captcha-loader-box{height:50px}}@media (width>=601px) and (width<=1024px){.drm-modal{max-width:85vw}}@media (width>=1440px) and (width<=2000px){.drm-modal{max-width:680px;padding:2.5rem 3rem}.drm-title{font-size:1.4rem}.drm-form input,.drm-form textarea{padding:.7rem 1rem;font-size:1rem}.drm-form input::placeholder,.drm-form textarea::placeholder{font-size:.95rem}.drm-captcha-input{padding:.45rem 1rem!important}.drm-submit{padding:.45rem 0;font-size:1.1rem}.drm-form,.drm-row,.drm-row-2,.drm-bottom-grid{gap:1rem}.drm-captcha-submit-col{gap:.7rem}.drm-captcha-img-box,.drm-captcha-loader-box{height:55px}}@media (width>=2001px){.drm-modal{max-width:900px;padding:3.5rem 4rem}.drm-header{margin-bottom:2rem}.drm-title{font-size:1.8rem}.drm-form input,.drm-form textarea{padding:1rem 1.4rem;font-size:1.2rem}.drm-form input::placeholder,.drm-form textarea::placeholder{font-size:1.1rem}.drm-submit{padding:.9rem 0;font-size:1.3rem}.drm-form,.drm-row,.drm-row-2,.drm-bottom-grid{gap:1.3rem}.drm-captcha-submit-col{gap:1rem}.drm-captcha-img-box,.drm-captcha-loader-box{height:65px}.drm-close{width:36px;height:36px}.drm-close svg{width:20px;height:20px}.drm-reset-icon{width:32px;height:32px}}.problem-section{background-color:#fff;padding:50px 0;overflow:hidden}.problem-container{grid-template-columns:1fr 1.2fr 1fr;align-items:flex-start;gap:4rem;display:grid}.problem-column{width:100%}.problem-tag{color:#999;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;display:block}.problem-star{margin-bottom:2.5rem;display:flex}.sparkle-img{width:32px;height:auto}.problem-main-title{color:#007dc4;margin-bottom:3.2rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.problem-cta{color:#fff;background-color:#1b4a9a;border-radius:0;justify-content:center;align-items:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex}.problem-cta:hover{background-color:#153a7a}.problem-cta:hover .custom-arrow{width:65px}.problem-p{color:#000;max-width:100%;margin-bottom:2rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.problem-highlight{color:#007dc3;max-width:max-content;margin-top:3.5rem;font-family:Reddit Sans,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.25}.problem-image-wrapper{width:100%}.problem-img{object-fit:cover;width:100%;height:auto;display:block}@media (width<=1200px){.problem-container{gap:3rem;padding:0 2rem}}@media (width<=1024px){.problem-container{grid-template-columns:1fr;gap:3rem;padding:0 2rem}.problem-col-right{grid-column:span 1}}@media (width<=768px){.problem-section{padding:60px 0}.problem-container{text-align:center;flex-direction:column;gap:1.5rem;padding:0 1.5rem;display:flex}.problem-p,.problem-highlight{text-align:left}.problem-column,.problem-text-content{display:contents}.problem-tag{order:1;margin-bottom:1rem}.problem-star{order:2;margin-bottom:1.5rem}.problem-main-title{order:3;margin-bottom:2rem;font-size:2.5rem}.problem-p-1{order:4}.problem-image-wrapper{order:5;margin:1rem 0 2rem;display:block}.problem-p-2{order:6}.problem-highlight{order:7;max-width:100%;margin-top:1.5rem;font-size:1.6rem}.problem-cta{order:8;justify-content:center;min-width:220px;margin-top:2.5rem}.custom-arrow{width:35px}}@media (width<=480px){.problem-main-title{font-size:2.5rem}}@media screen and (width>=1920px) and (width<=2559px){.problem-section{padding:80px 0}.problem-container{max-width:1720px}.problem-p{font-size:1.25rem}.problem-main-title{font-size:2.5rem}.problem-cta{min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.problem-tag{font-size:1.5rem}}@media screen and (width>=2560px) and (width<=2999px){.problem-tag{font-size:1.8rem}}@media screen and (width>=3000px) and (width<=3839px){.problem-tag{font-size:2rem}}@media screen and (width>=3840px){.problem-container{gap:8rem;max-width:3400px}.problem-main-title{font-size:2.5rem}.problem-p,.problem-highlight{font-size:2rem}.problem-cta{min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.sparkle-img{width:64px}.problem-tag{font-size:2.4rem}}@media (width<=1280px){.problem-container{width:90%!important}}@media screen and (width>=768px){html body .problem-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width<=767px){html body .problem-container{box-sizing:border-box!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}.shift-section{text-align:center;background-color:#f0f1f1;padding:60px 0}.shift-section .container{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}.shift-header{margin-bottom:4rem}.shift-tag{color:#999;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;display:block}.shift-star{justify-content:center;margin-bottom:2rem;display:flex}.shift-star img{width:32px;height:auto}.shift-main-title{color:#007dc4;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2}.shift-subtitle{color:#555;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.shift-table-container{justify-content:center;width:97%;margin:0 auto 5rem;padding:0 20px;display:flex}.shift-table-img{width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block}.desktop-table{display:block}.mobile-tables-wrapper{display:none}@media screen and (width<=767px){.desktop-table{display:none}.mobile-tables-wrapper{flex-direction:column;gap:30px;width:100%;display:flex}.shift-table-container{margin-bottom:3.5rem;padding:0 10px}}.footer-heading{color:#007dc4;margin-bottom:3rem;font-family:Reddit Sans,sans-serif;font-size:1.8rem;font-weight:500}.shift-cta{color:#fff;background-color:#1b4a9a;border-radius:0;justify-content:center;align-items:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex}.custom-arrow{background-color:#fff;width:24px;height:.8px;transition:all .3s;display:inline-block;position:relative}.custom-arrow:after{content:"";border-top:.8px solid #fff;border-right:.8px solid #fff;width:12px;height:12px;position:absolute;top:-5.5px;right:0;transform:rotate(45deg)}.shift-cta:hover{background-color:#153a7a}.shift-cta:hover .custom-arrow{width:65px}@media (width<=1200px){.shift-table-container{padding:0 40px}}@media (width<=768px){.shift-section{padding:60px 0}.shift-main-title{font-size:2.5rem}.shift-subtitle{padding:0 1rem;font-size:.9rem}.shift-subtitle br{display:none}.footer-heading{padding:0 1rem;font-size:1.4rem}.shift-table-container{margin-bottom:3rem;padding:0 15px}}@media (width<=480px){.shift-main-title{font-size:2.5rem}.shift-cta{justify-content:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.custom-arrow{width:35px}}@media screen and (width>=1920px) and (width<=2559px){.shift-subtitle{font-size:1.25rem}.shift-main-title{font-size:2.5rem}.shift-tag{font-size:1.5rem}}@media screen and (width>=2560px) and (width<=2999px){.shift-tag{font-size:1.8rem}}@media screen and (width>=3000px) and (width<=3839px){.shift-tag{font-size:2rem}}@media screen and (width>=3840px){.shift-main-title{font-size:2.5rem}.shift-subtitle{font-size:2rem}.shift-table-container{max-width:2800px}.shift-tag{font-size:2.4rem}}@media screen and (width>=768px){html body .shift-section .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}html body .shift-table-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding:0!important}html body .shift-table-img{width:100%!important}}@media screen and (width<=767px){html body .shift-section .container{box-sizing:border-box!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}.wpd-section{background-color:#fff;justify-content:center;align-items:center;padding:80px 0 60px;display:flex;position:relative;overflow:hidden}.wpd-container{width:100%;max-width:100%;margin:0 auto;padding:0 10%;position:relative}.wpd-grid{grid-template-columns:1fr 1.2fr;align-items:center;column-gap:40px;width:100%;display:grid}.wpd-text-content{text-align:left;flex-direction:column;gap:0;display:flex}.wpd-header-content{flex-direction:column;padding-bottom:0;display:flex}.wpd-bottom-content{flex-direction:column;padding-top:30px;display:flex}.wpd-image-container{justify-content:flex-end;display:flex}.wpd-subheading{color:#999;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500}.wpd-sparkle-container{margin-bottom:2rem;display:flex}.wpd-sparkle-icon{width:32px;height:auto;animation:3s ease-in-out infinite sparkle-pulse}@keyframes sparkle-pulse{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.9;transform:scale(1.1)rotate(10deg)}}.wpd-title{color:#007dc4;margin:0;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2}.wpd-desc{color:#555;max-width:500px;margin-bottom:3rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.wpd-cta-btn{color:#fff;cursor:pointer;background-color:#1b4a9a;border:none;border-radius:0;justify-content:center;align-items:center;gap:.8rem;width:fit-content;min-width:220px;padding:.6rem 1.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex}.wpd-cta-btn:hover{background-color:#153a7a}.wpd-custom-arrow{background-color:#fff;width:24px;height:.8px;transition:all .3s;display:inline-block;position:relative}.wpd-custom-arrow:after{content:"";border-top:.8px solid #fff;border-right:.8px solid #fff;width:12px;height:12px;position:absolute;top:-5.5px;right:0;transform:rotate(45deg)}.wpd-cta-btn:hover .wpd-custom-arrow{width:65px}.wpd-main-image{object-fit:contain;max-width:100%;height:auto}@media (width<=1200px){.wpd-container{padding:0 40px}}@media (width<=768px){.wpd-section{padding:60px 0}.wpd-grid{text-align:center;grid-template-columns:1fr;gap:40px}.wpd-text-content{text-align:center;order:1}.wpd-header-content{order:1}.wpd-image-container{order:2;justify-content:center}.wpd-bottom-content{order:3;padding-top:20px}.wpd-sparkle-container{justify-content:center}.wpd-title{margin:0 auto;font-size:2.5rem}.wpd-desc{margin:0 auto 2.5rem;padding:0 1rem;font-size:.9rem}.wpd-cta-btn{margin:0 auto}}@media (width<=480px){.wpd-title{font-size:2.5rem}.wpd-cta-btn{justify-content:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem}.wpd-custom-arrow{width:35px}}@media screen and (width>=1920px){.wpd-section{padding:80px 0}.wpd-container{max-width:100%;padding:0 10%}.wpd-grid{grid-template-columns:1fr 1.2fr;column-gap:100px}.wpd-title{font-size:2.5rem}.wpd-desc{max-width:650px;font-size:1.25rem}.wpd-subheading{font-size:1.5rem}.wpd-sparkle-icon{width:48px}.wpd-cta-btn{gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.wpd-custom-arrow{width:24px}}@media screen and (width>=2560px){.wpd-container{max-width:100%;padding:0 10%}.wpd-grid{column-gap:150px}.wpd-title{font-size:2.5rem}.wpd-desc{max-width:800px;font-size:1.5rem}.wpd-subheading{font-size:1.8rem}.wpd-sparkle-icon{width:64px}.wpd-cta-btn{gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.wpd-custom-arrow{width:24px}}@media screen and (width>=3000px){.wpd-container{max-width:100%;padding:0 10%}.wpd-grid{grid-template-columns:1fr 1.2fr;column-gap:180px}.wpd-title{font-size:2.5rem}.wpd-desc{max-width:1000px;font-size:1.8rem}.wpd-subheading{font-size:2rem}.wpd-sparkle-icon{width:72px}.wpd-cta-btn{gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.wpd-custom-arrow{width:24px}}@media screen and (width>=3840px){.wpd-container{max-width:100%;padding:0 10%}.wpd-grid{grid-template-columns:1fr 1.2fr;column-gap:250px}.wpd-title{font-size:2.5rem}.wpd-desc{max-width:1200px;font-size:2.2rem}.wpd-subheading{font-size:2.4rem}.wpd-sparkle-icon{width:84px}.wpd-cta-btn{gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.wpd-custom-arrow{width:24px}}@media screen and (width>=768px){html body .wpd-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width<=767px){html body .wpd-container{box-sizing:border-box!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}.oo-section{text-align:center;background-color:#f0f1f1;padding:60px 0 70px;position:relative;overflow:hidden}.oo-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.oo-header{margin-bottom:70px}.oo-subheading{color:#999;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;display:block}.oo-sparkle{justify-content:center;margin-bottom:.8rem;display:flex}.sparkle-img{width:48px;height:auto;animation:3s ease-in-out infinite sparkle-pulse}.oo-title{color:#007dc4;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2}.oo-slider-wrapper{width:100%;margin-bottom:40px;position:relative}.oo-grid{grid-template-columns:repeat(6,1fr);gap:20px;width:100%;display:grid}.oo-card-wrapper{flex-direction:column;height:100%;display:flex}.oo-card{cursor:pointer;isolation:isolate;background-color:#fff;border:1px solid #00000008;border-radius:2px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;min-height:280px;padding:40px 20px;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.oo-card:before{content:"";z-index:10;pointer-events:none;filter:brightness(1.2);background:linear-gradient(90deg,#0000 0%,#ffffff1a 15%,#fffc 50%,#ffffff1a 85%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-35deg)}.oo-card-wrapper.revealed .oo-card:before{animation:1.8s cubic-bezier(.65,0,.35,1) forwards professionalGlareSweep;animation-delay:calc(var(--delay,0s) + .8s)}@keyframes professionalGlareSweep{0%{left:-150%}to{left:150%}}.oo-card:after{content:"";background:radial-gradient(600px circle at var(--x) var(--y), #fff6, transparent 40%);opacity:0;z-index:5;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.oo-card:hover:after{opacity:1}.oo-card:hover{z-index:10;border-color:#0000000d;transform:translateY(-10px);box-shadow:0 25px 50px -12px #00000026}.oo-card:hover .oo-card-title{color:#007dc4}.oo-card:hover .oo-icon{transform:scale(1.05)}.oo-icon-wrapper{justify-content:center;align-items:center;height:120px;margin-bottom:25px;display:flex}.oo-icon{object-fit:contain;width:100%;max-width:110px;height:auto;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.oo-card-title{color:#4a4a4a;text-align:center;width:100%;margin:0;font-family:Reddit Sans,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.4;transition:color .3s}.oo-nav-btn{color:#1b4a9a;cursor:pointer;z-index:20;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.oo-nav-btn svg{width:24px;height:24px}.oo-nav-btn:hover{color:#fff;background-color:#1b4a9a}.oo-prev{left:-25px}.oo-next{right:-25px}.oo-dots{justify-content:center;gap:10px;margin-bottom:40px;display:none}.oo-dot{cursor:pointer;background-color:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.oo-dot.active{background-color:#1b4a9a;border-radius:4px;width:24px;transform:scale(1.3)}.oo-footer{justify-content:center;margin-top:40px;display:flex}.oo-cta-btn{color:#fff;background-color:#1b4a9a;border:none;border-radius:0;justify-content:center;align-items:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex}.oo-custom-arrow{background-color:#fff;width:24px;height:.8px;transition:all .3s;display:inline-block;position:relative}.oo-custom-arrow:after{content:"";border-top:.8px solid #fff;border-right:.8px solid #fff;width:12px;height:12px;position:absolute;top:-5.5px;right:0;transform:rotate(45deg)}.oo-cta-btn:hover{background-color:#153a7a}.oo-cta-btn:hover .oo-custom-arrow{width:65px}@media screen and (width<=1024px){.oo-section{width:100vw;padding:60px 0;overflow-x:hidden}.oo-container{width:100%;padding:0 20px;overflow:hidden}.oo-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:0;padding:20px 0;display:flex;overflow-x:auto}.oo-grid.oo-stack-view{perspective:2500px;justify-content:center;align-items:center;height:520px;margin:30px 0;position:relative;grid-template-columns:1fr!important;display:grid!important;overflow:visible!important}.oo-nav-btn:active{background-color:#f0f0f0;transform:translateY(-50%)scale(.9)}.oo-stack-view .oo-card-wrapper{scroll-snap-align:none;width:100%;min-width:100%;transform-style:preserve-3d;visibility:hidden;opacity:0;pointer-events:none;grid-area:1/1;padding:0;transition:all .7s cubic-bezier(.16,1,.3,1)}.oo-stack-view .oo-card{background-color:#fff;border:1px solid #0000000a;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:310px;margin:0 auto;display:flex;box-shadow:0 15px 45px #0000000f;height:420px!important;padding:30px!important}.oo-stack-view .oo-card-wrapper[style*="--stack-index: 0"],.oo-stack-view .oo-card-wrapper[style*="--stack-index: 1"],.oo-stack-view .oo-card-wrapper[style*="--stack-index: 2"]{visibility:visible;opacity:1;pointer-events:auto}.oo-stack-view .oo-card-wrapper[style*="--stack-index: 0"]{z-index:100;opacity:1;pointer-events:auto;transform:translate(0,0)rotate(0)}.oo-stack-view .oo-card-wrapper[style*="--stack-index: 1"]{z-index:80;opacity:.95;pointer-events:none;transform:translate3d(10px,10px,-100px)rotate(2deg)}.oo-stack-view .oo-card-wrapper[style*="--stack-index: 2"]{z-index:60;opacity:.8;pointer-events:none;transform:translate3d(20px,20px,-200px)rotate(4deg)}.oo-stack-view .oo-card-wrapper{transition:transform .8s cubic-bezier(.19,1,.22,1),opacity .5s}.oo-stack-view .oo-card-wrapper[data-status=active]{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}@keyframes swooshOut{0%{opacity:1;transform:translate(0,0)rotate(0)}30%{opacity:.8;transform:translate3d(120%,-20%,50px)rotate(15deg)}to{opacity:.8;transform:translate3d(20px,20px,-200px)rotate(4deg)}}.oo-stack-view .oo-card-wrapper{will-change:transform, opacity}@keyframes cardPop{0%{transform:scale(.9)}to{transform:scale(1)}}.oo-icon-wrapper{justify-content:center;align-items:center;height:140px;margin-bottom:0;display:flex}.oo-icon{max-width:160px}.oo-card-title{font-size:1.2rem;font-weight:400}.oo-nav-btn{z-index:100;display:flex;top:50%}.oo-prev{left:5px}.oo-next{right:5px}.oo-dots{display:flex}}@media screen and (width>=1025px) and (width<=1279px){.oo-container{max-width:1000px}.oo-grid{gap:12px}.oo-card{min-height:220px;padding:25px 10px}.oo-icon{max-width:80px}.oo-icon-wrapper{height:90px;margin-bottom:15px}.oo-card-title{font-size:.9rem}.oo-nav-btn{display:none}}@media screen and (width>=1280px) and (width<=1439px){.oo-container{max-width:1200px}.oo-grid{gap:15px}.oo-card{min-height:250px;padding:30px 15px}.oo-icon{max-width:95px}.oo-icon-wrapper{height:100px;margin-bottom:20px}.oo-card-title{font-size:1rem}}@media screen and (width>=1440px) and (width<=1919px){.oo-container{max-width:1300px}.oo-grid{gap:20px}.oo-card{min-height:280px;padding:40px 20px}.oo-icon{max-width:110px}.oo-icon-wrapper{height:120px;margin-bottom:25px}.oo-card-title{font-size:1.1rem}}@media screen and (width>=1920px) and (width<=2559px){.oo-section{padding:80px 0}.oo-container{max-width:1600px}.oo-header{margin-bottom:50px}.oo-grid{gap:20px}.oo-card{min-height:280px;padding:40px 20px}.oo-icon{max-width:120px}.oo-icon-wrapper{height:120px;margin-bottom:25px}.oo-card-title{font-size:1.15rem}.oo-title{font-size:2.5rem}.oo-footer{margin-top:50px}.oo-subheading{font-size:1.5rem}}@media screen and (width>=2560px) and (width<=3839px){.oo-container{max-width:2000px}.oo-grid{gap:30px}.oo-card{min-height:400px;padding:60px 30px}.oo-icon{max-width:180px}.oo-icon-wrapper{height:180px;margin-bottom:40px}.oo-card-title{font-size:1.5rem}.oo-title{font-size:3rem}.oo-footer{margin-top:100px}.oo-subheading{font-size:1.8rem}}@media screen and (width>=3000px) and (width<=3839px){.oo-subheading{font-size:2rem}}@media screen and (width>=3840px){.oo-container{max-width:2800px}.oo-grid{gap:50px}.oo-card{min-height:550px;padding:80px 40px}.oo-icon{max-width:280px}.oo-icon-wrapper{height:280px;margin-bottom:60px}.oo-card-title{font-size:2rem}.oo-title{font-size:3rem}.oo-footer{margin-top:150px}.oo-subheading{font-size:2.4rem}}@media screen and (width>=768px){html body .oo-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width<=767px){html body .oo-container{box-sizing:border-box!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}.ind-section{background-color:#fff;padding:80px 0 160px;position:relative;overflow:hidden}.ind-container{gap:40px;width:100%;max-width:100%;margin:0 auto;padding:0 10%;display:flex}.ind-left{text-align:left;flex-direction:column;flex:0 0 30%;justify-content:flex-start;align-items:flex-start;padding-top:5px;display:flex}.ind-subheading{color:#999;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;display:block}.ind-sparkle{margin-bottom:1.5rem;display:flex}.ind-sparkle img{width:25px;height:auto;animation:2s ease-in-out infinite ind-sparkle-pulse}@keyframes ind-sparkle-pulse{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.9;transform:scale(1.1)rotate(10deg)}}.ind-title{color:#007dc4;max-width:450px;margin-bottom:2rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.ind-right{flex:1;position:relative}.ind-tabs-row{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:0;display:grid;position:relative}.ind-card{cursor:pointer;isolation:isolate;background-color:#f0f1f1;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:180px;padding:30px 10px;transition:all .3s;display:flex;position:relative;overflow:hidden}.ind-card:hover{z-index:10;border-color:#00000008;transform:translateY(-10px);box-shadow:0 8px 24px #0000001a,0 .5px 6px #00000014}.ind-card.active{z-index:2;background-color:#007dc4;box-shadow:-10px 10px 12px #0000004d}.ind-card-icon{background-color:#007dc4;width:50px;height:50px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ind-card.active .ind-card-icon{background-color:#fff}.ind-card-name{color:gray;font-family:Reddit Sans,sans-serif;font-size:16px;font-weight:300;transition:color .3s}.ind-card.active .ind-card-name{color:#fff}.ind-card:hover:not(.active) .ind-card-name{color:#007dc4}.ind-tabs-container{position:relative}.ind-tabs-row{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.ind-nav-buttons{display:none!important}.ind-nav-btn{cursor:pointer;z-index:10;background-color:#acacac;border:none;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.ind-nav-btn:hover{background-color:gray}.ind-nav-chevron{border-top:1.6px solid #fff;border-right:1.6px solid #fff;width:12px;height:12px;display:block}.ind-prev .ind-nav-chevron{margin-right:-4px;transform:rotate(-135deg)}.ind-next .ind-nav-chevron{margin-left:-4px;transform:rotate(45deg)}.ind-panel{color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA50AAAFWCAYAAADqnPkUAAAACXBIWXMAAAsSAAALEgHS3X78AAAIm0lEQVR4nO3au21UURRA0eORC6AHCqAAEtwRDZiAlmjAgcndAD0QkJsEJMvyZz5vz4zmrVXA0bkn29K9mtv7h5n58vj98+8BAACABW1m5tPM3F19+/nBYQEAAFjS5t8s4QkAAMDiNk8GCk8AAAAWtXk2THgCAACwmOfROcITAACApbwUnSM8AQAAWMJr0TnCEwAAgEO9FZ0jPAEAADjEe9E5whMAAIB9bROdIzwBAADYx7bROcITAACAXe0SnSM8AQAA2MWu0TnCEwAAgG3tE50jPAEAANjGvtE5whMAAID3HBKdIzwBAAB4y6HROcITAACA1ywRnSM8AQAAeMlS0TnCEwAAgOeWjM4RngAAADy1dHSO8AQAAOC/IjpHeAIAADBhdI7wBAAAoIzOEZ4AAADrVkfnCE8AAID1OkZ0jvAEAABYp2NF5whPAACA9TlmdI7wBAAAWJdjR+cITwAAgPU4RXSO8AQAAFiHU0XnCE8AAIDLd8roHOEJAABw2U4dnSM8AQAALtc5ROcITwAAgMt0Nbf3j2f0sl8z83Vm/pzBLgAAABzm4frMDvhxZn6cwR4AAAAc7uZcvtcCAABwgUQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQEZ0AAABkRCcAAAAZ0QkAAEBGdAIAAJARnQAAAGREJwAAABnRCQAAQEZ0AgAAkBGdAAAAZEQnAAAAGdEJAABARnQCAACQuZ6ZG+cFAABgcTMPfwHGxFwL14yrxwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:100% 100%;grid-template-columns:45% 1fr;grid-template-areas:"img title""img desc""img btn";align-items:center;gap:0 40px;min-height:420px;margin-top:25px;padding:40px;display:grid;position:relative}.ind-panel-title,.ind-panel-desc{color:#fff!important;margin:0!important}.ind-panel:before{content:"";top:-15px;left:calc(var(--active-tab-pos,0) * 25% + 12.5%);border-bottom:15px solid #007dc4;border-left:15px solid #0000;border-right:15px solid #0000;width:0;height:0;transition:left .3s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(-50%)}.ind-panel-img{flex:0 0 45%}.ind-panel-img img{width:100%;height:auto;box-shadow:0 20px 40px #0003}.ind-panel-content{color:#fff;text-align:left;flex:1}.ind-panel-img{grid-area:img;justify-content:center;align-items:center;padding-top:45px;display:flex}.ind-panel-img img{object-fit:contain;width:100%;max-width:500px;height:auto;box-shadow:none!important}.ind-panel-title{letter-spacing:-.5px;grid-area:title;align-self:end;margin-bottom:0;font-size:2.2rem;font-weight:400;font-family:Reddit Sans,sans-serif!important}.ind-panel-desc{grid-area:desc;max-width:450px;margin-bottom:0;font-size:1.05rem;font-weight:200;line-height:1.4;font-family:Reddit Sans,sans-serif!important}.ind-panel-btn{grid-area:btn;place-self:start}.ind-cta-btn{color:#fff;background-color:#1b4a9a;border:none;border-radius:0;justify-content:center;align-items:center;gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex;font-family:Reddit Sans,sans-serif!important}.ind-cta-btn:hover{background-color:#153a7a}.ind-panel-btn{background-color:#1b4a9a}.ind-custom-arrow{background-color:#fff;width:24px;height:1.5px;transition:all .3s;display:inline-block;position:relative}.ind-cta-btn:hover .ind-custom-arrow{width:50px}.ind-custom-arrow:after{content:"";border-top:1.5px solid #fff;border-right:1.5px solid #fff;width:12px;height:12px;position:absolute;top:-5.5px;right:0;transform:rotate(45deg)}@media screen and (width<=767px){.ind-section{padding:60px 0 100px}.ind-container{flex-direction:column;gap:40px;width:92%}.ind-left{text-align:center;flex:0 0 100%;align-items:center;padding-top:0}.ind-title{max-width:100%;margin-bottom:2rem;font-size:2.5rem}.ind-tabs-container{margin-bottom:20px;overflow:hidden}.ind-tabs-row{transform:translateX(calc(-100% * var(--active-tab-pos)));grid-template-columns:none;gap:0;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.ind-card{flex:0 0 100%;padding:30px 20px}.ind-nav-buttons{justify-content:center!important;gap:15px!important;margin-top:15px!important;display:flex!important;position:static!important}.ind-prev,.ind-next{display:flex}.ind-card-name{font-size:16px}.ind-card-icon{width:50px;height:50px}.ind-panel{text-align:center;background-size:cover;flex-direction:column;gap:20px;min-height:auto;padding:60px 20px 40px;display:flex}.ind-panel.ind-panel-mobile-hidden{display:none!important}.ind-panel:before{display:none}.ind-panel-title{text-align:center;width:100%;margin-bottom:5px;font-size:1.6rem}.ind-panel-img{width:100%;max-width:240px;margin:0 auto;padding-top:0;display:block}.ind-panel-img img{max-width:100%}.ind-panel-desc{text-align:center;width:100%;margin:0 auto;font-size:.95rem}.ind-panel-btn{margin:10px auto 0}}@media screen and (width>=768px) and (width<=1023px){.ind-section{padding:80px 0 120px}.ind-container{flex-direction:column;gap:50px;width:90%}.ind-left{text-align:left;flex:0 0 100%;align-items:flex-start;margin-bottom:0}.ind-title{max-width:550px;font-size:2.5rem}.ind-tabs-row{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.ind-card{min-height:160px}.ind-panel{flex-direction:row;gap:40px;min-height:auto;padding:40px}.ind-panel-img{flex:0 0 45%}.ind-panel-content{text-align:left;flex:1}.ind-nav-buttons{gap:10px;display:flex;position:absolute;top:-60px;right:0}.ind-nav-btn{display:flex}}@media screen and (width>=1024px) and (width<=1279px){.ind-section{padding:80px 0 140px}.ind-container{gap:30px}.ind-title{font-size:2.5rem}.ind-panel-title{font-size:1.6rem}.ind-panel-desc{font-size:1rem}}@media screen and (width>=1200px) and (width<=1440px){.ind-panel{gap:0 30px;min-height:310px;padding:20px 40px}.ind-panel-img img{max-width:480px}.ind-panel-img{padding-top:35px}}@media screen and (width>=1280px) and (width<=1439px){.ind-title{font-size:2.5rem}.ind-panel-title{font-size:1.8rem}}@media screen and (width>=1440px) and (width<=1919px){.ind-title{font-size:2.5rem}}@media screen and (width>=1920px) and (width<=2559px){.ind-section{padding:80px 0 160px}.ind-container{max-width:100%;padding:0 10%}.ind-title,.ind-panel-title{font-size:2.5rem}.ind-panel-desc{max-width:500px;font-size:1.3rem}.ind-subheading{font-size:1.5rem}}@media screen and (width>=2560px) and (width<=3839px){.ind-container{max-width:100%;padding:0 10%}.ind-title{font-size:2.5rem}.ind-panel-title{font-size:3rem}.ind-panel-desc{max-width:600px;font-size:1.5rem}.ind-card-name{font-size:22px}.ind-card{min-height:250px}.ind-card-icon{width:80px;height:80px}.ind-subheading{font-size:1.8rem}}@media screen and (width>=3000px) and (width<=3839px){.ind-subheading{font-size:2rem}}@media screen and (width>=3840px){.ind-container{gap:100px;max-width:100%;padding:0 10%}.ind-title{font-size:2.5rem}.ind-panel-title{font-size:4rem}.ind-panel-desc{max-width:900px;font-size:2rem}.ind-card-name{font-size:32px}.ind-card{min-height:350px;padding:60px 20px}.ind-card-icon{width:120px;height:120px}.ind-panel{gap:80px;min-height:650px;padding:80px}.ind-panel-img img{max-width:850px}.ind-panel-img{padding-top:60px}.ind-cta-btn{gap:.8rem;min-width:220px;padding:.6rem 1.8rem;font-size:.95rem}.ind-custom-arrow{width:24px;height:1.5px}.ind-custom-arrow:after{border-top-width:1.5px;border-right-width:1.5px;width:12px;height:12px;top:-5.5px}.ind-subheading{font-size:2.4rem}}@media screen and (width>=768px){html body .ind-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width<=767px){html body .ind-container{box-sizing:border-box!important;width:100%!important;padding-left:5%!important;padding-right:5%!important}}.about-hero{background-color:#050a1f;align-items:center;width:100%;height:480px;min-height:480px;margin-top:80px;display:flex;position:relative;overflow:hidden}.about-hero-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-bg img{object-fit:cover;width:100%;height:100%;animation:2s cubic-bezier(.2,.8,.2,1) forwards bgZoomOut}@keyframes bgZoomOut{0%{transform:scale(1.15)}to{transform:scale(1)}}.about-hero-overlay{z-index:2;background:linear-gradient(90deg,#050a1f66 0%,#050a1f00 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-hero .container{z-index:3;width:90%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.about-hero-content{text-align:left;max-width:800px}.about-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-family:Reddit Sans,sans-serif;font-size:2.7rem;font-weight:400;line-height:1.1;animation:.9s cubic-bezier(.2,.8,.2,1) .6s both heroFadeSlideUp}@keyframes heroFadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=767px){.about-hero{height:50vh;margin-top:65px}.about-hero .container{width:100%;padding:0 10%}.about-hero-content{text-align:center;max-width:100%;margin:10% auto 0}.about-hero-title{font-size:1.8rem;line-height:1.2}}@media screen and (width>=768px) and (width<=819px){.about-hero{height:50vh}.about-hero-title{font-size:2.2rem}.about-hero-content{margin-top:10%}}@media screen and (width>=820px) and (width<=1023px){.about-hero{height:50vh}.about-hero-title{font-size:2.3rem}.about-hero-content{margin-top:10%}}@media screen and (width>=1024px) and (width<=1279px){.about-hero{height:480px;min-height:480px}.about-hero-title{font-size:2.5rem}.about-hero-content{margin-top:5%}}@media screen and (width>=1280px) and (width<=1439px){.about-hero{height:480px;min-height:480px}.about-hero-title{font-size:2.7rem}.about-hero-content{margin-top:5%}}@media screen and (width>=1440px) and (width<=1919px){.about-hero{height:480px;min-height:480px}.about-hero-title{font-size:3.1rem}.about-hero-content{margin-top:5%}}@media screen and (width>=1920px) and (width<=2559px){.about-hero{height:518px;min-height:518px}.about-hero .container{max-width:1720px;padding:0 5%}.about-hero-title{font-size:3.6rem}.about-hero-content{margin-top:5%}}@media screen and (width>=2560px) and (width<=3839px){.about-hero{height:600px;min-height:600px}.about-hero .container{max-width:2200px;padding-left:6%}.about-hero-title{font-size:4.8rem}}@media screen and (width>=3840px){.about-hero{height:800px;min-height:800px}.about-hero .container{max-width:3200px;padding-left:10%}.about-hero-content{max-width:1800px}.about-hero-title{font-size:6rem}}@media screen and (width>=768px){html body .about-hero .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.who-we-are{background-color:var(--white);width:100%;padding:80px 0;overflow:hidden}.who-we-are-grid{grid-template-columns:.9fr 1.4fr;grid-template-areas:"image header""image intro""image details";align-items:start;gap:0 5rem;display:grid}.who-we-are-header{text-align:center;flex-direction:column;grid-area:header;align-items:center;margin-bottom:2rem;display:flex}.who-we-are-title{color:#007dc4;margin-bottom:.5rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.who-we-are-sparkle{justify-content:center;align-items:center;display:flex}.who-we-are-sparkle img{object-fit:contain;width:35px;height:35px;animation:3s ease-in-out infinite sparkle-pulse}.who-we-are-image-block{grid-area:image;height:100%}.who-we-are-intro-block{flex-direction:column;grid-area:intro;gap:1.2rem;margin-bottom:2rem;display:flex}.who-we-are-details-block{flex-direction:column;grid-area:details;gap:1.5rem;margin-top:-5%;display:flex}.who-we-are-highlight-container{width:100%;margin-top:2.5rem;position:relative}.who-we-are-change{color:#007dc3;text-align:center;z-index:10;white-space:nowrap;background:#fff;margin:0;padding:0 1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.25;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.who-we-are-highlight-box{text-align:center;background:linear-gradient(#fff0 0%,#b3e2fa66 100%);border:1.2px solid #d0ebf8;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:auto;padding:4.5rem 3rem 4rem;display:flex;position:relative}.who-we-are-p1,.who-we-are-p2,.who-we-are-box-text,.who-we-are-p3{color:#000;text-align:center;margin:0;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.who-we-are-p1 .font-bold{color:#222;font-weight:700}.who-we-are-p3{color:#444;font-weight:400}.who-we-are-image-wrapper{width:100%;height:100%;overflow:hidden}.who-we-are-image-wrapper img{object-fit:contain;width:100%;height:100%;display:block}@media screen and (width<=767px){.who-we-are{padding:60px 0}.who-we-are-grid{flex-direction:column;align-items:center;gap:2rem;display:flex}.who-we-are-header{order:1;width:100%;margin-bottom:1.5rem}.who-we-are-intro-block{order:2;align-items:center;width:100%;margin-top:-3rem;margin-bottom:1rem}.who-we-are-image-block{order:3;justify-content:center;width:100%;margin-bottom:2rem;display:flex}.who-we-are-details-block{order:4;align-items:center;width:100%}.who-we-are-image-wrapper{max-width:100%;height:auto;margin:0 auto}.who-we-are-image-wrapper img{height:auto}.who-we-are-title{font-size:2.5rem}.who-we-are-change{padding:0 .5rem;font-size:1.6rem}.who-we-are-highlight-box{min-height:auto;padding:3rem 1.5rem 2rem}}@media screen and (width>=768px) and (width<=819px){.who-we-are-grid{flex-direction:column;align-items:center;gap:2rem;display:flex}.who-we-are-header{order:1;width:100%;margin-bottom:1.5rem}.who-we-are-intro-block{order:2;align-items:center;width:100%;margin-bottom:1rem}.who-we-are-image-block{order:3;justify-content:center;width:100%;margin-bottom:2rem;display:flex}.who-we-are-details-block{order:4;align-items:center;width:100%}.who-we-are-image-wrapper{height:auto;width:100%!important;max-width:100%!important;margin:0!important}.who-we-are-image-wrapper img{height:auto}.who-we-are-title{font-size:2.5rem}.who-we-are-change{font-size:1.6rem}.who-we-are-highlight-box{padding:4rem 2rem 2.5rem}}@media screen and (width>=820px) and (width<=1023px){.who-we-are-grid{flex-direction:column;align-items:center;gap:2rem;display:flex}.who-we-are-header{order:1;width:100%;margin-bottom:1.5rem}.who-we-are-intro-block{order:2;align-items:center;width:100%;margin-bottom:1rem}.who-we-are-image-block{order:3;justify-content:center;width:100%;margin-bottom:2rem;display:flex}.who-we-are-details-block{order:4;align-items:center;width:100%}.who-we-are-image-wrapper{height:auto;width:100%!important;max-width:100%!important;margin:0!important}.who-we-are-image-wrapper img{height:auto}.who-we-are-title{font-size:2.5rem}.who-we-are-highlight-box{padding:4rem 2.5rem 3rem}}@media screen and (width>=1024px) and (width<=1279px){.who-we-are-grid{grid-template-rows:auto auto 1fr;grid-template-columns:1.1fr 1.2fr;align-items:stretch;gap:0 2.5rem}.container{width:100%!important;max-width:100%!important}.who-we-are-image-block{justify-content:flex-start;height:100%;display:flex;position:relative}.who-we-are-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.who-we-are-image-wrapper img{object-fit:cover;object-position:center center;width:100%;height:100%}.who-we-are-title{font-size:2.5rem}.who-we-are-highlight-box{padding:3rem 2rem 1rem}}@media screen and (width>=1280px) and (width<=1439px){.who-we-are-grid{grid-template-rows:auto auto 1fr;grid-template-columns:1.1fr 1.2fr;align-items:stretch;gap:0 3rem}.container{width:100%!important;max-width:100%!important}.who-we-are-image-block{justify-content:flex-start;height:100%;display:flex;position:relative}.who-we-are-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.who-we-are-image-wrapper img{object-fit:cover;object-position:center center;width:100%;height:100%}.who-we-are-title{font-size:2.5rem}.who-we-are-highlight-box{padding:3rem 2rem .5rem}}@media screen and (width>=1440px) and (width<=1919px){.who-we-are-grid{gap:0 6rem}.who-we-are-title{font-size:2.5rem}.who-we-are-p1,.who-we-are-p2,.who-we-are-box-text,.who-we-are-p3{font-size:1rem}.who-we-are-highlight-box{padding:3.5rem 2.5rem 1rem}}@media screen and (width>=1920px) and (width<=2559px){.who-we-are-grid{grid-template:"image header""image intro""image details"/.9fr 1.4fr;align-items:stretch;gap:0 8rem;display:grid;width:100%!important;max-width:100%!important;margin:0!important}.who-we-are-image-block{justify-content:center;height:100%;display:flex;position:relative}.who-we-are-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.who-we-are-image-wrapper img{object-fit:contain;object-position:center;width:100%;height:100%}.who-we-are-intro-block{padding-top:1rem;margin-top:0!important}.who-we-are-title{font-size:2.5rem}.who-we-are-p1,.who-we-are-p2,.who-we-are-box-text,.who-we-are-p3{font-size:1.25rem}.who-we-are-change{font-size:1.6rem}}@media screen and (width>=2560px) and (width<=3839px){.who-we-are-grid{grid-template:"image header""image intro""image details"/.9fr 1.4fr;align-items:stretch;gap:0 5rem;display:grid;width:100%!important;max-width:100%!important;margin:0!important}.who-we-are-image-block{justify-content:center;height:100%;display:flex;position:relative}.who-we-are-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.who-we-are-image-wrapper img{object-fit:contain;object-position:center;width:100%;height:100%}.who-we-are-intro-block{padding-top:1rem;margin-top:0!important}.who-we-are-title{margin-top:0;font-size:2.5rem}.container{width:100%!important;max-width:100%!important}.who-we-are-p1,.who-we-are-p2,.who-we-are-box-text,.who-we-are-p3{font-size:1.25rem}.who-we-are-change{font-size:1.6rem}.who-we-are-highlight-box{min-height:auto;padding:4rem 3rem 3rem}.who-we-are-sparkle img{width:45px;height:45px}}@media screen and (width>=3840px){.who-we-are-grid{grid-template:"image header""image intro""image details"/.9fr 1.4fr;align-items:stretch;gap:0 10rem;display:grid;width:100%!important;max-width:100%!important;margin:0!important}.who-we-are-image-block{justify-content:center;height:100%;display:flex;position:relative}.who-we-are-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.who-we-are-image-wrapper img{object-fit:contain;object-position:center;width:100%;height:100%}.who-we-are-intro-block{padding-top:4rem;margin-top:0!important}.who-we-are-details-block{margin-top:2rem!important}.container{width:100%!important;max-width:100%!important}.who-we-are-title{font-size:2.5rem;margin-top:0!important}.who-we-are-p1,.who-we-are-p2,.who-we-are-box-text,.who-we-are-p3{font-size:2rem;line-height:1.6}.who-we-are-change{font-size:2rem}.who-we-are-highlight-box{min-height:auto;padding:5rem 4rem 4rem}.who-we-are-sparkle img{width:65px;height:65px}}@media screen and (width>=768px){html body .who-we-are{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}html body .who-we-are .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}html body .who-we-are-grid{gap:0 4rem!important;width:100%!important;max-width:100%!important;margin:0!important}html body .who-we-are-image-block{justify-content:flex-start!important}html body .who-we-are-image-wrapper{left:0!important;transform:none!important}html body .who-we-are-image-wrapper img{object-position:left center!important}}@media screen and (width>=1024px) and (width<=1439px){html body .who-we-are-grid{grid-template-columns:1.1fr 1.2fr!important;gap:0 2.5rem!important}html body .who-we-are-image-wrapper img{object-fit:cover!important;object-position:center center!important}}@media screen and (width>=1440px){html body .who-we-are-grid{padding-left:0!important;padding-right:0!important}}.what-we-do{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20917.25'%3e%3cg%20id='Layer_8'%20data-name='Layer%208'%3e%3crect%20width='1920'%20height='917.25'%20fill='%23f0f1f1'/%3e%3c/g%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 0;position:relative;overflow:hidden}.what-we-do-grid{grid-template-columns:.8fr 1.2fr;align-items:flex-start;gap:0 4rem;display:grid}.what-we-do-header{flex-direction:column;align-items:flex-start;margin-bottom:2rem;display:flex}.what-we-do-title{color:#007dc4;margin-top:0;margin-bottom:.5rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.what-we-do-sparkle{margin-top:.5rem;margin-left:.5rem}.what-we-do-sparkle img{object-fit:contain;width:35px;height:35px;animation:3s ease-in-out infinite sparkle-pulse}.what-we-do-title,.what-we-do-sparkle,.what-we-do-p1,.what-we-do-p2,.what-we-do-callout{opacity:0;transform:translate(-30px)}.what-we-do-content.revealed .what-we-do-title,.what-we-do-content.revealed .what-we-do-sparkle,.what-we-do-content.revealed .what-we-do-p1,.what-we-do-content.revealed .what-we-do-p2,.what-we-do-content.revealed .what-we-do-callout{animation:.8s cubic-bezier(.2,.8,.2,1) forwards revealFromLeft}.what-we-do-content.revealed .what-we-do-title{animation-delay:.2s}.what-we-do-content.revealed .what-we-do-sparkle{animation-delay:.4s}.what-we-do-content.revealed .what-we-do-p1{animation-delay:.6s}.what-we-do-content.revealed .what-we-do-p2{animation-delay:.8s}.what-we-do-content.revealed .what-we-do-callout{animation-delay:1s}@keyframes revealFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.what-we-do-p1,.what-we-do-p2{color:#000;max-width:95%;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.what-we-do-callout{color:#007dc3;margin-top:2.5rem;font-family:Reddit Sans,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.25}.what-we-do-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{text-align:center;opacity:0;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:1.5rem 1.2rem;display:flex;transform:translateY(30px)}.what-we-do-features.revealed .feature-card{animation:.8s cubic-bezier(.2,.8,.2,1) forwards cardEntrance}.what-we-do-features.revealed .feature-card:first-child{animation-delay:1.2s}.what-we-do-features.revealed .feature-card:nth-child(2){animation-delay:1.4s}.what-we-do-features.revealed .feature-card:nth-child(3){animation-delay:1.6s}.what-we-do-features.revealed .feature-card:nth-child(4){animation-delay:1.8s}@keyframes cardEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card:hover{transform:translateY(-5px)}.feature-icon{justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.2rem;display:flex}.feature-icon img{object-fit:contain;width:100%;height:100%}.feature-title{max-width:220px;margin:0 auto;font-family:Reddit Sans,sans-serif;font-size:clamp(.85rem,.95vw,1rem);font-weight:300;line-height:1.5;color:#555!important}.wwd-carousel{display:none}@media screen and (width<=767px){.what-we-do{padding:60px 0}.what-we-do-grid{grid-template-columns:1fr;gap:3rem;margin-top:-10%!important}.what-we-do-title{font-size:2.5rem}.what-we-do-header{text-align:center;align-items:center}.what-we-do-sparkle{margin-left:0}.what-we-do-p1,.what-we-do-p2{text-align:center;max-width:100%;font-size:.95rem}.what-we-do-callout{text-align:center;font-size:1.6rem}.what-we-do-features{display:none!important}.wwd-carousel{flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;display:flex;position:relative}.wwd-carousel-track{justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;position:relative}.wwd-carousel-card{text-align:center;opacity:0;background:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:80%;min-height:200px;padding:1.5rem;transition:opacity .4s,transform .4s;display:none;transform:scale(.95);box-shadow:0 4px 20px #00000014}.wwd-carousel-card.active{opacity:1;animation:.4s cubic-bezier(.2,.8,.2,1) forwards carouselCardIn;display:flex;transform:scale(1)}@keyframes carouselCardIn{0%{opacity:0;transform:translate(30px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}.wwd-carousel-btn{cursor:pointer;z-index:10;background:#fff;border:1.5px solid #007dc3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .25s,border-color .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.wwd-carousel-btn:hover{background:#007dc3}.wwd-carousel-btn--left{left:0}.wwd-carousel-btn--right{right:0}.wwd-arrow{border-top:2px solid #007dc3;border-right:2px solid #007dc3;width:10px;height:10px;transition:border-color .25s;display:block}.wwd-carousel-btn:hover .wwd-arrow{border-color:#fff}.wwd-arrow--left{margin-left:3px;transform:rotate(-135deg)}.wwd-arrow--right{margin-right:3px;transform:rotate(45deg)}.wwd-carousel-dots{justify-content:center;gap:8px;margin-top:1.2rem;display:flex}.wwd-dot{cursor:pointer;background:#d0ebf8;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.wwd-dot.active{background:#007dc3;transform:scale(1.3)}}@media screen and (width>=768px) and (width<=1023px){.what-we-do{padding:80px 0}html body #root .what-we-do .container{width:100%!important;max-width:100%!important;padding-left:10%!important;padding-right:10%!important}.what-we-do-grid{grid-template-columns:1fr;gap:4rem}.what-we-do-header{text-align:center;align-items:center;width:100%}.what-we-do-sparkle{margin-left:0}.what-we-do-title{font-size:2.5rem}.what-we-do-p1,.what-we-do-p2{text-align:center;max-width:100%}.what-we-do-callout{text-align:center;font-size:1.6rem}.what-we-do-features{grid-template-columns:1fr 1fr!important;width:100%!important;max-width:100%!important;margin:0 auto!important}}@media screen and (width>=1024px) and (width<=1279px){.what-we-do-grid{grid-template-columns:.95fr 1.05fr;gap:0 3rem}.container{width:90%}.what-we-do-title{font-size:2.5rem}.what-we-do-callout{font-size:1.6rem}}@media screen and (width>=1280px) and (width<=1439px){.what-we-do-grid{grid-template-columns:.9fr 1.1fr;gap:0 3rem}.what-we-do-title{font-size:2.5rem}}@media screen and (width>=1440px) and (width<=1919px){.what-we-do-grid{grid-template-columns:.85fr 1.15fr}.what-we-do-title{font-size:2.5rem}.what-we-do-p1,.what-we-do-p2{font-size:1rem}.what-we-do-callout{font-size:1.6rem}}@media screen and (width>=1920px) and (width<=2559px){.what-we-do-grid{grid-template-columns:.7fr 1.3fr;gap:0 4rem;width:100%;margin:0 auto;max-width:1800px!important}.container{width:90%;max-width:1800px!important}.what-we-do-title{font-size:2.5rem}.what-we-do-p1,.what-we-do-p2{font-size:1.25rem}.what-we-do-callout{font-size:1.6rem}.feature-title{max-width:200px;font-size:1.05rem}.feature-card{min-height:230px}}@media screen and (width>=2560px) and (width<=3839px){.what-we-do-grid{grid-template-columns:.7fr 1.3fr;gap:0 6rem;width:100%;margin:0 auto;max-width:2400px!important}.container{width:90%;max-width:2200px!important}.what-we-do-title{font-size:2.5rem}.what-we-do-p1,.what-we-do-p2{font-size:1.25rem}.what-we-do-callout{font-size:1.6rem}.feature-title{max-width:260px;font-size:1.2rem}.feature-icon{width:90px;height:90px}.feature-card{min-height:280px}.what-we-do-sparkle img{width:45px;height:45px}}@media screen and (width>=3840px){.what-we-do-grid{grid-template-columns:.7fr 1.3fr;gap:0 8rem;width:100%;margin:0 auto;max-width:3400px!important}.container{width:90%;max-width:3200px!important}.what-we-do-title{font-size:2.5rem}.what-we-do-p1,.what-we-do-p2{font-size:2rem;line-height:1.6}.what-we-do-callout{font-size:2rem}.feature-title{max-width:380px;font-size:1.4rem}.feature-icon{width:140px;height:140px}.feature-card{min-height:380px;padding:2.5rem 2rem}.what-we-do-sparkle img{width:65px;height:65px}}@media screen and (width>=768px){html body .what-we-do .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.our-approach{background-color:#fff;padding:100px 0;position:relative;overflow:hidden}.our-approach-grid{grid-template-columns:.8fr 1.2fr;align-items:flex-start;gap:0 4rem;display:grid}.our-approach-content{margin-top:0}.our-approach-header{flex-direction:column;align-items:flex-start;margin-bottom:2rem;display:flex}.our-approach-title{color:#007dc4;margin-top:0;margin-bottom:.5rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.our-approach-sparkle{margin-top:.5rem;margin-left:.5rem}.our-approach-sparkle img{object-fit:contain;width:35px;height:35px;animation:3s ease-in-out infinite sparkle-pulse}.our-approach-title,.our-approach-sparkle,.our-approach-description,.our-approach-callout{opacity:0;transform:translate(-30px)}.our-approach-content.revealed .our-approach-title,.our-approach-content.revealed .our-approach-sparkle,.our-approach-content.revealed .our-approach-description,.our-approach-content.revealed .our-approach-callout{animation:.8s cubic-bezier(.2,.8,.2,1) forwards revealFromLeft}.our-approach-content.revealed .our-approach-title{animation-delay:.2s}.our-approach-content.revealed .our-approach-sparkle{animation-delay:.4s}.our-approach-content.revealed .our-approach-description{animation-delay:.6s}.our-approach-content.revealed .our-approach-callout{animation-delay:.8s}.our-approach-description{color:#000;max-width:95%;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.our-approach-callout{color:#007dc3;margin-top:2.5rem;font-family:Reddit Sans,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.25}.our-approach-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.approach-card{text-align:center;opacity:0;background:#fff;border:1.5px solid #6bb9e6;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1.5rem 1.2rem;transition:transform .3s,box-shadow .3s;display:flex;transform:translateY(30px)}.our-approach-features.revealed .approach-card{animation:.8s cubic-bezier(.2,.8,.2,1) forwards cardEntrance}.our-approach-features.revealed .approach-card:first-child{animation-delay:1s}.our-approach-features.revealed .approach-card:nth-child(2){animation-delay:1.2s}.our-approach-features.revealed .approach-card:nth-child(3){animation-delay:1.4s}.our-approach-features.revealed .approach-card:nth-child(4){animation-delay:1.6s}.our-approach-features.revealed .approach-card:nth-child(5){animation-delay:1.8s}.approach-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000000d}.approach-icon{justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.approach-icon img{object-fit:contain;width:100%;height:100%}.approach-title{max-width:220px;margin:0 auto;font-family:Reddit Sans,sans-serif;font-size:clamp(.85rem,.95vw,1rem);font-weight:300;line-height:1.5;color:#555!important}@media screen and (width<=767px){.our-approach{padding:60px 0}.our-approach-grid{grid-template-columns:1fr;gap:3rem;margin-top:-10%}.our-approach-title{font-size:2.5rem}.our-approach-header{text-align:center;align-items:center;width:100%}.our-approach-sparkle{margin-left:0}.our-approach-description{text-align:center;max-width:100%}.our-approach-callout{text-align:center;font-size:1.6rem}.our-approach-features{grid-template-columns:1fr;gap:1.5rem;width:100%}.our-approach-content{margin-top:0}.approach-card{min-height:auto;padding:1.5rem}}@media screen and (width>=768px) and (width<=1023px){.our-approach{padding:80px 0}.our-approach-grid{grid-template-columns:1fr;gap:4rem}.our-approach-header{text-align:center;align-items:center;width:100%}.our-approach-sparkle{margin-left:0}.our-approach-description{text-align:center;max-width:100%}.our-approach-callout{text-align:center;font-size:1.6rem}.our-approach-content{margin-top:0}.our-approach-features{grid-template-columns:1fr 1fr!important;width:100%!important;max-width:100%!important;margin:0 auto!important}.approach-card:last-child{grid-column:1/span 2!important;justify-self:center!important;width:calc(50% - .75rem)!important}}@media screen and (width>=1024px) and (width<=1279px){.our-approach-grid{grid-template-columns:.95fr 1.05fr;gap:0 3rem}.our-approach-title{font-size:2.5rem}.our-approach-callout{font-size:1.6rem}}@media screen and (width>=1280px) and (width<=1439px){.our-approach-grid{grid-template-columns:.9fr 1.1fr;gap:0 3rem}.our-approach-title{font-size:2.5rem}}@media screen and (width>=1440px) and (width<=1919px){.our-approach-grid{grid-template-columns:.85fr 1.15fr}.our-approach-title{font-size:2.5rem}.our-approach-description{font-size:1rem}.our-approach-callout{font-size:1.6rem}}@media screen and (width>=1920px) and (width<=2559px){.our-approach-grid{grid-template-columns:.7fr 1.3fr;gap:0 4rem;width:100%;margin:0 auto;max-width:1800px!important}.container{width:90%;max-width:1800px!important}.our-approach-title{font-size:2.5rem}.our-approach-description{font-size:1.25rem}.our-approach-callout{font-size:1.6rem}.approach-title{max-width:200px;font-size:1.05rem}.approach-card{min-height:230px}}@media screen and (width>=2560px) and (width<=3839px){.our-approach-grid{grid-template-columns:.7fr 1.3fr;gap:0 6rem;width:100%;margin:0 auto;max-width:2400px!important}.container{width:90%;max-width:2200px!important}.our-approach-title{font-size:2.5rem}.our-approach-description{font-size:1.25rem}.our-approach-callout{font-size:1.6rem}.approach-title{max-width:260px;font-size:1.2rem}.approach-icon{width:90px;height:90px}.approach-card{min-height:280px}.our-approach-content{margin-top:0}.our-approach-sparkle img{width:45px;height:45px}}@media screen and (width>=3840px){.our-approach-grid{grid-template-columns:.7fr 1.3fr;gap:0 8rem;width:100%;margin:0 auto;max-width:3400px!important}.container{width:90%;max-width:3200px!important}.our-approach-title{font-size:2.5rem}.our-approach-description{font-size:2rem;line-height:1.6}.our-approach-callout{font-size:2rem}.approach-title{max-width:400px;font-size:1.4rem}.approach-icon{width:140px;height:140px}.approach-card{min-height:380px;padding:2.5rem 2rem}.our-approach-content{margin-top:0}.our-approach-sparkle img{width:65px;height:65px}}@media screen and (width>=768px){html body .our-approach .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.vision-mission{z-index:5;background-color:#fff;margin-top:-5rem;padding:100px 0;position:relative;overflow:hidden}.vision-mission-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.vision-mission-card{text-align:center;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20683.08%20488.2'%3e%3cg%20id='Layer_8'%20data-name='Layer%208'%3e%3crect%20width='683.08'%20height='488.2'%20fill='%23f0f1f1'/%3e%3c/g%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex-direction:column;justify-content:flex-start;align-items:center;min-height:380px;margin-bottom:2rem;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,3vw,3rem);transition:transform .3s;display:flex}.card-icon{justify-content:center;align-items:center;width:clamp(60px,8vw,100px);height:clamp(60px,8vw,100px);margin-bottom:clamp(.5rem,1vw,1rem);display:flex}.card-icon img{object-fit:contain;width:100%;height:100%}.card-title{color:#007dc4;margin-bottom:.2rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.card-sparkle{margin-bottom:clamp(.5rem,1vw,1rem)}.card-sparkle img{object-fit:contain;width:clamp(24px,3vw,32px);height:clamp(24px,3vw,32px);animation:3s ease-in-out infinite sparkle-pulse}.card-text{color:#000;max-width:90%;margin:0 auto;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}@media screen and (width<=767px){.vision-mission{margin-top:-50px;margin-bottom:50px;padding:40px 0}.vision-mission-grid{grid-template-columns:1fr;gap:1rem}.vision-mission-card{background-size:200% 100%;justify-content:center;min-height:auto;margin-bottom:0;padding:3.5rem 1.5rem}}@media screen and (width>=768px) and (width<=1024px){html body #root .vision-mission .container{width:100%!important;max-width:100%!important;padding-left:10%!important;padding-right:10%!important}.vision-mission-grid{grid-template-columns:1fr!important;gap:3rem!important;width:100%!important;max-width:100%!important}.vision-mission-card{background-color:#f0f1f1!important;background-image:none!important;border-radius:0!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-height:420px!important;padding:4rem 3rem!important}}@media screen and (width>=768px) and (width<=820px){.vision-mission-grid{width:100%!important;max-width:100%!important;margin:0 auto!important}.vision-mission-card{background-color:#f0f1f1!important;background-image:none!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;min-height:420px!important;padding:4rem 3rem!important}}@media screen and (width>=1025px) and (width<=1919px){.vision-mission{padding-bottom:160px!important}html body .vision-mission .container{width:100%!important;max-width:100%!important;padding-left:10%!important;padding-right:8.7%!important}.vision-mission-grid{gap:2.5rem;width:100%!important;max-width:100%!important}.vision-mission-card{background-color:#f0f1f1!important;background-image:none!important;border-radius:0!important;flex-direction:column!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-height:440px!important;padding:3.5rem 3rem!important;display:flex!important}}@media screen and (width>=1920px){.vision-mission{padding-bottom:200px}.vision-mission-grid{gap:4rem;max-width:1600px}.vision-mission-card{min-height:450px;padding:5rem 4rem}.card-title{font-size:2.5rem}.card-text{font-size:1.25rem}.card-icon{width:140px;height:140px}.card-sparkle img{width:48px;height:48px}}@media screen and (width>=2000px){html body #root .vision-mission .container{width:100%!important;max-width:100%!important;padding-left:8%!important;padding-right:8%!important}.vision-mission-grid{gap:5rem!important;width:100%!important;max-width:100%!important}.vision-mission-card{background-size:100% 100%!important;min-height:520px!important;padding:6rem 5rem!important}.card-title{font-size:3rem!important}.card-text{font-size:1.35rem!important;line-height:1.7!important}.card-icon{width:180px!important;height:180px!important}.card-sparkle img{width:56px!important;height:56px!important}}@media screen and (width>=3840px){.vision-mission{padding-bottom:300px}html body #root .vision-mission .container{width:100%!important;max-width:100%!important;padding-left:8%!important;padding-right:8%!important}.vision-mission-grid{gap:8rem!important;width:100%!important;max-width:100%!important}.vision-mission-card{background-size:100% 100%!important;min-height:700px!important;padding:10rem 8rem!important}.card-title{font-size:3.5rem!important}.card-text{font-size:2rem!important;line-height:1.6!important}.card-icon{width:280px!important;height:280px!important}.card-sparkle img{width:80px!important;height:80px!important}}@media screen and (width>=768px){html body .vision-mission .container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.offering-hero{background:#060b28;align-items:center;height:480px;min-height:480px;margin-top:80px;padding:0;display:flex;position:relative;overflow:hidden}.offering-hero:before{content:"";z-index:0;background:url(/pivara/assets/offerings_banner-DsREYbHf.png) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) forwards bgZoomOut;position:absolute;inset:0}.offering-hero-container{z-index:1;width:90%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.offering-hero-content{text-align:left;max-width:800px}.offering-hero-sub{color:#00aeef;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-family:Reddit Sans,sans-serif;font-size:1.5rem;font-weight:500;animation:.9s cubic-bezier(.2,.8,.2,1) .4s both heroFadeSlideUp;display:block}.offering-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(1.6rem,3.2vw,2.7rem);font-weight:400;line-height:1.1;animation:.9s cubic-bezier(.2,.8,.2,1) .7s both heroFadeSlideUp}@media screen and (width<=767px){.offering-hero{text-align:left;min-height:350px;margin-top:65px;padding:50px 0}.offering-hero-container{width:100%;padding:0 10%}.offering-hero-content{max-width:280px}.offering-hero-sub{margin-bottom:.8rem;font-size:1.1rem}.offering-hero-title{font-size:1.8rem;line-height:1.2}}@media screen and (width>=768px) and (width<=1023px){.offering-hero{min-height:400px}.offering-hero-sub{font-size:1.3rem}.offering-hero-title{font-size:2.2rem}}@media screen and (width>=1024px) and (width<=1279px){.offering-hero-title{font-size:2.5rem}}@media screen and (width>=1280px) and (width<=1439px){.offering-hero-title{font-size:2.7rem}}@media screen and (width>=1440px) and (width<=1919px){.offering-hero-title{font-size:3.1rem}}@media screen and (width>=1920px) and (width<=2559px){.offering-hero{height:518px;min-height:518px;padding:0}.offering-hero-container{max-width:1720px}.offering-hero-title{font-size:3.6rem}.offering-hero-sub{font-size:1.8rem}}@media screen and (width>=2560px) and (width<=3839px){.offering-hero{height:600px;min-height:600px;margin-top:80px;padding:0}.offering-hero-container{max-width:2200px;padding-left:6%}.offering-hero-content{max-width:1000px}.offering-hero-title{font-size:4.8rem;line-height:1.1}.offering-hero-sub{margin-bottom:2rem;font-size:2rem}}@media screen and (width>=3840px){.offering-hero{height:800px;min-height:800px;margin-top:80px;padding:0}.offering-hero-container{max-width:3400px;padding-left:8%}.offering-hero-content{max-width:1500px}.offering-hero-title{font-size:6.5rem;line-height:1.05}.offering-hero-sub{letter-spacing:2px;margin-bottom:3rem;font-size:2.8rem}}@media screen and (width>=768px){html body .offering-hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.sd-section{background-color:#fff;position:relative;overflow:hidden;padding:0 0 220px!important}@media screen and (width<=767px){.sd-section{padding-bottom:120px!important}}@media screen and (width>=768px) and (width<=1024px){.sd-section{padding-bottom:180px!important}}.sd-tabs-wrapper{background:#f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4EAAAE4CAYAAABVKYXaAAAACXBIWXMAAAsSAAALEgHS3X78AAAMCklEQVR4nO3ZQRGAQBDAsIVBAI6whMSTxDnARyex0GePb+81AAAAAAAAABS818w8UgIAAAAAAAAk3KeOAAAAAAAAAB0mMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAEDFzPzlNwbDGW8wgQAAAABJRU5ErkJggg==) 50%/cover no-repeat;margin-bottom:3.5rem;padding:2rem 0 0;position:relative}.sd-tabs-container{justify-content:center;align-items:center;gap:10px;max-width:1440px;margin:0 auto;padding:0 2%;display:flex;position:relative}.sd-tabs{scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;justify-content:center;gap:15px;width:100%;padding:0 20px 35px;display:flex;overflow:auto hidden}.sd-tabs::-webkit-scrollbar{display:none}.sd-tab-card{text-align:center;cursor:pointer;scroll-snap-align:center;background:#fff;border:1px solid #0000;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:180px;max-width:210px;height:165px;padding:1rem;transition:all .3s;display:flex;position:relative}.sd-tab-card.active{color:#fff;z-index:2;background:#007dc3;box-shadow:-10px 10px 12px #0000004d}.sd-icon-box{background:0 0;justify-content:center;align-items:center;width:125px;height:125px;margin-bottom:.3rem;display:flex}.sd-tab-card.active .sd-icon-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E") 50%/contain no-repeat}.sd-icon{object-fit:contain;width:105px;height:105px;transition:all .3s}.sd-tab-card.active .sd-icon{filter:none}.sd-tab-title{color:#555;margin:0;font-family:Reddit Sans,sans-serif;font-size:.9rem;font-weight:300;line-height:1.2}.sd-tab-card.active .sd-tab-title{color:#fff;font-weight:400}.sd-pointer{z-index:10;border-bottom:35px solid #fff;border-left:35px solid #0000;border-right:35px solid #0000;width:0;height:0;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.sd-nav-btn{color:#fff;cursor:pointer;z-index:15;background:#bababa;justify-content:center;align-items:center;width:35px;height:60px;transition:all .3s;display:none}.sd-nav-btn:hover{background:#007dc3}.sd-main-display{max-width:1440px;margin:0 auto;padding:0 5%}.sd-info-container{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.sd-info-container.fading{opacity:0;transition:none;transform:translateY(10px)}@keyframes tabCardIn{0%{opacity:0;transform:translateY(28px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.sd-tabs-container:not(.revealed) .sd-tab-card{opacity:0}.sd-tabs-container.revealed .sd-tab-card{animation:.55s cubic-bezier(.2,.8,.2,1) both tabCardIn}.sd-tabs-container.revealed .sd-tab-card:first-child{animation-delay:50ms}.sd-tabs-container.revealed .sd-tab-card:nth-child(2){animation-delay:.15s}.sd-tabs-container.revealed .sd-tab-card:nth-child(3){animation-delay:.25s}.sd-tabs-container.revealed .sd-tab-card:nth-child(4){animation-delay:.35s}.sd-tabs-container.revealed .sd-tab-card:nth-child(5){animation-delay:.45s}.sd-tabs-container.revealed .sd-tab-card:nth-child(6){animation-delay:.55s}.sd-image-container{background:#fdfdfd;width:100%;margin-bottom:5rem;position:relative;overflow:hidden}.sd-image-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative}.sd-main-img{object-fit:cover;opacity:0;pointer-events:none;will-change:opacity;width:100%;height:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.sd-main-img.active{opacity:1;z-index:2;pointer-events:auto}.id-image-wrapper:after,.sd-image-wrapper:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%}.sd-tabs-container.revealed~.sd-main-display .sd-image-wrapper:after{animation:1.5s cubic-bezier(.23,1,.32,1) forwards sdGlassSweep}@keyframes sdGlassSweep{0%{opacity:0;left:-100%}30%{opacity:1}to{opacity:0;left:150%}}.sd-display-title{color:#007dc4;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500}.sd-divider{border:none;border-top:1px solid #e5e5e5;margin-bottom:3rem}.sd-details-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.sd-detail-col h4{color:#007dc3;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500}.sd-detail-col p,.sd-detail-col li{color:gray;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.6}@media screen and (width<=1279px){.sd-tabs{justify-content:flex-start}.sd-nav-btn{display:flex}}@media screen and (width<=767px){.sd-section{padding-bottom:60px}.sd-tabs-wrapper{padding:3rem 0 0}.sd-tabs{justify-content:flex-start;gap:15px;padding:0 calc(50% - 140px) 50px}.sd-tab-card{min-width:280px;max-width:280px;height:220px;padding:1.5rem;transition:all .3s}.sd-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.sd-icon-box{width:140px;height:140px}.sd-icon{width:120px;height:120px}.sd-tab-title{font-size:.9rem}.sd-pointer{border-width:medium 20px 20px;border-top-style:none;border-top-color:currentColor;bottom:-50px}.sd-details-grid{grid-template-columns:1fr;gap:2.5rem}.sd-image-container{margin-bottom:3rem}.sd-image-wrapper{padding-bottom:70%}.sd-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sd-prev{left:5px}.sd-next{right:5px}}@media screen and (width>=768px) and (width<=1024px){.sd-tabs{justify-content:flex-start;gap:20px;padding:0 calc(50% - 175px) 50px}.sd-tab-card{min-width:350px;max-width:350px;height:260px;transition:all .3s}.sd-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.sd-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sd-prev{left:15px}.sd-next{right:15px}.sd-image-wrapper{padding-bottom:65%}}@media screen and (width>=2560px){.sd-section{padding-bottom:250px}.sd-tabs-container,.sd-main-display{max-width:2200px}.sd-tab-card{min-width:300px;max-width:350px;height:300px}.sd-icon-box{width:180px;height:180px}.sd-icon{width:150px;height:150px}.sd-tab-title{margin-top:0;font-size:1.4rem}.sd-pointer{border-width:medium 60px 60px;border-top-style:none;border-top-color:currentColor;bottom:-60px}.sd-display-title{margin-bottom:2.5rem;font-size:3.5rem}.sd-detail-col h4{margin-bottom:2rem;font-size:1.8rem}.sd-detail-col p,.sd-detail-col li{font-size:1.3rem;line-height:1.8}.sd-details-grid{gap:4rem}.sd-image-container{margin-bottom:6rem}.sd-image-wrapper{padding-bottom:50%}}@media screen and (width>=3840px){.sd-section{padding-bottom:350px}.sd-tabs-container,.sd-main-display{max-width:3200px}.sd-tab-card{min-width:450px;max-width:500px;height:450px}.sd-icon-box{width:280px;height:280px}.sd-icon{width:230px;height:230px}.sd-tab-title{margin-top:-5px;font-size:2.2rem}.sd-pointer{border-width:medium 90px 90px;border-top-style:none;border-top-color:currentColor;bottom:-90px}.sd-display-title{margin-bottom:3.5rem;font-size:5rem}.sd-detail-col h4{margin-bottom:2.5rem;font-size:2.5rem}.sd-detail-col p,.sd-detail-col li{font-size:1.8rem;line-height:2}.sd-details-grid{gap:6rem}.sd-image-container{margin-bottom:8rem}.sd-image-wrapper{padding-bottom:45%}}@media screen and (width>=768px){html body .sd-tabs-container,html body .sd-main-display{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}@media screen and (width>=1200px) and (width<=1500px){html body .sd-tab-card{min-width:120px!important;max-width:170px!important;height:155px!important}html body .sd-icon-box{width:90px!important;height:90px!important}html body .sd-icon{width:75px!important;height:75px!important}html body .sd-pointer{border-bottom-width:25px!important;border-left-width:25px!important;border-right-width:25px!important}html body .sd-tabs{gap:12px!important}}.platform-hero{background:#060b28;align-items:center;height:480px;min-height:480px;margin-top:80px;padding:0;display:flex;position:relative;overflow:hidden}.platform-hero:before{content:"";z-index:0;background:url(/pivara/assets/platform_hero_bg-Dbn66-gM.avif) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) forwards bgZoomOut;position:absolute;inset:0}.platform-hero-container{z-index:1;width:90%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.platform-hero-content{text-align:left;max-width:800px}.platform-hero-sub{color:#00aeef;letter-spacing:1px;text-transform:uppercase;margin-bottom:.6rem;font-family:Reddit Sans,sans-serif;font-size:1.5rem;font-weight:500;animation:.9s cubic-bezier(.2,.8,.2,1) .4s both heroFadeSlideUp;display:block}.platform-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(1.8rem,5vw,3.2rem);font-weight:400;line-height:1.05;animation:.9s cubic-bezier(.2,.8,.2,1) .7s both heroFadeSlideUp}.platform-hero-description{color:#fff;opacity:1;max-width:420px;margin-top:1rem;font-family:Reddit Sans,sans-serif;font-size:clamp(1rem,1.1vw,1.2rem);font-weight:300;line-height:1.6;animation:.9s cubic-bezier(.2,.8,.2,1) 1s both heroFadeSlideUp}@media screen and (width<=767px){.platform-hero{min-height:380px;margin-top:65px;padding:50px 0 60px}.platform-hero:before{background-position:70%}.platform-hero:after{content:"";z-index:0;pointer-events:none;background:#060b2866;position:absolute;inset:0}.platform-hero-container{width:100%;padding:0 8%}.platform-hero-content{max-width:100%}.platform-hero-sub{text-shadow:2px 2px 10px #0009;margin-bottom:.8rem;font-size:1.1rem}.platform-hero-title{text-shadow:2px 2px 15px #000000b3;font-size:2rem;line-height:1.25}.platform-hero-description{text-shadow:1px 1px 10px #0009;max-width:100%;padding:0 .5rem;font-size:.95rem;line-height:1.5}}@media screen and (width>=768px) and (width<=1023px){.platform-hero{min-height:450px}.platform-hero:before{background-position:80%}.platform-hero:after{content:"";z-index:0;pointer-events:none;background:#060b284d;position:absolute;inset:0}.platform-hero-sub{text-shadow:2px 2px 10px #00000080;font-size:1.3rem}.platform-hero-title{text-shadow:2px 2px 15px #0009;font-size:2.5rem}.platform-hero-description{text-shadow:1px 1px 10px #00000080;max-width:500px;font-size:1.1rem}}@media screen and (width>=1024px) and (width<=1279px){.platform-hero-title{font-size:2.8rem}.platform-hero-description{max-width:550px;font-size:1.15rem}}@media screen and (width>=1280px) and (width<=1439px){.platform-hero-title{font-size:3rem}}@media screen and (width>=1440px) and (width<=1919px){.platform-hero-title{font-size:3.4rem}}@media screen and (width>=1920px) and (width<=2559px){.platform-hero{height:518px;min-height:518px;padding:0}.platform-hero-container{max-width:1720px}.platform-hero-title{font-size:4rem}.platform-hero-sub{font-size:1.8rem}.platform-hero-description{max-width:600px;font-size:clamp(1rem,1.1vw,1.2rem)}}@media screen and (width>=2560px) and (width<=3839px){.platform-hero{height:600px;min-height:600px;margin-top:80px;padding:0}.platform-hero-container{max-width:2200px;padding-left:6%}.platform-hero-content{max-width:1100px}.platform-hero-title{font-size:5rem;line-height:1.15}.platform-hero-sub{margin-bottom:2rem;font-size:2.2rem}.platform-hero-description{max-width:900px;font-size:1.5rem}}@media screen and (width>=3840px){.platform-hero{height:800px;min-height:800px;margin-top:80px;padding:0}.platform-hero-container{max-width:3400px;padding-left:8%}.platform-hero-content{max-width:1600px}.platform-hero-title{font-size:7rem;line-height:1.1}.platform-hero-sub{letter-spacing:2px;margin-bottom:3.5rem;font-size:3rem}.platform-hero-description{max-width:1200px;font-size:2rem}}@media screen and (width>=768px){html body .platform-hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.pl-details-grid.extra-bottom-space .pl-detail-col:nth-child(2){margin-bottom:3.5rem}.pl-section{background-color:#fff;padding:0 0 120px;position:relative;overflow:hidden}.pl-tabs-wrapper{background:#f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4EAAAE4CAYAAABVKYXaAAAACXBIWXMAAAsSAAALEgHS3X78AAAMCklEQVR4nO3ZQRGAQBDAsIVBAI6whMSTxDnARyex0GePb+81AAAAAAAAABS818w8UgIAAAAAAAAk3KeOAAAAAAAAAB0mMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAEDFzPzlNwbDGW8wgQAAAABJRU5ErkJggg==) 50%/cover no-repeat;margin-bottom:3.5rem;padding:2rem 0 0;position:relative}.pl-tabs-container{justify-content:center;align-items:center;max-width:1440px;margin:0 auto;padding:0 2%;display:flex;position:relative}.pl-tabs{scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;justify-content:center;gap:15px;width:100%;padding:0 20px 35px;display:flex;overflow:auto hidden}.pl-tabs::-webkit-scrollbar{display:none}.pl-tab-card{text-align:center;cursor:pointer;scroll-snap-align:center;background:#fff;border:1px solid #0000;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:180px;max-width:210px;height:165px;padding:1rem;transition:all .3s;display:flex;position:relative}.pl-tab-card.active{color:#fff;z-index:2;background:#007dc3;box-shadow:-10px 10px 12px #0000004d}.pl-icon-box{background:0 0;justify-content:center;align-items:center;width:125px;height:125px;margin-bottom:.3rem;display:flex}.pl-tab-card.active .pl-icon-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E") 50%/contain no-repeat}.pl-icon{object-fit:contain;width:105px;height:105px;transition:all .3s}.pl-tab-card.active .pl-icon{filter:none}.pl-tab-title{color:#555;margin:0;font-family:Reddit Sans,sans-serif;font-size:.9rem;font-weight:300;line-height:1.2}.pl-tab-card.active .pl-tab-title{color:#fff;font-weight:400}.pl-pointer{z-index:10;border-bottom:35px solid #fff;border-left:35px solid #0000;border-right:35px solid #0000;width:0;height:0;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}@keyframes plTabCardIn{0%{opacity:0;transform:translateY(28px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.pl-tabs-container:not(.revealed) .pl-tab-card{opacity:0}.pl-tabs-container.revealed .pl-tab-card{animation:.55s cubic-bezier(.2,.8,.2,1) both plTabCardIn}.pl-tabs-container.revealed .pl-tab-card:first-child{animation-delay:50ms}.pl-tabs-container.revealed .pl-tab-card:nth-child(2){animation-delay:.15s}.pl-tabs-container.revealed .pl-tab-card:nth-child(3){animation-delay:.25s}.pl-tabs-container.revealed .pl-tab-card:nth-child(4){animation-delay:.35s}.pl-tabs-container.revealed .pl-tab-card:nth-child(5){animation-delay:.45s}.pl-tabs-container.revealed .pl-tab-card:nth-child(6){animation-delay:.55s}.pl-main-display{max-width:1440px;margin:0 auto;padding:0 8%}.pl-image-container{background:#fdfdfd;width:100%;margin-bottom:5rem;position:relative;overflow:hidden}.pl-image-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative}.pl-main-img{object-fit:contain;opacity:0;pointer-events:none;will-change:opacity;width:100%;height:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.pl-main-img.active{opacity:1;z-index:2;pointer-events:auto}.pl-image-wrapper:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%}.pl-tabs-container.revealed~.pl-main-display .pl-image-wrapper:after{animation:1.5s cubic-bezier(.23,1,.32,1) forwards plGlassSweep}@keyframes plGlassSweep{0%{opacity:0;left:-100%}30%{opacity:1}to{opacity:0;left:150%}}.pl-display-title{color:#007dc3;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:2.2rem;font-weight:500}.pl-divider{border:none;border-top:1px solid #e5e5e5;margin-bottom:3rem}.pl-details-grid{grid-template-columns:1fr 1fr 1fr;gap:5rem;display:grid}.pl-detail-col h4{color:#007dc3;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500}.pl-detail-col p,.pl-detail-col li{color:gray;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.5}.pl-detail-col ul{padding-left:1.2rem}.pl-detail-col li{margin-bottom:.4rem;list-style-type:disc}.pl-desc-col{padding-top:2.8rem}.pl-info-container{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.pl-info-container.fading{opacity:0;transition:none;transform:translateY(10px)}.pl-main-desc{max-width:450px}.pl-nav-btn{color:#fff;cursor:pointer;z-index:15;background:#bababa;justify-content:center;align-items:center;width:35px;height:60px;transition:all .3s;display:none}.pl-nav-btn:hover{background:#007dc3}.pl-nav-btn svg{width:20px;height:20px}@media screen and (width<=1279px){.pl-tabs{justify-content:flex-start}.pl-nav-btn{display:flex}}@media screen and (width<=767px){.pl-section{padding-bottom:60px}.pl-tabs-wrapper{padding:3rem 0 0}.pl-tabs{justify-content:flex-start;gap:15px;padding:0 calc(50% - 140px) 50px}.pl-tab-card{min-width:280px;max-width:280px;height:220px;padding:1.5rem;transition:all .3s}.pl-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.pl-icon-box{width:140px;height:140px}.pl-icon{width:120px;height:120px}.pl-tab-title{font-size:.9rem}.pl-pointer{border-width:medium 20px 20px;border-top-style:none;border-top-color:currentColor;bottom:-50px}.pl-details-grid{grid-template-columns:1fr;gap:2.5rem}.pl-image-container{margin-bottom:3rem}.pl-image-wrapper{padding-bottom:70%}.pl-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pl-prev{left:5px}.pl-next{right:5px}}@media screen and (width>=768px) and (width<=1024px){.pl-tabs{justify-content:flex-start;gap:20px;padding:0 calc(50% - 175px) 50px}.pl-tab-card{min-width:350px;max-width:350px;height:260px;transition:all .3s}.pl-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.pl-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pl-prev{left:15px}.pl-next{right:15px}.pl-image-wrapper{padding-bottom:65%}}@media screen and (width>=2560px){.pl-section{padding-bottom:250px}.pl-tabs-container,.pl-main-display{max-width:2200px}.pl-tab-card{min-width:300px;max-width:350px;height:300px}.pl-icon-box{width:180px;height:180px}.pl-icon{width:150px;height:150px}.pl-tab-title{margin-top:0;font-size:1.4rem}.pl-pointer{border-width:medium 60px 60px;border-top-style:none;border-top-color:currentColor;bottom:-60px}.pl-display-title{margin-bottom:2.5rem;font-size:3.5rem}.pl-detail-col h4{margin-bottom:2rem;font-size:1.8rem}.pl-detail-col p,.pl-detail-col li{font-size:1.3rem;line-height:1.8}.pl-details-grid{gap:4rem}.pl-image-container{margin-bottom:6rem}.pl-image-wrapper{padding-bottom:50%}}@media screen and (width>=3840px){.pl-section{padding-bottom:350px}.pl-tabs-container,.pl-main-display{max-width:3200px}.pl-tab-card{min-width:450px;max-width:500px;height:450px}.pl-icon-box{width:280px;height:280px}.pl-icon{width:230px;height:230px}.pl-tab-title{margin-top:-5px;font-size:2.2rem}.pl-pointer{border-width:medium 90px 90px;border-top-style:none;border-top-color:currentColor;bottom:-90px}.pl-display-title{margin-bottom:3.5rem;font-size:5rem}.pl-detail-col h4{margin-bottom:2.5rem;font-size:2.5rem}.pl-detail-col p,.pl-detail-col li{font-size:1.8rem;line-height:2}.pl-details-grid{gap:6rem}.pl-image-container{margin-bottom:8rem}.pl-image-wrapper{padding-bottom:45%}}@media screen and (width>=768px){html body .pl-tabs-container,html body .pl-main-display{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}html body .pl-image-container{width:100%!important;margin-left:0!important;margin-right:0!important}html body .pl-main-img{object-fit:cover!important}}.phh-container{width:100%;max-width:1440px;margin:40px auto 80px;padding:0 8%}.phh-card{color:#fff;background:#007dc4;padding:3.5rem 5rem;position:relative;overflow:hidden}.phh-grid{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:4rem;display:grid}.phh-visual-col{flex-direction:column;gap:2.5rem;display:flex}.phh-main-title{margin:0;font-family:Reddit Sans,sans-serif;font-size:2.2rem;font-weight:400;line-height:1}.phh-image-wrapper{background:#fff;justify-content:center;align-items:center;width:100%;padding:2.5rem 3rem;display:flex}.phh-product-img{width:100%;height:auto;display:block}.phh-content-col{flex-direction:column;padding-top:.5rem;display:flex}.phh-sub-header{letter-spacing:.5px;margin:0 0 1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1}.phh-body-text{flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:3.5rem;display:flex}.phh-body-text p{color:#ffffffe6;margin:0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4}.phh-bottom-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.phh-highlights h4,.phh-outcome h4{margin:0 0 1.2rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.3}.phh-highlights ul{margin:0;padding:0;list-style:none}.phh-highlights li{color:#ffffffe6;margin-bottom:.5rem;padding-left:.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4;position:relative}.phh-highlights li:before{content:"•";color:#fff;position:absolute;left:-.2rem}.phh-outcome p{color:#ffffffe6;margin:0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4}@media screen and (width<=1024px){.phh-container{padding:0 5%}.phh-grid{grid-template-columns:1fr;gap:4rem}.phh-visual-col{align-items:flex-start}.phh-image-wrapper{max-width:100%}.phh-card{padding:2.5rem 3rem}}@media screen and (width<=767px){.phh-card{margin-top:3rem;margin-bottom:30px;padding:2rem}.phh-main-title{font-size:1.8rem}.phh-sub-header{font-size:1.1rem}.phh-bottom-grid{grid-template-columns:1fr;gap:2.5rem}.phh-image-wrapper{padding:1.5rem}}@media screen and (width>=2560px){.phh-container{max-width:2200px;padding:0 8%}.phh-card{padding:6rem 8rem}.phh-main-title{font-size:3.5rem}.phh-sub-header,.phh-highlights h4,.phh-outcome h4{font-size:1.8rem}.phh-body-text p,.phh-highlights li,.phh-outcome p{font-size:1.3rem}}@media screen and (width>=3840px){.phh-container{max-width:3200px;padding:0 8%}.phh-card{padding:8rem 10rem}.phh-main-title{font-size:5rem}.phh-sub-header,.phh-highlights h4,.phh-outcome h4{font-size:2.5rem}.phh-body-text p,.phh-highlights li,.phh-outcome p{font-size:1.8rem}}@media screen and (width>=768px){html body .phh-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.why-hero{background-color:#fff;align-items:center;width:100%;height:480px;min-height:480px;margin:80px 0 0;padding:0;display:flex;position:relative;overflow:hidden}.why-hero:before{content:"";z-index:1;background-image:url(/pivara/assets/why_hero_bg-Ck1e3IJL.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;animation:2s cubic-bezier(.2,.8,.2,1) forwards whyHeroBgZoomOut;position:absolute;inset:0}@keyframes whyHeroBgZoomOut{0%{transform:scale(1.12)}to{transform:scale(1)}}.why-hero-container{z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(20px,8vw,140px)}.why-hero-content{max-width:clamp(300px,60vw,1200px)}.why-hero-title{color:#fff;letter-spacing:-.02em;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(2rem,4vw,3.8rem);font-weight:400;line-height:1.1;animation:1s ease-out forwards whyHeroFadeInUp}@keyframes whyHeroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=3840px){.why-hero{height:800px;min-height:800px}.why-hero-container{max-width:3000px}.why-hero-title{font-size:6.5rem}.why-hero-content{max-width:2000px}}@media screen and (width>=2560px) and (width<=3839px){.why-hero{height:600px;min-height:600px}.why-hero-container{max-width:2200px}.why-hero-title{font-size:5rem}.why-hero-content{max-width:1500px}}@media screen and (width>=1600px) and (width<=2559px){.why-hero{height:518px;min-height:518px}.why-hero-title{font-size:3.8rem}.why-hero-container{padding:0 clamp(20px,5vw,100px)}}@media screen and (width>=1025px) and (width<=1599px){.why-hero{height:480px;min-height:480px}.why-hero-title{font-size:2.8rem}}@media screen and (width>=1024px) and (width<=1024px){.why-hero{background-position:50%;height:480px;min-height:480px}.why-hero-title{text-shadow:0 2px 15px #00000080;font-size:2.4rem}}@media screen and (width>=768px) and (width<=1023px){.why-hero{background-position:50%;height:60vh;min-height:500px}.why-hero-title{text-shadow:0 2px 15px #00000080;font-size:2.6rem}.why-hero-container{padding:0 40px}}@media screen and (width<=767px){.why-hero{background-position:50%;height:75vh;min-height:500px;margin-top:65px}.why-hero-container{padding:0 24px}.why-hero-title{text-shadow:0 2px 12px #0009;font-size:2rem;line-height:1.2}}@media screen and (width>=768px){html body .why-hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.why-key-pillars{background-color:#fff;width:100%;padding:clamp(30px,4vw,60px) 0 clamp(40px,6vw,80px)}.why-pillars-container{box-sizing:border-box;width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(20px,8vw,140px)}.why-pillars-header{text-align:center;margin-bottom:30px}.why-pillars-main-title{color:#007dc4;margin-bottom:20px;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.why-pillars-divider{justify-content:center;margin-top:5px;display:flex}.sparkle-icon{width:40px;height:40px;animation:3s ease-in-out infinite intelligentSparklePulse}@keyframes intelligentSparklePulse{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.8;transform:scale(1.1)rotate(15deg)}}.why-pillars-grid{grid-template-columns:repeat(5,1fr);gap:40px clamp(20px,4vw,50px);display:grid}.why-pillar-item{text-align:left;flex-direction:column;display:flex}.why-pillar-item.reveal-stagger.revealed .why-pillar-title{animation:.9s cubic-bezier(.16,1,.3,1) forwards pillarTitleEntrance;animation-delay:var(--delay);opacity:0}.why-pillar-item.reveal-stagger.revealed .why-pillar-description{animation:1.1s cubic-bezier(.16,1,.3,1) forwards pillarDescEntrance;animation-delay:calc(var(--delay) + .15s);opacity:0}@keyframes pillarTitleEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pillarDescEntrance{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.why-pillar-title{color:#007dc4;white-space:pre-line;margin-bottom:20px;font-family:Reddit Sans,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.25}.why-pillar-description{color:#555;margin:0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.6}@media screen and (width<=767px){.why-pillars-container{padding:0 24px}.why-pillars-main-title{font-size:2.1rem}.why-pillars-grid{grid-template-columns:1fr;gap:40px}.why-pillar-item{text-align:center;align-items:center}.why-pillar-title{font-size:1.4rem}}@media screen and (width>=768px) and (width<=819px){.why-pillars-container{padding:0 40px}.why-pillars-grid{grid-template-columns:repeat(2,1fr);gap:40px}.why-pillar-title{font-size:1.3rem}}@media screen and (width>=820px) and (width<=1023px){.why-pillars-container{padding:0 50px}.why-pillars-grid{grid-template-columns:repeat(3,1fr);gap:30px}.why-pillar-title{font-size:1.35rem}}@media screen and (width>=1024px) and (width<=1279px){.why-pillars-container{padding:0 60px}.why-pillars-grid{grid-template-columns:repeat(3,1fr);gap:35px}.why-pillar-title{font-size:1.4rem}}@media screen and (width>=1280px) and (width<=1439px){.why-pillars-container{max-width:1280px;padding:0 80px}.why-pillars-grid{grid-template-columns:repeat(5,1fr);column-gap:20px}.why-pillar-title{font-size:1.25rem}.why-pillar-description{font-size:.9rem}}@media screen and (width>=1440px) and (width<=1599px){.why-pillars-container{max-width:1440px;padding:0 100px}.why-pillars-grid{column-gap:30px}}@media screen and (width>=1600px) and (width<=2559px){.why-pillars-container{max-width:1720px;padding:0 140px}.why-pillars-grid{column-gap:40px}.why-pillar-title{font-size:1.6rem}.why-pillar-description{font-size:1.05rem}}@media screen and (width>=2560px) and (width<=3839px){.why-pillars-container{max-width:2400px;padding:0 200px}.why-pillars-grid{column-gap:60px}.why-pillar-title{font-size:2rem}.why-pillar-description{font-size:1.3rem}.sparkle-icon{width:40px;height:40px}}@media screen and (width>=3840px){.why-pillars-container{max-width:3400px;padding:0 300px}.why-pillars-grid{gap:80px 100px}.why-pillar-title{font-size:2.8rem}.why-pillar-description{font-size:1.8rem}.sparkle-icon{width:40px;height:40px}.why-pillars-main-title{font-size:3.5rem}}@media screen and (width>=768px){html body .why-pillars-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.why-process{background-color:#f8fbff;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20917.25'%3e%3cg%20id='Layer_8'%20data-name='Layer%208'%3e%3crect%20width='1920'%20height='917.25'%20fill='%23f0f1f1'/%3e%3c/g%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:clamp(30px,4vw,60px) 0;position:relative;overflow:hidden}.why-process-container{z-index:2;box-sizing:border-box;width:100%;max-width:1800px;margin:0 auto;padding:0 clamp(20px,5vw,120px);position:relative}.why-process-header{text-align:center;margin-bottom:0}.why-process-overline{color:#999;letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px;font-family:Reddit Sans,sans-serif;font-size:clamp(1.2rem,1.5vw,1.7rem);font-weight:500;display:block}.why-process-title{color:#007dc4;margin-bottom:25px;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1}.why-process-divider{justify-content:center;margin:5px 0 10px;display:flex}.why-process-intro{color:#000;letter-spacing:.2px;max-width:800px;font-family:Reddit Sans,sans-serif;font-size:clamp(.95rem,1.1vw,1.15rem);font-weight:300;line-height:1.5;margin:0 auto!important;padding-bottom:0!important}.why-process-flow{justify-content:center;align-items:stretch;gap:15px;margin:0;display:flex}.why-step-wrapper{background:0 0;flex:1;align-items:stretch;display:flex}.why-step-card{text-align:center;min-height:clamp(380px,25vw,520px);box-shadow:none;box-sizing:border-box;isolation:isolate;background-color:#0000;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20285.96%20408.27'%3e%3cg%20id='Layer_8'%20data-name='Layer%208'%3e%3cg%3e%3cpolygon%20points='285.42%20204.14%20251.78%20170.49%20251.78%20.38%20.38%20.38%20.38%20407.89%20251.78%20407.89%20251.78%20237.78%20285.42%20204.14'%20fill='%23fff'%20stroke='%2300adee'%20stroke-miterlimit='10'%20stroke-width='.77'/%3e%3cpolygon%20points='272.28%20204.14%20251.74%20224.68%20251.74%20183.6%20272.28%20204.14'%20fill='%2300adee'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100% 100%;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:clamp(30px,4vw,60px) 15% clamp(30px,4vw,60px) 3%;transition:transform .3s;display:flex;position:relative;overflow:hidden}.why-step-wrapper.reveal-stagger{perspective:2500px}.why-step-wrapper.reveal-stagger .why-step-card{opacity:0;transition:opacity 1.4s cubic-bezier(.2,1,.3,1),transform 1.6s cubic-bezier(.17,.67,.2,1.01);transition-delay:var(--delay);will-change:opacity, transform;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(5deg)translateY(60px)scale(.9)}.why-step-card:before{content:"";z-index:10;pointer-events:none;filter:brightness(1.2);background:linear-gradient(90deg,#0000 0%,#ffffff1a 15%,#fffc 50%,#ffffff1a 85%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-35deg)}.why-step-wrapper.reveal-stagger.revealed .why-step-card{opacity:1;transform:rotateY(0)rotateX(0)translateY(0)scale(1)}.why-step-wrapper.reveal-stagger.revealed .why-step-card:before{animation:1.8s cubic-bezier(.65,0,.35,1) forwards professionalGlareSweep;animation-delay:calc(var(--delay) + 1.2s)}.why-process-slider.revealed .why-step-card:before{animation:1.8s cubic-bezier(.65,0,.35,1) 1.2s forwards professionalGlareSweep}.why-step-wrapper.reveal-stagger.revealed .why-step-icon{animation:1.2s cubic-bezier(.34,1.56,.64,1) forwards trendingIconReveal,4s ease-in-out infinite alternate trendingIconFloat;animation-delay:var(--delay), calc(var(--delay) + 1.2s);opacity:0}@keyframes trendingIconReveal{0%{opacity:0;transform:scale(.3)rotate(-20deg)translateY(40px)}to{opacity:1;transform:scale(1)rotate(0)translateY(0)}}@keyframes trendingIconFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.why-step-wrapper.reveal-stagger.revealed .why-step-title{animation:1s cubic-bezier(.16,1,.3,1) forwards trendingTextReveal;animation-delay:calc(var(--delay) + .4s);opacity:0}.why-step-wrapper.reveal-stagger.revealed .why-step-description{animation:1s cubic-bezier(.16,1,.3,1) forwards trendingTextReveal;animation-delay:calc(var(--delay) + .6s);opacity:0}@keyframes trendingTextReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.why-step-card:hover{transform:translateY(-5px)}.why-step-icon{flex-shrink:0;justify-content:center;align-items:center;width:clamp(100px,9vw,135px);height:clamp(100px,9vw,135px);margin-bottom:25px;display:flex}.why-step-icon img{object-fit:contain;width:100%;height:100%}.why-step-title{color:#007dc4;text-align:center;word-wrap:break-word;overflow-wrap:break-word;justify-content:center;align-items:center;width:100%;min-height:3.2rem;margin-bottom:15px;font-family:Reddit Sans,sans-serif;font-size:clamp(1.2rem,1.4vw,1.5rem);font-weight:500;line-height:1.2;display:flex;position:relative}.why-step-description{color:#555;word-wrap:break-word;overflow-wrap:break-word;width:88%;margin:0 auto;font-family:Reddit Sans,sans-serif;font-size:clamp(.85rem,.95vw,1rem);font-weight:300;line-height:1.5}.why-process-slider{width:100%;padding:40px 0;position:relative;overflow:hidden}.why-slider-track{width:100%;transition:transform .5s ease-in-out;display:flex}.why-slider-slide{box-sizing:border-box;flex:0 0 100%;justify-content:center;width:100%;padding:0 10px;display:flex}.why-slider-slide .why-step-card{width:90%;max-width:320px;min-height:440px;margin:0 auto;padding:30px 20% 30px 0%}.why-slider-slide .why-step-description{font-size:.9rem;line-height:1.4}.why-slider-slide .why-step-icon{width:120px;height:120px}.why-slider-controls{justify-content:center;align-items:center;gap:20px;margin-top:30px;display:flex}.slider-btn{cursor:pointer;background:#fff;border:1px solid #007dc4;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.slider-btn:hover{background:#007dc4}.slider-btn:hover svg path{stroke:#fff}.slider-dots{gap:8px;display:flex}.dot{cursor:pointer;background:#ccc;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:#007dc4;border-radius:4px;width:20px}.why-process-footer-caption{text-align:center;color:#000;letter-spacing:.5px;z-index:5;margin:15px auto 0;font-family:Reddit Sans,sans-serif;font-size:clamp(.95rem,1.1vw,1.2rem);font-weight:300;position:relative}.desktop-only{display:flex}.mobile-only{display:none}@media screen and (width<=1024px){.desktop-only{display:none}.mobile-only{display:block}.why-process-header{margin-bottom:25px;padding:0 20px}.why-process-title{font-size:2.1rem}.why-process-footer-caption{margin:25px auto 0;padding:0 20px;font-size:.9rem}.why-slider-slide .why-step-card{max-width:380px;min-height:480px;margin-top:10px;padding:40px 15% 40px 3%!important}}@media screen and (width>=744px) and (width<=820px){.why-slider-slide .why-step-card{max-width:410px!important;min-height:520px!important;padding:50px 10% 50px 4%!important}}@media screen and (width>=821px) and (width<=1023px){.why-slider-slide .why-step-card{padding:45px 7% 45px 11%!important}.why-step-icon{width:110px;height:110px}.why-step-title{font-size:1.2rem}}@media screen and (width>=912px) and (width<=912px){.why-slider-slide .why-step-card{flex-direction:column!important;align-items:center!important;padding:45px 12% 45px 6%!important;display:flex!important}}@media screen and (width>=1024px) and (width<=1024px){.why-slider-slide .why-step-card{max-width:440px!important;min-height:500px!important;padding:50px 10% 50px 4%!important}.why-step-icon{width:140px;height:140px;margin-bottom:25px}.why-step-title{margin-bottom:15px;font-size:1.6rem}.why-step-description{max-width:90%;font-size:1.1rem;line-height:1.5}}@media screen and (width>=1025px) and (width<=1440px){.why-process-container{padding:0 3%}.why-process-flow{gap:10px}.why-step-title{min-height:3.2rem;font-size:1.1rem}.why-step-description{font-size:.85rem}}@media screen and (width>=1280px) and (width<=1366px){.why-step-card{min-height:440px!important;padding:3rem 14% 3rem 4%!important}.why-step-icon{width:80px!important;height:80px!important;margin-bottom:15px!important}.why-step-title{min-height:3.5rem!important;margin-bottom:10px!important;font-size:1.05rem!important}.why-step-description{width:95%!important;font-size:.8rem!important;line-height:1.4!important}}@media screen and (width>=1920px){.why-process-container{max-width:1800px;padding:0 4vw}.why-step-card{min-height:550px}.why-step-icon{width:150px;height:150px}.why-step-title{min-height:4rem;font-size:1.5rem}.why-step-description{font-size:1.05rem}}@media screen and (width>=2560px){.why-process-container{max-width:2000px;padding:0 5vw}.why-process-header{margin-bottom:20px}.why-process-intro{max-width:1000px;font-size:1.4rem}.why-step-card{min-height:650px}.why-step-icon{width:180px;height:180px}.why-step-title{min-height:5rem;font-size:1.8rem}.why-step-description{font-size:1.2rem}}@media screen and (width>=3840px){.why-process-container{max-width:3200px;padding:0 15%}.why-process-header{margin-bottom:40px}.why-process-overline{letter-spacing:4px;font-size:1.8rem;font-weight:600}.why-process-footer-caption{margin-top:60px;font-size:1.8rem}.why-process-title{font-size:2.5rem}.why-process-intro{max-width:1400px;font-size:2rem}.why-step-card{justify-content:center;min-height:720px;padding:30px 15% 30px 3%!important}.why-step-icon{width:220px;height:220px;margin-bottom:45px}.why-step-title{min-height:6rem;margin-bottom:30px;font-size:2.5rem}.why-step-description{font-size:1.4rem}}@media screen and (width>=768px){html body .why-process-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.why-impact{background-color:#fff;width:100%;padding:clamp(30px,2vw,50px) 0 160px;overflow-x:hidden}.why-impact-container{max-width:1600px;margin:0 auto;padding:0 140px}.why-impact-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:clamp(15px,2vw,25px);display:flex}.why-impact-overline{color:#999;letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px;font-family:Reddit Sans,sans-serif;font-size:clamp(1.2rem,1.5vw,1.7rem);font-weight:500;display:block}.why-impact-divider{justify-content:center;margin:0 0 15px;display:flex}.sparkle-icon{width:35px;height:35px}.why-impact-title{color:#007dc4;letter-spacing:-.01em;margin:0;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2}.why-impact-image-container{border-radius:0;width:100%;margin-bottom:clamp(20px,4vw,35px);overflow:hidden}.why-impact-image{object-fit:cover;width:100%;height:auto;display:block}.why-impact-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:0;display:grid}.why-impact-item{flex-direction:column;justify-content:flex-start;padding:40px 15px 0;display:flex;position:relative}.why-impact-item:not(:last-child):after{content:"";background-color:#c8c8c8;width:1.5px;height:48px;position:absolute;top:40px;right:0}.why-impact-text{color:gray;white-space:pre-line;text-align:center;letter-spacing:.01em;max-width:100%;margin:0 auto;font-family:Reddit Sans,sans-serif;font-size:clamp(.85rem,.95vw,1rem);font-weight:300;line-height:1.55}.why-impact-item.reveal-stagger{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(25px)scale(.98);transition-delay:var(--delay)!important}.why-impact-item.reveal-stagger.revealed{opacity:1;transform:translateY(0)scale(1)}.why-impact-item.reveal-stagger.revealed:after{animation:1s cubic-bezier(.16,1,.3,1) forwards impactDividerGrow;animation-delay:calc(var(--delay) + .3s);transform-origin:top;opacity:0}@keyframes impactDividerGrow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.why-impact-item.reveal-stagger.revealed .why-impact-text{animation:.8s ease-out forwards impactTextEntrance;animation-delay:calc(var(--delay) + .1s);opacity:0}@keyframes impactTextEntrance{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=3840px){.why-impact-container{max-width:2800px;padding:0 200px}.why-impact-title{font-size:2.5rem}.why-impact-text{font-size:1.6rem}.why-impact-item{padding:60px 50px 0}.why-impact-item:not(:last-child):after{height:70px;top:60px}.sparkle-icon{width:80px;height:80px}.why-impact-overline{letter-spacing:4px;font-size:1.8rem;font-weight:600}}@media screen and (width>=2560px) and (width<=3839px){.why-impact-container{max-width:2000px;padding:0 160px}.why-impact-title{font-size:2.5rem}.why-impact-text{font-size:1.2rem}}@media screen and (width>=1441px) and (width<=1920px){.why-impact-container{max-width:1600px;padding:0 140px}}@media screen and (width>=1281px) and (width<=1440px){.why-impact-container{max-width:1300px;padding:0 100px}.why-impact-item{padding:40px 10px 0}.why-impact-text{font-size:14.5px}}@media screen and (width>=1025px) and (width<=1280px){.why-impact-container{max-width:1200px;padding:0 80px}.why-impact-item{padding:40px 10px 0}.why-impact-text{font-size:14px}}@media screen and (width>=835px) and (width<=1024px){.why-impact{padding:40px 0 120px}.why-impact-container{padding:0 60px}.why-impact-grid{grid-template-columns:repeat(2,1fr);gap:25px 0}.why-impact-item{padding:30px 30px 0}.why-impact-item:not(:last-child):after{top:30px}.why-impact-item:nth-child(2n):after{display:none}.why-impact-text{font-size:16px}.why-impact-footer{margin-top:100px!important}}@media screen and (width>=768px) and (width<=834px){.why-impact{padding:30px 0 100px}.why-impact-container{padding:0 40px}.why-impact-grid{grid-template-columns:repeat(2,1fr);gap:20px 0}.why-impact-item{padding:25px 20px 0}.why-impact-item:not(:last-child):after{top:25px}.why-impact-item:nth-child(2n):after{display:none}.why-impact-text{font-size:15px}.why-impact-footer{margin-top:90px!important}}@media screen and (width<=767px){.why-impact{padding:20px 0 100px}.why-impact-container{padding:0 24px}.why-impact-header{margin-bottom:20px}.why-impact-title{font-size:2.1rem}.why-impact-grid{grid-template-columns:1fr;gap:20px}.why-impact-item{padding:15px 0 0}.why-impact-item:after{display:none}.why-impact-text{text-align:center;white-space:pre-line;font-size:clamp(.85rem,.95vw,1rem)}.sparkle-icon{width:32px;height:32px}}.why-impact-footer{text-align:center;margin-top:20px}.why-impact-footer-text{color:#007dc4;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(24px,2.2vw,32px);font-weight:500}@media screen and (width<=767px){.why-impact-footer-text{font-size:22px}}@media screen and (width>=3840px){.why-impact-footer-text{font-size:48px}}.why-pivara-page{flex-direction:column;display:flex;min-height:100vh!important}.why-pivara-main{flex:1!important}@media screen and (width>=768px){html body .why-impact-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.industries-hero{background:#060b28;align-items:center;height:480px;min-height:480px;margin-top:80px;padding:0;display:flex;position:relative;overflow:hidden}.industries-hero:before{content:"";z-index:0;background:url(/pivara/assets/IndustriesHero_bg-DcTPo_m8.avif) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) forwards bgZoomOut;position:absolute;inset:0}.industries-hero:after{content:"";z-index:1;pointer-events:none;opacity:0;background:#00000026;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.industries-hero-container{z-index:1;width:90%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.industries-hero-content{text-align:left;max-width:800px}.industries-hero-sub{color:#00aeef;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-family:Reddit Sans,sans-serif;font-size:1.5rem;font-weight:500;animation:.9s cubic-bezier(.2,.8,.2,1) .4s both heroFadeSlideUp;display:block}.industries-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(1.6rem,3.2vw,2.7rem);font-weight:400;line-height:1.1;animation:.9s cubic-bezier(.2,.8,.2,1) .7s both heroFadeSlideUp}.industries-hero-description{color:#fff;max-width:420px;margin-top:1rem;font-family:Reddit Sans,sans-serif;font-size:clamp(1rem,1.1vw,1.2rem);font-weight:300;line-height:1.6;animation:.9s cubic-bezier(.2,.8,.2,1) 1s both heroFadeSlideUp}@media screen and (width<=767px){.industries-hero{text-align:left;min-height:350px;margin-top:65px;padding:50px 0}.industries-hero:after{opacity:1!important}.industries-hero-container{z-index:2;width:100%;padding:0 10%}.industries-hero-content{max-width:320px}.industries-hero-sub{text-shadow:0 1px 3px #00000085,0 2px 7px #00000059;margin-bottom:.8rem;font-size:1.1rem}.industries-hero-title{text-shadow:0 1px 3px #00000085,0 2px 7px #00000059;font-size:1.8rem;font-weight:500;line-height:1.2}.industries-hero-description{opacity:.98;text-shadow:0 1px 3px #00000085,0 2px 7px #00000059;max-width:320px;margin-top:1rem;font-size:.95rem;font-weight:400}}@media screen and (width>=768px) and (width<=1023px){.industries-hero{min-height:400px}.industries-hero-sub{font-size:1.3rem}.industries-hero-title{font-size:2.2rem}.industries-hero-description{max-width:480px;font-size:1.1rem}}@media screen and (width>=1024px) and (width<=1279px){.industries-hero-title{font-size:2.5rem}}@media screen and (width>=1280px) and (width<=1439px){.industries-hero-title{font-size:2.7rem}}@media screen and (width>=1440px) and (width<=1919px){.industries-hero-title{font-size:3.1rem}}@media screen and (width>=1920px) and (width<=2559px){.industries-hero{height:518px;min-height:518px;padding:0}.industries-hero-container{max-width:1720px}.industries-hero-title{font-size:3.6rem}.industries-hero-sub{font-size:1.8rem}.industries-hero-description{max-width:600px;font-size:clamp(1rem,1.1vw,1.2rem)}}@media screen and (width>=2560px) and (width<=3839px){.industries-hero{height:600px;min-height:600px;margin-top:80px;padding:0}.industries-hero-container{max-width:2200px;padding-left:6%}.industries-hero-content{max-width:1000px}.industries-hero-title{font-size:4.8rem;line-height:1.1}.industries-hero-sub{margin-bottom:2rem;font-size:2rem}.industries-hero-description{max-width:900px;font-size:1.5rem}}@media screen and (width>=3840px){.industries-hero{height:800px;min-height:800px;margin-top:80px;padding:0}.industries-hero-container{max-width:3400px;padding-left:8%}.industries-hero-content{max-width:1500px}.industries-hero-title{font-size:6.5rem;line-height:1.05}.industries-hero-sub{letter-spacing:2px;margin-bottom:3rem;font-size:2.8rem}.industries-hero-description{max-width:1200px;font-size:2rem}}@media screen and (width>=768px){html body .industries-hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.id-section{background-color:#fff;padding:0 0 120px;position:relative;overflow:hidden}.id-tabs-wrapper{background:#f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4EAAAE4CAYAAABVKYXaAAAACXBIWXMAAAsSAAALEgHS3X78AAAMCklEQVR4nO3ZQRGAQBDAsIVBAI6whMSTxDnARyex0GePb+81AAAAAAAAABS818w8UgIAAAAAAAAk3KeOAAAAAAAAAB0mMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAECICQwAAAAAAAAQYgIDAAAAAAAAhJjAAAAAAAAAACEmMAAAAAAAAEDFzPzlNwbDGW8wgQAAAABJRU5ErkJggg==) 50%/cover no-repeat;margin-bottom:3.5rem;padding:2rem 0 0;position:relative}.id-tabs-container{justify-content:center;align-items:center;gap:10px;max-width:1440px;margin:0 auto;padding:0 2%;display:flex;position:relative}.id-tabs{scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;justify-content:center;gap:15px;width:100%;padding:0 20px 35px;display:flex;overflow:auto hidden}.id-tabs::-webkit-scrollbar{display:none}.id-tab-card{text-align:center;cursor:pointer;scroll-snap-align:center;background:#fff;border:1px solid #0000;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:180px;max-width:210px;height:165px;padding:1rem;transition:all .3s;display:flex;position:relative}.id-tab-card.active{color:#fff;z-index:2;background:#007dc3;box-shadow:-10px 10px 12px #0000004d}.id-icon-box{background:0 0;justify-content:center;align-items:center;width:125px;height:125px;margin-bottom:.3rem;display:flex}.id-tab-card.active .id-icon-box{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E") 50%/contain no-repeat}.id-icon{object-fit:contain;width:105px;height:105px;transition:all .3s}.id-tab-card.active .id-icon{filter:none}.id-tab-title{color:#555;margin:0;font-family:Reddit Sans,sans-serif;font-size:.9rem;font-weight:300;line-height:1.2}.id-tab-card.active .id-tab-title{color:#fff;font-weight:400}.id-pointer{z-index:10;border-bottom:35px solid #fff;border-left:35px solid #0000;border-right:35px solid #0000;width:0;height:0;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.id-nav-btn{color:#fff;cursor:pointer;z-index:15;background:#bababa;justify-content:center;align-items:center;width:35px;height:60px;transition:all .3s;display:none}.id-nav-btn:hover{background:#007dc3}.id-main-display{max-width:1440px;margin:0 auto;padding:0 5%}.id-info-container{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.id-info-container.fading{opacity:0;transition:none;transform:translateY(10px)}@keyframes idTabCardIn{0%{opacity:0;transform:translateY(28px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.id-tabs-container:not(.revealed) .id-tab-card{opacity:0}.id-tabs-container.revealed .id-tab-card{animation:.55s cubic-bezier(.2,.8,.2,1) both idTabCardIn}.id-tabs-container.revealed .id-tab-card:first-child{animation-delay:50ms}.id-tabs-container.revealed .id-tab-card:nth-child(2){animation-delay:.15s}.id-tabs-container.revealed .id-tab-card:nth-child(3){animation-delay:.25s}.id-tabs-container.revealed .id-tab-card:nth-child(4){animation-delay:.35s}.id-image-container{background:#fdfdfd;width:100%;margin-bottom:5rem;position:relative;overflow:hidden}.id-image-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative}.id-main-img{object-fit:cover;opacity:0;pointer-events:none;will-change:opacity;width:100%;height:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.id-main-img.active{opacity:1;z-index:2;pointer-events:auto}.id-image-wrapper:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%}.id-tabs-container.revealed~.id-main-display .id-image-wrapper:after{animation:1.5s cubic-bezier(.23,1,.32,1) forwards idGlassSweep}@keyframes idGlassSweep{0%{opacity:0;left:-100%}30%{opacity:1}to{opacity:0;left:150%}}.id-display-title{color:#007dc4;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:2.2rem;font-weight:500}.id-divider{border:none;border-top:1px solid #e5e5e5;margin-bottom:3rem}.id-details-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.id-detail-col{flex-direction:column;display:flex}.id-detail-col h4{color:#007dc3;align-items:flex-start;min-height:3.5rem;margin-bottom:1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;display:flex}.id-detail-col p,.id-detail-col li{color:gray;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.6}.id-showcase-container{color:#fff;background-color:#007dc4;border-radius:0;margin-top:5rem;margin-bottom:80px;padding:3.5rem 5rem}.id-showcase-grid{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:4rem;display:grid}.id-showcase-visual{flex-direction:column;gap:2.5rem;display:flex}.id-showcase-tagline{color:#fff;margin:0;font-family:Reddit Sans,sans-serif;font-size:2.2rem;font-weight:400;line-height:1}.id-showcase-image-box{background:#fff;justify-content:center;align-items:center;width:100%;padding:2.5rem 3rem;display:flex}.id-showcase-image-box img{width:100%;height:auto;display:block}.id-showcase-info{flex-direction:column;padding-top:.5rem;display:flex}.id-showcase-title{letter-spacing:.5px;margin:0 0 1.5rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1}.id-showcase-desc-stack{flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:3.5rem;display:flex}.id-showcase-desc-stack p{color:#ffffffe6;margin:0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4}.id-showcase-bottom-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.id-showcase-highlights h5,.id-showcase-outcome h5{margin:0 0 1.2rem;font-family:Reddit Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.3}.id-showcase-highlights ul{margin:0;padding:0;list-style:none}.id-showcase-highlights li{color:#ffffffe6;margin-bottom:.5rem;padding-left:.8rem;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4;position:relative}.id-showcase-highlights li:before{content:"•";color:#fff;position:absolute;left:-.2rem}.id-showcase-outcome p{color:#ffffffe6;margin:0;font-family:Reddit Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.4}@media screen and (width<=1279px){.id-tabs{justify-content:flex-start}.id-nav-btn{display:flex}}@media screen and (width<=1024px){.id-showcase-grid{grid-template-columns:1fr;gap:4rem}.id-showcase-info{padding-top:0}.id-showcase-container{padding:2.5rem 3rem}}@media screen and (width<=767px){.id-section{padding-bottom:60px}.id-tabs-wrapper{padding:3rem 0 0}.id-tabs{justify-content:flex-start;gap:15px;padding:0 calc(50% - 140px) 50px}.id-tab-card{min-width:280px;max-width:280px;height:220px;padding:1.5rem;transition:all .3s}.id-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.id-icon-box{width:140px;height:140px}.id-icon{width:120px;height:120px}.id-tab-title{font-size:.9rem}.id-pointer{border-width:medium 20px 20px;border-top-style:none;border-top-color:currentColor;bottom:-50px}.id-details-grid{grid-template-columns:1fr;gap:2.5rem}.id-detail-col h4{min-height:0;margin-bottom:1rem}.id-image-container{margin-bottom:3rem}.id-image-wrapper{padding-bottom:70%}.id-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.id-prev{left:5px}.id-next{right:5px}.id-showcase-container{margin-top:3rem;margin-bottom:30px;padding:2rem}.id-showcase-tagline{font-size:1.8rem}.id-showcase-title{font-size:1.1rem}.id-showcase-bottom-grid{grid-template-columns:1fr;gap:2.5rem}.id-showcase-image-box{padding:1.5rem}}@media screen and (width>=768px) and (width<=1024px){.id-tabs{justify-content:flex-start;gap:20px;padding:0 calc(50% - 175px) 50px}.id-tab-card{min-width:350px;max-width:350px;height:260px;transition:all .3s}.id-tab-card:not(.active){opacity:.6;filter:blur(.8px);transform:scale(.9)}.id-nav-btn{z-index:20;margin-top:-25px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.id-prev{left:15px}.id-next{right:15px}.id-image-wrapper{padding-bottom:65%}}@media screen and (width>=2560px){.id-section{padding-bottom:250px}.id-tabs-container,.id-main-display{max-width:2200px}.id-tab-card{min-width:300px;max-width:350px;height:300px}.id-icon-box{width:180px;height:180px}.id-icon{width:150px;height:150px}.id-tab-title{font-size:1.4rem}.id-pointer{border-width:medium 60px 60px;border-top-style:none;border-top-color:currentColor;bottom:-60px}.id-display-title{margin-bottom:2.5rem;font-size:3.5rem}.id-detail-col h4{min-height:5rem;margin-bottom:2rem;font-size:1.8rem}.id-detail-col p,.id-detail-col li{font-size:1.3rem;line-height:1.8}.id-details-grid{gap:4rem}.id-image-container{margin-bottom:6rem}.id-image-wrapper{padding-bottom:50%}.id-showcase-container{padding:6rem 8rem}.id-showcase-tagline{font-size:3.5rem}.id-showcase-title,.id-showcase-highlights h5,.id-showcase-outcome h5{font-size:1.8rem}.id-showcase-desc-stack p,.id-showcase-highlights li,.id-showcase-outcome p{font-size:1.3rem}}@media screen and (width>=3840px){.id-section{padding-bottom:350px}.id-tabs-container,.id-main-display{max-width:3200px}.id-tab-card{min-width:450px;max-width:500px;height:450px}.id-icon-box{width:280px;height:280px}.id-icon{width:230px;height:230px}.id-tab-title{font-size:2.2rem}.id-pointer{border-width:medium 90px 90px;border-top-style:none;border-top-color:currentColor;bottom:-90px}.id-display-title{margin-bottom:3.5rem;font-size:5rem}.id-detail-col h4{min-height:7rem;margin-bottom:2.5rem;font-size:2.5rem}.id-detail-col p,.id-detail-col li{font-size:1.8rem;line-height:2}.id-details-grid{gap:6rem}.id-image-container{margin-bottom:8rem}.id-image-wrapper{padding-bottom:45%}.id-showcase-container{padding:8rem 10rem}.id-showcase-tagline{font-size:5rem}.id-showcase-title,.id-showcase-highlights h5,.id-showcase-outcome h5{font-size:2.5rem}.id-showcase-desc-stack p,.id-showcase-highlights li,.id-showcase-outcome p{font-size:1.8rem}}@media screen and (width>=768px){html body .id-tabs-container,html body .id-main-display,html body .id-showcase-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.contact-hero{background:#060b28;align-items:center;height:480px;min-height:480px;margin-top:80px;padding:0;display:flex;position:relative;overflow:hidden}.contact-hero:before{content:"";z-index:0;background:url(/pivara/assets/contact_bg-CzJyHoTl.avif) 50%/cover no-repeat;animation:2s cubic-bezier(.2,.8,.2,1) forwards bgZoomOut;position:absolute;inset:0}.contact-hero-container{z-index:1;width:90%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.contact-hero-content{text-align:left;max-width:800px}.contact-hero-sub{color:#00aeef;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-family:Reddit Sans,sans-serif;font-size:1.5rem;font-weight:500;animation:.9s cubic-bezier(.2,.8,.2,1) .4s both heroFadeSlideUp;display:block}.contact-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-family:Reddit Sans,sans-serif;font-size:clamp(1.6rem,3.2vw,2.7rem);font-weight:400;line-height:1.1;animation:.9s cubic-bezier(.2,.8,.2,1) .7s both heroFadeSlideUp}@media screen and (width<=767px){.contact-hero{text-align:left;min-height:400px;padding-top:100px}.contact-hero-container{width:100%;padding:0 10%}.contact-hero-content{max-width:280px}.contact-hero-sub{margin-bottom:.8rem;font-size:1.1rem}.contact-hero-title{font-size:1.8rem;line-height:1.2}}@media screen and (width>=768px) and (width<=1023px){.contact-hero{min-height:400px}.contact-hero-sub{font-size:1.3rem}.contact-hero-title{font-size:2.2rem}}@media screen and (width>=1024px) and (width<=1279px){.contact-hero-title{font-size:2.5rem}}@media screen and (width>=1280px) and (width<=1439px){.contact-hero-title{font-size:2.7rem}}@media screen and (width>=1440px) and (width<=1919px){.contact-hero-title{font-size:3.1rem}}@media screen and (width>=1920px) and (width<=2559px){.contact-hero{height:518px;min-height:518px;padding:0}.contact-hero-container{max-width:1720px}.contact-hero-title{font-size:3.6rem}.contact-hero-sub{font-size:1.8rem}}@media screen and (width>=2560px) and (width<=3839px){.contact-hero{height:600px;min-height:600px;margin-top:80px;padding:0}.contact-hero-container{max-width:2200px;padding-left:6%}.contact-hero-content{max-width:1000px}.contact-hero-title{font-size:4.8rem;line-height:1.1}.contact-hero-sub{margin-bottom:2rem;font-size:2rem}}@media screen and (width>=3840px){.contact-hero{height:800px;min-height:800px;margin-top:80px;padding:0}.contact-hero-container{max-width:3400px;padding-left:8%}.contact-hero-content{max-width:1500px}.contact-hero-title{font-size:6.5rem;line-height:1.05}.contact-hero-sub{letter-spacing:2px;margin-bottom:3rem;font-size:2.8rem}}@media screen and (width>=768px){html body .contact-hero-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}.contact-details-section{background-color:#fff;padding:120px 0 180px;position:relative;overflow:hidden}.contact-details-container{perspective:1000px;justify-content:space-between;align-items:flex-start;gap:80px;max-width:1440px;margin:0 auto;padding:0 5%;display:flex}.contact-info-col{flex:1;max-width:500px}.contact-main-title{color:#007dc4;flex-wrap:wrap;gap:0;margin-bottom:1.8rem;font-family:Reddit Sans,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.1;display:flex;overflow:hidden}.contact-main-title span{opacity:0;filter:blur(4px);transform-origin:top;will-change:transform, opacity, filter;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(100%)rotateX(-90deg)}.contact-main-title.revealed span{opacity:1;filter:blur();transform:translateY(0)rotateX(0)}.contact-address-block{margin-bottom:1.5rem}.company-name-contact-page{color:#999;text-transform:uppercase;margin-bottom:.4rem;font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:700}.address-text{color:#666;margin:0;font-family:Reddit Sans,sans-serif;font-weight:300;line-height:1.6;font-size:.8rem!important}.contact-methods-block{margin-bottom:2rem}.contact-methods-block p{color:#666;margin:0;font-family:Reddit Sans,sans-serif;font-weight:300;line-height:1.5;font-size:.8rem!important}.contact-method-link{color:inherit;text-decoration:none;transition:color .3s}.contact-method-link:hover{color:#007dc4}.contact-social-icons{gap:15px;display:flex}.social-icon-box{background-color:#007dc4;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon-box img{object-fit:contain;width:32px;height:32px}.social-icon-box:hover{opacity:.9;transform:translateY(-3px)}.contact-map-col{flex:1.5;width:100%}.map-wrapper{background-color:#f5f5f5;border-radius:15px;width:100%;height:450px;display:flex;overflow:hidden;box-shadow:none!important}.contact-map-img{object-fit:cover;width:90%;height:90%;image-rendering:-webkit-optimize-contrast}@media screen and (width<=1024px){.contact-details-section{padding:80px 0 140px}.contact-details-container{flex-direction:column;gap:60px;padding:0 8%}.contact-info-col{text-align:left;max-width:100%}.contact-map-col{max-width:100%}.map-wrapper{height:400px}}.reveal-stagger{opacity:0;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-stagger.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.2s}.reveal-delay-2{transition-delay:.35s}.reveal-delay-3{transition-delay:.5s}.reveal-skew{opacity:0;transform-origin:100%;transition:all 1.4s cubic-bezier(.16,1,.3,1);transform:perspective(1000px)rotateY(-15deg)scale(.9)translate(50px)}.reveal-skew.revealed{opacity:1;transform:perspective(1000px)rotateY(0)scale(1)translate(0)}.reveal-skew.revealed .map-wrapper{transition:box-shadow 2s 1s}.contact-method-link{display:inline-block;position:relative}.contact-method-link:after{content:"";background-color:#007dc4;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.contact-method-link:hover:after{width:100%}.social-icon-box{position:relative;overflow:hidden}.social-icon-box:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.social-icon-box:hover:before{left:100%}@media screen and (width<=767px){.contact-details-section{padding:60px 0 120px}.contact-details-container{padding:0 6%}.contact-main-title,.contact-address-block{margin-bottom:2rem}.map-wrapper{height:300px}}@media screen and (width>=1025px) and (width<=1439px){.contact-details-section{padding:120px 0 180px}.contact-details-container{gap:60px}}@media screen and (width>=1440px) and (width<=2559px){.contact-details-section{padding:120px 0 180px}.contact-details-container{gap:100px;max-width:1600px}.address-text,.contact-methods-block p{font-size:1.25rem}}@media screen and (width>=2560px) and (width<=3839px){.contact-details-section{padding:120px 0 200px}.contact-details-container{gap:150px;max-width:2200px}.company-name-contact-page{font-size:1.5rem}.address-text,.contact-methods-block p{font-size:1.6rem}.social-icon-box{width:60px;height:60px}.social-icon-box img{width:48px;height:48px}.map-wrapper{height:600px}}@media screen and (width>=3840px){.contact-details-section{padding:120px 0 200px}.contact-details-container{gap:200px;max-width:3200px}.contact-info-col{flex:none;max-width:1100px}.company-name-contact-page{font-size:2.2rem}.address-text,.contact-methods-block p{font-size:2rem}.social-icon-box{width:90px;height:90px}.social-icon-box img{width:72px;height:72px}.map-wrapper{height:800px}}@media screen and (width>=768px){html body .contact-details-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:10%!important;padding-right:10%!important}}
