:root{--color-bg: #fafaf7;--color-ink: #1a1d21;--color-ink-soft: #262a30;--color-surface-dark: #1a1d21;--color-accent: #002f87;--color-accent-hover: #001f5c;--color-accent-on-dark: #7b9ce0;--color-text: #1a1d21;--color-text-muted: #5a5f66;--color-text-on-dark: #f5f6f7;--color-text-on-dark-muted: rgba(245, 246, 247, .66);--color-text-on-accent: #ffffff;--color-border: #e4e2dc;--color-border-dark: rgba(245, 246, 247, .14);--color-surface: #ffffff;--color-surface-muted: #eeede9;--grid-line: rgba(29, 31, 36, .06);--grid-line-on-dark: rgba(245, 246, 247, .07);--font-display: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-xs: .78rem;--text-sm: .875rem;--text-base: 1.0625rem;--text-lg: 1.1875rem;--text-xl: clamp(1.35rem, 2.2vw, 1.6rem);--text-2xl: clamp(1.75rem, 3.4vw, 2.35rem);--text-3xl: clamp(2.5rem, 5vw, 4.25rem);--text-display: clamp(5rem, 14vw, 11rem);--leading-tight: 1.05;--leading-snug: 1.18;--leading-normal: 1.6;--tracking-tight: -.02em;--tracking-eyebrow: .14em;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--max-width: 1160px;--header-h: 5rem;--section-pad-y: clamp(4.5rem, 9vw, 8rem);--gutter: clamp(1.25rem, 4vw, 2.5rem);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 2px rgba(16, 18, 23, .05);--shadow-md: 0 10px 30px -12px rgba(16, 18, 23, .18);--shadow-lift: 0 18px 40px -16px rgba(16, 18, 23, .28);--btn-pad-y: .9rem;--btn-pad-x: 1.6rem;--btn-radius: var(--radius-md);--btn-weight: var(--weight-semibold);--link-color: var(--color-accent);--link-hover: var(--color-accent-hover);--focus-ring: 0 0 0 2px var(--color-bg), 0 0 0 4px var(--color-accent);--ease-out: cubic-bezier(.22, 1, .36, 1);--reveal-dur: .7s}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg{display:block;max-width:100%}h1,h2,h3{font-family:var(--font-display);line-height:var(--leading-snug);font-weight:var(--weight-bold);letter-spacing:var(--tracking-tight);color:var(--color-text)}h1{font-size:var(--text-3xl);line-height:var(--leading-tight);font-weight:800}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-lg)}p{text-wrap:pretty}a{color:var(--link-color);text-decoration:none;transition:color .15s ease}a:hover{color:var(--link-hover);text-decoration:underline}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-pad-y);position:relative;scroll-margin-top:var(--header-h)}.section-dark{background:var(--color-ink);color:var(--color-text-on-dark)}.section-dark h1,.section-dark h2,.section-dark h3{color:var(--color-text-on-dark)}.grid-divider:before{content:"";position:absolute;inset:0 0 auto 0;height:64px;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent);mask-image:linear-gradient(to bottom,#000,transparent);pointer-events:none}.section-dark.grid-divider:before{background-image:linear-gradient(to right,var(--grid-line-on-dark) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line-on-dark) 1px,transparent 1px)}.eyebrow{display:inline-block;font-family:var(--font-display);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-4)}.section-dark .eyebrow{color:var(--color-accent-on-dark)}.btn{display:inline-block;padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-family:var(--font-display);font-weight:var(--btn-weight);font-size:var(--text-base);line-height:1;letter-spacing:-.01em;cursor:pointer;border:2px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s var(--ease-out),box-shadow .18s ease}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn-primary{background:var(--color-accent);color:var(--color-text-on-accent);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--color-accent-hover);color:var(--color-text-on-accent);box-shadow:var(--shadow-lift)}.btn-outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn-outline:hover{background:var(--color-accent);color:var(--color-text-on-accent)}.btn:focus-visible{box-shadow:var(--focus-ring)}.lift{transition:transform .22s var(--ease-out),box-shadow .22s ease,border-color .22s ease}.lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}.reveal{opacity:0;transform:translateY(22px);transition:opacity var(--reveal-dur) var(--ease-out),transform var(--reveal-dur) var(--ease-out);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn:hover,.lift:hover{transform:none}}._header_s54t7_3{position:sticky;top:0;z-index:100;min-height:var(--header-h);display:flex;align-items:center;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);color:var(--color-text)}._bar_s54t7_16{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);width:100%}._logo_s54t7_24{display:inline-flex;align-items:center;gap:var(--space-3);color:inherit;min-width:0}._logo_s54t7_24:hover{color:inherit;text-decoration:none;opacity:.85}._logoMark_s54t7_40{height:2.8rem;width:auto;flex-shrink:0}._desktopNav_s54t7_47{display:none;align-items:center;gap:var(--space-6);margin-left:auto}._navLink_s54t7_54{font-family:var(--font-display);font-weight:500;font-size:.95rem;color:inherit;position:relative;padding-block:.4rem}._navLink_s54t7_54:hover{color:var(--color-accent);text-decoration:none}._navLink_s54t7_54:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .2s var(--ease-out)}._navLink_s54t7_54:hover:after{transform:scaleX(1)}._actions_s54t7_83{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}._cta_s54t7_90{display:none;padding:.6rem 1.1rem;font-size:.95rem;box-shadow:none}._callBtn_s54t7_98{display:inline-flex;align-items:center;gap:var(--space-2);padding:.5rem .85rem;border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-text-on-accent);font-family:var(--font-display);font-weight:600;font-size:.95rem}._callBtn_s54t7_98:hover{background:var(--color-accent-hover);color:var(--color-text-on-accent);text-decoration:none}._callLabel_s54t7_115{line-height:1}._hamburger_s54t7_120{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;background:transparent;color:inherit;cursor:pointer;padding:0}._hamburgerBox_s54t7_133{position:relative;display:inline-block;width:22px;height:16px}._hamburgerBox_s54t7_133 span{position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .25s var(--ease-out),opacity .2s ease,top .25s var(--ease-out)}._hamburgerBox_s54t7_133 span:nth-child(1){top:0}._hamburgerBox_s54t7_133 span:nth-child(2){top:7px}._hamburgerBox_s54t7_133 span:nth-child(3){top:14px}._hamburgerBox_s54t7_133[data-open=true] span:nth-child(1){top:7px;transform:rotate(45deg)}._hamburgerBox_s54t7_133[data-open=true] span:nth-child(2){opacity:0}._hamburgerBox_s54t7_133[data-open=true] span:nth-child(3){top:7px;transform:rotate(-45deg)}._mobileMenu_s54t7_166{position:fixed;top:var(--header-h);left:0;right:0;z-index:99;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:var(--space-5) var(--gutter) var(--space-6);transform-origin:top}._mobileMenu_s54t7_166[data-open=true]{animation:_dropIn_s54t7_1 .22s var(--ease-out)}@keyframes _dropIn_s54t7_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}._mobileNav_s54t7_187{display:flex;flex-direction:column}._mobileLink_s54t7_191{font-family:var(--font-display);font-weight:600;font-size:1.15rem;color:var(--color-text);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border)}._mobileLink_s54t7_191:hover{color:var(--color-accent);text-decoration:none}._mobileContact_s54t7_204{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-5)}._mobileEmail_s54t7_211{font-size:.95rem;color:var(--color-text-muted)}._backdrop_s54t7_216{position:fixed;inset:var(--header-h) 0 0 0;z-index:98;border:none;background:#10121766;cursor:default}@media (max-width: 400px){._callLabel_s54t7_115{display:none}}@media (min-width: 880px){._logoMark_s54t7_40{height:3.6rem}._desktopNav_s54t7_47{display:flex}._cta_s54t7_90{display:inline-block}._callBtn_s54t7_98,._hamburger_s54t7_120,._mobileMenu_s54t7_166,._backdrop_s54t7_216{display:none}}@media (prefers-reduced-motion: reduce){._mobileMenu_s54t7_166[data-open=true]{animation:none}._navLink_s54t7_54:after{transition:none}}._hero_1yu4p_1{position:relative;min-height:clamp(34rem,82vh,50rem);display:flex;align-items:center;overflow:hidden;background:var(--color-ink);isolation:isolate}._bg_1yu4p_12{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}._scrim_1yu4p_22{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(100deg,#101217db,#101217a8 38%,#10121738 70%,#10121714)}._inner_1yu4p_36{width:100%;padding-block:var(--space-8)}@media (min-width: 1000px){._inner_1yu4p_36{max-width:none;margin-inline:0;padding-inline:clamp(2rem,5vw,4.5rem)}}._copy_1yu4p_53{max-width:40rem;color:var(--color-text-on-dark)}._eyebrow_1yu4p_60{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--text-sm);letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-on-dark);margin-bottom:var(--space-4)}._eyebrow_1yu4p_60:before{content:"";width:2.25rem;height:2px;background:currentColor;opacity:.85}._headline_1yu4p_84{font-size:clamp(1.7rem,4.6vw,3.35rem);color:var(--color-text-on-dark);margin-bottom:var(--space-5);text-wrap:balance}._scopes_1yu4p_94{display:flex;flex-direction:column;gap:var(--space-3);max-width:34rem;margin-bottom:var(--space-7);padding-left:var(--space-5);border-left:3px solid var(--color-accent-on-dark)}._scope_1yu4p_94{margin:0;font-size:var(--text-lg);line-height:var(--leading-snug);color:var(--color-text-on-dark)}._ctas_1yu4p_110{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center}._secondaryBtn_1yu4p_118{background:transparent;color:var(--color-text-on-dark);border-color:#f5f6f773}._secondaryBtn_1yu4p_118:hover{background:var(--color-text-on-dark);color:var(--color-ink);border-color:var(--color-text-on-dark)}@media (max-width: 600px){._scrim_1yu4p_22{background:linear-gradient(180deg,#1012178c,#101217c7)}}._head_sbsn9_1{max-width:640px;margin-bottom:var(--space-7)}._heading_sbsn9_6{font-size:var(--text-2xl)}._steps_sbsn9_10{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-6)}._step_sbsn9_10{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-3)}._badge_sbsn9_28{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--color-accent);color:var(--color-text-on-accent);font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-xl);line-height:1}._stepTitle_sbsn9_43{color:var(--color-accent);font-size:var(--text-lg)}._stepCopy_sbsn9_48{color:var(--color-text-muted);max-width:34ch}@media (min-width: 760px){._steps_sbsn9_10{grid-template-columns:repeat(3,1fr);gap:var(--space-7)}._step_sbsn9_10:not(:last-child):after{content:"";position:absolute;top:1.5rem;left:calc(50% + 1.5rem + var(--space-3));right:calc(1.5rem + var(--space-3) - 50% - var(--space-7));height:2px;background:var(--color-border)}}._head_n8v0m_1{max-width:46rem;margin-bottom:var(--space-8)}._heading_n8v0m_6{font-size:var(--text-2xl);font-weight:var(--weight-semibold);text-wrap:balance}._grid_n8v0m_12{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-5)}._card_n8v0m_20{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-6);box-shadow:var(--shadow-sm);overflow:hidden}._accentRule_n8v0m_32{display:block;width:32px;height:3px;border-radius:2px;background:var(--color-accent);margin-bottom:var(--space-4)}._cardTitle_n8v0m_41{margin-bottom:var(--space-2)}._cardCopy_n8v0m_45{color:var(--color-text-muted);font-size:var(--text-base)}@media (min-width: 640px){._grid_n8v0m_12{grid-template-columns:repeat(2,1fr)}}@media (min-width: 980px){._grid_n8v0m_12{grid-template-columns:repeat(3,1fr)}}._split_1okyz_1{display:grid;grid-template-columns:1fr;gap:var(--space-7);align-items:center}._media_1okyz_8{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4 / 3}._image_1okyz_16{width:100%;height:100%;object-fit:cover}._heading_1okyz_22{margin-bottom:var(--space-6)}._segments_1okyz_26{display:grid;gap:var(--space-5)}._card_1okyz_31{background:var(--color-ink-soft);border:1px solid var(--color-border-dark);border-left:3px solid var(--color-accent-on-dark);border-radius:var(--radius-md);padding:var(--space-5) var(--space-6)}._cardTitle_1okyz_39{margin-bottom:var(--space-3)}._copy_1okyz_43{color:var(--color-text-on-dark-muted)}@media (min-width: 860px){._split_1okyz_1{grid-template-columns:2fr 3fr;gap:var(--space-8)}}._roster_lr753_4{margin-top:var(--space-8);text-align:center}._intro_lr753_9{max-width:46rem;margin-inline:auto;font-size:var(--text-lg);color:var(--color-text-muted)}._chips_lr753_17{list-style:none;padding:0;margin:var(--space-6) auto 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-4);max-width:60rem}._chip_lr753_17{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--text-base);letter-spacing:-.005em;color:var(--color-accent);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.6rem 1.25rem;box-shadow:var(--shadow-sm);transition:transform .18s var(--ease-out),border-color .18s ease,box-shadow .18s ease}._chip_lr753_17:hover{transform:translateY(-2px);border-color:var(--color-accent);box-shadow:var(--shadow-md)}._list_lr753_50{list-style:none;padding:0;margin:var(--space-6) auto 0;display:grid;grid-template-columns:1fr;gap:var(--space-3) var(--space-7);width:fit-content;text-align:left}._listItem_lr753_61{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-xl);color:var(--color-text)}._listItem_lr753_61:before{content:"";flex-shrink:0;width:.6rem;height:.6rem;background:var(--color-accent);border-radius:2px}@media (min-width: 640px){._list_lr753_50{grid-template-columns:repeat(2,auto)}}._grid_k8f3q_1{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-6)}._pillar_k8f3q_9{position:relative;text-align:left;padding:var(--space-7) var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:flex-start}._centered_k8f3q_24{text-align:center;align-items:center}._bigStat_k8f3q_30{font-family:var(--font-display);font-size:var(--text-display);font-weight:var(--weight-bold);letter-spacing:-.04em;line-height:.82;color:var(--color-accent);margin-bottom:var(--space-4)}._badge_k8f3q_40{margin-bottom:var(--space-4);height:auto;max-width:100%;object-fit:contain}._pillarText_k8f3q_48{font-size:var(--text-lg);color:var(--color-text)}._note_k8f3q_53{display:inline-block;margin-top:var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}@media (min-width: 768px){._grid_k8f3q_1{grid-template-columns:repeat(2,1fr);align-items:stretch;max-width:780px;margin-inline:auto}}._callout_k8f3q_72{margin-top:var(--space-8);margin-inline:auto;max-width:760px;background:#f4f5f7;border-left:5px solid var(--color-accent);border-radius:var(--radius-sm);padding:var(--space-6);font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--color-text)}._section_jq9hs_1{background:var(--color-surface-muted);border-block:1px solid var(--color-border);text-align:center}._eyebrow_jq9hs_7{margin-bottom:var(--space-7)}._strip_jq9hs_15{list-style:none;padding:0;margin-inline:auto;max-width:62rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-4)}._item_jq9hs_27{flex:0 0 auto;width:158px;min-height:88px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);transition:transform .2s var(--ease-out),box-shadow .2s ease,border-color .2s ease}._item_jq9hs_27:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--color-accent)}._logo_jq9hs_49{height:28px;width:auto;max-width:88%;object-fit:contain}._subCopy_jq9hs_56{color:var(--color-text-muted);margin-top:var(--space-7)}@media (min-width: 720px){._strip_jq9hs_15{gap:var(--space-5)}._item_jq9hs_27{width:172px;min-height:92px}._logo_jq9hs_49{height:30px}}._head_1kmyj_1{margin-bottom:var(--space-8)}._heading_1kmyj_5{margin-top:0}._grid_1kmyj_9{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-4)}._item_1kmyj_17{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface-muted);border:1px solid var(--color-border);aspect-ratio:4 / 3}._image_1kmyj_26{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-out)}._item_1kmyj_17:hover ._image_1kmyj_26{transform:scale(1.04)}._note_1kmyj_36{text-align:center;margin-top:var(--space-6);font-size:var(--text-sm);color:var(--color-text-muted);font-style:italic}@media (min-width: 560px){._grid_1kmyj_9{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){._grid_1kmyj_9{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion: reduce){._item_1kmyj_17:hover ._image_1kmyj_26{transform:none}}._section_1c9jb_1{background:var(--color-surface-dark);color:var(--color-text-on-dark);text-align:center}._eyebrow_1c9jb_7{display:inline-block;font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-on-dark);margin-bottom:var(--space-3)}._heading_1c9jb_17{color:var(--color-text-on-dark);margin-bottom:var(--space-3)}._copy_1c9jb_22{color:#ffffffd1;font-size:var(--text-lg);margin-bottom:var(--space-7)}._actions_1c9jb_28{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4)}._btnOnDark_1c9jb_36{background:transparent;color:var(--color-text-on-dark);border-color:#ffffff80}._btnOnDark_1c9jb_36:hover{background:var(--color-text-on-dark);color:var(--color-surface-dark)}._addresses_1c9jb_46{font-style:normal;margin-top:var(--space-7);display:grid;gap:var(--space-3);color:#ffffffd1;font-size:var(--text-sm)}._addrLabel_1c9jb_55{display:block;font-weight:var(--weight-semibold);color:var(--color-text-on-dark);letter-spacing:.04em;text-transform:uppercase;font-size:var(--text-xs);margin-bottom:2px}._footer_7obw2_1{background:var(--color-surface-dark);color:#ffffffd1;border-top:1px solid rgba(255,255,255,.12)}._inner_7obw2_7{display:grid;grid-template-columns:1fr;gap:var(--space-5);padding-block:var(--space-7)}._brand_7obw2_14{display:grid;gap:var(--space-2);align-content:start}._logoMark_7obw2_21{height:2rem;width:auto;color:var(--color-text-on-dark);margin-bottom:var(--space-1)}._name_7obw2_28{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text-on-dark)}._wbenc_7obw2_34{font-size:var(--text-sm)}._area_7obw2_38{font-size:var(--text-sm);color:#fff9}._details_7obw2_43{font-size:var(--text-sm);display:grid;gap:var(--space-2);align-content:start}._details_7obw2_43 a{color:var(--color-text-on-dark)}._address_7obw2_54{color:#ffffffb3}._copyright_7obw2_58{border-top:1px solid rgba(255,255,255,.12);padding-block:var(--space-4);font-size:var(--text-xs);color:#ffffff8c}._copyrightInner_7obw2_65{display:flex;flex-direction:column;gap:var(--space-2);align-items:center;text-align:center}._poweredBy_7obw2_73 a{color:#ffffffc7;text-decoration:none}._poweredBy_7obw2_73 a:hover{color:var(--color-text-on-dark);text-decoration:underline}@media (min-width: 600px){._copyrightInner_7obw2_65{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 768px){._inner_7obw2_7{grid-template-columns:1fr auto;align-items:start}._details_7obw2_43{text-align:right}}
