:root{--nc-bg:#04010e;--nc-bg-2:#0b0717;--nc-bg-3:#141621;--nc-bg-hover:#1a1c2e;--nc-bg-4:#1b1a2c;--nc-bg-5:#25242f;--nc-surface-deep:#030e1f;--nc-black:#000;--nc-bg-light:#fff;--nc-bg-light-2:#f5f6fa;--nc-border:#252e49;--nc-border-soft:#36343e;--nc-border-light:#ddd;--nc-border-light-2:#ccc;--nc-primary:#3c7dff;--nc-primary-light:#69f;--nc-primary-solid:#3366fc;--nc-primary-hover:#0041ff;--nc-accent-blue:#3c7dff;--nc-accent-green:#76fc33;--nc-accent-gold:#fcd98e;--nc-primary-muted:#3c7dff1a;--nc-primary-border:#3c7dff47;--nc-bg-glass:#04010e1a;--nc-ink:#fff;--nc-txt:#e8eaf0;--nc-txt-2:#a8b0c0;--nc-txt-3:#6e7a91;--nc-muted:#506690;--nc-ink-on-light:#08083d;--nc-txt-on-light:#0a0a0a;--nc-ink-02:#ffffff05;--nc-ink-04:#ffffff0a;--nc-ink-05:#ffffff0d;--nc-ink-06:#ffffff0f;--nc-ink-07:#ffffff12;--nc-ink-08:#ffffff14;--nc-ink-10:#ffffff1a;--nc-ink-12:#ffffff1f;--nc-ink-20:#fff3;--nc-ink-60:#fff9;--nc-primary-07:#3c7dff12;--nc-primary-08:#3c7dff14;--nc-primary-15:#3c7dff26;--nc-primary-20:#3c7dff33;--nc-primary-30:#3c7dff4d;--nc-primary-35:#3c7dff59;--nc-primary-soft-text:#6b9fff;--nc-green-06:#22c55e0f;--nc-green-07:#22c55e12;--nc-green-08:#22c55e14;--nc-green-12:#22c55e1f;--nc-green-18:#22c55e2e;--nc-green-25:#22c55e40;--nc-green-30:#22c55e4d;--nc-green:#22c55e;--nc-green-bg:#22c55e17;--nc-green-border:#22c55e47;--nc-red:#f87171;--nc-red-bg:#f8717117;--nc-red-border:#f8717147;--nc-font-sans:"Inter", system-ui, -apple-system, sans-serif;--nc-font-code:"SF Mono", "Fira Code", monospace;--nc-text-xs:12px;--nc-text-sm:14px;--nc-text-base:16px;--nc-text-md:18px;--nc-text-lg:20px;--nc-text-xl:24px;--nc-text-2xl:32px;--nc-text-3xl:40px;--nc-text-4xl:52px;--nc-leading-tight:1.2;--nc-leading-snug:1.35;--nc-leading-compact:1.4;--nc-leading-normal:1.55;--nc-leading-comfortable:1.6;--nc-leading-relaxed:1.875;--nc-weight-light:300;--nc-weight-regular:400;--nc-weight-medium:500;--nc-weight-semibold:600;--nc-weight-bold:700;--nc-tracking-wide:1.5px;--nc-tracking-tight:-.03em;--nc-space-1:4px;--nc-space-2:8px;--nc-space-3:12px;--nc-space-4:16px;--nc-space-5:20px;--nc-space-6:24px;--nc-space-8:32px;--nc-space-10:40px;--nc-space-12:48px;--nc-space-16:64px;--nc-space-20:80px;--nc-space-30:120px;--nc-border-width:1px;--nc-border-width-strong:2px;--nc-container:1200px;--nc-container-narrow:860px;--nc-flow-min-width:580px;--nc-radius-xs:4px;--nc-radius-sm:6px;--nc-radius:8px;--nc-radius-lg:16px;--nc-radius-pill:999px;--nc-hairline-inset:inset 0 0 0 1px var(--nc-border-soft);--nc-ring-light:inset 0 0 0 1px #ffffff1a;--nc-tab-underline:inset 0 -2px var(--nc-primary-solid);--nc-glow-primary:0 0 32px #3366fc94;--nc-ease-pop:cubic-bezier(.34, 1.4, .64, 1);--nc-ease-out:cubic-bezier(.16, 1, .3, 1);--nc-duration-fast:.15s;--nc-duration:.25s;--nc-duration-selector:.3s;--nc-duration-slow:.4s;--nc-duration-reveal:.45s}.nc-freedom-track{will-change:transform;flex-wrap:nowrap;gap:20px;transition:transform .6s;display:flex}.nc-dots-nav{justify-content:center;gap:8px;padding:12px 0 4px;display:flex}.nc-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.nc-dot:hover{background:#ffffffa6}.nc-dot.nc-dot-active{background:var(--nc-bg-light);transform:scale(1.25)}.solutions-dd-trigger{cursor:pointer;user-select:none;align-items:center;gap:5px;display:inline-flex!important}.solutions-dd-chevron{opacity:.55;flex-shrink:0;transition:transform .2s cubic-bezier(.34,1.4,.64,1),opacity .15s}.solutions-dd-trigger:hover .solutions-dd-chevron{opacity:.85}.solutions-dd-trigger.is-open .solutions-dd-chevron{opacity:1;transform:rotate(180deg)}.solutions-dd-backdrop{z-index:998;display:none;position:fixed;inset:0}.solutions-dd-backdrop.is-open{display:block}.solutions-dd{z-index:999;pointer-events:none;opacity:0;justify-content:center;padding:0 32px;transition:opacity .2s,transform .2s cubic-bezier(.34,1.2,.64,1);display:flex;position:fixed;top:121px;left:0;right:0;transform:translateY(-6px)}.solutions-dd.is-open{pointer-events:all;opacity:1;transform:translateY(0)}.solutions-dd-panel{background:#0b0717;border:1px solid #252e49;border-top:none;border-radius:0 0 16px 16px;width:100%;max-width:860px;overflow:hidden;box-shadow:0 28px 72px #000000a6,0 4px 24px #0006}.solutions-dd-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.solutions-dd-card{color:inherit;flex-direction:column;gap:12px;padding:26px 28px 24px;text-decoration:none;transition:background .15s;display:flex}.solutions-dd-card:not(:last-child){border-right:1px solid #252e49}.solutions-dd-card:hover{background:#111428}.solutions-dd-card-header{align-items:center;gap:13px;display:flex}.solutions-dd-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.solutions-dd-card:hover .solutions-dd-icon{transform:scale(1.05);box-shadow:0 0 12px #6699ff40}.solutions-dd-icon.is-campaigns{background:#fff;box-shadow:0 0 0 1px #ffffff26}.solutions-dd-icon.is-campaigns img{object-fit:contain;width:100%;height:100%;padding:4px}.solutions-dd-icon.is-payments{background:#0a0d22;box-shadow:0 0 0 1px #ffffff1f}.solutions-dd-icon.is-payments img{object-fit:contain;width:100%;height:100%}.solutions-dd-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:#69f;opacity:.85;margin-bottom:2px;font-size:10px;font-weight:700}.solutions-dd-name{color:#fff;letter-spacing:-.02em;font-size:15px;font-weight:600;line-height:1.25}.solutions-dd-desc{color:#ffffff85;margin:0;font-size:13px;line-height:1.65}.solutions-dd-cta{color:#69f;align-items:center;gap:5px;margin-top:auto;font-size:12.5px;font-weight:600;display:inline-flex}.solutions-dd-arr{transition:transform .15s;display:inline-block}.solutions-dd-card:hover .solutions-dd-arr{transform:translate(3px)}.solutions-dd-footer{background:#141621;border-top:1px solid #252e49;justify-content:center;align-items:center;gap:0;padding:10px 16px;display:flex}.solutions-dd-footer-link{color:#ffffff85;white-space:nowrap;border-radius:7px;align-items:center;gap:7px;padding:12px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex}.solutions-dd-footer-link:hover{color:#fff;background:#ffffff0f}.solutions-dd-footer-link.is-accent{color:#5580ff;font-weight:600}.solutions-dd-footer-link.is-accent:hover{color:#7a9aff;background:#3366fc14}.solutions-dd-footer-link.is-accent:hover .solutions-dd-arr{transform:translate(3px)}.solutions-dd-footer-sep{background:#252e49;flex-shrink:0;width:1px;height:18px;margin:0 4px}.solutions-dd-light .solutions-dd-panel{background:#fff;border-color:#e5e7eb;box-shadow:0 16px 48px #00000014,0 4px 16px #0000000a}.solutions-dd-light .solutions-dd-card:not(:last-child){border-right-color:#e5e7eb}.solutions-dd-light .solutions-dd-card:hover{background:#f9fafb}.solutions-dd-light .solutions-dd-eyebrow{color:#46c}.solutions-dd-light .solutions-dd-name{color:#111827}.solutions-dd-light .solutions-dd-desc{color:#0000008c}.solutions-dd-light .solutions-dd-cta{color:#46c}.solutions-dd-light .solutions-dd-footer{background:#f3f4f6;border-top-color:#e5e7eb}.solutions-dd-light .solutions-dd-footer-link{color:#0000008c}.solutions-dd-light .solutions-dd-footer-link:hover{color:#111827;background:#0000000a}.solutions-dd-light .solutions-dd-footer-sep{background:#e5e7eb}.solutions-dd-light .solutions-dd-footer-link.is-accent{color:#35c}.solutions-dd-light .solutions-dd-footer-link.is-accent:hover{color:#24a;background:#3344cc0f}.solutions-dd-light .solutions-dd-icon.is-campaigns,.solutions-dd-light .solutions-dd-icon.is-payments{box-shadow:0 0 0 1px #00000014}.solutions-dd-light .solutions-dd-card:hover .solutions-dd-icon{box-shadow:0 0 12px #46c3}.button-slack.is-on-light,.button-slack-outline.is-on-light{color:#111827;box-shadow:inset 0 0 0 1px #00000026}.button-slack.is-on-light:hover,.button-slack-outline.is-on-light:hover{background-color:#0000000a;box-shadow:inset 0 0 0 1px #00000040}.solutions-dd-mobile-link{display:none}@media screen and (width<=767px){.solutions-dd-trigger{display:none!important}.solutions-dd-mobile-link{display:block!important}.solutions-dd,.solutions-dd-backdrop{display:none!important}.solutions-dd-panel{border-left:none;border-right:none;border-radius:0 0 12px 12px}.solutions-dd-cards{grid-template-columns:1fr}.solutions-dd-card:not(:last-child){border-bottom:1px solid #252e49;border-right:none}.solutions-dd-card{padding:20px 20px 18px}.solutions-dd-footer{flex-wrap:wrap;gap:4px;padding:10px 12px}.solutions-dd-footer-sep{display:none}.solutions-dd-footer-link{padding:12px}}.nav_container:where(.astro-vi6cectr){justify-content:space-between;align-items:center;max-width:1300px;margin-left:auto;margin-right:auto;display:flex;position:relative}.nav_container:where(.astro-vi6cectr).max-w-1200{grid-column-gap:40px;grid-row-gap:40px;justify-content:flex-start;max-width:1200px}.nav_menu:where(.astro-vi6cectr){color:var(--nc-ink);align-self:center;display:flex;position:static}.nav_buttons:where(.astro-vi6cectr){display:block;position:relative}.nav_buttons:where(.astro-vi6cectr).for-mobile{display:none}.nav_buttons:where(.astro-vi6cectr).left-auto{margin-left:auto;display:flex}.btn:where(.astro-vi6cectr).btn-link{color:var(--nc-muted);background-color:#fff0}.btn:where(.astro-vi6cectr).btn-link:hover{color:var(--nc-primary-solid)}.btn:where(.astro-vi6cectr).btn-link.is-white{color:var(--white);letter-spacing:-.48px;font-weight:500}.btn:where(.astro-vi6cectr).btn-link.is-black{color:var(--black);letter-spacing:-.48px;font-weight:500}.nav_link:where(.astro-vi6cectr){color:var(--nc-muted);background-color:#0000;padding:20px 15px;text-decoration:none}.nav_link:where(.astro-vi6cectr).is-white{color:var(--white);letter-spacing:-.48px;padding-top:10px;padding-bottom:10px;font-weight:500}.nav_link:where(.astro-vi6cectr).is-black{color:var(--black);letter-spacing:-.48px;padding-top:10px;padding-bottom:10px;font-weight:500}.nav_btn-mob:where(.astro-vi6cectr){background-color:#0000;align-self:center;padding:30px 20px;display:none}.nav_logo:where(.astro-vi6cectr){z-index:1;background-color:#0000;align-self:stretch;align-items:center;display:flex}.nav_burger-middle:where(.astro-vi6cectr){color:var(--nc-black);background-color:var(--nc-black);width:20px;height:2px;display:block}.nav_burger-top:where(.astro-vi6cectr){background-color:var(--nc-bg-light);width:20px;height:2px;margin-bottom:4px}.nav_burger-bottom:where(.astro-vi6cectr){background-color:var(--nc-black);width:20px;height:2px;margin-top:4px}.logo-dark-icon:where(.astro-vi6cectr),.logo-light:where(.astro-vi6cectr){display:none}.logo-light:where(.astro-vi6cectr).show{flex:none;width:116px;display:block}.image-191:where(.astro-vi6cectr),.image-193:where(.astro-vi6cectr){display:none}@media screen and (width>=1920px){.nav_container:where(.astro-vi6cectr){margin-left:auto;margin-right:auto}}@media screen and (width<=991px){.nav_container:where(.astro-vi6cectr){justify-content:flex-start;display:flex}.nav_container:where(.astro-vi6cectr).max-w-1200{grid-column-gap:0px;grid-row-gap:0px}.nav_menu:where(.astro-vi6cectr){z-index:2;background-color:var(--nc-bg-light);flex-direction:column;flex:0 auto;justify-content:flex-start;align-self:auto;align-items:flex-start;margin-top:74px;padding-top:0;display:flex;position:fixed;inset:0%;overflow:scroll}.nav_menu:where(.astro-vi6cectr).new{backdrop-filter:blur(20px);background-color:var(--nc-surface-deep);margin-top:144px;display:flex}.nav_menu:where(.astro-vi6cectr).is-dark-blue-bg{backdrop-filter:blur(20px);background-color:var(--nc-surface-deep);height:84vh;margin-top:85px;display:none;overflow:visible}.nav_buttons:where(.astro-vi6cectr){margin-left:auto;display:block;position:static}.nav_link:where(.astro-vi6cectr){align-self:stretch;position:relative}.nav_link:where(.astro-vi6cectr).is-white{padding-top:20px;padding-bottom:20px}.nav_link:where(.astro-vi6cectr).is-black{background-color:var(--white);padding-top:20px;padding-bottom:20px}.nav_btn-mob:where(.astro-vi6cectr){z-index:1;margin-right:6px;padding-top:20px;padding-bottom:20px;display:block;position:static;inset:0% 0% auto auto}.nav_btn-mob:where(.astro-vi6cectr).w--open{background-color:#0000}.nav_btn-mob:where(.astro-vi6cectr).invert{filter:invert()}.nav_logo:where(.astro-vi6cectr){z-index:2}.nav_burger-middle:where(.astro-vi6cectr){display:block}.nav_burger-middle:where(.astro-vi6cectr).white{background-color:var(--nc-bg-light)}.nav_burger-top:where(.astro-vi6cectr){background-color:var(--nc-black)}.nav_burger-top:where(.astro-vi6cectr).white,.nav_burger-bottom:where(.astro-vi6cectr).white{background-color:var(--nc-bg-light)}.nav_menu:where(.astro-vi6cectr).is-dark-blue-bg.nc-open{display:flex!important}}@media screen and (width<=767px){.nav_container:where(.astro-vi6cectr).max-w-1200{justify-content:space-between}.nav_menu:where(.astro-vi6cectr),.nav_buttons:where(.astro-vi6cectr).left-auto{display:none}.btn:where(.astro-vi6cectr).btn-link.is-white,.btn:where(.astro-vi6cectr).btn-link.is-black{padding-left:26px;padding-right:26px}.nav_btn-mob:where(.astro-vi6cectr){padding-top:20px;padding-bottom:20px}.nav_logo:where(.astro-vi6cectr){justify-content:center;align-items:center;padding-left:0}.nav_logo:where(.astro-vi6cectr).w--current{flex-flow:column;flex:0 auto;align-self:stretch}.logo-dark-icon:where(.astro-vi6cectr){text-align:left;flex:none;align-self:auto;display:block;position:static}.logo-dark-icon:where(.astro-vi6cectr).hide,.logo-light:where(.astro-vi6cectr){display:none}.logo-light:where(.astro-vi6cectr).show{height:24px}}@media screen and (width<=479px){.nav_menu:where(.astro-vi6cectr){display:none}.nav_menu:where(.astro-vi6cectr).is-dark-blue-bg{height:85vh;margin-top:77px}.nav_buttons:where(.astro-vi6cectr){display:none}.nav_buttons:where(.astro-vi6cectr).for-mobile{flex-direction:column;justify-content:center;align-self:auto;align-items:center;width:100%;display:flex}.nav_buttons:where(.astro-vi6cectr).left-auto{display:none}.btn:where(.astro-vi6cectr).btn-link{order:1;justify-content:center;align-self:stretch;align-items:center;display:flex}.nav_btn-mob:where(.astro-vi6cectr){display:block}.logo-dark-icon:where(.astro-vi6cectr),.logo-light:where(.astro-vi6cectr){display:none}}.btn:where(.astro-vi6cectr){z-index:1;color:var(--nc-ink);background-color:var(--nc-primary-solid);border-radius:5px;margin-left:2px;margin-right:2px;padding:10px 30px;font-weight:600;position:static}.btn:where(.astro-vi6cectr):hover{background-color:var(--nc-primary-hover)}.main-navigation-2:where(.astro-vi6cectr){z-index:1000;background-color:var(--primary-dark);width:100%;padding-left:12px;padding-right:12px;position:fixed;top:0}.main-navigation-2:where(.astro-vi6cectr).is-solution-page{backdrop-filter:blur(20px);background-color:#030e1f1a;border-bottom:1px solid #fff3;padding:20px 40px;top:36px}.main-navigation-2:where(.astro-vi6cectr).is-light{backdrop-filter:blur(20px);background-color:var(--nc-bg-light);border-bottom:1px solid #0000001a;padding:20px 40px;top:36px}@media screen and (width<=991px){.main-navigation-2:where(.astro-vi6cectr){padding-left:0}.main-navigation-2:where(.astro-vi6cectr).is-solution-page{background-color:#030e1f1a;padding:16px 30px 16px 10px;top:36px}.main-navigation-2:where(.astro-vi6cectr).is-light{padding:16px 30px 16px 10px;top:36px}}@media screen and (width<=767px){.btn:where(.astro-vi6cectr){padding-left:26px;padding-right:26px}.main-navigation-2:where(.astro-vi6cectr).is-solution-page,.main-navigation-2:where(.astro-vi6cectr).is-light{padding:16px 24px 16px 5px}}@media screen and (width<=479px){.btn:where(.astro-vi6cectr){justify-content:center;align-self:stretch;align-items:center;margin-bottom:6px;display:flex}.main-navigation-2:where(.astro-vi6cectr).is-solution-page,.main-navigation-2:where(.astro-vi6cectr).is-light{padding:12px 20px 12px 0}}.grid-new:where(.astro-oenwriqq).is-footer{grid-column-gap:24px;grid-row-gap:24px;flex-flow:column;justify-content:center;align-items:center;max-width:1336px;margin-left:auto;margin-right:auto;display:flex}.grid-new:where(.astro-oenwriqq).is-btm{justify-content:center;align-items:center;padding-left:40px;padding-right:40px;display:flex}.grid-item-new:where(.astro-oenwriqq).is-contact-box{justify-content:center;width:100%;display:flex}.grid-item-new:where(.astro-oenwriqq).is-btm-footer-wrapper{justify-content:space-between;align-items:center;width:100%;max-width:1336px;margin-left:auto;margin-right:auto;padding-top:35px;padding-bottom:35px;display:flex}.text-size-medium:where(.astro-oenwriqq).opacity-50{opacity:.5}.contact-box:where(.astro-oenwriqq){justify-content:space-between;align-items:center;width:100%;min-width:50%;padding-top:58px;padding-bottom:58px;padding-right:41px;display:flex}.footer-logo-text-wrapper:where(.astro-oenwriqq){grid-column-gap:20px;grid-row-gap:20px;flex-flow:column;align-items:flex-start;display:flex}.footer-logo-link:where(.astro-oenwriqq){width:239px;height:48.7px}.footer-logo:where(.astro-oenwriqq){width:100%;height:100%}.social-links-wrapper:where(.astro-oenwriqq){grid-column-gap:16px;grid-row-gap:16px;justify-content:center;align-items:center;display:flex}.social-link:where(.astro-oenwriqq){filter:drop-shadow(5.62px 2.81px 6.74px #0006);backdrop-filter:blur(4.5px);width:67.3px;height:69.4px;box-shadow:inset 0 0 0 1px var(--nc-bg-4);background-image:radial-gradient(circle,#1c1c2f54,#13192f54);border-radius:1px;flex:none;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon:where(.astro-oenwriqq){object-fit:cover;flex:none;height:32px}.email-link:where(.astro-oenwriqq){color:var(--white);letter-spacing:-.6px;font-size:20px;line-height:28px}.email-link:where(.astro-oenwriqq).opacity-80{opacity:.8}.email-link:where(.astro-oenwriqq).opacity-50{opacity:.5}.contact-box-vertical:where(.astro-oenwriqq){grid-column-gap:40px;grid-row-gap:40px;flex-flow:column;justify-content:center;align-items:flex-start;width:100%;padding:58px 41px;display:flex}.footer-links-wrapper:where(.astro-oenwriqq){grid-column-gap:30px;grid-row-gap:30px;flex-flow:row;justify-content:flex-start;align-items:center;width:100%;max-width:583px;display:flex}.footer-links-wrapper:where(.astro-oenwriqq).gape-24{grid-column-gap:15px;grid-row-gap:15px;flex-flow:row;justify-content:space-between;max-width:none}.footer-links-wrapper:where(.astro-oenwriqq).gape-24.textalign-center{text-align:center;justify-content:center;align-items:center}.footer-links-wrapper:where(.astro-oenwriqq).gape-24.footer-btm{grid-column-gap:30px;grid-row-gap:30px;justify-content:flex-start}.footer-link:where(.astro-oenwriqq){opacity:.5;color:var(--nc-ink);cursor:pointer;text-decoration:none}.footer-link:where(.astro-oenwriqq).is-text{cursor:auto}.divider-line-vertical:where(.astro-oenwriqq){opacity:.2;background-color:var(--nc-bg-light);min-width:1px}@media screen and (width<=991px){.grid-new:where(.astro-oenwriqq).is-btm{padding-left:30px;padding-right:30px}.grid-item-new:where(.astro-oenwriqq).is-btm-footer-wrapper{grid-column-gap:20px;grid-row-gap:20px;flex-flow:column;padding-top:24px;padding-bottom:24px}.contact-box:where(.astro-oenwriqq){flex-flow:column;justify-content:space-between;align-items:flex-start;padding-left:24px;padding-right:24px}.footer-logo-link:where(.astro-oenwriqq){width:180px;height:auto}.social-link:where(.astro-oenwriqq){width:50px;height:50px}.social-icon:where(.astro-oenwriqq){height:24px}.footer-links-wrapper:where(.astro-oenwriqq){grid-column-gap:20px;grid-row-gap:20px;justify-content:flex-start}.footer-links-wrapper:where(.astro-oenwriqq).gape-24{grid-column-gap:24px;grid-row-gap:24px;justify-content:center}.footer-links-wrapper:where(.astro-oenwriqq).gape-24.footer-btm{justify-content:center;align-items:flex-start}}@media screen and (width<=767px){.container-new:where(.astro-oenwriqq).no-pad{padding-left:0;padding-right:0}.grid-new:where(.astro-oenwriqq).is-btm{padding-left:24px;padding-right:24px}.grid-item-new:where(.astro-oenwriqq).is-contact-box{flex-flow:wrap-reverse}.grid-item-new:where(.astro-oenwriqq).is-btm-footer-wrapper{padding-top:34px;padding-bottom:20px}.text-size-medium:where(.astro-oenwriqq).opacity-50{display:none}.contact-box:where(.astro-oenwriqq){flex-flow:row;justify-content:space-between;align-items:center;padding-top:24px;padding-bottom:24px;padding-left:24px}.footer-logo-text-wrapper:where(.astro-oenwriqq){grid-column-gap:14px;grid-row-gap:14px}.footer-logo-link:where(.astro-oenwriqq){width:200px}.social-links-wrapper:where(.astro-oenwriqq){grid-column-gap:10px;grid-row-gap:10px}.email-link:where(.astro-oenwriqq){font-size:18px;line-height:24px}.contact-box-vertical:where(.astro-oenwriqq){padding:24px}.footer-links-wrapper:where(.astro-oenwriqq).gape-24{grid-column-gap:12px;grid-row-gap:8px;flex-flow:wrap}.footer-link:where(.astro-oenwriqq){font-size:15px}.divider-line-vertical:where(.astro-oenwriqq){min-width:100%;min-height:1px}}@media screen and (width<=479px){.grid-new:where(.astro-oenwriqq).is-btm{padding-left:18px;padding-right:18px}.contact-box:where(.astro-oenwriqq){padding:20px}.footer-logo-link:where(.astro-oenwriqq){width:150px}.social-links-wrapper:where(.astro-oenwriqq){grid-column-gap:10px;grid-row-gap:10px}.social-link:where(.astro-oenwriqq){width:40px;height:40px}.social-icon:where(.astro-oenwriqq){height:20px}.contact-box-vertical:where(.astro-oenwriqq){padding:20px}.footer-links-wrapper:where(.astro-oenwriqq){grid-template-rows:auto auto;grid-template-columns:1fr 1fr 1fr;grid-auto-columns:1fr;justify-items:stretch}.footer-links-wrapper:where(.astro-oenwriqq).gape-24{grid-row-gap:12px;flex-flow:column}.footer-links-wrapper:where(.astro-oenwriqq).gape-24.textalign-center{display:flex}.footer-links-wrapper:where(.astro-oenwriqq).gape-24.footer-btm{grid-column-gap:16px;grid-row-gap:10px;flex-flow:wrap;justify-content:center;align-items:flex-start}}.modal_dialog:where(.astro-23uneqf5){width:100%;max-width:100%;height:100%;position:relative}.modal_header:where(.astro-23uneqf5){flex:0 auto;justify-content:space-between;align-items:flex-start;display:flex}.modal_close:where(.astro-23uneqf5){background-color:#0000;flex:0 auto;margin:0 0 0 auto;padding:.5rem}.modal_close-icon:where(.astro-23uneqf5){width:16px}.modal_body:where(.astro-23uneqf5){flex:auto;width:100%;max-width:960px;margin-left:auto;margin-right:auto;padding:0 48px 48px;position:relative;overflow:auto}.modal-tally-new:where(.astro-23uneqf5){z-index:1050;object-fit:fill;width:100%;height:100%;display:none;position:fixed;inset:0% auto auto 0%;overflow:clip}.modal_content-tallynew:where(.astro-23uneqf5){background-image:linear-gradient(#1a1917,#1a1917);flex-direction:column;width:100%;height:100%;display:flex;position:relative}@media screen and (width<=479px){.modal_body:where(.astro-23uneqf5){padding-left:16px;padding-right:16px}.modal-tally-new:where(.astro-23uneqf5){display:none}}#nc-modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}#nc-modal-backdrop.open{animation:.18s nc-fade-in;display:flex}@keyframes nc-fade-in{0%{opacity:0}to{opacity:1}}#nc-modal{background:var(--nc-bg-2);border:1px solid var(--nc-border);border-radius:var(--nc-radius);width:100%;max-width:480px;max-height:90vh;font-family:var(--nc-font-sans);color:var(--nc-txt);animation:.22s cubic-bezier(.16,1,.3,1) nc-slide-up;overflow-y:auto;box-shadow:0 24px 80px #000000b3,0 0 0 1px #ffffff0a}@keyframes nc-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#nc-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:24px 24px 0;display:flex}#nc-modal-title{letter-spacing:-.02em;color:var(--nc-txt);margin:0 0 3px;font-size:17px;font-weight:700}#nc-modal-subtitle{color:var(--nc-txt-3);margin:0;font-size:13px;line-height:1.5}#nc-modal-close{cursor:pointer;color:var(--nc-txt-3);background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px;line-height:1;transition:color .15s,background .15s}#nc-modal-close:hover{color:var(--nc-txt);background:var(--nc-bg-3)}.nc-screen{display:none}.nc-screen.active{display:block}#nc-path-selector{flex-direction:column;gap:10px;padding:18px 24px 28px;display:flex}.nc-path-card{background:var(--nc-bg-3);border:1px solid var(--nc-border);border-radius:var(--nc-radius);cursor:pointer;text-align:left;width:100%;color:var(--nc-txt);align-items:center;gap:14px;padding:14px 16px;font-family:inherit;transition:border-color .15s,background .15s,transform .1s;display:flex}.nc-path-card:hover{border-color:var(--nc-primary);background:var(--nc-bg-hover)}.nc-path-card:active{transform:scale(.99)}.nc-path-icon{background:var(--nc-bg-2);border:1px solid var(--nc-border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;line-height:1;display:flex}.nc-path-title{letter-spacing:-.01em;margin:0 0 2px;font-size:14px;font-weight:700}.nc-path-desc{color:var(--nc-txt-3);margin:0;font-size:12px;line-height:1.4}.nc-path-arrow{color:var(--nc-txt-3);flex-shrink:0;margin-left:auto}.nc-slack-badge{background:var(--nc-primary-muted);border:1px solid var(--nc-primary-border);color:var(--nc-primary-light);border-radius:6px;align-items:center;gap:8px;margin:14px 24px 0;padding:8px 12px;font-size:12px;line-height:1.4;display:flex}.nc-back-btn{color:var(--nc-txt-3);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin:16px 24px -4px;padding:0;font-family:inherit;font-size:12px;transition:color .15s;display:flex}.nc-back-btn:hover{color:var(--nc-txt-2)}.nc-error-banner{background:var(--nc-red-bg);border:1px solid var(--nc-red-border);border-radius:var(--nc-radius-sm);color:var(--nc-red);margin:12px 24px 0;padding:10px 14px;font-size:13px;display:none}.nc-error-banner.visible{display:block}.nc-form{flex-direction:column;gap:14px;padding:20px 24px 24px;display:flex}.nc-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.nc-field{flex-direction:column;gap:5px;display:flex}.nc-field label{color:var(--nc-txt-2);letter-spacing:.02em;font-size:12px;font-weight:600}.nc-field label span.req{color:var(--nc-primary);margin-left:2px}.nc-field input,.nc-field select{background:var(--nc-bg-3);border:1px solid var(--nc-border);border-radius:var(--nc-radius-sm);color:var(--nc-txt);box-sizing:border-box;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.nc-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7a91' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;height:38px;padding-right:30px;line-height:1}.nc-field input::placeholder{color:var(--nc-txt-3)}.nc-field select option{background:var(--nc-bg-3)}.nc-field input:focus,.nc-field select:focus{border-color:var(--nc-primary);box-shadow:0 0 0 3px var(--nc-primary-muted)}.nc-field input.nc-error,.nc-field select.nc-error{border-color:var(--nc-red);box-shadow:0 0 0 3px var(--nc-red-bg)}.nc-field-error{color:var(--nc-red);font-size:11.5px;display:none}.nc-field-error.visible{display:block}.nc-trap-field{display:none!important}.nc-divider{border:none;border-top:1px solid var(--nc-border);margin:2px 0}.nc-submit-btn{background:var(--nc-primary);color:#fff;border-radius:var(--nc-radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:flex}.nc-submit-btn:hover{background:var(--nc-primary-light)}.nc-submit-btn:active{transform:scale(.99)}.nc-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.nc-submit-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite nc-spin;display:none}@keyframes nc-spin{to{transform:rotate(360deg)}}.nc-submit-btn.loading .nc-submit-spinner{display:block}.nc-submit-btn.loading .nc-submit-label{display:none}.nc-form-note{color:var(--nc-txt-3);text-align:center;margin:0;font-size:11.5px;line-height:1.5}#nc-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 32px;display:none}#nc-success.visible{display:flex}#nc-success-icon{background:var(--nc-green-bg);border:1px solid var(--nc-green-border);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}#nc-success h3{letter-spacing:-.02em;color:var(--nc-txt);margin:0;font-size:17px;font-weight:700}#nc-success p{color:var(--nc-txt-2);max-width:340px;margin:0;font-size:13.5px;line-height:1.6}#nc-success-email{color:var(--nc-txt);font-weight:600}:root{--nc-mobile-panel-scroll-offset:137px}html{scroll-behavior:smooth;scroll-padding-top:90px}.page-wrapper:where(.astro-hkbrpulz){width:100%}.body-color-dark:where(.astro-hkbrpulz){color:var(--nc-ink);background-color:var(--nc-bg);line-height:150%}.top-bar-wrapper:where(.astro-hkbrpulz){z-index:999;text-align:center;background-color:var(--nc-primary-solid);justify-content:center;align-items:center;width:100%;padding-top:10px;padding-bottom:10px;display:flex;position:fixed;top:0}.main-wrapper:where(.astro-hkbrpulz){width:100%}
