.cta-section{padding:5rem var(--page-margin);background-color:var(--color-foreground);color:var(--color-background);text-align:center}.cta-section__container{max-width:50rem;margin:0 auto}.cta-section__heading{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-background)}.cta-section__description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.cta-section__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;text-decoration:none;border-radius:var(--input-corner-radius);font-weight:600;font-size:1.125rem;transition:transform .2s,opacity .2s}.cta-button:hover{transform:translateY(-2px);opacity:.9}.cta-button--primary{background-color:var(--color-background);color:var(--color-foreground)}.cta-button--secondary{background-color:transparent;color:var(--color-background);border:2px solid var(--color-background)}.cta-section__contact{font-size:1rem;opacity:.85;margin-top:2rem}.cta-section__contact a{color:var(--color-background);text-decoration:underline}@media (max-width: 768px){.cta-section{padding:3rem var(--page-margin)}.cta-section__heading{font-size:2rem}.cta-section__buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.shopify-section:has(.site-footer){display:block}.site-footer{background:linear-gradient(135deg,#1e40af,#1d4ed8,#2563eb);color:#fff;width:100%}.footer__cta{padding:4rem 2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer__cta-container{max-width:800px;margin:0 auto}.footer__cta-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.footer__cta-description{font-size:1.125rem;color:#ffffffd9;margin-bottom:2rem}.footer__cta-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer__cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9375rem;transition:all .2s;white-space:nowrap}.footer__cta-button--secondary{color:#1a1a1a;background:#fff;border:1px solid #ffffff}.footer__cta-button--secondary:hover{background:#f0f0f0;border-color:#f0f0f0}.footer__cta-button--primary{color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__cta-button--primary:hover{background:#ffffff40;border-color:#fff6}.site-footer__container{max-width:1400px;margin:0 auto;padding:3rem 2rem 2rem}.footer__main{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand-section{flex:1}.footer__logo{margin-bottom:1rem}.footer__logo img{max-width:120px;height:auto}.footer__brand-name{font-size:1.25rem;font-weight:700;margin:0;color:#fff;text-transform:uppercase}.footer__tagline{font-size:.9375rem;color:#ffffffbf;margin:.75rem 0 1.5rem;max-width:380px;line-height:1.5}.footer__nav{display:flex;gap:2rem;flex-wrap:wrap}.footer__nav-link{color:#ffffffd9;text-decoration:none;font-size:.9375rem;transition:color .2s}.footer__nav-link:hover{color:#fff}.footer__app-buttons{text-align:right}.footer__app-label{font-size:.875rem;color:#ffffffd9;margin:0 0 .75rem;font-weight:500}.footer__app-buttons-wrapper{display:flex;flex-direction:column;gap:.625rem}.app-button{display:flex;align-items:center;gap:.625rem;padding:.5rem 1rem;background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;text-decoration:none;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-button:hover{background:#fff3;border-color:#fff6}.app-button svg{flex-shrink:0}.app-button-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.app-button-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.app-button-store{font-size:1rem;font-weight:600}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer__copyright{font-size:.875rem;color:#ffffffa6}.footer__social{display:flex;gap:.75rem;align-items:center}.social-icon{color:#ffffffbf;transition:color .2s,transform .2s;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px}.social-icon:hover{color:#fff;transform:translateY(-2px)}.social-icon svg{fill:currentColor}@media (max-width: 768px){.footer__cta{padding:3rem 1.5rem}.footer__cta-heading{font-size:1.75rem}.footer__cta-description{font-size:1rem}.footer__cta-buttons{flex-direction:column;align-items:stretch}.footer__cta-button{width:100%;justify-content:center}.site-footer__container{padding:2rem 1.5rem 1.5rem}.footer__main{flex-direction:column;gap:2rem;padding-bottom:2rem}.footer__app-buttons{text-align:left}.footer__nav{flex-direction:column;gap:.75rem}.footer__bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer__social{order:-1}}.shopify-section:has(.site-header){display:block}.site-header{background-color:#eff4ff;border-bottom:none;position:sticky;top:0;z-index:100;width:100%}.site-header__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:5rem}.header__logo{flex-shrink:0}.logo-link{text-decoration:none;display:flex;align-items:center}.logo-text{font-size:1.375rem;font-weight:700;color:#2563eb;letter-spacing:-.5px}.logo-image{max-height:36px;width:auto}.header__mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-line{width:24px;height:2px;background-color:#1a1a1a;transition:transform .3s}.header__nav{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center;margin-left:3rem}.header__menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.menu-item{margin:0;position:relative}.menu-link{text-decoration:none;color:#374151;font-weight:500;font-size:.9375rem;display:flex;align-items:center;gap:.25rem;transition:color .2s}.menu-link:hover{color:#2563eb}.dropdown-arrow{opacity:.5;transition:transform .2s}.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000014;min-width:220px;padding:.5rem 0;margin-top:.5rem;list-style:none;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-item{margin:0}.dropdown-link{display:block;padding:.75rem 1.25rem;color:#374151;text-decoration:none;font-size:.9375rem;transition:all .2s;white-space:nowrap}.dropdown-link:hover{background-color:#f0f4ff;color:#2563eb}.header__buttons{display:flex;align-items:center;gap:.75rem;margin-left:auto}.header__button{text-decoration:none;font-weight:500;font-size:.9375rem;padding:.625rem 1.25rem;border-radius:8px;transition:all .2s;white-space:nowrap}.header__button--secondary{color:#2563eb;background:transparent;border:none}.header__button--secondary:hover{color:#1d4ed8}.header__button--primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.header__button--primary:hover{background:#1d4ed8;border-color:#1d4ed8}@media (max-width: 968px){.header__mobile-toggle{display:flex}.header__nav{position:fixed;top:4.5rem;left:0;right:0;background-color:#fff;flex-direction:column;gap:0;padding:2rem;border-bottom:1px solid #f0f0f0;box-shadow:0 4px 6px #0000000d;display:none;margin-left:0;justify-content:flex-start}.header__nav.active{display:flex}.header__menu{flex-direction:column;gap:0;width:100%;margin-bottom:1.5rem}.menu-item{width:100%;border-bottom:1px solid #f0f0f0}.menu-link{display:flex;padding:1rem 0;justify-content:space-between}.dropdown-menu{position:static;transform:none;box-shadow:none;border:none;border-radius:0;margin-top:0;padding-left:1rem;max-height:0;overflow:hidden;opacity:1;visibility:visible;transition:max-height .3s ease}.has-dropdown.active .dropdown-menu{max-height:500px;padding-top:.5rem;padding-bottom:.5rem}.dropdown-link{padding:.5rem 0}.header__buttons{width:100%;flex-direction:column;margin-left:0}.header__button{width:100%;text-align:center}}.shopify-section:has(.hero-intro){display:block}.hero-intro{padding:4rem 2rem 6rem;background-color:#eff4ff;width:100%;position:relative;overflow:hidden}.hero-intro__background-shapes{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.shape{position:absolute;background:#2563eb;opacity:.08}.shape--left{width:400px;height:600px;left:-100px;top:50%;transform:translateY(-50%) rotate(-15deg);clip-path:polygon(0 20%,100% 0,100% 80%,0 100%)}.shape--right{width:500px;height:400px;right:-50px;top:20%;transform:rotate(15deg);clip-path:polygon(0 20%,100% 0,100% 100%,0 80%)}.hero-intro__container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero-intro__content-wrapper{max-width:900px;margin:0 auto 4rem;text-align:center}.hero-intro__badge{display:inline-flex;align-items:center;gap:0;padding:.5rem 1.125rem;background:#2563eb0a;border:1.5px solid rgba(37,99,235,.2);border-radius:100px;margin-bottom:2rem;font-size:.875rem}.badge__text{color:#2563eb;font-weight:600;padding-right:.875rem;border-right:1px solid rgba(37,99,235,.2);margin-right:.875rem}.badge__link{display:inline-flex;align-items:center;gap:.375rem;color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s}.badge__link:hover{color:#1d4ed8}.badge__arrow{flex-shrink:0;width:14px;height:14px}.hero-intro__heading{font-size:4rem;font-weight:700;margin-bottom:1.5rem;color:#1e40af;line-height:1.15;letter-spacing:-.02em}.hero-intro__subheading{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#2563eb;font-weight:400}.hero-intro__buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-intro__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9375rem;transition:all .2s;white-space:nowrap}.hero-intro__button--secondary{color:#1a1a1a;background:#fff;border:1px solid #e0e9ff}.hero-intro__button--secondary:hover{background:#f9fafb;border-color:#d0d9e9}.button-icon{flex-shrink:0}.hero-intro__button--primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.hero-intro__button--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.hero-intro__image-wrapper{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000026}.hero-intro__image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;object-position:center;display:block}@media (max-width: 768px){.hero-intro{padding:3rem 1.5rem 4rem}.hero-intro__heading{font-size:2.5rem}.hero-intro__subheading{font-size:1.125rem}.hero-intro__buttons{flex-direction:column;align-items:stretch}.hero-intro__button{justify-content:center;width:100%}.shape--left{width:250px;height:400px;left:-80px}.shape--right{width:300px;height:250px;right:-30px}}.shopify-section:has(.industries){display:block}.industries{padding:6rem 2rem;background-color:#fff;width:100%}.industries__container{max-width:1400px;padding:0 40px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.industries__content{max-width:500px}.industries__heading{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}.industries__subheading{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:#6b7280}.industries__buttons{display:flex;gap:1rem;align-items:center}.industries__button{display:inline-flex;align-items:center;padding:.875rem 1.75rem;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9375rem;transition:all .2s;white-space:nowrap}.industries__button--secondary{color:#1a1a1a;background:#fff;border:1.5px solid #d1d5db}.industries__button--secondary:hover{background:#f9fafb;border-color:#9ca3af}.industries__button--primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.industries__button--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.industries__badges{display:flex;flex-wrap:wrap;gap:.75rem}.industry-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#2563eb0a;border:1.5px solid rgba(37,99,235,.2);border-radius:100px;font-size:.875rem;color:#2563eb;font-weight:500;white-space:nowrap}@media (max-width: 1024px){.industries__container{grid-template-columns:1fr;gap:4rem}.industries__content{max-width:100%;text-align:center}.industries__buttons,.industries__badges{justify-content:center}}@media (max-width: 768px){.industries{padding:4rem 1.5rem}.industries__container{gap:3rem}.industries__heading{font-size:2rem}.industries__subheading{font-size:1rem}.industries__buttons{flex-direction:column;width:100%}.industries__button{width:100%;justify-content:center}.industry-badge{font-size:.8125rem;padding:.4rem .875rem}}.shopify-section:has(.investment-types){display:block}.investment-types{padding:6rem 2rem;background-color:#f8f9fa;width:100%}.investment-types__container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.investment-types__content{display:flex;flex-direction:column;gap:2rem}.investment-types__eyebrow{font-size:.875rem;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.5px;margin:0}.investment-types__heading{font-size:3rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}.investment-types__description{font-size:1.125rem;line-height:1.6;color:#6b7280;margin:0}.investment-types__list{display:flex;flex-direction:column;gap:0}.investment-item{padding:1.5rem 0 1.5rem 1.5rem;border-left:3px solid transparent;transition:all .3s ease;cursor:pointer}.investment-item:hover,.investment-item.active{border-left-color:#2563eb}.investment-item__content{display:flex;flex-direction:column;gap:.5rem}.investment-item__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.investment-item__description{font-size:.9375rem;line-height:1.6;color:#6b7280;margin:0}.investment-types__image{position:relative;height:600px;border-radius:16px;overflow:hidden}.investment-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}.investment-image[style*="display: block"]{opacity:1}.investment-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1024px){.investment-types__container{grid-template-columns:1fr;gap:4rem}.investment-types__image{height:500px}}@media (max-width: 768px){.investment-types{padding:4rem 1.5rem}.investment-types__heading{font-size:2rem}.investment-types__image{height:400px}.investment-item{padding:1rem 0 1rem 1rem}.investment-item__title{font-size:1.125rem}.investment-item__description{font-size:.875rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.shopify-section:has(.stats-metrics){display:block}.stats-metrics{padding:6rem 2rem;background-color:#2563eb;color:#fff;width:100%}.stats-metrics__container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;text-align:center}.stats-metrics__icon{width:64px;height:64px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:2rem}.stats-metrics__heading{font-size:3rem;font-weight:700;margin:0 0 1rem;color:#fff;line-height:1.2;letter-spacing:-.02em}.stats-metrics__description{font-size:1.125rem;line-height:1.6;color:#ffffffe6;margin:0 0 4rem;max-width:600px}.stats-metrics__grid{display:flex;justify-content:center;width:100%;max-width:1200px}.stat-item{padding:2rem 3rem;border-left:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:.5rem;flex:0 0 auto}.stat-item:first-child{border-left:none}.stat-item__value{font-size:3.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem}.stat-item__label{font-size:1rem;font-weight:500;color:#ffffffe6}@media (max-width: 1024px){.stats-metrics__grid{flex-wrap:wrap;justify-content:center}.stat-item{flex:1 1 250px;min-width:250px}}@media (max-width: 768px){.stats-metrics{padding:4rem 1.5rem}.stats-metrics__heading{font-size:2rem}.stats-metrics__description{font-size:1rem;margin-bottom:3rem}.stats-metrics__grid{flex-direction:column}.stat-item{border-left:none;border-top:1px solid rgba(255,255,255,.2);padding:1.5rem;flex:1 1 auto;width:100%}.stat-item:first-child{border-top:none}.stat-item__value{font-size:2.5rem}.stat-item__label{font-size:.9375rem}}.shopify-section:has(.testimonials){display:block}.testimonials{padding:5rem 2rem;background-color:#fff;width:100%}.testimonials__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.testimonials__content{display:flex;flex-direction:column;gap:2rem}.testimonials__stars{display:flex;gap:.5rem}.star-icon{flex-shrink:0}.testimonials__slider{position:relative;min-height:250px}.testimonial-slide{display:none;animation:fadeIn .5s ease-in-out}.testimonial-slide.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testimonial__quote{font-size:2rem;font-weight:600;line-height:1.3;color:#1a1a1a;margin:0 0 2rem;letter-spacing:-.01em}.testimonial__author{display:flex;align-items:center;gap:1rem}.author__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.author__info{display:flex;flex-direction:column;gap:.25rem}.author__name{font-size:.9375rem;font-weight:600;color:#1a1a1a}.author__title{font-size:.875rem;color:#666}.testimonials__navigation{display:flex;gap:1rem}.nav-button{width:48px;height:48px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.nav-button:hover{background:#f9f9f9;border-color:#d0d0d0}.nav-button:disabled{opacity:.3;cursor:not-allowed}.testimonials__images{position:relative}.image-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);gap:1rem;height:500px}.grid-image{overflow:hidden;border-radius:12px}.grid-image img{width:100%;height:100%;object-fit:cover;display:block}.grid-image--1{grid-column:1 / 4;grid-row:1 / 4}.grid-image--2{grid-column:4 / 7;grid-row:1 / 3}.grid-image--3{grid-column:4 / 7;grid-row:3 / 5}.grid-image--4{grid-column:1 / 3;grid-row:4 / 7}.grid-image--5{grid-column:3 / 7;grid-row:5 / 7}@media (max-width: 968px){.testimonials{padding:3rem 1.5rem}.testimonials__container{grid-template-columns:1fr;gap:3rem}.testimonial__quote{font-size:1.5rem}.image-grid{height:400px}}@media (max-width: 640px){.testimonial__quote{font-size:1.25rem}.image-grid{height:300px;gap:.5rem}.grid-image{border-radius:8px}}.text-content{padding:4rem var(--page-margin);background-color:var(--color-background)}.text-content--centered{text-align:center}.text-content--highlight{background-color:#f8f9fa}.text-content__container{max-width:var(--page-width);margin:0 auto}.text-content--centered .text-content__container{max-width:50rem}.text-content__heading{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-foreground)}.text-content--centered .text-content__heading{text-align:center}.text-content__subheading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-foreground);opacity:.8}.text-content__body{font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.text-content__blocks{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.content-block{padding:1.5rem;background:#f8f9fa;border-radius:8px}.text-content--highlight .content-block{background:#fff}.content-block__heading{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--color-foreground)}.content-block__text{font-size:1rem;line-height:1.6;color:#555}@media (max-width: 768px){.text-content{padding:2rem var(--page-margin)}.text-content__heading{font-size:1.75rem}.text-content__blocks{grid-template-columns:1fr}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
