.hero-section{position:relative;height:100vh;text-align:center;background-color:#f4f4f4;overflow:hidden;background:linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.98)),url(/_next/static/media/itmlogo.e37656f8.svg);background-repeat:no-repeat;background-position:50%}.hero-content,.hero-section{display:flex;justify-content:center;align-items:center}.hero-content{max-width:70rem;flex-direction:column;gap:1.5rem}.hero-subtitle{text-transform:uppercase;color:#bb0000}.hero-subtitle,.hero-title{font-weight:600;margin-bottom:.5rem}.hero-title{color:#363636}.hero-description{font-size:2rem;line-height:1.6;margin-bottom:4.8rem;color:#666}.hero-buttons{display:flex;gap:15rem;justify-content:center;cursor:pointer}.bubble{animation:float 15s ease-in-out infinite}.bubble,.bubble-reverse{position:absolute;border-radius:50%;opacity:.5;z-index:1}.bubble-reverse{animation:float-reverse 18s ease-in-out infinite}.bubble1{width:12.5rem;height:12.5rem;top:20%;left:10%;animation-duration:20s}.bubble1,.bubble2{background:radial-gradient(circle,rgba(102,102,102,.8) 0,rgba(102,102,102,0) 100%)}.bubble2{width:9.375rem;height:9.375rem;bottom:10%;right:15%;animation-duration:16s}.bubble3{width:15.625rem;height:15.625rem;background:radial-gradient(circle,rgba(187,0,0,.8) 0,rgba(189,0,0,0) 100%);bottom:10%;left:14%;animation-duration:22s}.bubble4{width:6.25rem;height:6.25rem;top:30%;right:20%;animation-duration:12s}.bubble4,.bubble5{background:radial-gradient(circle,rgba(187,0,0,.8) 0,rgba(187,0,0,0) 100%)}.bubble5{width:3.75rem;height:3.75rem;top:40%;right:12%;animation-duration:18s}@media (max-width:48rem){.bubble1,.bubble2,.bubble3,.bubble4,.bubble5{width:8.75rem;height:8.75rem}.bubble1{top:25%;left:5%;animation-duration:22s}.bubble2{bottom:5%;right:10%;animation-duration:18s}.bubble3{bottom:15%;left:10%;animation-duration:24s}.bubble4{top:35%;right:15%;animation-duration:14s}.bubble5{top:45%;right:8%;animation-duration:20s}}@media (max-width:30rem){.bubble1,.bubble2,.bubble3,.bubble4,.bubble5{width:6.25rem;height:6.25rem}.bubble1{top:30%;left:5%;animation-duration:25s}.bubble2{bottom:5%;right:5%;animation-duration:20s}.bubble3{bottom:20%;left:5%;animation-duration:26s}.bubble4{top:40%;right:10%;animation-duration:16s}.bubble5{top:50%;right:5%;animation-duration:22s}}@keyframes float{0%{transform:translate(0) scale(1)}25%{transform:translate(-1.25rem,-1.25rem) scale(1.1)}50%{transform:translate(1.875rem,-3.125rem) scale(1)}75%{transform:translate(-.9375rem,1.875rem) scale(1.05)}to{transform:translate(0) scale(1)}}@keyframes float-reverse{0%{transform:translate(0) scale(1)}25%{transform:translate(1.25rem,.9375rem) scale(1.1)}50%{transform:translate(-1.875rem,2.5rem) scale(.9)}75%{transform:translate(.9375rem,-1.875rem) scale(1.05)}to{transform:translate(0) scale(1)}}.how-it-works-section{padding-bottom:12.8rem;background-color:#fefefe}.how-it-works{text-align:center;padding:2.5rem 1.25rem;background-color:#fefefe!important;position:relative}.how-it-works:before{content:"";position:absolute;width:.125rem;height:100%;background-color:#e0e4e8;left:50%;top:0;z-index:0;transform:translateX(-50%)}.steps-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-content:center;gap:2.5rem;margin-bottom:2.5rem;position:relative}.info-block{text-align:center;max-width:30rem;padding:0 1.25rem}.how-it-works-title{font-size:1.8rem;font-weight:600}.illustration-box{display:flex;align-items:center;justify-content:center}.illustration-box img{max-width:100%;height:auto;pointer-events:none}.dividing-line,.dividing-line span{position:relative;display:flex;justify-content:center;align-items:center;z-index:1}.dividing-line span{background-color:#fefefe;border:1px solid #e0e4e8;border-radius:50%;width:8rem;height:8rem;font-size:1.25rem;color:#666;font-size:3rem}.steps-container:nth-child(2n) .illustration-box,.steps-container:nth-child(2n) .info-block,.steps-container:nth-child(odd) .illustration-box,.steps-container:nth-child(odd) .info-block{justify-self:center}.steps-container:nth-child(odd) .info-block{text-align:left}.steps-container:nth-child(2n) .info-block{text-align:right}.illustration-box{width:30rem;height:30rem;object-fit:contain}.pricing-section{background-color:#fefefe!important;background:radial-gradient(ellipse 80% 40% at center 60%,rgba(255,102,120,.3) 30%,rgba(255,102,120,0) 70%);padding:12.8rem 0;position:relative}.pricing-headings{text-align:center;max-width:80rem;margin:0 auto}.feature-text{font-size:2rem;color:#666;margin-bottom:6rem}.pricing-table{display:grid;grid-template-columns:repeat(2,1fr);gap:8rem;margin-top:6.4rem}.pricing-card{background-color:#fff;padding:3.2rem;border-radius:1rem;box-shadow:0 0 1.6rem rgba(0,0,0,.1);transition:transform 2s ease-out,opacity 2s ease-out;opacity:0;transform:translateX(0)}.price-initial{transform:translateX(-5rem)}.enterprise{transform:translateX(5rem);overflow:hidden}.pricing-card.visible{opacity:1;transform:translateX(0)}.pricing-heading{margin-bottom:5rem;border-bottom:1px solid #bb0000;font-size:3rem;font-weight:600}.pricing-details{display:flex;flex-direction:column;gap:1.6rem;padding:4.8rem}.pricing-details span{display:flex;align-items:center;margin-bottom:1rem}.pricing-details .icon{color:green;margin-right:.8rem}.icon-unavailable{color:red!important}.enterprise:after{content:"Preferred Plan";position:absolute;text-transform:uppercase;top:5.5rem;right:-7rem;font-size:1.4rem;font-weight:700;color:#fff;background-color:#bb0000;padding:.8rem 8rem;transform:rotate(45deg)}.testimonials-section{background-color:#fefefe;padding:12.8rem 0}.testimonial-container{display:grid;grid-template-columns:repeat(2,1fr);gap:10rem;padding:2rem;margin:2rem;background-color:#f9f9f9;border-radius:9px;align-items:center;justify-content:center}.testimonial-section-heading{padding-bottom:8rem}.testimonial-author{padding-top:3rem;color:#727272}.testimonial-logo{width:100%;height:auto;margin:0 auto}.testimonial-logo img{width:100%;height:auto;object-fit:contain;pointer-events:none}.award-section{display:flex;grid-column:1/-1}.award-section img{width:100%;height:auto;object-fit:contain;pointer-events:none}.customer-testimonial-section{margin-top:8rem;padding:4rem 2rem;border-radius:16px}.customer-testimonial-title{font-size:2.6rem;font-weight:500;margin-bottom:3rem;color:#1f1f1f;text-align:center;letter-spacing:-.02em}.customer-testimonial-section .testimonial{margin:0 auto;background:#fff;padding:3rem 2.5rem;border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.06);line-height:1.8;transition:transform .25s ease,box-shadow .25s ease}.customer-testimonial-section .testimonial:hover{transform:translateY(-6px);box-shadow:0 12px 22px rgba(0,0,0,.12)}.customer-testimonial-section .testimonial-text{font-size:1.6rem;font-style:italic;color:#2d2d2d;margin-bottom:2rem;position:relative;padding:0 2rem}.customer-testimonial-section .testimonial-text:after,.customer-testimonial-section .testimonial-text:before{font-size:4rem;font-weight:700;color:#bb0000;font-family:serif;position:absolute}.customer-testimonial-section .testimonial-text:before{content:"“";top:-2rem;left:-1rem}.customer-testimonial-section .testimonial-text:after{content:"”";bottom:-2rem;right:-1rem}.customer-testimonial-section .testimonial-author{font-weight:600;font-size:1.4rem;color:#555;text-align:right}.customer-story{position:relative;margin:0 auto;background:#fff;border-radius:16px;padding:3.2rem;box-shadow:0 14px 34px rgba(0,0,0,.1);overflow:hidden;isolation:isolate;border:1px solid #eee}.customer-story:after{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,#bb0000,#ff6a6a)}.customer-story:before{content:"“";position:absolute;top:-2rem;right:1.2rem;font:900 16rem/1 Georgia,serif;color:rgba(187,0,0,.06);z-index:-1;pointer-events:none}.story-text{margin:0 0 2rem;color:#222;line-height:1.8;font-size:1.6rem}.story-text:before{content:"“";position:absolute;font:600 3rem/1 Georgia,serif;left:1.75rem;color:#bb0000}.story-text .closing-quote{font:300 2rem/1 Georgia,serif}.story-text p+p{margin-top:1.6rem}.story-text p:first-child .first-character{font-size:5.9rem;line-height:.85;font-weight:800;color:#bb0000;padding-right:.4rem;padding-top:.3rem;padding-left:.3rem;float:left}.hl{background:linear-gradient(180deg,transparent 60%,rgba(187,0,0,.18) 0);padding:0 .2rem}.story-footer{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;justify-content:space-between}.story-author{font-weight:700;color:#444;font-size:1.4rem;font-style:normal}.story-chips{display:flex;gap:.8rem}.story-chips span{font-size:1.2rem;border:1px solid #e6e6e6;padding:.4rem .8rem;border-radius:999px;color:#555;background:#fafafa;display:inline-flex;align-items:center;line-height:1;text-align:center}.customer-story:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease}.cta-section{background-color:#fefefe!important;padding-top:5rem;padding-bottom:12.8rem}.cta-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;background-image:linear-gradient(to right bottom,#8b0000cc,#bb0000cc);border-radius:1.2rem;box-shadow:0 2.4rem 4.8rem rgba(0,0,0,.219);overflow:hidden;padding:3rem;color:#ffffff;max-width:120rem;margin:0 auto}.cta-content{padding:2rem}.cta-content h2{font-size:2.4rem;font-weight:700;color:#ffffff;margin-bottom:1.2rem}.cta-content p{font-size:1.6rem;margin-bottom:2.4rem;line-height:1.5;color:#f0e6e6}.cta-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-bottom:2rem}.cta-form-group label{font-size:1.2rem;margin-bottom:.5rem;display:block;color:#f0e6e6}.cta-form-group input,.cta-form-group select,.cta-form-group textarea{width:100%;padding:.8rem;font-size:1.2rem;border:none;border-radius:.8rem;background-color:#f2f2f2;color:#333333;box-shadow:0 .1rem .2rem rgba(0,0,0,.1)}.cta-form-group input::placeholder{color:#999999}.cta-submit{width:100%;padding:1.5rem;font-size:1.6rem;font-weight:700;background-color:#e0e0e0;color:#444444;border:none;border-radius:.8rem;cursor:pointer;transition:background-color .3s;text-transform:uppercase;box-shadow:inset 0 0 0 1px #666666;height:100%}.cta-submit:active,.cta-submit:hover{background-color:#c0c0c0;box-shadow:inset 0 0 0 1px #444444;color:#333333}.cta-terms{font-size:1.2rem;color:#f0e6e6;text-align:center}.cta-terms a{color:#ffffff;text-decoration:underline}.cta-image{position:relative;overflow:hidden;border-radius:0 1.2rem 1.2rem 0}.cta-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.75) contrast(1.1)}.cta-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(139,0,0,.45),rgba(255,255,255,.1));z-index:1}.success-message{padding:1.6rem}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_50e27d{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_50e27d{--font-montserrat:"Montserrat","Montserrat Fallback"}.nav-container{max-width:100vw;top:0;background-color:#ffffffdf;padding:1rem 2rem;z-index:9999}.nav-sticky{position:sticky;background-color:#ffffffdf;padding:.5rem 2rem;box-shadow:0 4px 6px rgba(0,0,0,.03)}.main-nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{height:6.2rem;cursor:pointer}.main-nav-list{display:flex;list-style:none;gap:3.2rem;padding:1rem}.main-nav-link,.main-nav-link:visited{display:inline-block;text-decoration:none;color:#363636;font-weight:600;transition:all .3s;cursor:pointer}.main-nav-link:active,.main-nav-link:hover{color:#bb0000}.btn-mobile-nav{border:none;background:none;cursor:pointer;display:none}.icon-mobile-nav{height:4.8rem;width:4.8rem;color:#363636}.hidden{display:none!important}.icon-mobile-nav[name=close-nav]{display:none}.nav-open .icon-mobile-nav[name=close-nav]{display:block}.nav-open .icon-mobile-nav[name=open-nav]{display:none}.logo-banner-section{background-color:#fefefe;padding:6rem 0}.trusted-by{background-color:#fefefe;padding:3rem 0;font-weight:600}.trusted-by-title{text-align:center;font-size:2rem;color:#666;margin-bottom:4rem;padding-top:6rem}.logo-banner{width:100%;overflow:hidden;background-color:#fefefe;padding:5rem 0;display:flex;align-items:center;justify-content:center}.ticker-img{height:10rem;max-height:10rem;width:auto;max-width:20rem;margin-right:4rem;filter:grayscale(100%) brightness(1.2);opacity:50%;transition:filter .3s ease-in-out;object-fit:contain}.ticker-img:hover{filter:grayscale(0);opacity:100%}.section-footer{padding:4rem 0;background-color:#fff;border-top:1px solid #666;border-bottom:1px solid #bb0000}.grid--footer{display:grid;grid-template-columns:repeat(5,1fr);gap:4rem;align-items:start}.logo-col{display:flex;flex-direction:column;gap:1.6rem}.footer-logo{display:block;height:9.6rem;width:9.6rem;margin-bottom:2.4rem}.social-links{list-style:none;display:flex;gap:1.6rem}.social-icon{height:2.4rem;width:2.4rem}.compliance-col{display:flex;flex-direction:column;gap:4rem}.compliance-col img{pointer-events:none}.hubzone-badge{width:100%;height:10rem}.compliance-badge{width:100%;height:8rem}.contacts{display:flex;flex-direction:column;gap:1.6rem}.address-text{font-size:1.6rem;color:#555}.footer-heading{font-size:1.8rem;font-weight:500;color:#555;margin-bottom:2rem}.footer-nav{list-style:none;display:flex;flex-direction:column;gap:1.6rem}.footer-link,.footer-link:visited{display:inline-block;text-decoration:none;color:#555;font-weight:400;font-size:1.6rem;transition:color .3s}.footer-link:active,.footer-link:hover{color:#bb0000}.icon-footer{width:1.5rem;height:1.5rem;color:#555;flex-shrink:0}.contact-box{display:flex;gap:.5rem;align-items:center}.services-section{background-color:#fefefe}.special-container{max-width:140rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.section-services-container{text-align:center}.service-heading{font-weight:600;text-transform:uppercase;color:#bb0000;margin-bottom:5rem}.card-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center}.service-card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:28rem;height:26rem;margin:1rem;transition:all .3s}.service-card svg{position:absolute;top:.8rem;right:.8rem;color:#666666e0}.service-card:hover{transform:scale(1.025) translateY(-1.5rem)}.card-description{color:#333}.service-card:hover .card-title,.service-card:hover svg{color:#b00}.card-title{font-size:1.85rem;color:#333;font-weight:600}.industries-section{background-color:#fefefe;padding:12.8rem 0}.industries-wrapper{text-align:center}.industries-base,.industries-tablist{height:100%}.industries-tab{margin-top:2rem;margin-bottom:2rem;height:fit-content}.industries-title{margin-top:1rem}.industries-cursor{background-color:rgba(187,0,0,.5);border-radius:24rem;max-width:6rem;max-height:6rem;left:0;right:0;margin-inline:auto}.industries-subtitle{font-style:italic;margin-top:3rem}.industries-description{font-size:2rem;padding-left:7rem;padding-right:7rem}.industries-divider{margin-top:6rem}.industries-pitch{text-align:center;font-size:2rem;margin-top:6rem;padding-left:12rem;padding-right:12rem}.group[data-selected=true] .group-data-\[selected\=true\]\:text-default-foreground .industries-title{color:hsl(var(--nextui-default-foreground)/var(--nextui-default-foreground-opacity,var(--tw-text-opacity)));font-weight:600}@media (max-width:87.5em){.special-container{max-width:100rem}.card-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:68.75em){html{font-size:56.25%}}@media (max-width:59.375em){.heading-secondary{font-size:3.6rem}.feature-text{font-size:1.8rem}.hero-title{font-size:3.6rem}.hero-description{font-size:1.8rem}.Bubbles{display:none}.ticker-img{height:8rem;max-height:8rem;width:auto;max-width:16rem;margin-right:2rem}.section-heading{font-size:1.6rem}.btn-mobile-nav{display:block;z-index:9999}.cta-button.hidden{display:block!important;font-size:3rem}.non-mobile{display:none}.main-nav-list{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;gap:4.8rem;transition:all .5s;opacity:0;pointer-events:none;visibility:hidden}.main-nav-link,.main-nav-link:active,.main-nav-link:hover,.main-nav-link:visited{font-size:3rem}.nav-open .main-nav-list{opacity:1;pointer-events:all;visibility:visible}.card-container{grid-template-columns:repeat(2,1fr)}.pricing-table{grid-template-columns:1fr}.industries-tablist{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}}@media (max-width:44em){.hero-section{background-size:contain;background-position:50%}.hero-description{font-size:2rem;padding:0 10%}.feature-text{font-size:2rem;padding:3rem}.steps-container{display:grid;grid-template-columns:1fr;grid-template-areas:"dividing-line" "illustration-box" "info-block";text-align:center;gap:10rem;margin-bottom:4rem}.dividing-line{grid-area:dividing-line}.illustration-box{grid-area:illustration-box;width:15rem;height:auto}.illustration-box img{max-width:100%;height:auto}.info-block{grid-area:info-block;line-height:1.6}.how-it-works-title,.info-block{font-size:2.4rem}.info-block p{font-size:2rem}.how-it-works:before{display:none}.dividing-line span{background-color:transparent}.testimonial-container{display:grid;grid-template-columns:1fr;gap:5rem}.testimonial-text{font-size:2rem}.testimonial-logo{display:none}.cta-container{grid-template-columns:1fr;padding:0;margin-right:2rem;margin-left:2rem}.cta-image{width:100%;height:auto;border-radius:1.2rem;overflow:hidden;grid-row:1;border-bottom-left-radius:0;border-bottom-right-radius:0}.cta-image img{width:100%;height:100%;object-fit:cover}.industries-section{padding:8rem 0}.card-container,.grid--footer{grid-template-columns:1fr}.industries-tablist{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.steps-container:nth-child(2n) .info-block{text-align:left}}@media (max-width:34.375em){.hero-buttons{gap:2rem}.hero-title{padding:0 5%}.hero-subtitle{padding:0 10%}.hero-description{font-size:2rem;padding:0 10%;margin:0 auto}.feature-text{font-size:2rem;padding:3rem}.industries-tablist{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.industries-description,.industries-pitch{padding:0 10%}.heading-secondary{font-size:3rem}.how-it-works-title{font-size:2.4rem}}