.header-module__nrpHoW__header{z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.header-module__nrpHoW__headerContainer{justify-content:space-between;align-items:center;display:flex}.header-module__nrpHoW__headerLogo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-module__nrpHoW__headerLogoIcon{justify-content:center;align-items:center;display:flex}.header-module__nrpHoW__headerLogoImage{width:120px;height:auto}@media (min-width:768px){.header-module__nrpHoW__headerLogoImage{width:150px}}.header-module__nrpHoW__headerNavDesktop{display:none}@media (min-width:1024px){.header-module__nrpHoW__headerNavDesktop{align-items:center;gap:2rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}}.header-module__nrpHoW__headerNavLink{font-size:1rem;font-weight:500;font-family:var(--font-manrope);align-items:center;padding:.5rem .75rem;transition:all .2s;display:flex}.header-module__nrpHoW__headerNavLinkActive{color:var(--primary)}.header-module__nrpHoW__headerNavLinkInactive{color:var(--text-primary)}.header-module__nrpHoW__headerNavLinkInactive:hover{color:var(--primary)}.header-module__nrpHoW__headerNavDropdownIcon{width:.75rem;height:.75rem;margin-left:.25rem;transition:transform .2s}.header-module__nrpHoW__headerNavDropdownIconOpen{transform:rotate(180deg)}.header-module__nrpHoW__headerNavDropdown{opacity:1;visibility:visible;z-index:60;width:20rem;padding-top:.5rem;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header-module__nrpHoW__headerNavDropdown:before{content:"";z-index:-1;background-color:#fff;border:1px solid #f3f4f6;border-radius:.5rem;position:absolute;inset:.5rem 0 0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.header-module__nrpHoW__headerNavDropdownItem{border-radius:.375rem;align-items:flex-start;gap:.75rem;margin:0 .35rem;padding:.75rem 1rem;transition:background-color .2s;display:flex;position:relative}.header-module__nrpHoW__headerNavDropdownItem:first-child{margin-top:.35rem}.header-module__nrpHoW__headerNavDropdownItem:last-child{margin-bottom:.35rem}.header-module__nrpHoW__headerNavDropdownItem:hover{background-color:#f5fbff}.header-module__nrpHoW__headerNavDropdownIconWrap{width:2.25rem;height:2.25rem;color:var(--primary);background-color:#e6f2ff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.header-module__nrpHoW__headerNavDropdownIconWrap svg{width:1.15rem;height:1.15rem}.header-module__nrpHoW__submenuShopifyIcon{object-fit:contain;width:1.25rem;height:1.25rem}.header-module__nrpHoW__headerNavDropdownText{flex-direction:column;min-width:0;display:flex}.header-module__nrpHoW__headerNavDropdownItemTitle{color:#1a1a1a;margin-bottom:.15rem;font-size:.875rem;font-weight:600;display:block}.header-module__nrpHoW__headerNavDropdownItemDescription{color:#666;font-size:.75rem;line-height:1.45;display:block}.header-module__nrpHoW__headerContactButton{border:1px solid var(--primary);color:var(--primary);font-size:1rem;font-weight:500;font-family:var(--font-manrope);background-color:#fff;border-radius:.375rem;padding:.5rem 1rem;transition:all .2s;display:none}.header-module__nrpHoW__headerContactButton:hover{background-color:var(--primary);color:#fff}@media (min-width:1024px){.header-module__nrpHoW__headerContactButton{display:inline-block}}.header-module__nrpHoW__headerMobileButton{color:#1a1a1a;cursor:pointer;background:0 0;border:none;padding:.5rem}@media (min-width:1024px){.header-module__nrpHoW__headerMobileButton{display:none}}.header-module__nrpHoW__drawerOverlay{z-index:9998;opacity:0;background-color:#00000080;animation:.3s cubic-bezier(.4,0,.2,1) forwards header-module__nrpHoW__fadeInOverlay;position:fixed;inset:0}@keyframes header-module__nrpHoW__fadeInOverlay{0%{opacity:0}to{opacity:1}}.header-module__nrpHoW__drawer{z-index:9999;will-change:transform;background-color:#fff;flex-direction:column;width:85%;max-width:320px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 8px #00000026}.header-module__nrpHoW__drawerOpen{animation:.35s cubic-bezier(.4,0,.2,1) forwards header-module__nrpHoW__slideInDrawer}.header-module__nrpHoW__drawerClosing{animation:.3s cubic-bezier(.4,0,.2,1) forwards header-module__nrpHoW__slideOutDrawer}@keyframes header-module__nrpHoW__slideInDrawer{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes header-module__nrpHoW__slideOutDrawer{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (min-width:1024px){.header-module__nrpHoW__drawer,.header-module__nrpHoW__drawerOverlay{display:none}}.header-module__nrpHoW__drawerHeader{opacity:0;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.2rem;animation:.4s cubic-bezier(.4,0,.2,1) .15s forwards header-module__nrpHoW__fadeInHeader;display:flex}@keyframes header-module__nrpHoW__fadeInHeader{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-module__nrpHoW__drawerLogo{align-items:center;display:flex}.header-module__nrpHoW__drawerLogoImage{width:120px;height:auto}@media (min-width:768px){.header-module__nrpHoW__drawerLogoImage{width:150px}}.header-module__nrpHoW__drawerCloseButton{color:#1a1a1a;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;transform:rotate(0)}.header-module__nrpHoW__drawerCloseButton:hover{color:var(--primary);transform:rotate(90deg)}.header-module__nrpHoW__drawerCloseButton svg{transition:transform .2s}.header-module__nrpHoW__drawerNav{flex-direction:column;flex:1;padding:1rem 0;display:flex}.header-module__nrpHoW__drawerNavItem{opacity:0;padding:0 1.5rem;animation:.4s cubic-bezier(.4,0,.2,1) forwards header-module__nrpHoW__slideInNavItem;transform:translate(-20px)}.header-module__nrpHoW__drawerNavItem:first-child{animation-delay:.2s}.header-module__nrpHoW__drawerNavItem:nth-child(2){animation-delay:.25s}.header-module__nrpHoW__drawerNavItem:nth-child(3){animation-delay:.3s}.header-module__nrpHoW__drawerNavItem:nth-child(4){animation-delay:.35s}.header-module__nrpHoW__drawerNavItem:nth-child(5){animation-delay:.4s}.header-module__nrpHoW__drawerNavItem:nth-child(6){animation-delay:.45s}@keyframes header-module__nrpHoW__slideInNavItem{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.header-module__nrpHoW__drawerLink{font-size:1rem;font-weight:500;font-family:var(--font-manrope);border-radius:.375rem;margin:.25rem 0;padding:.875rem 0;transition:all .2s;display:block}.header-module__nrpHoW__drawerLinkButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.header-module__nrpHoW__drawerLinkActive{color:var(--primary);background-color:#0042a914;padding-left:1rem;padding-right:1rem}.header-module__nrpHoW__drawerLinkInactive{color:#1a1a1a}.header-module__nrpHoW__drawerLinkInactive:hover{color:var(--primary);background-color:#f9fafb;padding-left:1rem;padding-right:1rem}.header-module__nrpHoW__drawerSubmenu{flex-direction:column;gap:.25rem;margin-top:.5rem;padding-left:1.5rem;animation:.3s cubic-bezier(.4,0,.2,1) forwards header-module__nrpHoW__slideDownSubmenu;display:flex}@keyframes header-module__nrpHoW__slideDownSubmenu{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.header-module__nrpHoW__drawerSubmenuLink{color:#666;border-radius:.375rem;align-items:center;gap:.65rem;padding:.55rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.header-module__nrpHoW__drawerSubmenuLink:hover{color:var(--primary);background-color:#f9fafb}.header-module__nrpHoW__drawerSubmenuIcon{width:1.75rem;height:1.75rem;color:var(--primary);background-color:#e6f2ff;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.header-module__nrpHoW__drawerSubmenuIcon svg{width:.95rem;height:.95rem}.header-module__nrpHoW__drawerSubmenuIcon .header-module__nrpHoW__submenuShopifyIcon{width:1rem;height:1rem}.header-module__nrpHoW__drawerContactButton{border:1px solid var(--primary);background-color:var(--primary);color:#fff;font-size:1rem;font-weight:500;font-family:var(--font-manrope);text-align:center;opacity:0;border-radius:.375rem;margin:auto 1.5rem 1rem;padding:.875rem 1.5rem;transition:all .2s;animation:.4s cubic-bezier(.4,0,.2,1) .5s forwards header-module__nrpHoW__fadeInButton;display:block;transform:translateY(20px)}@keyframes header-module__nrpHoW__fadeInButton{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header-module__nrpHoW__drawerContactButton:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.header-module__nrpHoW__headerMobileMenu{border-top:1px solid #e5e7eb;padding-top:1rem;padding-bottom:1rem;display:none}.header-module__nrpHoW__headerMobileLink{padding:.5rem 0;font-size:15px;font-weight:500;display:block}.header-module__nrpHoW__headerMobileLinkActive{color:#06c;background-color:#e6f2ff;border:1px solid #b3d9ff;border-radius:.25rem;padding-left:.75rem;padding-right:.75rem}.header-module__nrpHoW__headerMobileLinkInactive{color:#1a1a1a}.header-module__nrpHoW__headerMobileSubmenu{flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:1rem;display:flex}.header-module__nrpHoW__headerMobileSubmenuLink{color:#666;padding:.25rem 0;font-size:.875rem;display:block}.header-module__nrpHoW__relative{position:relative}.header-module__nrpHoW__shrink0{flex-shrink:0}.header-module__nrpHoW__w6{width:1.5rem}.header-module__nrpHoW__h6{height:1.5rem}.header-module__nrpHoW__py2{padding-top:.5rem;padding-bottom:.5rem}
.footer-module__WOMdyG__footer{background-color:var(--background);color:var(--text-secondary);padding-top:4rem;padding-bottom:4rem;font-size:1.125rem}.footer-module__WOMdyG__grid{gap:2.5rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer-module__WOMdyG__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer-module__WOMdyG__brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-module__WOMdyG__logoContainer{justify-content:center;align-items:center;display:flex}.footer-module__WOMdyG__logo{width:2rem;height:2rem}.footer-module__WOMdyG__brandTitle{font-size:1.25rem;font-weight:600}.footer-module__WOMdyG__description{color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem;line-height:1.75}.footer-module__WOMdyG__link{color:var(--primary);align-items:center;font-size:1.125rem;transition:color .2s;display:inline-flex}.footer-module__WOMdyG__link:hover{color:var(--primary)}.footer-module__WOMdyG__linkIcon{width:1rem;height:1rem;margin-left:.5rem}.footer-module__WOMdyG__sectionTitle{margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.footer-module__WOMdyG__accordionSection{width:100%}.footer-module__WOMdyG__accordionButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0;display:none}.footer-module__WOMdyG__accordionIcon{width:1.25rem;height:1.25rem;color:var(--text-secondary);flex-shrink:0;transition:transform .3s}.footer-module__WOMdyG__accordionIconOpen{transform:rotate(180deg)}.footer-module__WOMdyG__accordionContent{transition:max-height .3s,opacity .3s;overflow:hidden}@media (max-width:767px){.footer-module__WOMdyG__accordionButton{display:flex}.footer-module__WOMdyG__accordionContent{opacity:0;max-height:0}.footer-module__WOMdyG__accordionContentOpen{opacity:1;max-height:1000px;margin-top:1rem}.footer-module__WOMdyG__sectionTitle{margin-bottom:0}}@media (min-width:768px){.footer-module__WOMdyG__accordionButton{pointer-events:none}.footer-module__WOMdyG__accordionIcon{display:none}.footer-module__WOMdyG__accordionContent{opacity:1!important;max-height:none!important}}.footer-module__WOMdyG__list{flex-direction:column;gap:.75rem;font-size:1.125rem;display:flex}.footer-module__WOMdyG__listItem{color:var(--text-secondary);transition:color .2s}.footer-module__WOMdyG__listItem:hover{color:var(--primary)}.footer-module__WOMdyG__contactText{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.75}.footer-module__WOMdyG__contactList{flex-direction:column;gap:.25rem;margin:0;padding:0;font-size:1.125rem;display:flex}.footer-module__WOMdyG__contactItem{color:var(--text-secondary);transition:color .2s}.footer-module__WOMdyG__contactItem:hover{color:var(--primary)}.footer-module__WOMdyG__address{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.75}.footer-module__WOMdyG__divider{border-top:1px solid #ccc;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-module__WOMdyG__socialIcon{justify-content:center;align-items:center;width:24px;height:24px;padding:2px;display:flex}@media (min-width:768px){.footer-module__WOMdyG__divider{flex-direction:row}}.footer-module__WOMdyG__copyright{color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem}@media (min-width:768px){.footer-module__WOMdyG__copyright{margin-bottom:0}}.footer-module__WOMdyG__socialLinks{gap:1rem;display:flex}.footer-module__WOMdyG__socialLinks a{text-align:center;background:#ccc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:2px;transition:color .2s;display:flex}.footer-module__WOMdyG__socialLinks img{width:24px;height:24px}.footer-module__WOMdyG__socialLink:hover{color:var(--primary)}.footer-module__WOMdyG__socialIcon{width:2rem;height:2rem}
.hero-module__yabw5a__hero{color:#1a1a1a;background-color:#fff;margin-bottom:1.5rem;line-height:1.2}@media (min-width:1024px){.hero-module__yabw5a__hero{padding-top:6rem;padding-bottom:6rem}}.hero-module__yabw5a__heroGrid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-module__yabw5a__heroGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.hero-module__yabw5a__heroContent{text-align:left;z-index:10}.hero-module__yabw5a__heroTitle{color:var(--text-primary);line-height:1.2;font-family:var(--font-montserrat);margin-bottom:1.5rem}.hero-module__yabw5a__heroDescription{color:var(--text-secondary);font-size:1.125rem;line-height:1.75;font-family:var(--font-manrope);margin-bottom:2.5rem}.hero-module__yabw5a__heroButton{background-color:var(--primary);color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-manrope);border-radius:.5rem;padding:1rem 2rem;transition:all .2s;display:inline-block;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-module__yabw5a__heroButton:hover{background-color:var(--primary-dark);color:#fff}.hero-module__yabw5a__heroImageContainer{position:relative}@media (min-width:1024px){.hero-module__yabw5a__heroImageContainer{order:2}}.hero-module__yabw5a__heroImageWrapper{z-index:10;position:relative}.hero-module__yabw5a__heroImageBox{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-module__yabw5a__heroImagePlaceholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-module__yabw5a__heroImagePlaceholderContent{text-align:center;color:#9ca3af}.hero-module__yabw5a__heroImagePlaceholderIcon{opacity:.5;width:8rem;height:8rem;margin-bottom:1rem;margin-left:auto;margin-right:auto}.hero-module__yabw5a__heroImagePlaceholderText{font-size:.875rem}.hero-module__yabw5a__heroWavyLines{z-index:0;width:100%;height:8rem;position:absolute;bottom:0;left:0;overflow:hidden}@media (min-width:1024px){.hero-module__yabw5a__heroWavyLines{height:10rem}}.hero-module__yabw5a__heroWavyLines svg{width:100%;height:100%}
.poweringSuccess-module__96C4UG__section{background-color:#f5fbff;padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.poweringSuccess-module__96C4UG__section{padding-top:5rem;padding-bottom:5rem}}.poweringSuccess-module__96C4UG__header{text-align:center;margin-bottom:3rem}.poweringSuccess-module__96C4UG__title{color:#1a1a1a;margin-bottom:1rem;font-size:1.875rem;font-weight:700}.poweringSuccess-module__96C4UG__description{color:#666;font-size:1.125rem}@media (min-width:768px){.poweringSuccess-module__96C4UG__description{font-size:1.125rem}}.poweringSuccess-module__96C4UG__grid{gap:3rem;max-width:65rem;margin-left:auto;margin-right:auto;display:grid}@media (min-width:768px){.poweringSuccess-module__96C4UG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.poweringSuccess-module__96C4UG__card{background-color:#fff;border-radius:.5rem;padding:2rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.poweringSuccess-module__96C4UG__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.poweringSuccess-module__96C4UG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.poweringSuccess-module__96C4UG__cardTitle{color:#1a1a1a;font-size:1.25rem;font-weight:700}.poweringSuccess-module__96C4UG__iconContainer{background-color:#06c;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.poweringSuccess-module__96C4UG__icon{color:#fff;width:1.25rem;height:1.25rem}.poweringSuccess-module__96C4UG__cardDescription{color:#666;font-size:1.125rem;line-height:1.75}
.salesforce-module__rGoqSq__section{background:var(--background);padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.salesforce-module__rGoqSq__section{padding-top:5rem;padding-bottom:5rem}}.salesforce-module__rGoqSq__content{text-align:center;max-width:75rem;margin-left:auto;margin-right:auto}.salesforce-module__rGoqSq__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.salesforce-module__rGoqSq__description{color:var(--text-primary);margin-bottom:2.5rem;font-size:1.125rem}.salesforce-module__rGoqSq__card{color:#1a1a1a;background:#f5fbff;border-radius:.5rem;padding:2.5rem}@media (min-width:768px){.salesforce-module__rGoqSq__card{padding:3rem}}.salesforce-module__rGoqSq__cardGrid{align-items:center;gap:2rem;display:grid}@media (min-width:768px){.salesforce-module__rGoqSq__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.salesforce-module__rGoqSq__salesforceImage{border-right:1px solid #ccc;justify-content:center;align-items:center;display:flex}.salesforce-module__rGoqSq__salesforceImage img{width:200px}.salesforce-module__rGoqSq__cardTitle{color:#014486;margin-bottom:1rem;font-size:1.25rem;font-weight:600}@media (min-width:768px){.salesforce-module__rGoqSq__cardTitle{font-size:1.5rem}}.salesforce-module__rGoqSq__cardDescription{color:#4a4a4a;font-size:1rem;line-height:1.75}@media (min-width:768px){.salesforce-module__rGoqSq__cardDescription{font-size:1.125rem}}
.page-module__PWrisG__page{min-height:100vh}.page-module__PWrisG__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__PWrisG__heroContainer{text-align:center}.page-module__PWrisG__title{margin-bottom:1rem;font-weight:600}.page-module__PWrisG__description{width:50%;margin:0 auto;font-size:1rem;font-weight:400}.page-module__PWrisG__solutionsSection{background-color:#fff;padding:4rem 0}.page-module__PWrisG__solutionsHeader{text-align:center;margin-bottom:2rem}.page-module__PWrisG__solutionsTitle{margin-bottom:1rem;font-size:2rem;font-weight:600}.page-module__PWrisG__solutionsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module__PWrisG__solutionCard{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 0 10px #0000001a}.page-module__PWrisG__iconContainer{color:#0052a6;background-color:#e6f2ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:5px;display:flex}.page-module__PWrisG__featuresList{margin:0;padding:0;list-style:none}.page-module__PWrisG__featureItem{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.page-module__PWrisG__featureIcon{color:#0052a6;width:20px;height:20px}@media (max-width:768px){.page-module__PWrisG__hero{padding:2rem 0}.page-module__PWrisG__description{width:100%}.page-module__PWrisG__solutionsGrid{grid-template-columns:repeat(1,1fr)}}
.shopifyHeadless-module__0wh-WW__section{background:var(--background);padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.shopifyHeadless-module__0wh-WW__section{padding-top:5rem;padding-bottom:5rem}}.shopifyHeadless-module__0wh-WW__content{text-align:center;max-width:75rem;margin-left:auto;margin-right:auto}.shopifyHeadless-module__0wh-WW__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.shopifyHeadless-module__0wh-WW__description{color:var(--text-primary);margin-bottom:2.5rem;font-size:1.125rem}.shopifyHeadless-module__0wh-WW__card{color:#1a1a1a;background:#f5fbff;border-radius:.5rem;padding:2.5rem}@media (min-width:768px){.shopifyHeadless-module__0wh-WW__card{padding:3rem}}.shopifyHeadless-module__0wh-WW__cardGrid{align-items:center;gap:2rem;display:grid}@media (min-width:768px){.shopifyHeadless-module__0wh-WW__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.shopifyHeadless-module__0wh-WW__shopifyImage{border-right:1px solid #ccc;justify-content:center;align-items:center;display:flex}.shopifyHeadless-module__0wh-WW__shopifyLogo{width:120px;height:auto}@media (min-width:768px){.shopifyHeadless-module__0wh-WW__shopifyLogo{width:150px}}.shopifyHeadless-module__0wh-WW__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}@media (min-width:768px){.shopifyHeadless-module__0wh-WW__cardTitle{font-size:1.5rem}}.shopifyHeadless-module__0wh-WW__cardDescription{color:var(--text-secondary);font-size:1.125rem;line-height:1.75}@media (min-width:768px){.shopifyHeadless-module__0wh-WW__cardDescription{font-size:1.125rem}}
.page-module__NfDiEG__page{min-height:100vh}.page-module__NfDiEG__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__NfDiEG__heroContainer{text-align:center}.page-module__NfDiEG__title{margin-bottom:1rem;font-weight:600}
.page-module___8aEwW__page{min-height:100vh}
.page-module__VKYseq__page{min-height:100vh}.page-module__VKYseq__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__VKYseq__heroContainer{text-align:center}.page-module__VKYseq__title{margin-bottom:1rem;font-weight:600}.page-module__VKYseq__description{width:50%;margin:0 auto;font-size:1rem;font-weight:400}.page-module__VKYseq__servicesSection{background-color:#f5fbff;margin-bottom:4rem;padding:4rem 0}.page-module__VKYseq__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module__VKYseq__serviceCard{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 0 10px #0000001a}.page-module__VKYseq__iconContainer{color:#0052a6;background-color:#e6f2ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:5px;display:flex}.page-module__VKYseq__serviceTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__VKYseq__serviceDescription{color:#666;font-size:1rem;font-weight:400}@media (max-width:768px){.page-module__VKYseq__hero{padding:2rem 0}.page-module__VKYseq__description{width:100%}.page-module__VKYseq__servicesGrid{grid-template-columns:repeat(1,1fr)}}
.ctaSection-module__hPHR1a__ctaSection{color:var(--text-primary);background:#f5fbff;padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.ctaSection-module__hPHR1a__ctaSection{padding-top:5rem;padding-bottom:5rem}}.ctaSection-module__hPHR1a__content{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto}.ctaSection-module__hPHR1a__title{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.ctaSection-module__hPHR1a__title{font-size:2.25rem}}.ctaSection-module__hPHR1a__description{opacity:.95;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75}@media (min-width:768px){.ctaSection-module__hPHR1a__description{font-size:1.25rem}}.ctaSection-module__hPHR1a__buttonContainer{justify-content:center;display:flex}.ctaSection-module__hPHR1a__button{background-color:var(--primary);color:#fff;border-radius:.5rem;padding:1rem 2rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ctaSection-module__hPHR1a__button:hover{background-color:var(--primary-dark);color:#fff}
.page-module__OSLHOG__page{min-height:100vh}.page-module__OSLHOG__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__OSLHOG__heroContainer{text-align:center}.page-module__OSLHOG__title{margin-bottom:1rem;font-weight:600}.page-module__OSLHOG__contactSection{background-color:#f5fbff;margin-bottom:4rem;padding:4rem 0}.page-module__OSLHOG__contactGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.page-module__OSLHOG__contactInfo{flex-direction:column;gap:1rem;display:flex}.page-module__OSLHOG__contactItem{align-items:center;gap:1rem;display:flex}.page-module__OSLHOG__iconWrapper{border-radius:50%;width:40px;height:40px}.page-module__OSLHOG__contactForm{border-radius:.5rem;padding:2rem;box-shadow:0 0 10px #0000001a}.page-module__OSLHOG__sectionTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__OSLHOG__sectionDescription{color:#666;font-size:1rem;font-weight:400}.page-module__OSLHOG__formGroup{flex-direction:column;gap:1rem;display:flex}.page-module__OSLHOG__label{font-size:1rem;font-weight:600}.page-module__OSLHOG__input,.page-module__OSLHOG__textarea{background-color:#fff;border:1px solid #ccc;border-radius:.5rem;padding:1rem}.page-module__OSLHOG__submitButton{color:#fff;cursor:pointer;background-color:#0052a6;border:1px solid #ccc;border-radius:.5rem;margin-top:1rem;padding:1rem;font-weight:600}.page-module__OSLHOG__successMessage{color:#0052a6;margin-top:1rem;font-weight:600}.page-module__OSLHOG__errorMessage{color:red;margin-top:1rem;font-weight:600}.page-module__OSLHOG__contactInfoContainer{padding:2rem}@media (max-width:768px){.page-module__OSLHOG__contactGrid{grid-template-columns:repeat(1,1fr)}.page-module__OSLHOG__submitButton{width:100%}.page-module__OSLHOG__hero{padding:2rem 0}}
.page-module__soh_jW__page{min-height:100vh}.page-module__soh_jW__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__soh_jW__heroContainer{text-align:center}.page-module__soh_jW__title{margin-bottom:1rem;font-weight:600}.page-module__soh_jW__description{color:#666;font-size:1rem;font-weight:400}.page-module__soh_jW__contentSection{background-color:#f5fbff;padding:4rem 0}.page-module__soh_jW__content{background-color:#fff;border-radius:.5rem;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 0 10px #0000001a}.page-module__soh_jW__section{margin-bottom:2.5rem}.page-module__soh_jW__section:last-child{margin-bottom:0}.page-module__soh_jW__sectionTitle{color:#0052a6;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.page-module__soh_jW__subsectionTitle{color:#333;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__soh_jW__paragraph{color:#555;margin-bottom:1rem;font-size:1rem;line-height:1.8}.page-module__soh_jW__list{color:#555;margin-bottom:1rem;margin-left:2rem;list-style-type:disc}.page-module__soh_jW__list li{margin-bottom:.5rem;line-height:1.8}.page-module__soh_jW__contactInfo{background-color:#f5fbff;border-radius:.5rem;margin-top:1rem;padding:1.5rem}.page-module__soh_jW__contactInfo p{color:#555;margin-bottom:.5rem}.page-module__soh_jW__link{color:#0052a6;text-decoration:none;transition:color .3s}.page-module__soh_jW__link:hover{color:#003d7a;text-decoration:underline}@media (max-width:768px){.page-module__soh_jW__hero,.page-module__soh_jW__contentSection{padding:2rem 0}.page-module__soh_jW__content{padding:1.5rem}.page-module__soh_jW__sectionTitle{font-size:1.5rem}.page-module__soh_jW__subsectionTitle{font-size:1.125rem}.page-module__soh_jW__list{margin-left:1.5rem}}
.page-module__0RsnhG__page{min-height:100vh}.page-module__0RsnhG__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:5rem 0 4rem}.page-module__0RsnhG__backLink{color:#0052a6;margin-bottom:1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.page-module__0RsnhG__backLink:hover{text-decoration:underline}.page-module__0RsnhG__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:#4caf50;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.page-module__0RsnhG__title{color:#333;margin:0 0 .75rem;font-size:2.75rem;font-weight:700;line-height:1.2}.page-module__0RsnhG__tagline{color:#333;max-width:48rem;margin:0 0 1rem;font-size:1.25rem;font-weight:500}.page-module__0RsnhG__description{color:#4a4a4a;max-width:48rem;margin:0 0 1.75rem;font-size:1.0625rem;line-height:1.75}.page-module__0RsnhG__heroActions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.page-module__0RsnhG__primaryButton,.page-module__0RsnhG__secondaryButton,.page-module__0RsnhG__planButton{border-radius:.5rem;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.page-module__0RsnhG__primaryButton{color:#fff;background-color:#4caf50}.page-module__0RsnhG__primaryButton:hover{background-color:#43a047;transform:translateY(-1px)}.page-module__0RsnhG__secondaryButton{color:#0052a6;background-color:#fff;border:1px solid #cfe0f5}.page-module__0RsnhG__secondaryButton:hover{background-color:#f5fbff}.page-module__0RsnhG__pricingNote{color:#666;margin:0;font-size:.95rem}.page-module__0RsnhG__featuresSection{background-color:#fff;padding:4rem 0}.page-module__0RsnhG__pricingSection{background-color:#f5fbff;padding:4rem 0}.page-module__0RsnhG__otherApps{background-color:#fff;padding:4rem 0}.page-module__0RsnhG__sectionTitle{color:#333;text-align:center;margin:0 0 1rem;font-size:2rem;font-weight:700}.page-module__0RsnhG__sectionSubtitle{text-align:center;color:#4a4a4a;margin:0 0 2.5rem}.page-module__0RsnhG__featuresList{flex-direction:column;gap:1rem;max-width:48rem;margin:2rem auto 0;padding:0;list-style:none;display:flex}.page-module__0RsnhG__featureItem{color:#333;background-color:#f8fcff;border:1px solid #e6f2ff;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;font-size:1.05rem;line-height:1.5;display:flex}.page-module__0RsnhG__featureCheck{flex-shrink:0;width:24px;height:24px;margin-top:.1rem}.page-module__0RsnhG__featureCheck svg{width:100%;height:100%}.page-module__0RsnhG__plansGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.page-module__0RsnhG__planCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;flex-direction:column;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex}.page-module__0RsnhG__planCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.page-module__0RsnhG__planName{color:#333;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.page-module__0RsnhG__planPrice{color:#0052a6;margin:0 0 .5rem;font-size:2rem;font-weight:700}.page-module__0RsnhG__planPeriod{color:#666;margin-left:.25rem;font-size:.95rem;font-weight:500}.page-module__0RsnhG__planNote{color:#666;margin:0 0 1rem;font-size:.85rem;line-height:1.4}.page-module__0RsnhG__planFeatures{flex-direction:column;flex:1;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.page-module__0RsnhG__planFeatures li{color:#4a4a4a;padding-left:1.25rem;font-size:.95rem;line-height:1.45;position:relative}.page-module__0RsnhG__planFeatures li:before{content:"";background-color:#4caf50;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.45rem;left:0}.page-module__0RsnhG__planButton{color:#fff;background-color:#0052a6;width:100%}.page-module__0RsnhG__planButton:hover{background-color:#003d7a}.page-module__0RsnhG__otherAppsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.page-module__0RsnhG__otherAppCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;padding:1.75rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block}.page-module__0RsnhG__otherAppCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.page-module__0RsnhG__otherAppCard h3{color:#333;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.page-module__0RsnhG__otherAppCard p{color:#4a4a4a;margin:0 0 1rem;font-size:.975rem;line-height:1.6}.page-module__0RsnhG__otherAppCard span{color:#0052a6;font-size:.95rem;font-weight:600}@media (max-width:768px){.page-module__0RsnhG__hero{padding:3rem 0 2.5rem}.page-module__0RsnhG__title{font-size:2rem}.page-module__0RsnhG__tagline{font-size:1.05rem}.page-module__0RsnhG__sectionTitle{font-size:1.75rem}.page-module__0RsnhG__otherAppsGrid{grid-template-columns:1fr}.page-module__0RsnhG__featuresSection,.page-module__0RsnhG__pricingSection,.page-module__0RsnhG__otherApps{padding:3rem 0}}
.page-module__wfJuOq__page{min-height:100vh}.page-module__wfJuOq__section1{background-color:#fff;padding:6rem 0}.page-module__wfJuOq__section1Content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module__wfJuOq__section1Text{flex-direction:column;gap:1.5rem;display:flex}.page-module__wfJuOq__section1Title{color:#333;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.page-module__wfJuOq__highlight{color:#4caf50;font-weight:700}.page-module__wfJuOq__section1Description{color:#4a4a4a;margin:0;font-size:1.125rem;line-height:1.75}.page-module__wfJuOq__featuresList{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.page-module__wfJuOq__featureItem{color:#333;align-items:center;gap:.75rem;font-size:1rem;display:flex}.page-module__wfJuOq__featureIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.page-module__wfJuOq__section1Image{justify-content:center;align-items:center;display:flex}.page-module__wfJuOq__shopifyCard{background-color:#e8f5e9;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:400px;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #4caf501a}.page-module__wfJuOq__shopifyCard:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#4caf5026 0%,#0000 50%),radial-gradient(circle at 80% 70%,#4caf5026 0%,#0000 50%),linear-gradient(135deg,#0000 0%,#4caf500d 50%,#0000 100%);position:absolute;inset:0}.page-module__wfJuOq__shopifyLogo{z-index:1;width:200px;height:auto;position:relative}.page-module__wfJuOq__section2{color:#fff;background-color:#17253d;padding:5rem 0;position:relative}.page-module__wfJuOq__section2Title{text-align:center;color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.page-module__wfJuOq__section2Description{text-align:center;color:#fff;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.page-module__wfJuOq__advantagesGrid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.page-module__wfJuOq__advantageCard{text-align:center;background-color:#ffffff0d;border:1px solid #fff3;border-radius:.75rem;padding:2.5rem;transition:transform .3s,box-shadow .3s}.page-module__wfJuOq__advantageCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.page-module__wfJuOq__advantageIcon{justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.page-module__wfJuOq__advantageTitle{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.page-module__wfJuOq__advantageDescription{color:#ffffffe6;font-size:1rem;line-height:1.6}.page-module__wfJuOq__section3{background-color:#fff;padding:6rem 0}.page-module__wfJuOq__section3Content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module__wfJuOq__section3Image{justify-content:center;align-items:center;display:flex}.page-module__wfJuOq__circleGraphic{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.page-module__wfJuOq__iconCard{background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:60px;height:60px;padding:.75rem;display:flex;position:absolute;box-shadow:0 2px 8px #0000001a}.page-module__wfJuOq__iconCard svg{width:100%;height:100%}.page-module__wfJuOq__iconCard:first-child{top:20%;left:10%}.page-module__wfJuOq__iconCard:nth-child(2){top:50%;right:15%}.page-module__wfJuOq__iconCard:nth-child(3){bottom:20%;left:20%}.page-module__wfJuOq__section3Text{flex-direction:column;gap:1.5rem;display:flex}.page-module__wfJuOq__section3Title{color:#333;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.page-module__wfJuOq__section3Description{color:#4a4a4a;margin:0;font-size:1.125rem;line-height:1.75}.page-module__wfJuOq__section4{color:#fff;background-color:#17253d;padding:5rem 0}.page-module__wfJuOq__section4Header{text-align:center;margin-bottom:3rem}.page-module__wfJuOq__logoGroup{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.page-module__wfJuOq__headerLogo{width:40px;height:40px}.page-module__wfJuOq__plusSign{color:#fff;font-size:2rem;font-weight:300}.page-module__wfJuOq__salesforceLogo{justify-content:center;align-items:center;display:flex}.page-module__wfJuOq__section4Title{color:#fff;margin:0;font-size:2.5rem;font-weight:700}.page-module__wfJuOq__underline{border-bottom:3px solid #5fb3d3;padding-bottom:.25rem}.page-module__wfJuOq__connectorGrid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;display:grid}.page-module__wfJuOq__connectorCard{background-color:#ffffff0d;border:1px solid #fff3;border-radius:.75rem;padding:2.5rem;transition:transform .3s,box-shadow .3s}.page-module__wfJuOq__connectorCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.page-module__wfJuOq__connectorIcon{justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.page-module__wfJuOq__connectorTitle{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.page-module__wfJuOq__connectorList{margin:0;padding:0;list-style:none}.page-module__wfJuOq__connectorList li{color:#ffffffe6;margin-bottom:.5rem;padding-left:1.5rem;font-size:1rem;line-height:1.8;position:relative}.page-module__wfJuOq__connectorList li:before{content:"•";color:#5fb3d3;font-size:1.5rem;line-height:1;position:absolute;left:0}.page-module__wfJuOq__downloadButtonContainer{justify-content:center;margin-top:2rem;display:flex}.page-module__wfJuOq__downloadButton{color:#fff;cursor:pointer;background-color:#5fb3d3;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.page-module__wfJuOq__downloadButton:hover{background-color:#4a9fc0}.page-module__wfJuOq__downloadButton svg{width:20px;height:20px}.page-module__wfJuOq__appsSection{background-color:#f5fbff;padding:6rem 0}.page-module__wfJuOq__appsTitle{text-align:center;color:#333;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.page-module__wfJuOq__appsDescription{color:#4a4a4a;text-align:center;max-width:42rem;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.page-module__wfJuOq__appsGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.page-module__wfJuOq__appCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.page-module__wfJuOq__appCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.page-module__wfJuOq__appName{color:#333;margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.page-module__wfJuOq__appTagline{color:#0052a6;margin:0 0 .75rem;font-size:.95rem;font-weight:500;line-height:1.45}.page-module__wfJuOq__appSummary{color:#4a4a4a;flex:1;margin:0 0 1rem;font-size:.975rem;line-height:1.65}.page-module__wfJuOq__appFeatures{flex-direction:column;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.page-module__wfJuOq__appFeatures li{color:#4a4a4a;padding-left:1.15rem;font-size:.9rem;line-height:1.45;position:relative}.page-module__wfJuOq__appFeatures li:before{content:"";background-color:#4caf50;border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.4rem;left:0}.page-module__wfJuOq__appPricing{color:#666;margin:0 0 1.25rem;font-size:.85rem}.page-module__wfJuOq__appActions{flex-wrap:wrap;gap:.75rem;display:flex}.page-module__wfJuOq__appDetailsLink,.page-module__wfJuOq__appStoreLink{border-radius:.5rem;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.page-module__wfJuOq__appDetailsLink{color:#fff;background-color:#4caf50}.page-module__wfJuOq__appDetailsLink:hover{background-color:#43a047}.page-module__wfJuOq__appStoreLink{color:#0052a6;background-color:#e6f2ff}.page-module__wfJuOq__appStoreLink:hover{background-color:#d6e8ff}.page-module__wfJuOq__section5{background-color:#fff;padding:6rem 0}.page-module__wfJuOq__section5Title{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-module__wfJuOq__servicesGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.page-module__wfJuOq__serviceCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;padding:2.5rem;transition:transform .3s,box-shadow .3s}.page-module__wfJuOq__serviceCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.page-module__wfJuOq__serviceIcon{justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.page-module__wfJuOq__serviceTitle{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__wfJuOq__serviceDescription{color:#4a4a4a;font-size:1rem;line-height:1.75}@media (max-width:1024px){.page-module__wfJuOq__section1Content,.page-module__wfJuOq__section3Content{grid-template-columns:1fr;gap:3rem}.page-module__wfJuOq__section3Image{order:-1}.page-module__wfJuOq__advantagesGrid,.page-module__wfJuOq__connectorGrid,.page-module__wfJuOq__servicesGrid,.page-module__wfJuOq__appsGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__wfJuOq__section1,.page-module__wfJuOq__section3,.page-module__wfJuOq__section5,.page-module__wfJuOq__appsSection,.page-module__wfJuOq__section2,.page-module__wfJuOq__section4{padding:3rem 0}.page-module__wfJuOq__section1Title,.page-module__wfJuOq__section3Title,.page-module__wfJuOq__section2Title,.page-module__wfJuOq__section4Title,.page-module__wfJuOq__section5Title,.page-module__wfJuOq__appsTitle{font-size:2rem}.page-module__wfJuOq__section1Description,.page-module__wfJuOq__section3Description,.page-module__wfJuOq__section2Description{font-size:1rem}.page-module__wfJuOq__shopifyCard{max-width:300px;padding:2rem}.page-module__wfJuOq__shopifyLogo{width:150px}.page-module__wfJuOq__circleGraphic{width:250px;height:250px}.page-module__wfJuOq__iconCard{width:50px;height:50px}.page-module__wfJuOq__advantageCard,.page-module__wfJuOq__connectorCard,.page-module__wfJuOq__serviceCard{padding:2rem}.page-module__wfJuOq__logoGroup{flex-wrap:wrap}}@media (max-width:480px){.page-module__wfJuOq__section1Title,.page-module__wfJuOq__section3Title,.page-module__wfJuOq__section2Title,.page-module__wfJuOq__section4Title,.page-module__wfJuOq__section5Title,.page-module__wfJuOq__appsTitle{font-size:1.75rem}.page-module__wfJuOq__shopifyCard{max-width:100%}.page-module__wfJuOq__circleGraphic{width:200px;height:200px}.page-module__wfJuOq__iconCard{width:40px;height:40px}}
.page-module__UBdgra__page{min-height:100vh}.page-module__UBdgra__hero{background-image:radial-gradient(33% 45% at 49% 45%,#02e1ff33 0%,#7cefff00 0%,#bff7ff 0%,#fff 100%);padding:6rem 0}.page-module__UBdgra__heroContainer{text-align:center}.page-module__UBdgra__title{margin-bottom:1rem;font-weight:600}.page-module__UBdgra__description{color:#666;font-size:1rem;font-weight:400}.page-module__UBdgra__contentSection{background-color:#f5fbff;padding:4rem 0}.page-module__UBdgra__content{background-color:#fff;border-radius:.5rem;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 0 10px #0000001a}.page-module__UBdgra__section{margin-bottom:2.5rem}.page-module__UBdgra__section:last-child{margin-bottom:0}.page-module__UBdgra__sectionTitle{color:#0052a6;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.page-module__UBdgra__subsectionTitle{color:#333;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__UBdgra__paragraph{color:#555;margin-bottom:1rem;font-size:1rem;line-height:1.8}.page-module__UBdgra__list{color:#555;margin-bottom:1rem;margin-left:2rem;list-style-type:disc}.page-module__UBdgra__list li{margin-bottom:.5rem;line-height:1.8}.page-module__UBdgra__contactInfo{background-color:#f5fbff;border-radius:.5rem;margin-top:1rem;padding:1.5rem}.page-module__UBdgra__contactInfo p{color:#555;margin-bottom:.5rem}.page-module__UBdgra__link{color:#0052a6;text-decoration:none;transition:color .3s}.page-module__UBdgra__link:hover{color:#003d7a;text-decoration:underline}@media (max-width:768px){.page-module__UBdgra__hero,.page-module__UBdgra__contentSection{padding:2rem 0}.page-module__UBdgra__content{padding:1.5rem}.page-module__UBdgra__sectionTitle{font-size:1.5rem}.page-module__UBdgra__subsectionTitle{font-size:1.125rem}.page-module__UBdgra__list{margin-left:1.5rem}}
