*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { overflow-x: hidden; }
@font-face{font-family:'__nextjs-Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url(/__nextjs_font/geist-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'__nextjs-Geist Mono';font-style:normal;font-weight:400 600;font-display:swap;src:url(/__nextjs_font/geist-mono-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'__nextjs-Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url(/__nextjs_font/geist-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'__nextjs-Geist Mono';font-style:normal;font-weight:400 600;font-display:swap;src:url(/__nextjs_font/geist-mono-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

        @font-face {
          font-family: 'Alliance No 2';
          src: url('/fonts/AllianceNo.2-Light.woff2') format('woff2'),
       url('/fonts/AllianceNo.2-Light.otf') format('opentype');
          font-weight: 300;
          font-style: normal;
          font-display: swap;
        }
        @font-face {
          font-family: 'Alliance No. 2';
          src: url('/fonts/AllianceNo.2-Light.woff2') format('woff2'),
       url('/fonts/AllianceNo.2-Light.otf') format('opentype');
          font-weight: 300;
          font-style: normal;
          font-display: swap;
        }
        .v3-root, .v3-root * {
          font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif !important;
          font-synthesis: weight style;
          -webkit-font-feature-settings: 'ss04' 1, 'liga' 1, 'kern' 1;
          font-feature-settings: 'ss04' 1, 'liga' 1, 'kern' 1;
          text-rendering: optimizelegibility;
          -webkit-font-smoothing: auto;
          -moz-osx-font-smoothing: auto;
        }
        .oc-logo-text {
          font-feature-settings: 'ss01' 1, 'ss02' 1, 'ss03' 1, 'ss04' 1, 'ss05' 1, 'ss06' 1, 'ss07' 1, 'ss08' 1, 'ss09' 1, 'ss10' 1, 'liga' 1, 'kern' 1 !important;
        }
      

        @media (max-width: 1024px) {
          .v3-nav-desktop { display: none !important; }
          .v3-nav-mobile-btn { display: flex !important; }
          .v3-navbar { left: 1rem !important; right: 1rem !important; width: calc(100% - 2rem) !important; }
        }
        @media (min-width: 1025px) {
          .v3-nav-mobile-btn { display: none !important; }
          .v3-nav-mobile-overlay { display: none !important; }
        }
      

        @keyframes v3-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .v3-marquee-track { display: flex; gap: 48px; animation: v3-marquee 35s linear infinite; }
        .v3-marquee-track:hover { animation-play-state: paused; }
        .v3-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
        .v3-bento1-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
        .v3-bento3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .v3-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
        .v3-faq-wrap { max-width: 720px; margin: 0 auto; }
        .v3-suite-grid { display: grid; }
        .v3-suite-header { display: flex; }
        @keyframes v3-cursor-blink {
          0%, 100% { opacity: 1; }
          50% { opacity: 0; }
        }
        .v3-hero-cursor-end {
          display: inline-block;
          width: 3px;
          height: 1em;
          margin-left: 2px;
          vertical-align: text-bottom;
          animation: v3-cursor-blink 0.7s step-end infinite;
        }
        @media (max-width: 900px) {
          .v3-hero-grid, .v3-bento1-content, .v3-bento3-grid, .v3-testimonials-grid { grid-template-columns: 1fr !important; }
          .v3-suite-grid { grid-template-columns: 1fr !important; }
          .v3-suite-hatch { display: none !important; }
          .v3-suite-header { flex-direction: column !important; gap: 1rem !important; }
        }
      


        .v3-footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; }
        @media (max-width: 900px) { .v3-footer-grid { grid-template-columns: repeat(2, 1fr) !important; } }
        @media (max-width: 480px) { .v3-footer-grid { grid-template-columns: 1fr !important; } }
      
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-rotate-x: initial; --tw-rotate-y: initial; --tw-rotate-z: initial; --tw-skew-x: initial; --tw-skew-y: initial; --tw-border-style: solid; --tw-font-weight: initial; --tw-ordinal: initial; --tw-slashed-zero: initial; --tw-numeric-figure: initial; --tw-numeric-spacing: initial; --tw-numeric-fraction: initial; --tw-shadow: 0 0 #0000; --tw-shadow-color: initial; --tw-shadow-alpha: 100%; --tw-inset-shadow: 0 0 #0000; --tw-inset-shadow-color: initial; --tw-inset-shadow-alpha: 100%; --tw-ring-color: initial; --tw-ring-shadow: 0 0 #0000; --tw-inset-ring-color: initial; --tw-inset-ring-shadow: 0 0 #0000; --tw-ring-inset: initial; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 #0000; --tw-outline-style: solid; --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial; --tw-grayscale: initial; --tw-hue-rotate: initial; --tw-invert: initial; --tw-opacity: initial; --tw-saturate: initial; --tw-sepia: initial; --tw-drop-shadow: initial; --tw-drop-shadow-color: initial; --tw-drop-shadow-alpha: 100%; --tw-drop-shadow-size: initial; --tw-backdrop-blur: initial; --tw-backdrop-brightness: initial; --tw-backdrop-contrast: initial; --tw-backdrop-grayscale: initial; --tw-backdrop-hue-rotate: initial; --tw-backdrop-invert: initial; --tw-backdrop-opacity: initial; --tw-backdrop-saturate: initial; --tw-backdrop-sepia: initial; --tw-duration: initial; --tw-ease: initial; }
}
}
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --font-weight-bold: 700; --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings, normal); font-variation-settings: var(--default-font-variation-settings, normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings, normal); font-variation-settings: var(--default-mono-font-variation-settings, normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
  ::placeholder { color: currentcolor; }
  @supports (color: color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .collapse { visibility: collapse; }
  .invisible { visibility: hidden; }
  .visible { visibility: visible; }
  .visible\! { visibility: visible !important; }
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .static { position: static; }
  .sticky { position: sticky; }
  .start { inset-inline-start: var(--spacing); }
  .end { inset-inline-end: var(--spacing); }
  .isolate { isolation: isolate; }
  .container { width: 100%; }
  @media (min-width: 40rem) {
  .container { max-width: 40rem; }
}
  @media (min-width: 48rem) {
  .container { max-width: 48rem; }
}
  @media (min-width: 64rem) {
  .container { max-width: 64rem; }
}
  @media (min-width: 80rem) {
  .container { max-width: 80rem; }
}
  @media (min-width: 96rem) {
  .container { max-width: 96rem; }
}
  .m-0 { margin: calc(var(--spacing) * 0); }
  .my-6 { margin-block: calc(var(--spacing) * 6); }
  .mb-3 { margin-bottom: calc(var(--spacing) * 3); }
  .block { display: block; }
  .contents { display: contents; }
  .flex { display: flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  .inline { display: inline; }
  .inline-block { display: inline-block; }
  .inline-flex { display: inline-flex; }
  .table { display: table; }
  .h-4 { height: calc(var(--spacing) * 4); }
  .w-4 { width: calc(var(--spacing) * 4); }
  .flex-shrink { flex-shrink: 1; }
  .shrink-0 { flex-shrink: 0; }
  .grow { flex-grow: 1; }
  .border-collapse { border-collapse: collapse; }
  .transform { transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, ); }
  .resize { resize: both; }
  .flex-col { flex-direction: column; }
  .flex-row { flex-direction: row; }
  .flex-wrap { flex-wrap: wrap; }
  .items-center { align-items: center; }
  .justify-between { justify-content: space-between; }
  .justify-center { justify-content: center; }
  .gap-2 { gap: calc(var(--spacing) * 2); }
  .rounded { border-radius: 0.25rem; }
  .border { border-style: var(--tw-border-style); border-width: 1px; }
  .border-solid { --tw-border-style: solid; border-style: solid; }
  .p-0 { padding: calc(var(--spacing) * 0); }
  .p-2 { padding: calc(var(--spacing) * 2); }
  .px-3 { padding-inline: calc(var(--spacing) * 3); }
  .py-2 { padding-block: calc(var(--spacing) * 2); }
  .text-xl { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); }
  .font-bold { --tw-font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold); }
  .capitalize { text-transform: capitalize; }
  .lowercase { text-transform: lowercase; }
  .uppercase { text-transform: uppercase; }
  .italic { font-style: italic; }
  .tabular-nums { --tw-numeric-spacing: tabular-nums; font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ); }
  .line-through { text-decoration-line: line-through; }
  .no-underline { text-decoration-line: none; }
  .underline { text-decoration-line: underline; }
  .shadow { --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
  .ring { --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }
  .outline { outline-style: var(--tw-outline-style); outline-width: 1px; }
  .blur { --tw-blur: blur(8px); filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ); }
  .filter { filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ); }
  .backdrop-filter { backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ); }
  .transition { transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); }
  .duration-250 { --tw-duration: .25s; transition-duration: 0.25s; }
  .ease-in-out { --tw-ease: var(--ease-in-out); transition-timing-function: var(--ease-in-out); }
  .ease-linear { --tw-ease: linear; transition-timing-function: linear; }
  .ease-out { --tw-ease: var(--ease-out); transition-timing-function: var(--ease-out); }
  @media (min-width: 40rem) {
  .sm\:my-8 { margin-block: calc(var(--spacing) * 8); }
}
  @media (min-width: 40rem) {
  .sm\:p-3 { padding: calc(var(--spacing) * 3); }
}
  @media (min-width: 40rem) {
  .sm\:py-3 { padding-block: calc(var(--spacing) * 3); }
}
  .ltr\:-rotate-90:where(:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="ltr"], [dir="ltr"] *) { rotate: -90deg; }
  .rtl\:rotate-90:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir="rtl"], [dir="rtl"] *) { rotate: 90deg; }
}
html { text-size-adjust: 100%; font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { vertical-align: baseline; display: inline-block; }
audio:not([controls]) { height: 0px; display: none; }
[hidden], template { display: none; }
a { background-color: rgba(0, 0, 0, 0); }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { margin: 0.67em 0px; font-size: 2em; }
mark { color: rgb(0, 0, 0); background: rgb(255, 255, 0); }
small { font-size: 80%; }
sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"] { appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button { height: auto; }
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { appearance: none; }
input[type="search"]::-webkit-search-cancel-button { appearance: none; }
input[type="search"]::-webkit-search-decoration { appearance: none; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
@font-face { font-family: webflow-icons; src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype"); font-weight: 400; font-style: normal; }
[class^="w-icon-"], [class*=" w-icon-"] { speak: none; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: 400; line-height: 1; font-family: webflow-icons !important; }
.w-icon-slider-right::before { content: ""; }
.w-icon-slider-left::before { content: ""; }
.w-icon-nav-menu::before { content: ""; }
.w-icon-arrow-down::before, .w-icon-dropdown-toggle::before { content: ""; }
.w-icon-file-upload-remove::before { content: ""; }
.w-icon-file-upload-icon::before { content: ""; }
* { box-sizing: border-box; }
html { height: 100%; }
body { color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); min-height: 100%; margin: 0px; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; }
img { vertical-align: middle; max-width: 100%; display: inline-block; }
html.w-mod-touch * { background-attachment: scroll !important; }
.w-block { display: block; }
.w-inline-block { max-width: 100%; display: inline-block; }
.w-clearfix::before, .w-clearfix::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-clearfix::after { clear: both; }
.w-hidden { display: none; }
.w-button { color: rgb(255, 255, 255); line-height: inherit; cursor: pointer; background-color: rgb(56, 152, 236); border: 0px; border-radius: 0px; padding: 9px 15px; text-decoration: none; display: inline-block; }
input.w-button { appearance: button; }
html[data-w-dynpage] [data-w-cloak] { color: rgba(0, 0, 0, 0) !important; }
.w-code-block { margin: unset; }
pre.w-code-block code { all: inherit; }
.w-optimization { display: contents; }
.w-webflow-badge, .w-webflow-badge > img { box-sizing: unset; width: unset; height: unset; max-height: unset; max-width: unset; min-height: unset; min-width: unset; margin: unset; padding: unset; float: unset; clear: unset; border: unset; border-radius: unset; background: unset; box-shadow: unset; transform: unset; direction: unset; font-family: unset; font-weight: unset; color: unset; font-size: unset; line-height: unset; font-style: unset; font-variant: unset; text-align: unset; letter-spacing: unset; text-decoration: unset; text-indent: unset; text-transform: unset; list-style-type: unset; text-shadow: unset; vertical-align: unset; cursor: unset; white-space: unset; word-break: unset; word-spacing: unset; overflow-wrap: unset; transition: unset; }
.w-webflow-badge { white-space: nowrap; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px; visibility: visible !important; opacity: 1 !important; z-index: 2147483647 !important; color: rgb(170, 173, 176) !important; overflow: unset !important; background-color: rgb(255, 255, 255) !important; border-radius: 3px !important; width: auto !important; height: auto !important; margin: 0px !important; padding: 6px !important; font-size: 12px !important; line-height: 14px !important; text-decoration: none !important; display: inline-block !important; position: fixed !important; inset: auto 12px 12px auto !important; transform: none !important; }
.w-webflow-badge > img { position: unset; visibility: unset !important; opacity: 1 !important; vertical-align: middle !important; display: inline-block !important; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: 700; }
h1 { margin-top: 20px; font-size: 38px; line-height: 44px; }
h2 { margin-top: 20px; font-size: 32px; line-height: 36px; }
h3 { margin-top: 20px; font-size: 24px; line-height: 30px; }
h4 { margin-top: 10px; font-size: 18px; line-height: 24px; }
h5 { margin-top: 10px; font-size: 14px; line-height: 20px; }
h6 { margin-top: 10px; font-size: 12px; line-height: 18px; }
p { margin-top: 0px; margin-bottom: 10px; }
blockquote { border-left: 5px solid rgb(226, 226, 226); margin: 0px 0px 10px; padding: 10px 20px; font-size: 18px; line-height: 22px; }
figure { margin: 0px 0px 10px; }
figcaption { text-align: center; margin-top: 5px; }
ul, ol { margin-top: 0px; margin-bottom: 10px; padding-left: 40px; }
.w-list-unstyled { padding-left: 0px; list-style: none; }
.w-embed::before, .w-embed::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-embed::after { clear: both; }
.w-video { width: 100%; padding: 0px; position: relative; }
.w-video iframe, .w-video object, .w-video embed { border: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
fieldset { border: 0px; margin: 0px; padding: 0px; }
button, [type="button"], [type="reset"] { cursor: pointer; appearance: button; border: 0px; }
.w-form { margin: 0px 0px 15px; }
.w-form-done { text-align: center; background-color: rgb(221, 221, 221); padding: 20px; display: none; }
.w-form-fail { background-color: rgb(255, 222, 222); margin-top: 10px; padding: 10px; display: none; }
label { margin-bottom: 5px; font-weight: 700; display: block; }
.w-input, .w-select { color: rgb(51, 51, 51); vertical-align: middle; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); width: 100%; height: 38px; margin-bottom: 10px; padding: 8px 12px; font-size: 14px; line-height: 1.42857; display: block; }
.w-input::placeholder, .w-select::placeholder { color: rgb(153, 153, 153); }
.w-input:focus, .w-select:focus { border-color: rgb(56, 152, 236); outline: 0px; }
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select { cursor: not-allowed; }
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select { background-color: rgb(238, 238, 238); }
textarea.w-input, textarea.w-select { height: auto; }
.w-select { background-color: rgb(243, 243, 243); }
.w-select[multiple] { height: auto; }
.w-form-label { cursor: pointer; margin-bottom: 0px; font-weight: 400; display: inline-block; }
.w-radio { margin-bottom: 5px; padding-left: 20px; display: block; }
.w-radio::before, .w-radio::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-radio::after { clear: both; }
.w-radio-input { float: left; margin: 3px 0px 0px -20px; line-height: normal; }
.w-file-upload { margin-bottom: 10px; display: block; }
.w-file-upload-input { opacity: 0; z-index: -100; width: 0.1px; height: 0.1px; position: absolute; overflow: hidden; }
.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success { color: rgb(51, 51, 51); display: inline-block; }
.w-file-upload-error { margin-top: 10px; display: block; }
.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden { display: none; }
.w-file-upload-uploading-btn { cursor: pointer; background-color: rgb(250, 250, 250); border: 1px solid rgb(204, 204, 204); margin: 0px; padding: 8px 12px; font-size: 14px; font-weight: 400; display: flex; }
.w-file-upload-file { background-color: rgb(250, 250, 250); border: 1px solid rgb(204, 204, 204); flex-grow: 1; justify-content: space-between; margin: 0px; padding: 8px 9px 8px 11px; display: flex; }
.w-file-upload-file-name { font-size: 14px; font-weight: 400; display: block; }
.w-file-remove-link { cursor: pointer; width: auto; height: auto; margin-top: 3px; margin-left: 10px; padding: 3px; display: block; }
.w-icon-file-upload-remove { margin: auto; font-size: 10px; }
.w-file-upload-error-msg { color: rgb(234, 56, 76); padding: 2px 0px; display: inline-block; }
.w-file-upload-info { padding: 0px 12px; line-height: 38px; display: inline-block; }
.w-file-upload-label { cursor: pointer; background-color: rgb(250, 250, 250); border: 1px solid rgb(204, 204, 204); margin: 0px; padding: 8px 12px; font-size: 14px; font-weight: 400; display: inline-block; }
.w-icon-file-upload-icon, .w-icon-file-upload-uploading { width: 20px; margin-right: 8px; display: inline-block; }
.w-icon-file-upload-uploading { height: 20px; }
.w-container { max-width: 940px; margin-left: auto; margin-right: auto; }
.w-container::before, .w-container::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-container::after { clear: both; }
.w-container .w-row { margin-left: -10px; margin-right: -10px; }
.w-row::before, .w-row::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-row::after { clear: both; }
.w-row .w-row { margin-left: 0px; margin-right: 0px; }
.w-col { float: left; width: 100%; min-height: 1px; padding-left: 10px; padding-right: 10px; position: relative; }
.w-col .w-col { padding-left: 0px; padding-right: 0px; }
.w-col-1 { width: 8.33333%; }
.w-col-2 { width: 16.6667%; }
.w-col-3 { width: 25%; }
.w-col-4 { width: 33.3333%; }
.w-col-5 { width: 41.6667%; }
.w-col-6 { width: 50%; }
.w-col-7 { width: 58.3333%; }
.w-col-8 { width: 66.6667%; }
.w-col-9 { width: 75%; }
.w-col-10 { width: 83.3333%; }
.w-col-11 { width: 91.6667%; }
.w-col-12 { width: 100%; }
.w-hidden-main { display: none !important; }
@media screen and (max-width: 991px) {
  .w-container { max-width: 728px; }
  .w-hidden-main { display: inherit !important; }
  .w-hidden-medium { display: none !important; }
  .w-col-medium-1 { width: 8.33333%; }
  .w-col-medium-2 { width: 16.6667%; }
  .w-col-medium-3 { width: 25%; }
  .w-col-medium-4 { width: 33.3333%; }
  .w-col-medium-5 { width: 41.6667%; }
  .w-col-medium-6 { width: 50%; }
  .w-col-medium-7 { width: 58.3333%; }
  .w-col-medium-8 { width: 66.6667%; }
  .w-col-medium-9 { width: 75%; }
  .w-col-medium-10 { width: 83.3333%; }
  .w-col-medium-11 { width: 91.6667%; }
  .w-col-medium-12 { width: 100%; }
  .w-col-stack { width: 100%; left: auto; right: auto; }
}
@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium { display: inherit !important; }
  .w-hidden-small { display: none !important; }
  .w-row, .w-container .w-row { margin-left: 0px; margin-right: 0px; }
  .w-col { width: 100%; left: auto; right: auto; }
  .w-col-small-1 { width: 8.33333%; }
  .w-col-small-2 { width: 16.6667%; }
  .w-col-small-3 { width: 25%; }
  .w-col-small-4 { width: 33.3333%; }
  .w-col-small-5 { width: 41.6667%; }
  .w-col-small-6 { width: 50%; }
  .w-col-small-7 { width: 58.3333%; }
  .w-col-small-8 { width: 66.6667%; }
  .w-col-small-9 { width: 75%; }
  .w-col-small-10 { width: 83.3333%; }
  .w-col-small-11 { width: 91.6667%; }
  .w-col-small-12 { width: 100%; }
}
@media screen and (max-width: 479px) {
  .w-container { max-width: none; }
  .w-hidden-main, .w-hidden-medium, .w-hidden-small { display: inherit !important; }
  .w-hidden-tiny { display: none !important; }
  .w-col { width: 100%; }
  .w-col-tiny-1 { width: 8.33333%; }
  .w-col-tiny-2 { width: 16.6667%; }
  .w-col-tiny-3 { width: 25%; }
  .w-col-tiny-4 { width: 33.3333%; }
  .w-col-tiny-5 { width: 41.6667%; }
  .w-col-tiny-6 { width: 50%; }
  .w-col-tiny-7 { width: 58.3333%; }
  .w-col-tiny-8 { width: 66.6667%; }
  .w-col-tiny-9 { width: 75%; }
  .w-col-tiny-10 { width: 83.3333%; }
  .w-col-tiny-11 { width: 91.6667%; }
  .w-col-tiny-12 { width: 100%; }
}
.w-widget { position: relative; }
.w-widget-map { width: 100%; height: 400px; }
.w-widget-map label { width: auto; display: inline; }
.w-widget-map img { max-width: inherit; }
.w-widget-map .gm-style-iw { text-align: center; }
.w-widget-map .gm-style-iw > button { display: none !important; }
.w-widget-twitter { overflow: hidden; }
.w-widget-twitter-count-shim { vertical-align: top; text-align: center; background: rgb(255, 255, 255); border: 1px solid rgb(117, 134, 150); border-radius: 3px; width: 28px; height: 20px; display: inline-block; position: relative; }
.w-widget-twitter-count-shim * { pointer-events: none; user-select: none; }
.w-widget-twitter-count-shim .w-widget-twitter-count-inner { text-align: center; color: rgb(153, 153, 153); font-family: serif; font-size: 15px; line-height: 12px; position: relative; }
.w-widget-twitter-count-shim .w-widget-twitter-count-clear { display: block; position: relative; }
.w-widget-twitter-count-shim.w--large { width: 36px; height: 28px; }
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner { font-size: 18px; line-height: 18px; }
.w-widget-twitter-count-shim:not(.w--vertical) { margin-left: 5px; margin-right: 8px; }
.w-widget-twitter-count-shim:not(.w--vertical).w--large { margin-left: 6px; }
.w-widget-twitter-count-shim:not(.w--vertical)::before, .w-widget-twitter-count-shim:not(.w--vertical)::after { content: " "; pointer-events: none; border: solid rgba(0, 0, 0, 0); width: 0px; height: 0px; position: absolute; top: 50%; left: 0px; }
.w-widget-twitter-count-shim:not(.w--vertical)::before { border-width: 4px; border-color: rgba(117, 134, 150, 0) rgb(93, 108, 123) rgba(117, 134, 150, 0) rgba(117, 134, 150, 0); margin-top: -4px; margin-left: -9px; }
.w-widget-twitter-count-shim:not(.w--vertical).w--large::before { border-width: 5px; margin-top: -5px; margin-left: -10px; }
.w-widget-twitter-count-shim:not(.w--vertical)::after { border-width: 4px; border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); margin-top: -4px; margin-left: -8px; }
.w-widget-twitter-count-shim:not(.w--vertical).w--large::after { border-width: 5px; margin-top: -5px; margin-left: -9px; }
.w-widget-twitter-count-shim.w--vertical { width: 61px; height: 33px; margin-bottom: 8px; }
.w-widget-twitter-count-shim.w--vertical::before, .w-widget-twitter-count-shim.w--vertical::after { content: " "; pointer-events: none; border: solid rgba(0, 0, 0, 0); width: 0px; height: 0px; position: absolute; top: 100%; left: 50%; }
.w-widget-twitter-count-shim.w--vertical::before { border-width: 5px; border-color: rgb(93, 108, 123) rgba(117, 134, 150, 0) rgba(117, 134, 150, 0); margin-left: -5px; }
.w-widget-twitter-count-shim.w--vertical::after { border-width: 4px; border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); margin-left: -4px; }
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner { font-size: 18px; line-height: 22px; }
.w-widget-twitter-count-shim.w--vertical.w--large { width: 76px; }
.w-background-video { color: rgb(255, 255, 255); height: 500px; position: relative; overflow: hidden; }
.w-background-video > video { object-fit: cover; z-index: -100; background-position: 50% center; background-size: cover; width: 100%; height: 100%; margin: auto; position: absolute; inset: -100%; }
.w-background-video > video::-webkit-media-controls-start-playback-button { appearance: none; display: none !important; }
.w-background-video--control { background-color: rgba(0, 0, 0, 0); padding: 0px; position: absolute; bottom: 1em; right: 1em; }
.w-background-video--control > [hidden] { display: none !important; }
.w-slider { text-align: center; clear: both; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background: rgb(221, 221, 221); height: 300px; position: relative; }
.w-slider-mask { z-index: 1; white-space: nowrap; height: 100%; display: block; position: relative; left: 0px; right: 0px; overflow: hidden; }
.w-slide { vertical-align: top; white-space: normal; text-align: left; width: 100%; height: 100%; display: inline-block; position: relative; }
.w-slider-nav { z-index: 2; text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 40px; margin: auto; padding-top: 10px; position: absolute; inset: auto 0px 0px; }
.w-slider-nav.w-round > div { border-radius: 100%; }
.w-slider-nav.w-num > div { font-size: inherit; line-height: inherit; width: auto; height: auto; padding: 0.2em 0.5em; }
.w-slider-nav.w-shadow > div { box-shadow: rgba(51, 51, 51, 0.4) 0px 0px 3px; }
.w-slider-nav-invert { color: rgb(255, 255, 255); }
.w-slider-nav-invert > div { background-color: rgba(34, 34, 34, 0.4); }
.w-slider-nav-invert > div.w-active { background-color: rgb(34, 34, 34); }
.w-slider-dot { cursor: pointer; background-color: rgba(255, 255, 255, 0.4); width: 1em; height: 1em; margin: 0px 3px 0.5em; transition: background-color 0.1s, color 0.1s; display: inline-block; position: relative; }
.w-slider-dot.w-active { background-color: rgb(255, 255, 255); }
.w-slider-dot:focus { outline: none; box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px; }
.w-slider-dot:focus.w-active { box-shadow: none; }
.w-slider-arrow-left, .w-slider-arrow-right { cursor: pointer; color: rgb(255, 255, 255); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); user-select: none; width: 80px; margin: auto; font-size: 40px; position: absolute; inset: 0px; overflow: hidden; }
.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] { position: absolute; }
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus { outline: 0px; }
.w-slider-arrow-left { z-index: 3; right: auto; }
.w-slider-arrow-right { z-index: 4; left: auto; }
.w-icon-slider-left, .w-icon-slider-right { width: 1em; height: 1em; margin: auto; inset: 0px; }
.w-slider-aria-label { clip: rect(0px, 0px, 0px, 0px); border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.w-slider-force-show { display: block !important; }
.w-dropdown { text-align: left; z-index: 900; margin-left: auto; margin-right: auto; display: inline-block; position: relative; }
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { vertical-align: top; color: rgb(34, 34, 34); text-align: left; white-space: nowrap; margin-left: auto; margin-right: auto; padding: 20px; text-decoration: none; position: relative; }
.w-dropdown-toggle { user-select: none; cursor: pointer; padding-right: 40px; display: inline-block; }
.w-dropdown-toggle:focus { outline: 0px; }
.w-icon-dropdown-toggle { width: 1em; height: 1em; margin: auto 20px auto auto; position: absolute; top: 0px; bottom: 0px; right: 0px; }
.w-dropdown-list { background: rgb(221, 221, 221); min-width: 100%; display: none; position: absolute; }
.w-dropdown-list.w--open { display: block; }
.w-dropdown-link { color: rgb(34, 34, 34); padding: 10px 20px; display: block; }
.w-dropdown-link.w--current { color: rgb(0, 130, 243); }
.w-dropdown-link:focus { outline: 0px; }
@media screen and (max-width: 767px) {
  .w-nav-brand { padding-left: 10px; }
}
.w-lightbox-backdrop { cursor: auto; letter-spacing: normal; text-indent: 0px; text-shadow: none; text-transform: none; visibility: visible; white-space: normal; word-break: normal; word-spacing: normal; overflow-wrap: normal; color: rgb(255, 255, 255); text-align: center; z-index: 2000; opacity: 0; user-select: none; -webkit-tap-highlight-color: transparent; background: rgba(0, 0, 0, 0.9); outline: 0px; font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif; font-size: 17px; font-style: normal; font-weight: 300; line-height: 1.2; list-style: outside; position: fixed; inset: 0px; transform: translate(0px); }
.w-lightbox-backdrop, .w-lightbox-container { height: 100%; overflow: auto; }
.w-lightbox-content { height: 100vh; position: relative; overflow: hidden; }
.w-lightbox-view { opacity: 0; width: 100vw; height: 100vh; position: absolute; }
.w-lightbox-view::before { content: ""; height: 100vh; }
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view::before { height: 86vh; }
.w-lightbox-frame, .w-lightbox-view::before { vertical-align: middle; display: inline-block; }
.w-lightbox-figure { margin: 0px; position: relative; }
.w-lightbox-group .w-lightbox-figure { cursor: pointer; }
.w-lightbox-img { width: auto; max-width: none; height: auto; }
.w-lightbox-image { float: none; max-width: 100vw; max-height: 100vh; display: block; }
.w-lightbox-group .w-lightbox-image { max-height: 86vh; }
.w-lightbox-caption { text-align: left; text-overflow: ellipsis; white-space: nowrap; background: rgba(0, 0, 0, 0.4); padding: 0.5em 1em; position: absolute; bottom: 0px; left: 0px; right: 0px; overflow: hidden; }
.w-lightbox-embed { width: 100%; height: 100%; position: absolute; inset: 0px; }
.w-lightbox-control { cursor: pointer; background-position: 50% center; background-repeat: no-repeat; background-size: 24px; width: 4em; transition: 0.3s; position: absolute; top: 0px; }
.w-lightbox-left { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); display: none; bottom: 0px; left: 0px; }
.w-lightbox-right { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); display: none; bottom: 0px; right: 0px; }
.w-lightbox-close { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4="); background-size: 18px; height: 2.6em; right: 0px; }
.w-lightbox-strip { white-space: nowrap; padding: 0px 1vh; line-height: 0; position: absolute; bottom: 0px; left: 0px; right: 0px; overflow: auto hidden; }
.w-lightbox-item { box-sizing: content-box; cursor: pointer; width: 10vh; padding: 2vh 1vh; display: inline-block; transform: translate(0px); }
.w-lightbox-active { opacity: 0.3; }
.w-lightbox-thumbnail { background: rgb(34, 34, 34); height: 10vh; position: relative; overflow: hidden; }
.w-lightbox-thumbnail-image { position: absolute; top: 0px; left: 0px; }
.w-lightbox-thumbnail .w-lightbox-tall { width: 100%; top: 50%; transform: translateY(-50%); }
.w-lightbox-thumbnail .w-lightbox-wide { height: 100%; left: 50%; transform: translate(-50%); }
.w-lightbox-spinner { box-sizing: border-box; border: 5px solid rgba(0, 0, 0, 0.4); border-radius: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; animation: 0.8s linear 0s infinite normal none running spin; position: absolute; top: 50%; left: 50%; }
.w-lightbox-spinner::after { content: ""; border-width: 3px; border-style: solid; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255); border-image: initial; border-radius: 50%; position: absolute; inset: -4px; }
.w-lightbox-hide { display: none; }
.w-lightbox-noscroll { overflow: hidden; }
@media (min-width: 768px) {
  .w-lightbox-content { height: 96vh; margin-top: 2vh; }
  .w-lightbox-view, .w-lightbox-view::before { height: 96vh; }
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view::before { height: 84vh; }
  .w-lightbox-image { max-width: 96vw; max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image { max-width: 82.3vw; max-height: 84vh; }
  .w-lightbox-left, .w-lightbox-right { opacity: 0.5; display: block; }
  .w-lightbox-close { opacity: 0.8; }
  .w-lightbox-control:hover { opacity: 1; }
}
.w-lightbox-inactive, .w-lightbox-inactive:hover { opacity: 0; }
.w-richtext::before, .w-richtext::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-richtext::after { clear: both; }
.w-richtext[contenteditable="true"]::before, .w-richtext[contenteditable="true"]::after { white-space: initial; }
.w-richtext ol, .w-richtext ul { overflow: hidden; }
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div::after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div::after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div { outline: rgb(40, 149, 247) solid 2px; }
.w-richtext figure.w-richtext-figure-type-video > div::after, .w-richtext figure[data-rt-type="video"] > div::after { content: ""; display: none; position: absolute; inset: 0px; }
.w-richtext figure { max-width: 60%; position: relative; }
.w-richtext figure > div::before { cursor: default !important; }
.w-richtext figure img { width: 100%; }
.w-richtext figure figcaption.w-richtext-figcaption-placeholder { opacity: 0.6; }
.w-richtext figure div { color: rgba(0, 0, 0, 0); font-size: 0px; }
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] { display: table; }
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div { display: inline-block; }
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption { caption-side: bottom; display: table-caption; }
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] { width: 60%; height: 0px; }
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div { width: 100%; }
.w-richtext figure.w-richtext-align-center { clear: both; margin-left: auto; margin-right: auto; }
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div { max-width: 100%; }
.w-richtext figure.w-richtext-align-normal { clear: both; }
.w-richtext figure.w-richtext-align-fullwidth { text-align: center; clear: both; width: 100%; max-width: 100%; margin-left: auto; margin-right: auto; display: block; }
.w-richtext figure.w-richtext-align-fullwidth > div { padding-bottom: inherit; display: inline-block; }
.w-richtext figure.w-richtext-align-fullwidth > figcaption { display: block; }
.w-richtext figure.w-richtext-align-floatleft { float: left; clear: none; margin-right: 15px; }
.w-richtext figure.w-richtext-align-floatright { float: right; clear: none; margin-left: 15px; }
.w-nav { z-index: 1000; background: rgb(221, 221, 221); position: relative; }
.w-nav::before, .w-nav::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-nav::after { clear: both; }
.w-nav-brand { float: left; color: rgb(51, 51, 51); text-decoration: none; position: relative; }
.w-nav-link { vertical-align: top; color: rgb(34, 34, 34); text-align: left; margin-left: auto; margin-right: auto; padding: 20px; text-decoration: none; display: inline-block; position: relative; }
.w-nav-link.w--current { color: rgb(0, 130, 243); }
.w-nav-menu { float: right; position: relative; }
[data-nav-menu-open] { text-align: center; background: rgb(200, 200, 200); min-width: 200px; position: absolute; top: 100%; left: 0px; right: 0px; overflow: visible; display: block !important; }
.w--nav-link-open { display: block; position: relative; }
.w-nav-overlay { width: 100%; display: none; position: absolute; top: 100%; left: 0px; right: 0px; overflow: hidden; }
.w-nav-overlay [data-nav-menu-open] { top: 0px; }
.w-nav[data-animation="over-left"] .w-nav-overlay { width: auto; }
.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] { z-index: 1; top: 0px; right: auto; }
.w-nav[data-animation="over-right"] .w-nav-overlay { width: auto; }
.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] { z-index: 1; top: 0px; left: auto; }
.w-nav-button { float: right; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); user-select: none; padding: 18px; font-size: 24px; display: none; position: relative; }
.w-nav-button:focus { outline: 0px; }
.w-nav-button.w--open { color: rgb(255, 255, 255); background-color: rgb(200, 200, 200); }
.w-nav[data-collapse="all"] .w-nav-menu { display: none; }
.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open { display: block; }
.w--nav-dropdown-list-open { position: static; }
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button { display: block; }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="small"] .w-nav-button { display: block; }
  .w-nav-brand { padding-left: 10px; }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button { display: block; }
}
.w-tabs { position: relative; }
.w-tabs::before, .w-tabs::after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-tabs::after { clear: both; }
.w-tab-menu { position: relative; }
.w-tab-link { vertical-align: top; text-align: left; cursor: pointer; color: rgb(34, 34, 34); background-color: rgb(221, 221, 221); padding: 9px 30px; text-decoration: none; display: inline-block; position: relative; }
.w-tab-link.w--current { background-color: rgb(200, 200, 200); }
.w-tab-link:focus { outline: 0px; }
.w-tab-content { display: block; position: relative; overflow: hidden; }
.w-tab-pane { display: none; position: relative; }
.w--tab-active { display: block; }
@media screen and (max-width: 479px) {
  .w-tab-link { display: block; }
}
.w-ix-emptyfix::after { content: ""; }
@keyframes spin { 
  100% { transform: rotate(360deg); }
}
.w-dyn-empty { background-color: rgb(221, 221, 221); padding: 10px; }
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible { display: none !important; }
.wf-layout-layout { display: grid; }
@font-face { font-family: Inter; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/626147657edf837c70e4b6fb_Inter-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62614765f9babe461edebb4b_Inter-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "CC Dan Panosian"; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6261476568d41087287c526b_CC%20Dan%20Panosian-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: Greed; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6929cec3526842adeeb02e9b_Greed-Heavy.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: Greed; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6929cec3224ef695466dbbf3_Greed-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
:root { --gray-1700: #171a29; --white: white; --grey: #e3e5ed; --pink: #ff5a81; --borders: #ffffff1f; --gray-400: #b5bbd6; --gray-1400: #32395a; --gray-1500: #292f4a; --purple: #8e51e7; --blue: #4c74ff; --blue-hover: #3864ff; --gray-1300: #3b436a; --dark-blue: #1243f2; --dark-purple: #8c43ff; --indigo-50: #495383; --indigo-40: #989eb9; --cards: #ffffff14; --light-pink: #ff7192; --green: #00cf56; --gray-200: #d6d9e8; --gray-1600: #202439; --gray-1200: #444e7b; --gray-1100: #4e588b; --gray-300: #c6cadf; --light-blue: #809cff; --blue-glow: #778ae899; --pink-glow: #ff5a814d; --feint: #4953834d; --color: white; }
.w-layout-grid { gap: 16px; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.w-checkbox { margin-bottom: 5px; padding-left: 20px; display: block; }
.w-checkbox::before { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-checkbox::after { content: " "; clear: both; grid-area: 1 / 1 / 2 / 2; display: table; }
.w-checkbox-input { float: left; margin: 4px 0px 0px -20px; line-height: normal; }
.w-checkbox-input--inputType-custom { border: 1px solid rgb(204, 204, 204); border-radius: 2px; width: 12px; height: 12px; }
.w-checkbox-input--inputType-custom.w--redirected-checked { background-color: rgb(56, 152, 236); background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: cover; border-color: rgb(56, 152, 236); }
.w-pagination-wrapper { flex-wrap: wrap; justify-content: center; display: flex; }
.w-pagination-previous, .w-pagination-next { color: rgb(51, 51, 51); background-color: rgb(250, 250, 250); border: 1px solid rgb(204, 204, 204); border-radius: 2px; margin-left: 10px; margin-right: 10px; padding: 9px 20px; font-size: 14px; display: block; }
.w-page-count { text-align: center; width: 100%; margin-top: 20px; }
.w-pagination-previous-icon { margin-right: 4px; }
.w-embed-youtubevideo { background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg"); background-position: 50% center; background-size: cover; width: 100%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; position: relative; }
.w-embed-youtubevideo:empty { min-height: 75px; padding-bottom: 56.25%; }
.w-layout-layout { gap: 20px; grid-auto-columns: 1fr; justify-content: center; padding: 20px; }
.w-layout-cell { flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; }
.w-layout-blockcontainer { max-width: 940px; margin-left: auto; margin-right: auto; display: block; }
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer { max-width: 728px; }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer { max-width: none; }
}
body { background-color: var(--gray-1700); color: var(--white); word-break: normal; font-family: Inter, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; }
h1 { letter-spacing: -0.01em; text-transform: uppercase; margin-top: 0px; margin-bottom: 1.2rem; font-family: Greed, Arial, sans-serif; font-size: 3.8rem; font-weight: 900; line-height: 0.9; }
h2 { letter-spacing: -0.01em; text-transform: uppercase; margin-top: 0px; margin-bottom: 0.8rem; font-family: Greed, Arial, sans-serif; font-size: 3.2rem; font-weight: 900; line-height: 1; }
h3 { letter-spacing: -0.01em; text-transform: uppercase; margin-top: 0px; margin-bottom: 0.8rem; font-family: Greed, Arial, sans-serif; font-size: 2.4rem; font-weight: 900; line-height: 1; }
h4 { letter-spacing: -0.01em; text-transform: uppercase; margin-top: 0px; margin-bottom: 0.4rem; font-family: Greed, Arial, sans-serif; font-size: 1.6rem; font-weight: 900; line-height: 1.1; }
h5 { text-transform: uppercase; margin-top: 0px; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 1.2rem; font-weight: 900; line-height: 1.2; }
h6 { text-transform: uppercase; margin-top: 0px; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 1rem; font-weight: 900; line-height: 1.3; }
p { color: var(--grey); margin-bottom: 0.8rem; }
a { text-decoration: none; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
a:focus-visible, a[data-wf-focus-visible] { outline-color: var(--pink); outline-offset: -1px; outline-width: 1px; outline-style: solid; }
ul { margin-top: 0.6rem; margin-bottom: 1.4rem; padding-left: 0.8rem; list-style-type: square; display: block; }
ol { margin-top: 0.6rem; margin-bottom: 1.4rem; padding-left: 32px; }
li { margin-top: 0.2rem; margin-bottom: 0.2rem; padding-left: 0px; }
img { max-width: 100%; display: inline-block; }
label { margin-bottom: 0.2rem; font-size: 0.8rem; font-weight: 500; display: block; }
blockquote { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6407a005b8b03bfde23fa991_icon-quotes.svg"); background-position: 0px 0px; background-repeat: no-repeat; background-size: 1.2em; border-left: 1px rgb(0, 0, 0); margin-top: 1.6rem; margin-bottom: 1.6rem; padding: 0px 0px 0px 1.8em; font-size: 1rem; font-weight: 500; line-height: 1.5; }
figure { margin-bottom: 0px; }
figcaption { box-shadow: inset 0 0 0 1px var(--borders); text-align: center; background-color: rgba(255, 255, 255, 0.08); border-radius: 0.4rem; margin-top: 8px; padding: 6px 8px; font-size: 12px; position: relative; }
.css { display: none; }
.container { text-transform: none; white-space: normal; word-break: normal; overflow-wrap: normal; background-color: rgba(0, 0, 0, 0); width: 100%; max-width: 1130px; margin-left: auto; margin-right: auto; padding-left: 2.4rem; padding-right: 2.4rem; position: relative; }
.container.in-nav { gap: 16px; flex-flow: row; justify-content: space-between; align-items: center; max-width: 1344px; height: 100%; display: flex; }
.container.is-large { max-width: 62rem; }
.body-s { color: var(--grey); font-size: 0.8rem; line-height: 1.4; }
.body-xs { color: var(--grey); font-size: 0.7rem; font-weight: 500; }
.grid-2-col { gap: 88px 80px; grid-template-rows: auto; align-items: center; }
.image { object-fit: cover; width: 100%; height: 100%; }
.color-text-black { color: var(--gray-1700); }
.color-text-white { color: var(--white); }
.color-text-pink { color: var(--pink); font-size: 0.8rem; }
.color-text-pink.inline { text-decoration: none; }
.color-text-pink.pricing { font-size: 1.4rem; }
.align-center { text-align: center; }
._45-ch { max-width: 45ch; }
._45-ch.color-text-400 { color: var(--gray-400); }
.h2-small { font-size: 64px; }
._35-ch { max-width: 35ch; font-size: 1rem; }
._wf-class { color: rgb(255, 255, 255); background-color: rgb(5, 133, 255); border-radius: 4px; padding: 4px 8px; font-size: 0.6em; font-weight: 400; display: inline-block; }
._wf-class.all { background-color: rgb(219, 88, 184); }
._wf-class.cms { background-color: rgb(130, 104, 246); }
._wf-class.component { background-color: rgb(57, 173, 86); }
.margin-s { margin-bottom: 0.8rem; }
.password { justify-content: center; align-items: center; width: 100%; min-height: 100vh; display: flex; }
.hide { display: none; }
.footer-socials { justify-content: flex-start; align-items: center; margin-bottom: 20px; margin-left: -4px; display: flex; }
.footer-social { padding: 6px 4px; }
.footer-social:hover { color: var(--pink); }
.footer-social.twitter { color: rgb(29, 161, 242); }
.footer-social.twitter:hover { color: var(--pink); }
.footer-social.linkedin { color: rgb(40, 103, 178); }
.footer-social.linkedin:hover { color: var(--pink); }
.footer-social.facebook { color: rgb(24, 119, 242); }
.footer-social.facebook:hover { color: var(--pink); }
.footer-social.instagram { color: rgb(203, 63, 122); }
.footer-social.instagram:hover { color: var(--pink); }
.footer-social.tiktok { color: rgb(234, 68, 90); }
.footer-social.tiktok:hover { color: var(--pink); }
.footer-social.slack { color: rgb(124, 57, 129); text-align: left; }
.footer-social.slack:hover { color: var(--pink); }
.footer-social.youtube { color: rgb(234, 51, 35); }
.footer-social.youtube:hover { color: var(--pink); }
.footer-social-icon { border-radius: 6px; justify-content: center; align-items: center; width: 24px; display: flex; overflow: hidden; }
._55-ch { color: var(--gray-400); max-width: 55ch; }
._55-ch.color-text-400:lang(fr-fr) { color: var(--gray-400); }
._65-ch { max-width: 65ch; }
._75-ch { max-width: 75ch; }
._wf-ch { background-color: var(--gray-1400); border-radius: 0px; }
.inline { display: inline; }
.meeting-overview-grid { gap: 16px; flex-direction: row; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr 1fr; grid-auto-columns: 1fr; justify-content: space-around; align-items: center; width: 100%; margin-bottom: 64px; display: grid; }
.meeting-overview-card { background-color: var(--pink); border-radius: 6px; height: 0px; padding-top: 50%; padding-bottom: 50%; position: relative; overflow: hidden; }
.meeting-counter-digit { white-space: normal; justify-content: center; align-items: center; font-family: Greed, Arial, sans-serif; font-size: 5em; font-weight: 900; text-decoration: none; display: flex; position: absolute; inset: 0%; }
.meeting-overview { background-color: var(--gray-1500); border-radius: 6px; padding: 128px 192px; }
.meeting-details { background-color: var(--gray-1500); border-radius: 6px; padding: 128px; }
.meeting-weekdays-grid { gap: 16px 48px; flex-direction: row; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-auto-columns: 1fr; justify-content: space-between; align-items: center; margin-bottom: 64px; display: grid; overflow: auto; }
.meeting-weekday-card { row-gap: 16px; flex-direction: column; align-items: stretch; width: 100%; display: flex; }
.meeting-weekday-title { text-align: center; }
.meeting-weekday-content { background-color: var(--pink); border-radius: 6px; height: 0px; padding-top: 50%; padding-bottom: 50%; position: relative; overflow: hidden; }
.meeting-weekday-digit { white-space: normal; justify-content: center; align-items: center; min-width: 100%; min-height: 100%; font-family: Greed, Arial, sans-serif; font-size: 2.5em; font-weight: 900; line-height: 2em; text-decoration: none; display: flex; position: absolute; inset: 0%; }
.meeting-details-grid { gap: 64px; flex-direction: row; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr 1fr; grid-auto-columns: 1fr; justify-content: space-around; align-items: center; width: 100%; margin-bottom: 64px; display: grid; }
.meeting-details-digit { white-space: normal; justify-content: center; align-items: center; font-family: Greed, Arial, sans-serif; font-size: 4em; font-weight: 900; text-decoration: none; display: flex; position: absolute; inset: 0%; }
.meeting-details-body { background-color: var(--pink); border-radius: 6px; height: 0px; padding-top: 30%; padding-bottom: 30%; position: relative; overflow: hidden; }
.meeting-tables-grid { gap: 80px; flex-direction: row; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; justify-content: space-around; align-items: center; margin-bottom: 64px; margin-left: 32px; margin-right: 32px; display: grid; }
.meeting-details-longuest-row { gap: 0px; background-color: var(--pink); flex-direction: column; grid-template-rows: auto; grid-template-columns: 2.75fr 0.75fr; grid-auto-columns: 1fr; align-items: center; min-height: 40px; margin-bottom: 2px; display: grid; }
.meeting-details-longuest-row.first-item { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.meeting-details-longuest-row.last-item { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.meeting-table-digit { text-align: center; font-family: Greed, Arial, sans-serif; }
.meeting-table-item { padding-left: 12px; }
.meeting-details-buddies-row { gap: 0px; background-color: var(--pink); flex-direction: column; grid-template-rows: auto; grid-template-columns: 0.25fr 3fr 0.75fr; grid-auto-columns: 1fr; align-items: center; min-height: 40px; margin-bottom: 2px; display: grid; }
.meeting-details-buddies-row.first-item { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.meeting-details-buddies-row.last-item { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }
.meeting-details-card { flex-direction: column; justify-content: space-between; align-items: stretch; display: flex; position: relative; }
.meeting-buddies-medal { padding-left: 12px; padding-right: 12px; }
.meeting-canva-container { background-color: var(--pink); border-radius: 6px; width: 100%; height: 100%; min-height: 420px; }
.text-span, .text-span-2, .text-span-4, .text-span-5, .text-span-7, .text-span-8 { color: var(--pink); }
.youtube { border-radius: 6px; overflow: hidden; }
.podcast-embed { width: 100%; margin-top: 32px; margin-bottom: 24px; }
.margin-m { margin-bottom: 1.2rem; }
.margin-l { margin-bottom: 1.6rem; }
.podcast-form-block { width: 100%; max-width: 500px; margin-bottom: 0px; }
.podcast-form { -webkit-text-fill-color: inherit; background-color: rgb(31, 36, 56); background-clip: border-box; border: 1px solid rgb(76, 116, 255); border-radius: 8px; flex-flow: row; justify-content: flex-start; align-items: stretch; width: 100%; display: flex; position: relative; overflow: hidden; }
.podcast-form-field { color: var(--white); background-color: rgb(31, 36, 56); border: 1px rgb(0, 0, 0); width: 100%; padding-left: 16px; padding-right: 16px; font-size: 0.8em; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; }
.podcast-form-field:hover { background-color: rgb(37, 42, 66); }
.podcast-form-field:focus { background-color: rgb(44, 50, 78); }
.podcast-form-field::placeholder { color: rgba(255, 255, 255, 0.7); }
.podcast-form-submit { background-color: rgb(76, 116, 255); padding: 11px 16px; font-size: 0.8em; }
.podcast-card-logo { object-fit: contain; max-width: 100px; max-height: 32px; position: relative; }
.podcast-card-name { text-transform: capitalize; margin-bottom: 4px; font-size: 1.6em; }
.podcast-card-speaker { text-align: center; font-size: 0.8em; position: relative; }
.form-submit { color: var(--white); background-color: rgb(31, 36, 56); border-radius: 8px; padding: 16px 24px; font-family: "CC Dan Panosian", sans-serif; font-size: 1.2em; font-weight: 300; }
.form-submit.error { background-color: var(--purple); font-size: 0.9em; }
.podcast-episode-grid { gap: 64px; grid-template-rows: auto; width: 100%; position: relative; }
.podcast-options { gap: 24px; color: rgba(255, 255, 255, 0.7); flex-flow: wrap; justify-content: flex-start; align-items: center; font-size: 0.8em; display: flex; }
.podcast-option { gap: 6px; color: var(--white); border-radius: 6px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; margin: -8px; padding: 8px; font-size: 1em; display: flex; }
.podcast-option:hover { background-color: rgba(255, 255, 255, 0.1); }
.podcast-option-icon { flex: 0 0 auto; justify-content: center; align-items: center; width: 18px; height: 18px; display: flex; }
.podcast-player { flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; position: sticky; top: 128px; }
.podcast-episode-photo { object-fit: cover; object-position: 50% 0%; border-radius: 0.6rem; width: 90%; max-height: 400px; margin-bottom: 2.4rem; position: relative; }
.podcast-episode-wrapper { margin-bottom: 3.2rem; }
.h1 { margin-bottom: 2rem; font-size: 3.8rem; line-height: 0.9; }
.h1.is-small { flex: 0 1 auto; max-width: 25ch; font-size: 3rem; display: block; }
.h1.is-small.is-affiliate { margin-bottom: 0px; }
.h1.is-small.align-center { align-self: center; }
.h2 { margin-bottom: 1rem; font-size: 3.2rem; line-height: 0.9; }
.h2.is-small { font-size: 2.8rem; font-weight: 700; }
.h3 { margin-bottom: 0.8rem; font-size: 2.4rem; line-height: 1; }
.h3.is-small { font-size: 2rem; font-weight: 700; }
.h3.is-xs { font-size: 1.4rem; }
.h4 { text-align: left; margin-bottom: 0.5rem; font-size: 1.6em; line-height: 1.1; }
.h4.margin-large { margin-bottom: 32px; }
.h4.is-small { text-transform: uppercase; font-size: 1.3em; }
.h5 { margin-bottom: 0px; font-size: 1.2rem; line-height: 1.2; }
.h5.margin-s { text-align: left; margin-bottom: 0.2em; font-size: 1.6rem; font-weight: 900; }
.h5.margin-s:lang(fr-fr) { display: block; }
.h6 { margin-bottom: 0px; font-size: 1.05rem; line-height: 1.1; }
.podcast-episode-guest { font-size: 0.8em; }
.breadcrumb { gap: 4px; letter-spacing: 0.02em; text-transform: uppercase; border-radius: 6px; flex-wrap: nowrap; flex: 0 0 auto; justify-content: flex-start; align-items: center; margin-bottom: 16px; margin-left: -12px; padding: 8px 16px 8px 12px; font-size: 14px; display: flex; position: relative; }
.breadcrumb:hover { background-color: rgba(255, 255, 255, 0.1); margin-left: 0px; }
.breadcrumb-icon { flex: 0 0 auto; justify-content: center; align-items: center; display: flex; }
.podcast-card-title { font-family: "CC Dan Panosian", sans-serif; font-size: 1.2em; }
.podcast-card-coming-soon { background-color: rgb(142, 81, 231); margin-top: 4px; margin-bottom: 4px; padding: 6px 12px; font-family: "CC Dan Panosian", sans-serif; font-size: 1.2em; position: relative; transform: rotate(-4deg); }
.podcast-card-soon-overlay { background-color: var(--gray-1700); opacity: 0.36; position: absolute; inset: 0%; }
.podcast-player-wrapper { width: 100%; }
.podcast-player-wrapper.soon { margin-top: 32px; margin-bottom: 64px; }
.graf-line { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9e7d951719795fd679_grigri-line-medium-blue.svg"); background-position: 50% 100%; background-repeat: no-repeat; background-size: auto; margin-bottom: -5px; padding-bottom: 5px; display: inline-block; }
.graf-line.medium-pink { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9e7d951706785fd67a_grigri-line-medium-pink.svg"); }
._12-ch { max-width: 12ch; }
._15-ch { max-width: 15ch; }
._25-ch { max-width: 25ch; }
.dark { background-color: var(--gray-1700); color: var(--white); }
.nav { z-index: 999; backdrop-filter: blur(16px); background-color: rgba(10, 15, 32, 0); width: 100%; height: 80px; transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); position: sticky; top: 0px; }
.nav.is-scrolled { background-color: rgba(10, 15, 32, 0.67); }
.nav-logo-wrapper { flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; height: 100%; margin-left: -16px; padding: 8px 16px; display: flex; }
.nav-logo-wrapper:hover { color: var(--pink); }
.nav-items { flex-flow: row; justify-content: space-between; align-items: stretch; width: 100%; height: 100%; display: flex; }
.nav-link { gap: 6px; color: var(--gray-400); flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; height: 100%; margin-left: 0px; margin-right: 0px; padding: 12px 0.8rem; font-size: 0.7rem; font-weight: 500; display: flex; }
.nav-link:hover { color: var(--white); }
.nav-link.is-dropdown { padding: 0px; }
.nav-links { flex-flow: row; justify-content: flex-start; align-items: center; width: 100%; height: 100%; display: flex; }
.nav-dropdown-icons { opacity: 0.5; color: var(--white); flex: 0 0 auto; justify-content: center; align-items: center; width: 8px; transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: flex; }
.nav-cta { flex-flow: row; flex: 0 0 auto; justify-content: flex-end; align-items: center; height: 100%; display: flex; }
.nav-dropdown { perspective: 1200px; color: var(--white); background-color: rgba(0, 0, 0, 0); transform: perspective(1200px); }
.nav-dropdown.w--open { flex-flow: column; justify-content: flex-start; align-items: stretch; font-size: 1em; display: flex; position: absolute; inset: 85% auto auto 0%; }
.cta { gap: 0px; background-color: var(--blue); color: var(--white); text-align: center; border-style: none; border-radius: 0.4rem; flex-flow: row; flex: 0 1 auto; order: 0; justify-content: center; align-self: center; align-items: flex-start; min-height: 2.4rem; max-height: 2.4px; margin-top: 2.4rem; padding: 0.6rem 1.2rem; font-size: 0.8rem; font-weight: 500; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); display: block; overflow: visible; }
.cta:hover { background-color: var(--blue-hover); }
.cta:active { transform: scale(0.98) perspective(1200px); }
.cta:focus-visible, .cta[data-wf-focus-visible] { outline-offset: 0px; outline: rgba(255, 255, 255, 0.24) solid 3px; }
.cta.secondary { border: 1px solid var(--gray-1400); background-color: var(--gray-1500); color: var(--white); display: flex; }
.cta.secondary:hover { border: 1px solid var(--gray-1300); background-color: var(--gray-1400); }
.cta.in-nav { border: 1px none var(--gray-1400); background-color: var(--blue); min-height: auto; max-height: none; margin-top: 0px; margin-left: 8px; padding-top: 10px; padding-bottom: 10px; font-size: 0.7rem; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.cta.in-nav:hover { border-color: var(--gray-1300); background-color: var(--blue-hover); }
.cta.in-nav.is-scrolled { border-color: var(--gray-1300); background-color: var(--gray-1400); }
.cta.in-cms-hero { text-align: left; flex: 0 1 auto; justify-content: flex-start; align-self: flex-start; align-items: flex-start; margin-top: 1rem; margin-bottom: 1rem; display: block; }
.cta.is-blue { background-color: var(--blue); margin-top: 1.2rem; }
.cta.is-blue:hover { box-shadow: rgba(76, 116, 255, 0.12) 0px 0px 32px, rgba(76, 116, 255, 0.12) 0px 0px 16px, rgba(119, 138, 232, 0.36) 0px 16px 32px inset; }
.cta.in-cookie-consent { margin-top: 0px; }
.cta.is--pricing { margin-top: 1.5rem; }
.nav-dropdown-content { background-color: var(--gray-1500); box-shadow: inset 0 0 0 1px var(--borders); perspective: 1200px; transform-origin: 50% 0px; border-radius: 8px; flex-flow: column; flex: 0 0 auto; justify-content: flex-start; align-items: stretch; padding: 8px; display: flex; position: relative; overflow: hidden; transform: perspective(1200px); }
.nav-dropdown-link { gap: 8px; white-space: nowrap; border-radius: 4px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; min-width: 100%; margin-right: 8px; padding: 6px 16px 6px 8px; font-size: 0.8em; font-weight: 500; display: flex; position: relative; }
.nav-dropdown-link:hover { background-color: rgba(255, 255, 255, 0.08); }
.nav-dropdown-icon { flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; width: 16px; height: 16px; display: flex; }
.code { display: none; }
.hero { margin-top: -80px; padding-top: 7.4rem; padding-bottom: 3.6rem; position: relative; }
.hero.is-small { padding-top: 6.4rem; padding-bottom: 2.4rem; }
.hero.is-full { flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding-top: 7.2rem; display: flex; }
.nav-dropdown-toggle { gap: 6px 5px; flex-direction: row; flex: 0 0 auto; justify-content: center; align-items: center; height: 100%; padding: 12px 0.8rem; display: flex; }
.body-m { color: var(--grey); font-size: 0.9rem; }
.headline { margin-bottom: 2rem; font-size: 5.6rem; }
.headline.is-small { margin-bottom: 1.2rem; font-size: 4.6rem; }
.headline.is-extra-small { font-size: 4rem; }
.headline.is-extra-extra-small { font-size: 2.8rem; }
.nav-logo { flex-flow: column; flex: 0 0 auto; justify-content: center; align-items: center; display: flex; }
.margin-xl { margin-bottom: 2.8rem; }
.body-l { font-size: 1.2rem; font-weight: 500; line-height: 1.4; }
._wf-label { border-bottom-style: solid; border-bottom-width: 1px; width: 100%; margin-top: 2.4rem; margin-bottom: 1.2rem; padding-bottom: 0.4rem; font-family: "CC Dan Panosian", sans-serif; font-size: 1.6rem; font-weight: 300; }
._wf-classes { z-index: 99; gap: 4px; flex-flow: row; justify-content: flex-start; align-items: center; width: 100%; margin-top: 1.2rem; margin-bottom: 0.6rem; display: flex; position: relative; }
._wf-wrapper { flex-flow: column; justify-content: flex-start; align-items: flex-start; display: flex; }
.margin-0 { margin: 0px; }
.foot { z-index: 1; border-top: 1px solid var(--borders); padding-top: 3.2rem; padding-bottom: 3.2rem; position: relative; overflow: visible; }
.foot-grid { gap: 0rem 0.8rem; grid-template-rows: auto; grid-template-columns: auto auto auto auto auto auto; place-content: stretch space-between; margin-bottom: 2.4rem; display: grid; position: relative; }
.foot-links { flex-flow: column; justify-content: flex-start; align-items: stretch; display: flex; }
.foot-link { color: var(--gray-400); padding-top: 2px; padding-bottom: 2px; font-size: 0.8em; font-weight: 400; line-height: 1.5; }
.foot-link:hover { color: var(--white); }
.eyebrow { letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 0.4rem; font-size: 0.7rem; font-weight: 500; }
.foot-banner { gap: 16px; letter-spacing: 0.02em; text-transform: uppercase; grid-template-rows: auto; grid-template-columns: auto auto 1fr 1fr; grid-auto-columns: 1fr; place-content: center space-between; align-items: center; font-size: 0.6rem; display: grid; position: relative; }
.section { width: 100%; padding-top: 5rem; padding-bottom: 5rem; position: relative; overflow: visible; }
.section.is-clients { background-color: var(--pink); background-image: linear-gradient(149deg, var(--dark-blue), #3643f6 33%, #8643fe 100%, var(--dark-purple)); color: var(--white); text-align: center; }
.section.is-small { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.section.no-overflow { overflow: hidden; }
.section.is-small-bottom { padding-bottom: 2.5rem; }
.line { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9f30f710b6af721f5b_grigri-line-small-pink.svg"); background-position: 50% 100%; background-repeat: no-repeat; background-size: contain; margin-bottom: -0.3rem; padding-bottom: 0.3rem; display: inline-block; }
.line.for-outro { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9f094edea116e23459_grigri-line-large-pink.svg"); margin-bottom: -1rem; padding-bottom: 1rem; }
.line.is-xs { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9f30f7108587721f5a_grigri-line-small-white.svg"); margin-bottom: -0.5rem; padding-bottom: 0.5rem; }
.line.is-l { background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62693a9e204182da660cecbf_grigri-line-large-flip-white.svg"); }
.title-wrapper { text-align: center; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; max-width: 850px; height: auto; margin-bottom: 3.6rem; margin-left: auto; margin-right: auto; display: flex; overflow: visible; }
.title-wrapper.is-full { max-width: none; }
.title-wrapper.is-left { text-align: left; align-items: flex-start; }
.title-wrapper.margin-xl { margin-bottom: 5rem; }
.clients-logo-wrapper { gap: 1.5rem 2rem; flex-flow: wrap; justify-content: center; align-items: center; margin-top: 2rem; display: flex; position: relative; }
.client-logo { object-fit: contain; position: relative; }
.col-tabs { gap: 0px; flex-direction: row-reverse; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; place-content: center space-between; align-items: center; width: 100%; margin-bottom: 1.6rem; display: grid; }
.col-tabs-menu { background-color: var(--gray-1400); border-radius: 0.8rem; flex-flow: column; justify-content: center; align-items: stretch; width: 100%; display: flex; position: relative; overflow: hidden; }
.col-tabs-content { z-index: 1; width: 100%; padding-top: 24px; padding-bottom: 24px; position: relative; }
.col-tab-menu { color: var(--grey); background-color: rgba(0, 0, 0, 0); padding: 24px 24px 24px 48px; font-size: 0.9rem; }
.col-tab-menu:hover { background-color: var(--gray-1300); color: var(--white); }
.col-tab-menu.w--current { background-color: var(--purple); background-image: linear-gradient(45deg, var(--dark-blue), var(--dark-purple)); color: var(--white); }
.col-tab-content-wrapper { width: 100%; height: 100%; }
.col-tab-content { gap: 1rem; backdrop-filter: blur(12px); background-color: rgba(255, 255, 255, 0.08); border-radius: 0.8rem; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; min-height: 200px; display: flex; position: relative; overflow: hidden; }
.panosian { font-family: "CC Dan Panosian", sans-serif; font-size: 1.6em; line-height: 1.2; }
.panosian.is-small { font-size: 1.2rem; }
.row-tabs-menu { border-radius: 0.4rem; flex-direction: row; justify-content: center; align-items: stretch; margin-bottom: 2.8rem; display: flex; overflow: hidden; }
.row-tabs-menu.is-full { justify-content: space-between; width: 100%; margin-bottom: 3.6rem; }
.row-tabs-menu.is-full.is-bento { margin-bottom: 1.2rem; }
.row-tabs-menu.margin-0 { margin-bottom: 0px; }
.row-tabs-content { width: 100%; height: 100%; }
.row-tab-menu { background-color: var(--gray-1400); color: var(--grey); text-align: center; letter-spacing: 0.02rem; text-transform: uppercase; white-space: nowrap; padding: 0.5rem 1.3rem; font-size: 0.8rem; font-weight: 500; }
.row-tab-menu:hover { background-color: var(--gray-1300); color: var(--white); }
.row-tab-menu.w--current { background-color: var(--purple); background-image: linear-gradient(45deg, var(--dark-blue), var(--dark-purple)); }
.row-tab-content-wrapper { width: 100%; height: 100%; }
.row-tabs { flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; margin-bottom: 1.6rem; margin-left: auto; margin-right: auto; display: flex; }
.row-tabs.is-full { max-width: 1100px; }
.feature-tag { gap: 6px; box-shadow: inset 0 0 0 .5px var(--indigo-50); color: var(--indigo-40); border-radius: 6px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; padding: 6px 8px; font-size: 12px; font-weight: 500; display: flex; position: relative; }
.feature-tag.is-filter { gap: 0px; padding: 0px; }
.feature-tag.is-pink { box-shadow: rgba(255, 149, 174, 0.63) 0px 0px 0px 0.5px inset; }
.feature-tags { gap: 8px; flex-flow: wrap; justify-content: flex-start; align-self: flex-start; align-items: flex-start; max-width: 420px; margin-top: 1.2rem; display: flex; }
.feature-tags.is-full { max-width: none; }
.feature-tags.is-filter { margin-top: 0px; }
.feature-tags.is-large { max-width: 460px; }
.feature-tags.is-small { max-width: 300px; }
.feature-tags.is-category { margin-top: 0.4rem; margin-bottom: 0.6rem; }
.feature-tags.is-tight { margin-top: 0.5rem; }
.feature-tag-icon { object-fit: contain; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; width: 16px; height: 16px; display: flex; }
.lightbox { column-gap: 10px; text-align: left; flex-direction: row; justify-content: flex-start; align-items: center; margin-top: 1.6rem; display: flex; }
.lightbox.feature-video, .lightbox.use-case-video { display: none; }
.lightbox.meeting-recording { display: flex; }
.lightbox.integration-hero { display: none; }
.lightbox-image-wrapper { border: 2px solid rgba(255, 255, 255, 0); border-radius: 50%; flex-flow: row; justify-content: center; align-items: center; width: 48px; height: 48px; transition: 0.2s; display: flex; position: relative; overflow: hidden; }
.lightbox-image-icon { opacity: 0.75; flex: 0 0 auto; justify-content: center; align-items: center; display: flex; position: absolute; }
.lightbox-meta { font-size: 0.8rem; font-weight: 500; }
.lightbox-meta-duration { opacity: 0.5; font-size: 12px; }
._20-ch { max-width: 20ch; }
.glass-card { z-index: 1; box-shadow: inset 0 0 0 1px var(--borders); backdrop-filter: blur(12px); backface-visibility: hidden; perspective: 1200px; background-color: rgba(66, 75, 116, 0.08); border-radius: 0.8rem; width: 100%; height: 100%; padding: 0.8rem; transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; overflow: hidden; transform: perspective(1200px); }
.glass-card.is-hero { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.glass-card.is-image { margin-bottom: 1rem; }
.glass-card.is-integration:hover { box-shadow: 0 0 24px 0 #ff5a8114, inset 0 0 0 1px var(--borders); }
.glass-card.is-playbook { margin-bottom: 1rem; }
.glass-card.is-article { margin-bottom: 0.6rem; }
.glass-card.is-square { background-color: rgba(6, 10, 85, 0.08); width: 300px; max-width: 300px; height: 340px; max-height: 340px; }
.glass-card.is-square.is-features { background-color: rgba(148, 150, 204, 0.08); width: 100%; max-width: none; height: 100%; max-height: none; }
.glass-card.is-square.is-features:hover { box-shadow: rgb(209, 127, 162) 0px 0px 0px 1px inset; }
.glass-content { z-index: 9; background-color: var(--gray-1500); border-radius: 0.4rem; width: 100%; height: 100%; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; overflow: hidden; }
.glass-content.is-features { flex-direction: column; justify-content: space-between; align-items: flex-start; display: flex; }
.integration-card { text-align: center; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 1.2rem; display: flex; position: relative; overflow: hidden; }
.integration-card-background-logo { opacity: 0.05; object-fit: contain; transform-style: preserve-3d; max-width: none; height: 100%; position: absolute; inset: 0% 0% 0% -50%; transform: perspective(1200px) translateZ(-128px); }
.marquee-slider { gap: 1.6rem; flex-direction: column; justify-content: center; align-items: stretch; width: 100%; max-width: 1920px; margin-left: auto; margin-right: auto; display: flex; position: relative; }
.marquee-slider-track { gap: 1.6rem; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: stretch; display: flex; }
.marquee-slider-track.is-left { justify-content: flex-start; }
.marquee-slider-track.is-right { justify-content: flex-end; }
.integration-logo { box-shadow: inset 0 0 0 1px var(--borders); background-color: rgba(255, 255, 255, 0.08); border-radius: 0.8rem; flex-flow: column; flex: 0 0 auto; justify-content: center; align-items: center; width: 60px; height: 60px; padding: 8px; display: flex; position: relative; }
.integration-logo.is-xs { border-radius: 8px; width: 48px; height: 48px; padding: 8px; }
.integration-slide-logo { object-fit: contain; flex: 0 0 auto; width: 100%; }
.marquee-slider-list { gap: 1.6rem; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: stretch; display: flex; }
._3-columns { gap: 2.2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; justify-items: center; display: grid; }
._3-columns.is-small { gap: 1.2rem; grid-template-columns: 1fr 1fr 1fr; justify-items: stretch; }
.featured-quote { gap: 1.4rem; flex-direction: column; justify-content: flex-start; align-items: stretch; width: 100%; height: 100%; display: flex; }
.integration-logos { gap: 12px; flex-flow: wrap; justify-content: flex-start; align-items: flex-start; margin-top: 1.2rem; display: flex; }
.quote-image { object-fit: cover; border-radius: 0.4rem; width: 80px; height: 80px; position: relative; overflow: hidden; }
.quote-image.is-small { width: 52px; height: 52px; }
.author-wrapper { gap: 16px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: flex-start; width: 100%; display: flex; }
.author-wrapper.is-small { gap: 0.6rem; margin-bottom: 1rem; }
.quote-card { gap: 1.6rem; box-shadow: inset 0 0 0 1px var(--cards); opacity: 0.6; perspective: 1200px; transform-style: preserve-3d; background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08)); border-radius: 0.8rem; flex-flow: column; flex: 0 0 auto; justify-content: space-between; align-items: flex-start; width: 100%; max-width: 360px; height: 100%; padding: 1.2rem; transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.38, 1.399); display: flex; position: relative; transform: perspective(1200px); }
.quote-card:hover { opacity: 1; perspective: 1200px; background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06)); outline-color: rgba(255, 255, 255, 0.5); transform: perspective(1200px) translateZ(-16px) perspective(1200px); box-shadow: rgba(255, 255, 255, 0.24) 0px 0px 0px 1px inset; }
.shine { text-align: left; -webkit-text-fill-color: transparent; background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/63eca0bab64b8651def357a9_foil.jpg"); background-position: 50% center; background-repeat: no-repeat; background-size: cover; background-clip: text; }
.cta-wrapper { gap: 16px; flex-flow: wrap; flex: 0 0 auto; justify-content: center; align-items: center; margin-top: 48px; margin-bottom: 40px; display: flex; }
.hero-visual-wrapper { box-shadow: none; border-radius: 0.8rem; margin-left: auto; margin-right: auto; }
.hero-visual-image { width: 100%; margin-top: 78px; }
.subhead { gap: 8px; background-color: rgba(10, 15, 32, 0.24); border-radius: 0.4rem; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; margin-bottom: 1.2rem; padding: 8px 12px 8px 8px; font-size: 14px; font-weight: 500; display: flex; }
.subhead:hover { background-color: rgba(255, 255, 255, 0.08); }
.subhead-image { object-fit: contain; border-radius: 0%; width: 16px; height: 16px; position: relative; }
.hero-dual-grid { gap: 1rem 1.6rem; grid-template-rows: auto; }
.zigzag { column-gap: 0px; outline-offset: 0px; outline: rgb(255, 255, 255) 3px; flex-direction: row; grid-template-rows: auto; justify-content: space-between; align-items: center; display: flex; }
.zigzag-image { flex: 0 0 auto; width: 50%; display: block; position: relative; }
.zigzag-content { order: -1; padding: 2.4rem; }
.zigzag-wrapper { gap: 6.4rem; flex-direction: column; display: flex; }
.foot-legal { padding-top: 2px; padding-bottom: 2px; font-weight: 500; }
.foot-legal:hover { color: var(--pink); }
.rich-text { clear: none; aspect-ratio: auto; text-align: left; letter-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; word-break: normal; overflow-wrap: normal; object-fit: fill; direction: ltr; flex: 0 1 auto; order: 0; width: 100%; margin: 0px auto auto; padding-bottom: 0px; line-height: 1.5; text-decoration: none; display: block; position: relative; bottom: auto; }
.rich-text h2 { margin-top: 0px; font-size: 2rem; line-height: 1.1; display: inline-block; }
.rich-text h4 { margin-top: 1.4rem; font-size: 1.2rem; line-height: 1.2; }
.rich-text a { color: var(--blue); margin-bottom: -2px; font-weight: 500; display: inline; }
.rich-text a:hover { border-bottom-color: var(--light-pink); color: var(--blue-hover); }
.rich-text h3 { margin-top: 2rem; font-size: 1.4rem; line-height: 1.2; }
.rich-text h5 { margin-top: 1.2rem; margin-bottom: 0.2rem; font-size: 1rem; line-height: 1.3; }
.rich-text img { object-fit: contain; width: 100%; position: relative; }
.rich-text figure { width: 100%; margin: 1.2rem 0px; }
.rich-text.is-motto { text-align: center; max-width: 460px; }
.rich-text.is-about p { color: var(--indigo-40); font-size: 0.7rem; }
.hyperlink { color: var(--gray-400); background-color: rgba(0, 0, 0, 0); margin-top: 0px; padding: 0px; font-weight: 500; transition-duration: 0.3s; position: relative; }
.hyperlink:hover { color: var(--white); }
.hyperlink.is-solo { text-transform: uppercase; align-self: center; font-size: 0.8rem; }
.nav-line { background-image: linear-gradient(to right, #fff0, var(--borders) 8%, var(--borders) 92%, #fff0); transform-origin: 0% center; width: 100%; height: 0.5px; position: absolute; inset: auto 0% 0%; }
.glass-halo { z-index: 12; opacity: 1; filter: blur(64px); background-image: radial-gradient(circle farthest-side, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)); width: 100%; height: 100%; transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); position: absolute; inset: 0%; }
.quote-card-logo { max-height: 0.9rem; }
.integration-card-logo { min-width: 7rem; max-width: 9rem; min-height: 1rem; max-height: 3rem; margin-bottom: 2rem; transition: filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; }
.integration-card-logo.is-large { min-width: 8rem; max-width: 10rem; min-height: 2rem; max-height: 4rem; }
.meta-wrapper { justify-content: flex-start; align-items: center; margin-bottom: 1.2rem; }
.cms-grid { gap: 2rem 2.5rem; grid-template-rows: auto; grid-template-columns: 0.3fr 1fr; align-content: start; align-items: start; width: 100%; display: grid; }
.cms-grid.is-large { column-gap: 1.6rem; grid-template-columns: 0.4fr 1fr; }
.cms-sidebar { gap: 1rem; flex-direction: column; justify-content: flex-start; align-items: stretch; width: 100%; display: flex; position: sticky; top: 80px; }
.cms-content { flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; display: flex; position: relative; }
.cms-table { border-left: .5px solid var(--borders); flex-flow: column; justify-content: flex-start; align-items: stretch; padding-top: 0.8rem; padding-bottom: 0.8rem; padding-right: 0.8rem; position: relative; overflow: auto; }
.cms-table-link { color: var(--indigo-40); text-align: left; border-left: 2px solid rgba(227, 229, 237, 0); flex: 0 0 auto; align-self: center; width: 100%; margin-left: -1px; padding-top: 0.2rem; padding-bottom: 0.2rem; padding-left: 1rem; font-size: 0.7rem; display: inline-block; position: relative; }
.cms-table-link:hover { border-left-color: var(--grey); color: var(--grey); }
.cms-table-link.w--current, .cms-table-link.w--current:hover { border-left-color: var(--pink); color: var(--pink); }
.cms-table-link-wrapper { flex-flow: column; justify-content: flex-start; align-items: flex-start; display: flex; }
.photo-wrapper { z-index: 2; border-radius: 0.6rem; width: 100%; position: relative; overflow: hidden; }
.photo-wrapper.is-recorded { z-index: 1; border-radius: 0px; flex-flow: column; justify-content: flex-start; align-items: flex-end; height: 100%; display: flex; }
.photo { object-fit: contain; width: 100%; position: relative; }
.photo.is-recorded { perspective-origin: 100% 0px; transform-origin: 100% 0px; border-radius: 0.6rem; flex: 0 0 auto; height: 100%; transform: scale(0.9); }
.photo.is-recorder { z-index: 3; object-fit: contain; border-radius: 24%; flex: 0 0 auto; width: 24%; min-width: 64px; max-width: 128px; position: absolute; inset: auto auto 0% 0%; }
.row-grid { gap: 2.4rem; grid-template-rows: auto; align-items: center; max-width: 1000px; margin-left: auto; margin-right: auto; }
.row-grid.is-left { gap: 1.5rem; grid-template-columns: 1fr 1.3fr; }
.row-grid.is-right { grid-template-columns: 1.3fr 1fr; }
.picture-wrapper { box-shadow: inset 0 0 0 1px var(--borders); backdrop-filter: blur(12px); border-radius: 0.6rem; width: 100%; position: relative; overflow: hidden; }
.picture-wrapper.is-bento { transform-origin: 50% center; transform: perspective(1200px); }
.picture-wrapper.is-bento.is-br { border-top-right-radius: 0px; border-bottom-right-radius: 0.8rem; border-bottom-left-radius: 0px; bottom: -1px; right: -1px; }
.picture-wrapper.is-bento.is-bl { border-top-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0.8rem; bottom: -1px; left: -1px; }
.picture-wrapper.is-bento.is-r { border-top-right-radius: 0px; border-bottom-right-radius: 0px; right: -1px; }
.picture-wrapper.no-border { box-shadow: none; backdrop-filter: none; border: 1px rgb(0, 0, 0); border-radius: 0px; }
.picture { outline-offset: 0px; object-fit: contain; outline: rgb(255, 255, 255) 0px; width: 100%; height: 100%; position: relative; }
.picture.is-auto { width: auto; }
.quote-logo { object-fit: contain; max-width: 80px; max-height: 20px; }
.quote-logo.is-big { max-width: 100px; max-height: 25px; }
.bento-grid { gap: 1.2rem; display: none; position: relative; }
.bento-card { background-color: var(--gray-1500); background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00); border-radius: 0.8rem; width: 100%; height: 100%; position: relative; overflow: hidden; }
.bento-card.is-vertical { flex-direction: column; grid-template-rows: auto auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; justify-content: space-between; align-items: stretch; padding-top: 10px; display: flex; }
.bento-card.is-horizontal { gap: 0px; flex-direction: row; grid-template-rows: auto; grid-template-columns: 1.1fr 1fr; grid-auto-columns: 1fr; padding-top: 10px; padding-bottom: 0px; display: grid; }
.bento-content { flex-direction: column; justify-content: space-between; align-items: flex-start; width: 100%; height: 100%; padding: 1.6rem; display: flex; position: relative; }
.bento-visual { gap: 16px; flex-direction: column; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; justify-content: stretch; place-items: stretch; width: 100%; height: 100%; display: grid; position: relative; }
.bento-visual.is-centered { place-content: center; padding: 1.6rem; }
.bento-visual.is-br { place-content: end; padding-left: 1.6rem; }
.bento-visual.is-br.is-full { padding-left: 0px; }
.bento-visual.is-bl { place-content: end start; }
.bento-visual.is-bl.has-padding { padding-top: 0.8rem; }
.bento-visual.is-r { place-content: center end; }
.halo { filter: blur(48px); backface-visibility: hidden; width: 100%; height: 40vh; position: absolute; inset: 0% 0% auto; transform: scale(1.1); }
.halo.is-hero { opacity: 0.5; background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/649da4ed593bc1c19ee70dee_Frame%20204996%20(2).png"); background-size: auto; height: 50vh; max-height: 90%; }
.halo.is-footer { opacity: 0.7; inset: auto 0% 0%; transform: scale(1.2); }
.halo.is-left { opacity: 0.7; width: 40vw; height: 120vh; top: auto; bottom: auto; right: auto; transform: translateY(-10%) scale(1.2); }
.halo.is-blue { height: 130vh; inset: 0% 0% auto; }
.halo.is-blue.is-large { height: 80%; }
.halo.is-middle { filter: blur(48px); width: 100%; height: 60vh; inset: auto; transform: scale(1.1); }
.halo.is-middle.is-low { inset: auto 0% 12%; }
.halo.is-right { width: 70vw; height: 120vh; inset: auto 0% auto auto; transform: translateY(10%) scale(1.2); }
.halo.is-right.is-lower { opacity: 0.7; transform: translateY(50%) scale(1.2); }
.halo.is-white { width: 90%; height: 50vh; left: auto; right: auto; }
.halo.is-cms-hero { width: 50%; height: 100%; max-height: 80%; inset: 0% auto auto 0%; }
.halo.is-hero { height: 50vh; max-height: 90%; }
.code-css, .code-glass, .code-halos { display: none; }
.hero-grid { gap: 2.4rem; grid-template-rows: auto; grid-template-columns: 1.25fr 1fr; margin-top: 48px; display: grid; position: relative; }
.hero-grid.is-left { grid-template-columns: 1.5fr 1fr; position: relative; }
.foot-claap { flex-direction: column; width: 7%; min-width: 70%; display: flex; }
.hero-people-wrapper { flex-flow: column; justify-content: flex-end; align-items: flex-end; max-width: 330px; display: flex; position: relative; }
.hero-people { object-fit: contain; display: block; position: relative; }
.hero-people-bio { text-align: right; width: 100%; position: absolute; inset: auto 0% 0% auto; }
.hero-people-name { text-transform: none; margin-bottom: 0.2rem; font-size: 1.6rem; }
.hero-people-title { margin-bottom: 0.4rem; font-family: "CC Dan Panosian", sans-serif; line-height: 1.1; }
.hero-people-title.is-above { margin-bottom: 0px; font-size: 1.2rem; }
.cms-inline { font-size: 0.8rem; }
.glass-image { z-index: 1; backface-visibility: hidden; object-fit: cover; object-position: 50% 0%; width: 100%; height: 100%; transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; }
.glass-image.is-blur { opacity: 0.48; filter: blur(16px); width: 120%; max-width: none; height: 120%; position: absolute; inset: -10% 0% 0% -10%; }
.glass-image.is-blur.on-hover { opacity: 0; }
.glass-image.is-logo { object-fit: contain; max-width: 64px; height: auto; position: absolute; inset: auto 0.8rem 0.8rem auto; }
.glass-image.is-centered { object-position: 50% 50%; }
.cms-list { gap: 5rem; flex-direction: column; justify-content: flex-start; align-items: stretch; width: 100%; display: flex; position: relative; }
.cms-list-wrapper { width: 100%; position: relative; }
.cms-anchor { margin-top: -5rem; position: absolute; inset: 0% 0% auto; }
.cms-card { flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; display: flex; position: relative; }
.hero-playbook-wrapper { justify-content: center; align-items: center; max-width: 420px; margin-left: auto; margin-right: auto; display: flex; position: relative; }
.hero-playbook-image { opacity: 0.04; object-fit: contain; width: 100%; }
.hero-playbook-image.is-overlay { opacity: 1; width: 61%; position: absolute; }
.cms-sidebar-label { margin-top: 0.8rem; margin-bottom: 0px; font-size: 1.2rem; position: relative; }
.cms-2-columns { gap: 2.4rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; width: 100%; display: grid; position: relative; }
.glass-logo { z-index: 99; transform-style: preserve-3d; width: 30%; max-width: 100px; display: none; position: absolute; inset: auto 0% 0% auto; transform: perspective(1200px) translate3d(40%, 40%, 24px) rotate(-15deg); }
.cms-sidebar-form { background-color: rgba(0, 0, 0, 0); }
.cms-link { z-index: 99; width: 100%; height: 100%; position: absolute; inset: 0%; }
.relative { position: relative; }
.cms-filter-wrap { gap: 0.2rem; flex-flow: wrap; justify-content: flex-start; align-items: flex-start; display: flex; }
.feature-tag-checkbox { outline-offset: 0px; border-color: rgba(152, 158, 185, 0.5); outline-width: 0px; outline-style: none; flex: 0 0 auto; margin-top: 0px; margin-left: 8px; position: relative; box-shadow: rgba(0, 0, 0, 0) 0px 0px; }
.feature-tag-checkbox.w--redirected-checked { border-color: var(--pink); background-color: var(--pink); outline-offset: 0px; background-size: 8px; outline: rgba(0, 0, 0, 0) 0px; box-shadow: rgba(0, 0, 0, 0) 0px 0px; }
.feature-tag-checkbox-label { width: 100%; height: 100%; margin-bottom: 0px; padding: 6px 8px 6px 6px; position: relative; }
.hero-grid-content { flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; position: relative; }
.pricing-card { gap: 1.6rem; background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)); border-radius: 0.8rem; flex-direction: column; justify-content: flex-start; width: 100%; height: 100%; padding: 1.2rem 1rem 1rem; font-size: 0.85rem; display: flex; position: relative; }
.pricing-row { gap: 0.8rem; color: var(--indigo-40); background-color: rgba(255, 255, 255, 0); border-radius: 0.6rem; grid-template-rows: auto; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; padding-top: 0.8rem; padding-bottom: 0.8rem; font-size: 0.9rem; display: grid; position: relative; }
.pricing-row.is-sticky { z-index: 9; backdrop-filter: blur(16px); border-radius: 0px; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; margin-left: -1.6rem; margin-right: -1.6rem; padding: 0.4rem 1.6rem; position: sticky; top: 80px; }
.pricing-item { text-align: center; flex-flow: row; justify-content: center; align-items: center; display: flex; }
.pricing-item.is-item { color: var(--white); text-align: left; justify-content: flex-start; padding-left: 0.8rem; }
.pricing-row-icon { background-color: var(--green); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6405061880616d5f030b0373_icon-pricing-check.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: auto; border-radius: 50%; flex-wrap: nowrap; flex: 0 0 auto; justify-content: center; align-items: center; width: 24px; height: 24px; display: flex; position: relative; overflow: hidden; }
.pricing-row-icon.is-no { background-color: rgba(0, 0, 0, 0); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6405065e9d73413f3db8abd1_icon-pricing-nope.svg"); }
.pricing-block { margin-bottom: 3.2rem; position: relative; }
.faq { width: 100%; max-width: 650px; margin-left: auto; margin-right: auto; position: relative; }
.faq-item { margin-bottom: 1rem; }
.faq-trigger { gap: 1.6rem; cursor: pointer; flex-flow: row; justify-content: space-between; align-items: center; padding-top: 1.6rem; padding-bottom: 1.6rem; display: flex; position: relative; }
.faq-content { transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; overflow: hidden; }
.faq-arrow { border-radius: 50%; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; padding: 8px; transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); display: flex; }
.faq-arrow-icon { flex-wrap: nowrap; justify-content: center; align-items: center; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); display: flex; }
.form-block { margin-bottom: 0px; position: relative; }
.form { text-align: left; display: block; }
.form-field { color: var(--white); background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0); border-radius: 0.4rem; width: 100%; min-height: 2.6rem; padding-left: 0.8rem; padding-right: 0.8rem; font-size: 0.8rem; line-height: 1.3; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); display: block; position: relative; }
.form-field:hover { background-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); }
.form-field:focus-visible, .form-field[data-wf-focus-visible] { background-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.32); }
.form-field::placeholder { color: var(--indigo-50); font-size: 0.8rem; }
.form-field.is-message { min-height: 8rem; max-height: 20rem; padding-top: 12px; padding-bottom: 12px; }
.form-column { gap: 0.8rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.form-item { margin-bottom: 1rem; }
.hero-integrations { width: 100%; position: relative; overflow: hidden; }
.feature-eyebrow { gap: 6px; color: var(--indigo-40); border-radius: 6px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; margin-bottom: 1.2rem; padding: 0px; font-size: 12px; font-weight: 500; display: flex; position: relative; }
._2-columns { gap: 2.4rem; grid-template-rows: auto; display: grid; }
._2-columns.is-small { gap: 1.6rem; }
.cms-pagination { margin-top: 2.4rem; }
.foot-cms-link { line-height: 1; }
.claaper-card { opacity: 0; backdrop-filter: blur(12px); text-align: center; background-color: rgba(10, 15, 32, 0.6); border-radius: 0.6rem; flex-direction: column; justify-content: center; align-items: center; margin: -1px; padding: 1.2rem 0.8rem; transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); display: flex; position: absolute; inset: 0%; overflow: hidden; }
.claaper-image { object-fit: cover; width: 100%; height: 100%; position: relative; }
.inter { font-family: Inter, sans-serif; }
.interline { text-transform: none; font-family: Inter, sans-serif; font-size: 1.2rem; font-weight: 500; }
.interline.color-text-400 { text-transform: none; }
.paragraph-tag { background-color: rgba(73, 83, 131, 0.24); border-radius: 0.2em; padding-left: 4px; padding-right: 4px; display: inline-block; }
.paragraph-tag:hover { background-color: rgba(73, 83, 131, 0.48); }
.paragraph-tag.is-active { background-color: rgba(255, 84, 128, 0.6); }
.hero-tags { perspective: 1200px; width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; position: relative; transform: perspective(1200px); }
.hero-tag { opacity: 0.42; backface-visibility: hidden; transform-origin: 50% 100%; transform-style: preserve-3d; width: 100%; height: 100%; transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.374, 1.346); position: absolute; inset: 0%; transform: translate3d(0px, -32px, -48px) perspective(1200px); }
.hero-tag.is-active { z-index: 3; opacity: 1; transform-style: preserve-3d; transform: perspective(1200px); }
.hero-tag.is-inactive { z-index: 2; transform-style: preserve-3d; transform: translate3d(0px, -30px, -48px) perspective(1200px); }
.hero-tag.is-inactive.is-last { z-index: 1; opacity: 0.16; transform-style: preserve-3d; transform: translate3d(0px, -60px, -96px) perspective(1200px); }
.color-text-400 { color: var(--gray-400); }
.color-text-400.padding-larger { padding-left: 2rem; padding-right: 2rem; }
.form-success { background-color: rgba(0, 0, 0, 0); padding: 0px; }
.halos { gap: 16px; pointer-events: none; flex-direction: column; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; position: absolute; inset: 0%; overflow: hidden; }
.halo-wrapper { position: relative; }
.form-error { background-color: var(--purple); text-align: center; border-radius: 0.4rem; margin-top: 0.6rem; font-size: 0.7rem; font-weight: 500; display: none; position: relative; }
.cms-filter-search { margin-bottom: 0.4rem; }
.cms-search { border: .5px solid var(--indigo-50); color: var(--white); background-color: rgba(255, 255, 255, 0); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6400bc44f7684a41423f3bd5_icon-search.svg"); background-position: 14px center; background-repeat: no-repeat; background-size: auto; border-radius: 6px; padding: 0.4rem 0.8rem 0.4rem 40px; }
.cms-search:hover { border-color: rgb(73, 83, 131); }
.cms-search:focus-visible, .cms-search[data-wf-focus-visible] { border-color: var(--pink); outline-offset: 0px; outline: rgba(255, 255, 255, 0.04) solid 2px; }
.cms-search::placeholder { color: var(--indigo-40); }
.podcard { z-index: 1; background-image: linear-gradient(rgba(10, 15, 32, 0.36), rgba(10, 15, 32, 0) 50%, rgba(10, 15, 32, 0.36)); flex-direction: column; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0.8rem; display: flex; position: absolute; inset: 0%; }
.scroller-wrapper { flex-direction: column; align-items: center; width: 100%; display: flex; position: relative; }
.scroller-item { flex: 0 0 auto; justify-content: center; align-items: center; width: 100%; padding-top: 180px; display: flex; position: relative; }
.scroller-item.is-first { margin-top: -80px; }
.scroller-links { z-index: 99; backdrop-filter: blur(16px); flex-direction: column; justify-content: flex-start; align-items: center; width: 100vw; height: 100%; padding-top: 8px; padding-bottom: 32px; display: flex; position: sticky; top: 80px; }
.scroller-links.is-sticky { background-image: linear-gradient(rgba(10, 15, 32, 0.67), rgba(10, 15, 32, 0)); }
.pricing-row-icon-2 { background-color: rgb(0, 207, 86); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6405061880616d5f030b0373_icon-pricing-check.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: auto; border-radius: 50%; flex-wrap: nowrap; flex: 0 0 auto; justify-content: center; align-items: center; width: 24px; height: 24px; display: flex; position: relative; overflow: hidden; }
.pricing-row-icon-2.is-no { background-color: rgba(0, 0, 0, 0); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/6405065e9d73413f3db8abd1_icon-pricing-nope.svg"); }
.features-content { flex: 0 0 auto; width: 100%; padding: 0.8rem; }
.features-animation-wrapper { width: 100%; height: 100%; position: relative; }
.features-animation-wrapper.is-translation { flex-direction: column; justify-content: center; align-items: center; height: auto; padding-left: 0.4rem; padding-right: 0.4rem; display: flex; }
.features-animation-wrapper.is-annotations { flex-direction: row; justify-content: center; align-items: flex-start; display: flex; }
.features-animation-wrapper.is-privacy { justify-content: center; align-items: center; padding: 0.8rem; display: flex; }
.features-animation-wrapper.is-threads { justify-content: center; align-items: center; padding-left: 1rem; padding-right: 1rem; display: flex; }
.features-animation-wrapper.is-ai { flex-direction: column; justify-content: flex-end; align-items: flex-end; display: flex; }
.features-animation-wrapper.is-team { flex-direction: row; justify-content: center; display: flex; }
.features-animation { object-fit: contain; width: 100%; position: relative; }
.features-animation.is-translation { transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.features-lottie { justify-content: center; align-items: center; display: flex; position: relative; }
.features-lottie.is-annotations { width: 90%; }
.features-lottie.is-ai { border-top-left-radius: 0.5rem; width: 95%; overflow: hidden; }
.div-block { gap: 8px; opacity: 1; justify-content: center; display: none; }
.main { background-color: rgba(0, 0, 0, 0); }
.text-span-25, .text-span-26, .text-span-27 { color: var(--pink); }
.heading { font-weight: 900; }
.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42 { color: var(--pink); }
.cms-3-col { gap: 2.4rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.cms-3-col.is-small { column-gap: 0.8rem; width: 100%; }
.cta-integration { gap: 8px; color: rgb(255, 255, 255); text-align: center; background-color: rgb(255, 90, 129); border-style: none; border-radius: 0.4rem; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; min-height: 2.4rem; margin-top: 0px; padding: 0.6rem 1.2rem; font-size: 0.8rem; font-weight: 500; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); display: flex; }
.cta-integration:hover { box-shadow: rgba(255, 113, 146, 0.16) 0px 0px 32px, rgba(255, 113, 146, 0.16) 0px 0px 16px, rgb(255, 113, 146) 0px 16px 32px inset; }
.cta-integration:active { transform: scale(0.98) perspective(1200px); box-shadow: rgba(255, 113, 146, 0.16) 0px 0px 48px, rgba(255, 113, 146, 0.16) 0px 0px 24px, rgb(255, 113, 146) -11px 11px 32px inset; }
.cta-integration:focus-visible, .cta-integration[data-wf-focus-visible] { outline-offset: 0px; outline: rgba(255, 255, 255, 0.24) solid 3px; }
.collection-list-wrapper { display: none; }
.cursor1-hero { text-align: right; width: 50%; max-width: 120px; margin-right: -15%; padding-right: 0px; position: relative; }
.cursor-hero-1 { text-align: right; width: 100%; position: absolute; inset: 25% 0% auto; }
.cursor-hero-2 { text-align: left; width: 100%; position: absolute; inset: auto 0% 10%; }
.cursor2-hero { text-align: right; width: 45%; max-width: 90px; margin-left: -15%; margin-right: 0%; padding-right: 0px; position: relative; }
.form-error-4 { text-align: center; background-color: rgb(142, 81, 231); border-radius: 0.4rem; margin-top: 0.6rem; font-size: 0.7rem; font-weight: 500; position: relative; }
.hero-grid-3 { gap: 2.4rem; grid-template-rows: auto; grid-template-columns: 0.75fr 1fr; margin-top: 2rem; display: grid; position: relative; }
.contact-container { background-color: rgba(0, 0, 0, 0); width: 100%; max-width: 1130px; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; position: relative; }
.contact-container.is-large { max-width: 62rem; }
.heading-9 { font-size: 3rem; }
.replace-block { margin-top: 1.2rem; }
._4-columns { gap: 2.2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; justify-items: center; display: grid; }
._4-columns.is-small { gap: 1.2rem; grid-template-columns: 1fr 1fr 1fr 1fr; justify-items: stretch; }
.heading-12 { font-size: 3.2rem; }
.container-4 { gap: 8px; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; padding: 8px; display: flex; }
.text-block { text-align: left; font-size: 16px; }
.quick-stack { padding: 0px; }
.tabs-menu { color: var(--indigo-50); flex-direction: row; justify-content: center; margin-bottom: 0.8rem; margin-left: 0px; margin-right: 0px; display: flex; }
.tab-button { color: var(--indigo-50); background-color: rgba(221, 221, 221, 0); order: 0; width: 100%; padding-left: 10px; padding-right: 10px; }
.tab-button:hover { color: var(--white); }
.tab-button.w--current { color: var(--white); background-color: rgba(200, 200, 200, 0); order: 0; margin-right: 0px; padding-left: 10px; padding-right: 10px; font-weight: 400; }
.text-block-tab { text-align: left; margin-top: 16px; margin-bottom: 8px; padding-top: 0px; font-size: 16px; }
.timer-line { background-color: var(--pink); border-radius: 100px; width: 0%; height: 4px; margin-left: 0%; margin-right: 0%; }
.heading-13 { font-size: 4rem; }
.tab-image { padding-bottom: 0px; padding-left: 0px; }
.heading-14 { font-size: 3.2rem; }
.cta-4 { gap: 8px; background-color: var(--blue); color: rgb(255, 255, 255); text-align: center; border-style: none; border-radius: 0.4rem; flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; min-height: 2.4rem; margin-top: 2rem; margin-bottom: auto; padding: 0.6rem 1.2rem; font-size: 0.8rem; font-weight: 500; transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); display: flex; }
.cta-4:hover { box-shadow: rgba(255, 113, 146, 0.16) 0px 0px 32px, rgba(255, 113, 146, 0.16) 0px 0px 16px, rgb(255, 113, 146) 0px 16px 32px inset; }
.cta-4:active { transform: scale(0.98) perspective(1200px); box-shadow: rgba(255, 113, 146, 0.16) 0px 0px 48px, rgba(255, 113, 146, 0.16) 0px 0px 24px, rgb(255, 113, 146) -11px 11px 32px inset; }
.cta-4:focus-visible, .cta-4[data-wf-focus-visible] { outline-offset: 0px; outline: rgba(255, 255, 255, 0.24) solid 3px; }
.div-block-8 { justify-content: center; display: flex; }
.text-block-2 { margin-bottom: 0.2em; font-weight: 500; }
.hidden { display: none; }
.drop-area { border: 3px dashed rgb(152, 158, 185); border-radius: 8px; min-width: 400px; min-height: 300px; padding: 40px; display: block; }
.cookie-modal_content-wrap { padding: 1.75rem 2rem; }
.cookie-modal_component { gap: 16px; background-color: var(--gray-1400); border-radius: 8px; flex-direction: column; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; justify-content: center; align-items: center; max-width: 32rem; margin-top: 5%; margin-left: auto; margin-right: auto; font-size: 0.9375rem; line-height: 1.4; display: block; position: relative; box-shadow: rgba(38, 41, 38, 0.05) 0px 4px 1rem; }
.cookie-modal_closebutton { z-index: 5; cursor: pointer; background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/627d13f852e9f865ec3297cb_icon-cross-indigo.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: auto; border-radius: 0.25rem; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: block; position: absolute; right: 0px; }
.cookie-modal_button-wrap { gap: 1rem; background-color: rgb(243, 247, 242); border-radius: 0px 0px 0.25rem 0.25rem; flex-wrap: wrap; justify-content: center; align-items: center; padding: 2rem; display: flex; }
.cookie-modal_button-wrap.is-small { background-color: rgba(0, 0, 0, 0); flex-flow: row; justify-content: flex-end; align-items: center; padding: 0px 20px 20px 0px; }
.screenreader-only { width: 1px; height: 1px; margin: -1px; position: absolute; overflow: hidden; }
.cookie-modal_title { margin-bottom: 0.1875em; font-size: 1.25rem; font-weight: 700; }
.cookie-modal_link { transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cookie-preference_background { opacity: 1; backdrop-filter: blur(0.5rem); cursor: pointer; background-color: rgba(31, 36, 56, 0.8); width: 100%; height: 100%; position: absolute; inset: 0%; overflow: auto; }
.cookie-preference_component { z-index: 9525; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; justify-content: center; align-items: center; width: 100%; height: 100%; display: none; position: fixed; inset: 0%; }
.cookie-modal_radio { cursor: pointer; margin-top: 1rem; margin-bottom: 0px; padding-left: 1.75rem; transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cookie-modal_radio.is--not-allowed { cursor: not-allowed; }
.cookie-modal_radio_button { float: left; border: 1.75px solid var(--indigo-40); border-radius: 0.375rem; width: 1.25rem; height: 1.25rem; margin-top: 0px; margin-left: -1.75rem; transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cookie-modal_radio_button.w--redirected-checked { border: 1px solid var(--pink); background-color: var(--pink); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/65e9d3404413f8f3b2ffa04d_radio__checkmark.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: 0.625rem; }
.cookie-modal_radio_button.w--redirected-focus { box-shadow: none; }
.cookie-modal_radio_button.is-always-active { border-color: var(--pink); background-color: var(--pink); cursor: not-allowed; background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/65e9d3404413f8f3b2ffa04d_radio__checkmark.svg"); background-position: 45% center; background-repeat: no-repeat; background-size: 0.625rem; }
.cookie-modal_form { padding-bottom: 0.5rem; }
.cookie-modal_form-wrap { margin-bottom: 0px; }
.link-block { justify-content: flex-start; align-items: center; display: flex; }
.hero-picture { width: 120%; display: inline-flex; position: relative; overflow: hidden; }
.hero-picture.u_mobile { display: none; }
.bento-grid-5-columns { gap: 1.2rem; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; display: grid; position: relative; }
.bento-card-3-columns { background-color: var(--gray-1500); background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00); border-radius: 0.8rem; width: 100%; height: 100%; position: relative; overflow: hidden; }
.bento-card-3-columns.glass-card { background-color: rgba(66, 75, 116, 0.08); background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gray-1300), #2c324e38 40%, #2c324e00); opacity: 0.9; backdrop-filter: blur(12px); transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399), background-color 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399); }
.bento-card-3-columns.glass-card:hover { background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gray-1300), #2c324e38 70%, #2c324e00); opacity: 1; transform: perspective(1200px); }
.bento-card-2-columns { background-color: rgba(66, 75, 116, 0.08); background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00); border-radius: 0.8rem; width: 100%; height: 100%; position: relative; overflow: hidden; }
.bento-card-2-columns.glass-card { background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00 50%, #2c324e00); box-shadow: inset 0 0 0 1px var(--borders); opacity: 0.9; transition: 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399), background-color 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399), transform 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399); display: block; }
.bento-card-2-columns.glass-card:hover { background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00 80%, #2c324e00); opacity: 1; transform: perspective(1200px); }
.bento-card-5-columns { background-color: var(--gray-1500); background-image: radial-gradient(circle farthest-corner at 100% 75%, var(--gray-1300), #2c324e00); border-radius: 0.8rem; width: 100%; height: 100%; position: relative; overflow: hidden; }
.bento-card-5-columns.glass-card.no-padding { background-color: rgba(66, 75, 116, 0.08); background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gray-1300), #2c324e47 31%, #2c324e00); opacity: 0.9; padding-bottom: 0px; padding-right: 0.125rem; transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.38, 1.399); }
.bento-card-5-columns.glass-card.no-padding:hover { background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gray-1300), #2c324e47 50%, #2c324e00); opacity: 1; }
.left-title { padding: 2.4rem 0.8rem; }
.tab-title { gap: 8px; white-space: nowrap; border-radius: 4px; flex-flow: row; flex: 0 0 auto; justify-content: flex-start; align-items: center; min-width: 100%; margin-right: 8px; padding: 6px 16px 6px 8px; font-size: 0.8em; font-weight: 500; display: flex; position: relative; }
.tab-header-icon { flex-flow: row; flex: 0 0 auto; justify-content: center; align-items: center; width: 20px; height: 20px; margin-top: 6px; display: flex; }
.bento-image-wrapper { width: 100%; }
.quote-card-main { gap: 1.6rem; flex-flow: column; flex: 0 0 auto; justify-content: space-between; align-items: center; width: 100%; height: 100%; margin-top: 5rem; display: flex; position: relative; }
.quote-card-main._55-ch { text-align: center; }
.funny-sentence { text-align: left; font-family: "CC Dan Panosian", sans-serif; }
.g2-references { max-width: 40%; }
.quote-picture-main { width: 60px; }
.quote-user-main { color: var(--grey); font-size: 0.8rem; }
.quote-role-main { color: var(--indigo-40); }
.feature-title { letter-spacing: 0px; text-transform: none; margin-bottom: 0px; padding-bottom: 8px; font-family: Inter, sans-serif; font-size: 0.9rem; line-height: 1.3; }
.div-block-11 { gap: 16px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.illustration-wrapper { flex-flow: column; flex: 0 0 auto; justify-content: space-between; align-items: center; width: 100%; padding: 0.8rem 0px 0px; display: flex; }
.footer-logo { width: 70px; }
.locale-icon { width: 16px; }
.text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54 { color: var(--pink); }
.color-text-blue { color: var(--blue); }
.color-text-200 { color: var(--gray-200); }
.home-pricing-card-grid { grid-template-rows: auto; grid-template-columns: 0.75fr 0.5fr; }
.home-pricing-card { z-index: 1; box-shadow: inset 0 0 0 1px var(--borders); backdrop-filter: blur(12px); backface-visibility: hidden; perspective: 1200px; background-color: rgba(66, 75, 116, 0.08); border-radius: 0.8rem; flex: 1 1 0%; padding: 2rem; transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); position: relative; overflow: hidden; transform: perspective(1200px); }
.home-pricing-card:hover { background-image: linear-gradient(306deg, var(--gray-1300), var(--gray-1300) 0%, #3b436a 0%, #3b436ab3 7%, #3b436a00); }
.div-block-12 { flex-flow: column; justify-content: space-around; align-items: center; display: flex; }
.fs-cc_title { margin-bottom: 0.25rem; font-size: 1rem; font-weight: 500; }
.fs-cc_modal { border: 1px solid var(--gray-1300); background-color: var(--gray-1500); border-radius: 8px; flex-direction: column; max-width: 32rem; margin-left: auto; margin-right: auto; font-size: 0.9375rem; line-height: 1.4; display: flex; position: relative; }
.fs-cc_checkbox-button { float: left; border: 1px solid var(--gray-400); border-radius: 0.125rem; width: 1.25rem; height: 1.25rem; margin-top: 0px; margin-left: -1.75rem; transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fs-cc_checkbox-button.w--redirected-checked { background-color: rgb(20, 110, 245); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/65e9d3404413f8f3b2ffa04d_radio__checkmark.svg"); background-position: 50% center; background-repeat: no-repeat; background-size: 0.625rem; border: 1px solid rgb(20, 110, 245); }
.fs-cc_checkbox-button.w--redirected-focus { box-shadow: none; }
.fs-cc_checkbox-button.is-required { cursor: not-allowed; background-color: rgb(20, 110, 245); background-image: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/65e9d3404413f8f3b2ffa04d_radio__checkmark.svg"); background-position: 45% center; background-repeat: no-repeat; background-size: 0.625rem; border-color: rgb(20, 110, 245); }
.fs-cc_checkbox { cursor: pointer; margin-top: 0px; margin-bottom: 0px; padding-left: 1.75rem; transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fs-cc_checkbox.is--not-allowed { cursor: not-allowed; }
.fs-cc_form { margin-bottom: 0px; }
.fs-cc_close-button { z-index: 5; cursor: pointer; justify-content: center; align-items: center; width: 1.4rem; height: 1.4rem; margin: 0px 20px 0px auto; display: flex; position: relative; top: 1rem; }
.fs-cc_close-button:hover { background-color: var(--gray-1600); border-radius: 8px; }
.fs-cc_link { text-decoration: underline; }
.cookie-preference_background-2 { opacity: 1; cursor: pointer; background-color: rgba(0, 0, 0, 0.2); width: 100%; height: 100%; position: absolute; inset: 0%; }
.fs-cc_screen-reader-only { width: 1px; height: 1px; margin: -1px; position: absolute; overflow: hidden; }
.fs-cc_checkbox-label { cursor: pointer; margin-bottom: 0.25rem; font-size: 0.9375rem; font-weight: 500; }
.fs-cc_checkbox-label.is--not-allowed { font-weight: 500; }
.fs-cc_preference-buttons { z-index: 1; gap: 0.75rem; flex-flow: row; justify-content: flex-start; align-items: center; margin-bottom: auto; margin-left: auto; margin-right: auto; padding: 1.5rem 0px; display: flex; position: sticky; bottom: -2rem; }
.fs-cc_preference-component { z-index: 9525; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; justify-content: center; align-items: center; width: 100%; height: 100%; display: none; position: fixed; inset: 0%; }
.fs-cc_modal-buttons { gap: 0.75rem; background-color: var(--gray-1500); flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 20px; display: flex; }
.fs-cc_checkbox-description { cursor: pointer; font-size: 0.875rem; font-weight: 400; }
.fs-cc_preferences { gap: 1.25rem; flex-flow: column; padding-top: 1rem; padding-bottom: 0px; display: flex; }
.fs_cc-modal-content { padding: 0px 1rem; }
.fs-cc_close-button-line { background-color: var(--gray-1300); width: 1rem; height: 2px; position: absolute; transform: rotate(-45deg); }
.fs-cc_close-button-line.is-2nd { transform: rotate(45deg); }
.fs-cc_cookie-component { z-index: 9500; max-width: 25rem; display: none; position: fixed; inset: auto auto 20px 20px; }
.cookie-preference_wrapper-2 { z-index: 1; width: 100%; max-height: 100%; padding: 2rem; position: relative; overflow: auto; }
.paragraph-4 { color: var(--gray-400); }
.affiliate-image { border-radius: 100%; }
.affiliate-title { display: block; }
.affiliate-illustration { position: relative; overflow: hidden; }
.affiliate-video-wrapper { border: 1px solid var(--gray-1300); border-radius: 12px; flex-flow: column; flex: 0 0 auto; justify-content: space-between; align-items: center; width: 100%; padding: 0px; display: flex; overflow: hidden; }
.affiliate-code { color: var(--gray-400); margin-top: 0px; margin-bottom: 0px; font-size: 0.7rem; font-weight: 400; }
.nav-items-affiliate { flex-flow: row; justify-content: flex-end; align-items: stretch; width: 100%; height: 100%; display: flex; }
.paragraph-6 { color: var(--grey); }
.list-2 { list-style-type: square; }
.section-copy { width: 100%; padding-top: 5rem; padding-bottom: 5rem; position: relative; overflow: visible; }
.heading-18 { font-weight: 700; }
.faq-item-copy { margin-bottom: 1rem; }
.halo-card { border-radius: 16px; justify-content: center; align-items: center; display: flex; }
.content-icon { width: 30%; height: 30%; }
.card-effect { display: none; }
.thank-you_page { margin-left: 10px; margin-right: 10px; }
.g_section { position: relative; }
.g_spacer.is--section_120px { padding-bottom: 7.5rem; }
.g_spacer.is--section_hero { margin-top: -5rem; padding-bottom: 9rem; }
.g_spacer.is--text_16px { padding-bottom: 1rem; }
.g_spacer.is--btn_32px, .g_spacer.is--element_32px { padding-bottom: 2rem; }
.g_spacer.is--section_80px { padding-bottom: 5rem; }
.g_spacer.is--element_48px { padding-bottom: 3rem; }
.g_spacer.is--text_8px { padding-bottom: 0.5rem; }
.g_spacer.is--section_40px { padding-bottom: 2.5rem; }
.g_layout--12cols { gap: 2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-auto-columns: 1fr; width: 100%; display: grid; position: relative; }
.g_layout--row { width: 100%; }
.g_layout--flex_dvlc { flex-flow: column; justify-content: center; align-items: flex-start; width: 100%; height: 100%; display: flex; }
.c_card_large_blog--cover { border: 1px solid var(--borders); border-radius: 1rem; padding: 0.5rem; transition: border-color 0.25s; position: relative; overflow: hidden; }
.c_card_large_blog--cover--image { z-index: 10; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 50%; border-radius: 0.5rem; width: 100%; height: auto; position: relative; }
.c_card_blog--wrap_tags { gap: 0.5rem; display: flex; }
.g_title_h3 { letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 2.4rem; font-weight: 900; line-height: 1; }
.g_body_m { margin-bottom: 0px; }
.g_body_s { margin-bottom: 0px; font-size: 0.75rem; }
.g_body_s.is--color_indigo_40 { color: var(--indigo-40); }
.g_button_primary { background-color: var(--blue); color: var(--white); text-align: center; border-style: none; border-radius: 0.4rem; padding: 0.6rem 1.2rem; font-size: 0.8rem; font-weight: 500; }
.g_button_primary:hover { background-color: var(--blue-hover); }
.c_cms_3cols--cms_list { gap: 2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.c_card_blog { gap: 1rem; flex-flow: column; width: 100%; height: auto; display: flex; }
.c_card_blog--cover { border: 1px solid var(--borders); border-radius: 1rem; padding: 0.5rem; position: relative; overflow: hidden; }
.c_card_blog--cover--image { z-index: 10; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 0%; border-radius: 0.5rem; width: 100%; height: auto; position: relative; }
.styleguide_grid { gap: 2.5rem; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; padding: 7.5rem; display: grid; }
.g_title_h5 { text-transform: uppercase; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 1.2rem; font-weight: 900; line-height: 1.2; }
.c_cta_footer { border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 1.5rem; flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; padding: 4rem; display: flex; }
.c_cta_footer--reviews { margin-bottom: 1.5rem; }
.g_title_h4 { text-align: left; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 1.6em; font-weight: 900; line-height: 1.1; }
.c_cms--pagination { gap: 0.25rem; flex-flow: row; justify-content: center; align-items: flex-end; padding-top: 3.5rem; }
.g_page--wrap { overflow: clip; }
.c_dropdown_category { width: 100%; }
.c_dropdown_category--toggle { border-bottom: 1px solid var(--borders); white-space: normal; justify-content: space-between; align-items: center; width: 100%; padding: 0.5rem 0px; font-size: 0.75rem; display: flex; overflow: hidden; }
.c_dropdown_category--icon { flex: 0 0 auto; margin-left: 0px; margin-right: 0px; position: static; }
.c_dropdown_category--nav.w--open { background-color: rgba(221, 221, 221, 0); max-height: 10rem; overflow: auto; }
.c_dropdown_category--cms_item { padding-top: 0.35rem; padding-bottom: 0.35rem; font-size: 0.75rem; }
.c_cms_2cols--cms_list { gap: 2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.c_author_card_large--image { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 1rem; width: 100%; height: auto; }
.c_author_card_large--link { border: 1px solid var(--borders); border-radius: 50%; justify-content: center; align-items: center; width: 3rem; height: 3rem; display: flex; }
.c_author_card_large--link:hover { background-color: var(--borders); }
.c_author_card_large--link--icn { justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; display: flex; }
.c_cms--pagination--page_count { display: none; }
.c_divider { background-color: var(--borders); width: 100%; height: 1px; }
.c_authors_list--cms_list { gap: 2rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr 1fr; grid-auto-columns: 1fr; display: grid; }
.c_authors_list--card { gap: 1rem; justify-content: flex-start; align-items: center; width: 100%; display: flex; }
.c_authors_list--card--image { object-fit: cover; border-radius: 50%; width: 2.5rem; height: 2.5rem; }
.g_rich_text h2 { text-transform: none; margin-top: 3.5rem; margin-bottom: 3.5rem; font-size: 2.25rem; line-height: 1.2; }
.g_rich_text h3 { text-transform: none; margin-top: 3.5rem; margin-bottom: 1.5rem; font-size: 1.5rem; line-height: 1.2; }
.g_rich_text h4, .g_rich_text h5, .g_rich_text h6 { text-transform: none; margin-top: 2rem; margin-bottom: 1.5rem; font-size: 1.25rem; line-height: 1.2; }
.g_rich_text p { margin-bottom: 1rem; }
.g_rich_text ol { margin-top: 1rem; margin-bottom: 1rem; }
.g_rich_text ul { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1.3rem; }
.g_rich_text blockquote { background-position: 0px 6px; }
.g_rich_text figure { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.g_rich_text a { color: var(--blue); }
.g_rich_text a:hover { color: var(--blue-hover); text-decoration: underline; }
.c_blog_template--sticky { gap: 1.5rem; flex-flow: column; display: flex; position: sticky; top: 6.5rem; }
.c_blog_template--toc { border-left: 1px solid var(--borders); flex-flow: column; max-height: 18rem; padding-top: 0.5rem; padding-bottom: 0.5rem; display: flex; overflow: auto; }
.c_blog_template--toc--link { color: var(--indigo-40); border-left: 2px solid rgba(0, 0, 0, 0); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.75rem; font-size: 0.75rem; display: block; }
.c_blog_template--toc--link:hover { border-left-color: var(--white); color: var(--white); }
.c_blog_template--toc--link.w--current { border-left-color: var(--pink); color: var(--pink); }
.c_blog_template--cta_small { border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 1rem; width: 100%; padding: 1rem; }
.g_title_h6 { text-transform: uppercase; margin-bottom: 0px; font-family: Greed, Arial, sans-serif; font-size: 1rem; font-weight: 900; line-height: 1.2; }
.c_blog_template--cta_small--cta { flex-flow: column; display: flex; }
.c_blog_template--breadcrumb { gap: 0.5rem; justify-content: flex-start; align-items: center; margin-bottom: 1rem; display: flex; }
.c_blog_template--breadcrumb--link { font-size: 0.875rem; }
.c_blog_template--breadcrumb--link:hover { text-decoration: underline; }
.c_blog_template--breadcrumb--icn { justify-content: center; align-items: center; width: 0.75rem; height: 0.75rem; display: flex; }
.c_blog_template--data { gap: 0.25rem; flex-flow: wrap; display: inline-flex; }
.c_blog_template--data--link { color: var(--pink); text-decoration: underline; }
.c_blog_template--data--link:hover { color: var(--light-pink); }
.c_blog_template--toc--dropdown { width: 100%; }
.c_blog_template--toc--toggle { border-bottom: 1px solid var(--borders); justify-content: space-between; align-items: center; width: 100%; padding: 1rem 0px; display: none; }
.c_blog_template--toc--dropdown_icn { margin-left: 0px; margin-right: 0px; position: static; }
.c_blog_template--toc--dropdown_nav { background-color: rgba(221, 221, 221, 0); display: block; position: static; }
.c_blog_template--toc--dropdown_nav.w--open { background-color: var(--gray-1700); }
.c_blog_template--cta_sticky--wrapper { width: 100%; }
.c_blog_template--hide_cta { display: none; }
.c_blog_template--cta_rich_text { gap: 2rem; border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 1rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; place-items: center start; width: 100%; margin-top: 2.5rem; margin-bottom: 2.5rem; display: grid; overflow: hidden; }
.c_blog_template--cta_rich_text:hover { text-decoration: none; }
.c_blog_template--cta_rich_text--content { width: 100%; padding-top: 2rem; padding-bottom: 2rem; padding-left: 2rem; }
.c_blog_template--cta_rich_text--image { width: 100%; height: auto; }
.c_blog_template--author { gap: 1rem; border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 1rem; justify-content: flex-start; align-items: flex-start; margin-top: 3.5rem; padding: 1rem; display: flex; }
.c_blog_template--author--image { object-fit: cover; border-radius: 50%; flex: 0 0 auto; width: 3.5rem; height: 3.5rem; }
.c_pricing_tabs { flex-flow: column; justify-content: flex-start; align-items: center; display: flex; }
.c_pricing_tabs--menu { gap: 0.5rem; border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 5rem; justify-content: center; align-items: flex-start; padding: 0.25rem; display: flex; }
.c_pricing_tabs--link { gap: 0.5rem; background-color: rgba(221, 221, 221, 0); border-radius: 5rem; justify-content: center; align-items: center; padding: 0.5rem 1.25rem; display: flex; }
.c_pricing_tabs--link:hover { background-color: var(--borders); }
.c_pricing_tabs--link.w--current { background-color: var(--white); color: var(--gray-1700); }
.c_pricing_tabs--link.is--link_label { padding-right: 0.5rem; }
.c_pricing_tabs--content { width: 100%; margin-top: 2rem; }
.c_pricing_tabs--link--label { background-color: var(--blue); color: var(--white); border-radius: 5rem; padding: 2px 0.25rem; font-size: 0.75rem; font-weight: 500; }
.c_pricing--embed { display: none; }
.c_pricing_tabs--grid { gap: 1rem; grid-template-columns: 1fr 1fr 1fr 1fr; }
.c_card_large_blog--cover--glow { z-index: 0; opacity: 0; background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 88%); transition: opacity 0.35s; position: absolute; inset: 0%; }
.c_blog_template--article { padding-right: 2.5rem; }
.c_template_category--sticky { position: sticky; top: 6rem; }
.c_cms--pagination--button { gap: 0.5rem; color: var(--white); text-align: center; background-color: rgba(250, 250, 250, 0); border-style: none; border-radius: 0.4rem; justify-content: center; align-items: center; width: 2rem; height: 2rem; margin-left: 0px; margin-right: 0px; padding: 0px; font-size: 0.8rem; font-weight: 500; display: flex; }
.c_cms--pagination--button:hover { background-color: var(--borders); }
.c_cms--pagination--button--icn { justify-content: center; align-items: center; width: 0.75rem; height: 0.75rem; display: flex; }
.c_cms--pagination--page_btn { border: 1px solid var(--borders); text-align: center; border-radius: 0.4rem; justify-content: center; align-items: center; width: 2rem; height: 2rem; padding: 0px; font-size: 0.75rem; display: flex; }
.c_cms--pagination--page_btn:hover, .c_cms--pagination--page_btn.w--current { background-color: var(--borders); }
.c_cms--pagination--wrap_page_btn { gap: 0.25rem; justify-content: center; align-items: center; display: flex; }
.c_blog_template--faq { gap: 2rem; border: 1px solid var(--borders); background-color: var(--gray-1600); border-radius: 1rem; flex-flow: column; margin-top: 3.5rem; padding: 2rem; display: flex; }
.c_blog_template--title_h2 { font-size: 2.25rem; line-height: 1.2; }
.c_blog_template--rich_text_faq h2 { text-transform: none; margin-top: 3.5rem; margin-bottom: 3.5rem; font-size: 2.25rem; line-height: 1.2; }
.c_blog_template--rich_text_faq h3 { border-top: 1px solid var(--borders); text-transform: none; margin-top: 1rem; margin-bottom: 0.5rem; padding-top: 1rem; font-size: 1.25rem; line-height: 1.2; }
.c_blog_template--rich_text_faq h4, .c_blog_template--rich_text_faq h5, .c_blog_template--rich_text_faq h6 { text-transform: none; margin-top: 2rem; margin-bottom: 1.5rem; font-size: 1.25rem; line-height: 1.2; }
.c_blog_template--rich_text_faq p { margin-bottom: 1rem; }
.c_blog_template--rich_text_faq ol { margin-top: 1rem; margin-bottom: 1rem; }
.c_blog_template--rich_text_faq ul { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1.3rem; }
.c_blog_template--rich_text_faq blockquote { background-position: 0px 6px; }
.c_blog_template--rich_text_faq figure { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.c_blog_template--rich_text_faq a { color: var(--blue); }
.c_blog_template--rich_text_faq a:hover { color: var(--blue-hover); text-decoration: underline; }
.code-embed { display: block; }
@media screen and (max-width: 991px) {
  h2 { line-height: 0.9; }
  .h2-small { max-width: 90%; }
  .meeting-counter-digit { font-size: 4em; }
  .meeting-overview { padding-left: 128px; padding-right: 128px; }
  .meeting-details { padding-left: 48px; padding-right: 48px; }
  .meeting-weekday-digit { font-size: 2em; }
  .meeting-details-grid { gap: 48px; }
  .meeting-details-digit { font-size: 3em; }
  .meeting-tables-grid { gap: 48px; margin-left: 0px; margin-right: 0px; }
  .meeting-canva-container { min-height: 300px; }
  .podcast-episode-grid { gap: 32px; }
  .podcast-card-coming-soon { font-size: 1em; }
  .nav-items { background-color: var(--gray-1700); flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; height: auto; inset: 100% 0% auto auto; }
  .nav-mobile-wrapper { flex-flow: column; flex: 0 0 auto; justify-content: center; align-items: center; height: 100%; margin-right: -24px; padding: 12px 24px; display: flex; }
  .nav-mobile-wrapper.w--open { background-color: rgba(0, 0, 0, 0); }
  .nav-link { padding-top: 8px; padding-bottom: 8px; font-size: 1rem; }
  .nav-links { flex-flow: column wrap; justify-content: center; padding: 12px 24px; }
  .nav-cta { background-color: var(--gray-1500); justify-content: center; padding: 12px 24px; }
  .nav-dropdown.w--open { inset: 100% auto auto; }
  .cta.in-nav { font-size: 1rem; }
  .nav-dropdown-toggle { padding-top: 8px; padding-bottom: 8px; }
  .nav-dropdown-toggle.w--open { background-color: rgba(255, 255, 255, 0.08); border-radius: 8px; }
  .headline { font-size: 5.2rem; }
  .headline.is-extra-small, .headline.is-extra-extra-small { font-size: 3rem; }
  .clients-logo-wrapper { justify-content: center; }
  .row-tab-menu { padding-left: 1.2rem; padding-right: 1.2rem; }
  .marquee-slider { gap: 1rem; }
  .marquee-slider-track, .marquee-slider-list { column-gap: 1rem; }
  ._3-columns { gap: 1.2rem; grid-template-rows: auto; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); grid-auto-columns: 1fr; grid-auto-flow: row; justify-items: center; width: 100%; display: grid; }
  ._3-columns.is-small { gap: 1.2rem; }
  .hero-dual-grid { column-gap: 1.2rem; }
  .zigzag-content { padding: 1.6rem; }
  .nav-line { background-color: var(--borders); background-image: none; }
  .nav-mobile-lottie { flex-direction: column; flex: 0 0 auto; justify-content: center; align-items: center; width: 20px; height: 100%; display: flex; }
  .cms-grid { column-gap: 1.2rem; flex-direction: column; grid-template-columns: auto 1fr; justify-content: flex-start; align-items: stretch; display: flex; }
  .cms-sidebar { position: relative; top: 0px; }
  .bento-grid { gap: 0.8rem; flex-direction: column; max-width: 400px; margin-left: auto; margin-right: auto; display: flex; }
  .hero-grid { gap: 1.6rem; }
  .glass-logo { inset: auto auto 0% 0%; transform: perspective(1200px) translate3d(-30%, 50%, 24px) rotate(-15deg); }
  ._2-columns { gap: 1.6rem; }
  .scroller-links { width: 100vw; }
  .cms-3-col.is-small { grid-template-columns: 1fr 1fr; }
  .hero-grid-3 { gap: 1.6rem; }
  ._4-columns { gap: 1.2rem; grid-template-rows: auto; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); grid-auto-columns: 1fr; grid-auto-flow: row; justify-items: center; width: 100%; display: grid; }
  ._4-columns.is-small { gap: 1.2rem; }
  .tabs-content.glass-card { display: none; }
  .bento-grid-5-columns { gap: 0.8rem; flex-direction: column; max-width: 400px; margin-left: auto; margin-right: auto; display: flex; }
  .bento-card-5-columns.glass-card.no-padding { padding-right: 0.8rem; }
  .left-title { padding: 1.6rem; }
  .div-block-11 { flex-flow: column; grid-template-rows: auto auto; grid-template-columns: 1fr; display: flex; }
  .nav-items-affiliate { background-color: var(--gray-1700); flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; height: auto; inset: 100% 0% auto auto; }
  .g_layout--12cols { column-gap: 1rem; }
  .g_layout--row.is--hidden_tablet { display: none; }
  .c_cms_3cols--cms_list { grid-template-columns: 1fr 1fr; }
  .c_dropdown_category--toggle { font-size: 1rem; }
  .c_dropdown_category--nav.w--open { background-color: var(--gray-1700); padding: 0.5rem 0.75rem; }
  .c_dropdown_category--cms_item { font-size: 1rem; }
  .c_cms_2cols--cms_list { grid-template-columns: 1fr 1fr; }
  .c_authors_list--cms_list { grid-template-columns: 1fr 1fr 1fr; }
  .c_blog_template--toc { border-left-style: none; padding-top: 0px; padding-bottom: 0px; }
  .c_blog_template--toc--link { border-left-style: none; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 0px; font-size: 0.875rem; }
  .c_blog_template--cta_sticky { display: none; }
  .c_blog_template--toc--toggle { display: flex; }
  .c_blog_template--toc--dropdown_nav { display: none; position: absolute; }
  .c_blog_template--toc--dropdown_nav.w--open { border-bottom: 1px solid var(--borders); padding: 0.5rem 0.75rem; }
  .c_blog_template--cta_rich_text { grid-template-columns: 1fr; }
  .c_blog_template--cta_rich_text--content { padding-right: 2rem; }
  .c_blog_template--cta_rich_text--image { display: none; }
  .c_blog_template--article { padding-right: 0px; }
}
@media screen and (max-width: 767px) {
  h3 { font-size: 36px; }
  .grid-2-col { flex-direction: column; grid-template-columns: 1fr; align-items: stretch; display: flex; }
  .h2-small { font-size: 56px; }
  .footer-socials { margin-left: -6px; }
  .footer-social { padding-top: 4px; padding-bottom: 4px; }
  .meeting-counter-digit { font-size: 3.5em; }
  .meeting-overview, .meeting-details { padding-left: 32px; padding-right: 32px; }
  .meeting-weekdays-grid { row-gap: 48px; grid-template-rows: auto auto; grid-template-columns: 1fr; margin-left: 64px; margin-right: 64px; }
  .meeting-weekday-digit { font-size: 5em; }
  .meeting-details-grid { gap: 34px 32px; grid-template-rows: auto auto auto; grid-template-columns: 1fr 1fr; }
  .meeting-details-digit { font-size: 2.5em; }
  .meeting-tables-grid { gap: 34px 32px; grid-template-rows: auto auto; grid-template-columns: 1fr; }
  .meeting-canva-container { min-height: 250px; }
  .podcast-episode-grid { flex-direction: column-reverse; justify-content: flex-end; align-items: flex-start; display: flex; }
  .podcast-player { margin-bottom: 2.4rem; position: relative; top: 0px; }
  .podcast-episode-photo { display: none; }
  .podcast-card-coming-soon { font-size: 1.4em; }
  .nav-link { width: 100%; height: auto; padding-top: 12px; padding-bottom: 12px; font-size: 1.3rem; }
  .nav-links { flex-flow: column; padding-bottom: 12px; }
  .nav-dropdown-icons { width: 12px; }
  .nav-cta { flex-direction: column; padding-bottom: 24px; }
  .cta.in-nav { font-size: 1.3rem; }
  .nav-dropdown-toggle { column-gap: 7px; width: 100%; padding-top: 12px; padding-bottom: 12px; }
  .foot-grid { grid-template-columns: auto auto auto auto; }
  .line.for-outro { background-image: none; background-repeat: repeat; background-size: auto; display: inline; }
  .col-tabs { grid-template-columns: 1.25fr 1fr; }
  .col-tabs.is--tabs { grid-template-columns: 1fr; margin-bottom: 0px; }
  .col-tabs-content { position: sticky; top: 100px; }
  .col-tabs-content.is--tabs { width: 100%; padding-top: 1rem; padding-bottom: 0px; position: static; }
  .col-tab-menu { padding: 16px 16px 16px 40px; }
  .col-tab-menu.is--tabs { padding: 0.8rem 1rem 0px; }
  .row-tabs-menu.is-full { border-radius: 0px; flex-flow: column; justify-content: flex-start; width: 100vw; margin-bottom: 1rem; padding-left: 2.4rem; padding-right: 2.4rem; overflow: auto; }
  .integration-logo { width: 64px; height: 64px; padding: 12px; }
  ._3-columns { row-gap: 2rem; grid-template-columns: 1fr; }
  .featured-quote { gap: 1rem; }
  .quote-card { max-width: 42vw; }
  .hero-dual-grid { grid-template-columns: 1fr; }
  .zigzag { gap: 1.6rem; flex-direction: column; }
  .zigzag-image { width: 100%; }
  .zigzag-content { padding: 0px; }
  .zigzag-wrapper { gap: 3.6rem; }
  .hero-dual-icon { margin-bottom: 36px; position: relative; left: 15%; transform: rotate(50deg); }
  .cms-grid { row-gap: 3.2rem; flex-flow: column; justify-content: flex-start; align-items: stretch; display: flex; }
  .cms-sidebar { position: relative; top: 0px; }
  .cms-table { max-height: 50vh; }
  .row-grid.is-left { flex-direction: column-reverse; grid-template-columns: 1.3fr; display: flex; }
  .row-grid.is-right { flex-direction: column; align-items: stretch; display: flex; }
  .bento-grid { max-width: none; }
  .hero-grid { gap: 0rem; flex-direction: column-reverse; justify-content: flex-start; align-items: stretch; margin-top: 0px; display: flex; }
  .hero-grid.is-left { gap: 6rem; justify-content: flex-start; align-items: center; }
  .hero-playbook-wrapper { max-width: 350px; margin-left: 0px; }
  .cms-2-columns { column-gap: 1.2rem; }
  .glass-logo { inset: auto 0% 0% auto; transform: perspective(1200px) translate3d(-30%, 30%, 24px) rotate(-15deg); }
  .hero-grid-content { text-align: center; align-items: center; margin-top: -60px; }
  .hero-grid-content.is--page_integrations { margin-top: 2rem; }
  ._2-columns { gap: 3.2rem; flex-direction: column; justify-content: flex-start; display: flex; }
  .hero-grid-3 { gap: 0rem; flex-direction: column-reverse; justify-content: flex-start; align-items: stretch; margin-top: 0px; display: flex; }
  ._4-columns { row-gap: 2rem; grid-template-columns: 1fr; }
  .cookie-modal_content-wrap { padding-bottom: 1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; }
  .cookie-modal_closebutton { margin-right: 1.25rem; }
  .cookie-modal_button-wrap { padding: 1.5rem; }
  .cookie-modal_form { padding-top: 0.75rem; }
  .hero-picture.u_desktop { display: none; }
  .hero-picture.u_mobile { display: inline-flex; }
  .bento-grid-5-columns { max-width: none; }
  .left-title { padding: 0px; }
  .quote-card-main { max-width: 42vw; }
  .fs-cc_close-button { margin-right: 1.25rem; }
  .fs-cc_modal-buttons { padding: 1.5rem; }
  .cookie-preference_wrapper-2 { padding-top: 2rem; }
  .g_spacer.is--section_120px { padding-bottom: 5rem; }
  .g_spacer.is--section_80px { padding-bottom: 3rem; }
  .c_cms_3cols--cms_list { grid-template-columns: 1fr; }
  .c_cta_footer { padding: 2.5rem 1.5rem 1.5rem; }
  .c_cms_2cols--cms_list { grid-template-columns: 1fr; }
  .c_authors_list--cms_list { gap: 1rem; grid-template-columns: 1fr; }
  .g_rich_text p, .g_rich_text ol, .g_rich_text ul { font-size: 1.125rem; }
  .c_blog_template--cta_rich_text--content { padding: 1.5rem; }
  .c_pricing_tabs--grid { grid-template-columns: 1fr; }
  .c_blog_template--faq { padding-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; }
  .c_blog_template--rich_text_faq p, .c_blog_template--rich_text_faq ol, .c_blog_template--rich_text_faq ul { font-size: 1.125rem; }
}
@media screen and (max-width: 479px) {
  .container.is-large { flex-direction: column; display: flex; }
  .h2-small { font-size: 40px; }
  .footer-socials { flex-wrap: wrap; }
  .meeting-counter-digit { font-size: 2em; }
  .meeting-weekdays-grid { margin-left: 0px; margin-right: 0px; }
  .meeting-details-grid { grid-template-columns: 1fr; }
  .meeting-details-digit { font-size: 2em; }
  .meeting-tables-grid { grid-template-columns: 1fr; }
  .meeting-canva-container { min-height: 150px; }
  .h6 { font-size: 1.4rem; }
  .podcast-card-coming-soon { font-size: 1.2em; }
  ._25-ch { font-size: 2.5rem; }
  .nav-link { padding-left: 0px; padding-right: 0px; }
  .nav-cta { flex-flow: column wrap; }
  .cta { width: 100%; max-height: none; font-size: 1rem; }
  .cta.in-nav { width: 100%; margin-top: 8px; margin-left: 0px; }
  .headline.is-extra-small { font-size: 2.6rem; }
  .headline.is-extra-extra-small { font-size: 1.8rem; }
  .foot-grid { row-gap: 3.2rem; grid-template-columns: auto auto; justify-content: stretch; }
  .foot-banner { grid-template-columns: auto auto; justify-content: center; justify-items: center; }
  .section { display: flex; }
  .section.no-overflow { flex-direction: column; }
  .section.no-overflow.is-small, .section.pricing-grid { display: none; }
  .col-tab-menu { padding: 12px 8px 12px 32px; }
  .row-tabs-menu.is-full.is-bento { flex-direction: column; }
  .glass-card.is-integration { max-width: 260px; }
  .glass-card.is-square { width: 260px; }
  ._3-columns { gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); justify-items: center; }
  ._3-columns.is-small { gap: 1.2rem; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; grid-auto-flow: row; display: grid; }
  .cta-wrapper { width: 100%; }
  .hero-dual-icon { left: 31%; }
  .cms-content { align-items: center; }
  .quote-logo { margin-top: 1rem; }
  .bento-card.is-horizontal { display: flex; }
  .hero-grid { flex-direction: column-reverse; }
  .cms-list-wrapper { align-self: flex-start; }
  .cms-2-columns { flex-direction: column; display: flex; }
  .glass-logo { transform: perspective(1200px) translate3d(30%, 50%, 24px) rotate(-15deg); }
  .hero-grid-content { text-align: center; align-items: center; margin-top: auto; }
  .interline { line-height: 1.2; }
  .scroller-links { align-items: flex-start; padding-bottom: 16px; }
  .cursor1-hero { margin-right: -5%; }
  .cursor-hero-2 { bottom: 5%; }
  .cursor2-hero { margin-left: -5%; }
  .hero-grid-3 { flex-direction: column-reverse; }
  .h2-xs { font-size: 2.8rem; }
  .column, .column-2, .column-3 { padding-top: 20px; padding-bottom: 20px; }
  ._4-columns { gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); justify-items: center; }
  ._4-columns.is-small { gap: 1.2rem; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; grid-auto-flow: row; display: grid; }
  .container-4 { flex-direction: row; }
  .quick-stack { align-self: auto; }
  .tabs-menu { flex-direction: column; }
  .cookie-modal_component { max-width: 100%; }
  .cookie-modal_closebutton { margin-top: 1rem; margin-right: 1rem; }
  .cookie-modal_button-wrap.is-small { justify-content: space-between; padding: 1.25rem; }
  .cookie-preference_component { align-items: flex-end; }
  .hero-picture.u_desktop { display: none; }
  .hero-picture.u_mobile { display: inline-flex; }
  .home-pricing-card-grid { grid-template-columns: 0.75fr; display: block; }
  .fs-cc_modal { max-width: 100%; }
  .fs-cc_close-button { margin-top: 1rem; margin-right: 1rem; }
  .fs-cc_preference-buttons { bottom: 0px; }
  .fs-cc_preference-component { align-items: flex-end; }
  .fs-cc_cookie-component { max-width: 100%; inset: auto 0% 0%; }
  .cookie-preference_wrapper-2 { max-width: 100%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
  .section-copy { display: flex; }
}
#w-node-df6aab68-f68d-e372-c69d-fd9e72d88017-4123300f, #w-node-f56f9b26-5ff3-72b8-6162-4c891160e7db-4123300f, #w-node-_137206da-1099-57d9-4bbb-44b788f351dd-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_137206da-1099-57d9-4bbb-44b788f351de-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_8a3d3d95-7450-0c00-e62e-ef9cb5fc8d59-4123300f, #w-node-_8a3d3d95-7450-0c00-e62e-ef9cb5fc8d60-4123300f, #w-node-_8a3d3d95-7450-0c00-e62e-ef9cb5fc8d67-4123300f, #w-node-_8a3d3d95-7450-0c00-e62e-ef9cb5fc8d6e-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_472939db-91e4-40ba-9410-a14e0d1814d5-4123300f { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_472939db-91e4-40ba-9410-a14e0d1814de-4123300f, #w-node-_472939db-91e4-40ba-9410-a14e0d1814e7-4123300f { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_472939db-91e4-40ba-9410-a14e0d1814f0-4123300f, #w-node-f52173ed-53f3-b5ea-272d-d213e790c5f1-4123300f { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-f52173ed-53f3-b5ea-272d-d213e790c5fa-4123300f { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-f52173ed-53f3-b5ea-272d-d213e790c603-4123300f { grid-area: span 1 / span 5 / span 1 / span 5; }
#w-node-f52173ed-53f3-b5ea-272d-d213e790c605-4123300f { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-bd1043d3-e3d4-01ba-0a92-3cef657f3906-4123300f { grid-area: span 1 / span 5 / span 1 / span 5; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-4123300f, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-cb66318d-7fb3-54a8-3796-0f502963512d-4123300f { align-self: center; }
#w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c20-a3da1c1d { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c22-a3da1c1d, #w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c31-a3da1c1d, #w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c3d-a3da1c1d, #w-node-_7ea9f33f-dff2-81af-266e-71f105b3a040-a3da1c1d, #w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c49-a3da1c1d, #w-node-_68f83dc5-22d2-279c-f2f4-92613912dd97-a3da1c1d, #w-node-_68f83dc5-22d2-279c-f2f4-92613912dd99-a3da1c1d, #w-node-_68f83dc5-22d2-279c-f2f4-92613912dd9b-a3da1c1d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_68f83dc5-22d2-279c-f2f4-92613912dd9d-a3da1c1d { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_698207fa-696f-cdb0-b6ae-6ff64b6e6ecd-4b6e6eb8, #w-node-_8d4261c1-1a2a-4169-f383-cf39062557fb-41233011, #w-node-_8d4261c1-1a2a-4169-f383-cf39062557fc-41233011 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_50f07565-cd37-b8c5-5af1-45fa00d39928-41233013 { grid-area: span 1 / span 4 / span 1 / span 4; }
#w-node-_50f07565-cd37-b8c5-5af1-45fa00d3992d-41233013 { grid-area: span 1 / span 8 / span 1 / span 8; }
#w-node-_50f07565-cd37-b8c5-5af1-45fa00d39944-41233013, #w-node-_50f07565-cd37-b8c5-5af1-45fa00d39945-41233013, #w-node-_705d7d1a-a230-b990-01b9-a40cdc626e29-41233013, #w-node-_705d7d1a-a230-b990-01b9-a40cdc626e2a-41233013 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ad5efbb7-1fd7-4818-aada-ed637994410b-41233013 { align-self: end; }
#w-node-ad5efbb7-1fd7-4818-aada-ed6379944112-41233013 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end start; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-41233014, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-41233014 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-41233014, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-41233014, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-41233014, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-41233014, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-41233014, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-41233014, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-41233014 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-41233014, #w-node-badaa89e-67b4-6029-42e4-05991739c575-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-41233014, #w-node-_563ad952-545a-426c-db27-afd65e03304d-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-41233014, #w-node-_762bc576-522e-df69-86af-d6af2374148b-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-fd88a445-e770-4db0-5dd4-19697ab1cf3e-41233016, #w-node-fd88a445-e770-4db0-5dd4-19697ab1cf3f-41233016 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-a8623239-aa85-f95e-23bc-353af6ee5645-41233016 { align-self: center; }
#w-node-a8623239-aa85-f95e-23bc-353af6ee5650-41233016 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: center; }
#w-node-_3a64fa52-dbb5-1f0d-24ef-f9ddb3fc9412-41233016 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b60a6ee6-95ca-7dbf-1c8c-9b7dfb4116dc-41233016, #w-node-b60a6ee6-95ca-7dbf-1c8c-9b7dfb4116dd-41233016 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_272d503a-064b-e3f0-9bd4-49dac90dda67-41233016, #w-node-_272d503a-064b-e3f0-9bd4-49dac90dda8a-41233016, #w-node-_272d503a-064b-e3f0-9bd4-49dac90ddab1-41233016, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-41233017, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-41233017, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-41233017, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-41233017, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-41233018, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-41233018, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-41233018, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-41233018, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-41233019, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-41233019, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-41233019, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-41233019, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-4123301a, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-4123301a, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-4123301a, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-4123301a, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-4123301b, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-4123301b, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-4123301b, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-4123301b, #w-node-_0ca707d7-4306-080d-a605-ca36361cd529-4123301c, #w-node-_0ca707d7-4306-080d-a605-ca36361cd52a-4123301c, #w-node-aaf3f950-5e47-4244-75e2-db7ac8605c20-4123301d, #w-node-aaf3f950-5e47-4244-75e2-db7ac8605c21-4123301d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-aaf3f950-5e47-4244-75e2-db7ac8605c24-4123301d { align-self: center; }
#w-node-aaf3f950-5e47-4244-75e2-db7ac8605c2c-4123301d { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: center; }
#w-node-aaf3f950-5e47-4244-75e2-db7ac8605c2d-4123301d, #w-node-_4c59c251-203c-9760-abcb-75a5f255283a-4123301d, #w-node-_355eeacd-e344-bd14-33da-cddb9e8fb485-4123301d, #w-node-df960d64-b2f2-b700-cc2c-395708957633-4123301d, #w-node-fd997123-224f-a115-2397-cce42ffc2549-4123301d, #w-node-_81e3c773-1ee6-d1b2-a082-8daeb1875b23-4123301e, #w-node-_81e3c773-1ee6-d1b2-a082-8daeb1875b24-4123301e, #w-node-_81e3c773-1ee6-d1b2-a082-8daeb1875b27-4123301e, #book.w-node-_81e3c773-1ee6-d1b2-a082-8daeb1875b3a-4123301e, #w-node-fd88a445-e770-4db0-5dd4-19697ab1cf3e-4123301f, #w-node-fd88a445-e770-4db0-5dd4-19697ab1cf3f-4123301f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d37-41233022 { grid-area: span 1 / span 7 / span 1 / span 7; }
#w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d33-41233022 { grid-area: span 1 / span 4 / span 1 / span 4; }
#w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d4e-41233022, #w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d4f-41233022 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_7d7b65b6-5dc9-b2cf-b009-986cf590a651-41233022 { grid-area: span 1 / span 8 / span 1 / span 8; }
#w-node-_7d7b65b6-5dc9-b2cf-b009-986cf590a657-41233022, #w-node-d269c592-ce51-58ad-1c53-140a76a31337-41233023 { grid-area: span 1 / span 4 / span 1 / span 4; }
#w-node-_00f29cd9-9b64-ea04-7813-2490ecae4ed6-41233023 { grid-area: span 1 / span 8 / span 1 / span 8; }
#w-node-_2788bca9-88ed-b993-af53-45667a21dc68-41233023, #w-node-_2788bca9-88ed-b993-af53-45667a21dc69-41233023 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_2ba7cb41-ea63-99f3-7ae2-947c2b919b3a-41233024 { grid-area: span 1 / span 4 / span 1 / span 4; }
#w-node-ffed452d-f109-d921-c408-2e45eba338f3-41233024 { grid-area: span 1 / span 8 / span 1 / span 8; }
#w-node-_2ba7cb41-ea63-99f3-7ae2-947c2b919b3d-41233024, #w-node-_2ba7cb41-ea63-99f3-7ae2-947c2b919b3e-41233024, #w-node-bb69d1fe-1315-a497-9a84-c0e2b63f5998-41233025, #w-node-bb69d1fe-1315-a497-9a84-c0e2b63f5999-41233025 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_80092526-daf2-81ee-423d-8ff22cfdfa3d-41233025 { align-self: end; }
#w-node-_80092526-daf2-81ee-423d-8ff22cfdfa48-41233025 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-_21fdb764-69c2-aa65-f372-6a71538c0cd3-41233025 { align-self: start; }
#w-node-_21fdb764-69c2-aa65-f372-6a71538c0cde-41233025 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b156d7ef-79aa-20f6-d490-f99ce1c1f21b-41233028 { align-self: end; }
#w-node-b156d7ef-79aa-20f6-d490-f99ce1c1f222-41233028 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-_0ff257fc-bbea-dfd6-e173-5862f9b4bb03-41233028 { align-self: start; }
#w-node-_0ff257fc-bbea-dfd6-e173-5862f9b4bb0e-41233028, #w-node-edf5045b-1578-4f56-f906-c544098af5f0-41233029, #w-node-edf5045b-1578-4f56-f906-c544098af5f1-41233029, #w-node-edf5045b-1578-4f56-f906-c544098af5f4-41233029 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-edf5045b-1578-4f56-f906-c544098af5fb-41233029 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-edf5045b-1578-4f56-f906-c544098af60b-41233029 { align-self: start; }
#w-node-edf5045b-1578-4f56-f906-c544098af610-41233029, #w-node-ecae6837-04e3-2c84-1c50-7a027a6290d6-4123302b, #w-node-ecae6837-04e3-2c84-1c50-7a027a6290d7-4123302b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3a3d93e7-9331-fed3-fe24-591915346f62-4123302b { align-self: start; }
#w-node-_586d10ae-f4dc-ad24-2a54-497333cd2d34-4123302b, #w-node-_011911f5-c6c6-c0d8-de24-8b9d7ab21f0b-4123302c, #w-node-_011911f5-c6c6-c0d8-de24-8b9d7ab21f0c-4123302c, #w-node-_04de8d06-9452-a13b-eebc-a0d3ea7ba1b9-4123302c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11e48eac-263e-b2ff-f878-d36ec3e00435-4123302c { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-_17556e2f-7fcb-8441-1e57-86c3c31df306-4123302c { align-self: start; }
#w-node-_17556e2f-7fcb-8441-1e57-86c3c31df311-4123302c, #w-node-_6de4076c-f9e5-cdf3-59ce-f4b2da5b695a-4123302d, #w-node-_6de4076c-f9e5-cdf3-59ce-f4b2da5b695b-4123302d, #w-node-_190c1fda-8250-ecc0-2e05-53c55f7ff7de-4123302d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6b9853e0-308d-963b-00ff-adc2c3b4d2ed-4123302d { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
#w-node-d67311e1-2c5c-fb70-19a4-f1feabc7d807-41233030, #w-node-d67311e1-2c5c-fb70-19a4-f1feabc7d808-41233030 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3da85f88-32f6-a686-96c5-028a6c15e107-41233030 { align-self: end; }
#w-node-_3da85f88-32f6-a686-96c5-028a6c15e10e-41233030 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-c76e854e-3f15-643c-d82e-bc5f8ecf1728-41233030 { align-self: start; }
#w-node-c76e854e-3f15-643c-d82e-bc5f8ecf1733-41233030, #w-node-_33c33025-828a-fdef-3f9f-4eb2465a9982-41233033, #w-node-dfbd7c5d-30e1-9e61-2528-747098a1ba5e-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d0cc0c39-1041-f133-ab55-874de5c33406-41233033 { grid-area: 1 / 2 / 2 / 3; }
#w-node-d0cc0c39-1041-f133-ab55-874de5c3341b-41233033 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_4a2e6ad0-febc-53c2-3cbd-3553f6aa7841-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_4a2e6ad0-febc-53c2-3cbd-3553f6aa783f-41233033 { align-self: center; }
#w-node-a3f0b8c7-443e-9538-1dd5-8aedc703cf08-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-a3f0b8c7-443e-9538-1dd5-8aedc703cf3d-41233033 { align-self: center; }
#w-node-_0fc9c25e-e233-c70e-a004-2376bfd67e43-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0fc9c25e-e233-c70e-a004-2376bfd67e78-41233033 { align-self: center; }
#w-node-_3b0f5bbb-60b8-45c0-c9e6-1f82149c1af7-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3b0f5bbb-60b8-45c0-c9e6-1f82149c1b2c-41233033 { align-self: center; }
#w-node-_057af92f-6e9f-c9d6-a461-0cabc484be2e-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_057af92f-6e9f-c9d6-a461-0cabc484be63-41233033 { align-self: center; }
#w-node-daf0e34a-e3cb-e278-64bf-1738bab333ce-41233033 { align-self: start; }
#w-node-daf0e34a-e3cb-e278-64bf-1738bab333e5-41233033, #w-node-c6030bb3-2a4d-e1df-46ea-19a68d5913a2-41233037, #w-node-c6030bb3-2a4d-e1df-46ea-19a68d5913a3-41233037, #w-node-_9d29f44d-a9ea-747e-6af5-d94c2482b889-41233037 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3d136a7c-d0a6-5e9e-7be3-b8a3a2cd4e4f-41233037, #w-node-ba98f830-685e-7552-2d68-2baf13512a8d-41233037, #w-node-_3e1bfa38-e15e-34de-3211-3f9be9c07d35-41233037, #w-node-_0027bf09-e2c9-1ca9-b1a9-18813080f926-41233037, #w-node-_64c1a77e-6561-e370-d034-b2e2e91264d5-41233037, #w-node-_3b14977b-1b59-2216-91ca-350ba1a909a7-41233037 { align-self: stretch; }
#w-node-_60eb3bbd-2264-4668-290b-9401c605aa88-41233037, #w-node-b69b5312-520d-ffda-bde4-49cbee8a267c-41233037, #w-node-_6d833604-e486-dadb-c36c-600ea93774f9-41233037, #w-node-_1fa3f20c-a6c1-fcec-6351-21fcb56e9f9e-41233037, #w-node-_07c3afd7-d4f1-f860-14e2-097c18436de7-41233037, #w-node-_8182099f-493f-ea9a-9c0c-e62b05467059-41233037, #w-node-_1dd1f5d7-e382-c810-786f-0acb5c27b42b-41233037, #w-node-f26970ab-308d-1f0e-6693-d92d64655065-41233037, #w-node-_4f6ed055-7db7-debd-60c3-6357109e6f4a-41233037, #w-node-_7fe83ea7-28d0-476a-6442-1ae1062abf57-41233037, #w-node-_1f2a83ab-9830-8018-b07b-1b3626bca62f-41233037, #w-node-e2090910-360c-5bb0-f40a-ec6c21e3dbdc-41233037, #w-node-e0170e84-f676-5422-47e9-9bb654c4b0d6-41233037, #w-node-_5fdad206-bce5-4526-cdcc-5e6a1eea7a3c-41233037, #w-node-_81538303-3eff-d1c9-79e4-90b71ff3701b-41233037, #w-node-_818ae58a-1902-9868-f085-8c8e99a8a6c8-41233037, #w-node-b36199ab-ce00-d88c-bb90-869a4e5a7c85-41233037, #w-node-_9a810250-71a6-3264-d814-c726d9e70c4f-41233037, #w-node-b36199ab-ce00-d88c-bb90-869a4e5a7c87-41233037, #w-node-b1344798-1a38-c294-4346-0ffdd43fe2e1-41233037, #w-node-_566de310-3632-0f8a-718a-149c85da73fc-41233037, #w-node-b1344798-1a38-c294-4346-0ffdd43fe2e3-41233037, #w-node-_98738f37-d0ef-17c2-cc7c-c0ad46c04f06-41233037, #w-node-cec709ba-5ddf-0098-03f3-a5e8586ee47f-41233037, #w-node-_98738f37-d0ef-17c2-cc7c-c0ad46c04f08-41233037, #w-node-_6feabbed-1af3-bd93-8f0f-fc5f14aa507c-4123303a, #w-node-_6feabbed-1af3-bd93-8f0f-fc5f14aa507d-4123303a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_9d6e85af-b065-756b-0352-242e2402beda-4123303a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
#w-node-a3c0dc3c-cdb0-9b61-c390-412cac095587-4123303a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: center; }
#w-node-ee9dc2a3-6393-0376-59db-8c4b82d6db4e-4123303a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_64651510-d21d-bb15-81d2-c43762b70809-4123303a, #w-node-_64651510-d21d-bb15-81d2-c43762b70813-4123303a, #w-node-_10ad921e-abfd-3238-d1c1-534379bca2bc-4123303a, #w-node-f7d838d4-4da6-54f4-e161-07230c997c86-4123303a, #w-node-_258ec77c-ce10-d3c5-611c-2a9eac7b8709-4123303a, #w-node-_94f84927-bcb7-5c5c-9173-2e0677a94c1b-4123303a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
#w-node-_1e79a67c-1075-0caa-b0a8-171ecc2956fd-4123303a { grid-area: span 1 / span 2 / span 1 / span 2; align-self: start; }
#w-node-ce8c95e3-2e9e-4a15-8fc5-9d7583c70ad3-412330a9, #w-node-_5aa2221a-9c28-ae8b-e06f-3387848c8f94-412330a9 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_80fe30d8-78fa-dbc8-28a6-9ad44f19345b-412330a9 { align-self: start; }
#w-node-_80fe30d8-78fa-dbc8-28a6-9ad44f193466-412330a9 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-412330a8, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-412330a8 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-412330a8, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-412330a8, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-412330a8, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-412330a8, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-412330a8, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-412330a8, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-412330a8, #w-node-badaa89e-67b4-6029-42e4-05991739c575-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-412330a8, #w-node-_563ad952-545a-426c-db27-afd65e03304d-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-412330a8, #w-node-_762bc576-522e-df69-86af-d6af2374148b-412330a8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_9c334dfb-0855-7181-54e3-f7a08b445305-01fa56e1, #w-node-_9c334dfb-0855-7181-54e3-f7a08b445306-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_9c334dfb-0855-7181-54e3-f7a08b445315-01fa56e1 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-_9c334dfb-0855-7181-54e3-f7a08b445316-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_9c334dfb-0855-7181-54e3-f7a08b445318-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-01fa56e1, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_15d3f479-970b-c77d-c6bd-7164173e947a-01fa56e1 { grid-area: 1 / 2 / 2 / 3; }
#w-node-_15d3f479-970b-c77d-c6bd-7164173e948f-01fa56e1 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-01fa56e1, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-01fa56e1, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-01fa56e1 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-01fa56e1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-01fa56e1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-01fa56e1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-01fa56e1, #w-node-badaa89e-67b4-6029-42e4-05991739c575-01fa56e1, #w-node-_762bc576-522e-df69-86af-d6af23741489-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-01fa56e1, #w-node-_762bc576-522e-df69-86af-d6af2374148b-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c50d6a51-f679-771b-61c5-bcbeb2057a8b-412330a2 { align-self: end; }
#w-node-c50d6a51-f679-771b-61c5-bcbeb2057a92-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-_19b30c0a-e5a2-1dbd-4a3b-2f571b6cd0c5-412330a2 { align-self: start; }
#w-node-_19b30c0a-e5a2-1dbd-4a3b-2f571b6cd0ca-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-a5a5c523-5bd2-5759-f3a8-f6c231c7ceba-412330a2, #w-node-_9d10d62f-ccae-8783-0be9-bd36d26592b0-412330a2 { grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; }
#w-node-_28596994-9c6c-bda8-2610-04c0079be317-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6ea971ca-a782-f6e3-03dc-6c880b123668-412330a2 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-_6ea971ca-a782-f6e3-03dc-6c880b123669-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_6ea971ca-a782-f6e3-03dc-6c880b12366b-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d4960955-1dd5-b6cc-8eac-1796cf63f410-412330a2, #w-node-d4960955-1dd5-b6cc-8eac-1796cf63f431-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d4960955-1dd5-b6cc-8eac-1796cf63f44c-412330a2, #w-node-d4960955-1dd5-b6cc-8eac-1796cf63f450-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
#w-node-d4960955-1dd5-b6cc-8eac-1796cf63f452-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0877-412330a2 { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d087f-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0880-412330a2 { place-self: end; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0882-412330a2, #w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0883-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0884-412330a2 { place-self: end start; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d088d-412330a2, #w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0894-412330a2 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_5f3bd1ca-56f7-d78c-08f4-dd6ad67d0895-412330a2 { place-self: center; }
#w-node-_85c258f7-34c3-f0fb-6af8-4c3b24ec9c12-24ec9c0a { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_85c258f7-34c3-f0fb-6af8-4c3b24ec9c14-24ec9c0a, #w-node-_85c258f7-34c3-f0fb-6af8-4c3b24ec9c22-24ec9c0a, #w-node-_85c258f7-34c3-f0fb-6af8-4c3b24ec9c38-24ec9c0a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e5b-14ee0e3f { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e63-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e64-14ee0e3f { place-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e66-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0e67-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e68-14ee0e3f { place-self: end start; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e71-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0e78-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e79-14ee0e3f { place-self: center; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e7c-14ee0e3f { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e83-14ee0e3f { place-self: center; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e85-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0e8d-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e8e-14ee0e3f { place-self: center end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e90-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e97-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e98-14ee0e3f { place-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0e9c-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0ea4-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ea5-14ee0e3f { place-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ea7-14ee0e3f { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eaf-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eb0-14ee0e3f { place-self: end start; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eb2-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0eba-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ebb-14ee0e3f { place-self: center; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ebe-14ee0e3f { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ec6-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ec7-14ee0e3f { place-self: end start; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ec9-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0ed1-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ed2-14ee0e3f { place-self: center end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ed4-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0edc-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0edd-14ee0e3f { place-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ee1-14ee0e3f, #w-node-ec4e99c8-daea-12a4-a421-a72714ee0ee9-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eea-14ee0e3f { place-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eec-14ee0e3f { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ef4-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ef5-14ee0e3f { place-self: end start; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0ef7-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0efe-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0eff-14ee0e3f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-ec4e99c8-daea-12a4-a421-a72714ee0f00-14ee0e3f { place-self: center end; }
#w-node-_8d68f48f-db9b-1850-3395-8d356e45f005-6e45effa { grid-area: 1 / 2 / 2 / 3; }
#w-node-_8d68f48f-db9b-1850-3395-8d356e45f01a-6e45effa { grid-area: 1 / 1 / 2 / 2; }
#w-node-_92690002-6d3c-84c5-0c41-672d39670693-e4a8c504, #w-node-_8bc2f3e5-9872-ed89-7c1a-d3ca95948e3f-e4a8c504 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_8bc2f3e5-9872-ed89-7c1a-d3ca95948e5a-e4a8c504, #w-node-_213e61b1-6624-8bc9-e4bf-ee1071638083-e4a8c504 { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
#w-node-_213e61b1-6624-8bc9-e4bf-ee1071638085-e4a8c504, #w-node-e8b36509-e809-d71b-a8c8-1a945edca6e6-5edca6dc, #w-node-e8b36509-e809-d71b-a8c8-1a945edca6fd-5edca6dc, #w-node-e8b36509-e809-d71b-a8c8-1a945edca71c-5edca6dc { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_18d52b77-bdfb-dda1-5bd2-3f563ea63400-3ea633eb { grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; }
#w-node-_8d9ce86e-1cc9-349e-840a-318dac48ac8d-ac48ac8c { grid-area: 1 / 2 / 2 / 3; }
#w-node-_8d9ce86e-1cc9-349e-840a-318dac48aca2-ac48ac8c { grid-area: 1 / 1 / 2 / 2; }
#w-node-_1a092447-4ce7-ffa6-c4a1-32b6eb8cf78a-4123309a, #w-node-_516a11c5-333f-1d7c-2be8-77822df3a538-4123309a, #w-node-a59e66b3-e7e1-bce3-16fb-307d2efd402d-4123309a, #w-node-_887ef7ab-26ca-5a71-dcbe-8f2c1c7771d2-4123309a, #w-node-ae71396f-439f-a12c-8850-35a90b6c6fcb-4123309a, #w-node-cbc32c7f-73cb-ff7a-11cd-af143111c128-4123309a, #w-node-be0a2ae0-7835-475e-0ef1-feda2374f7d6-4123309a, #w-node-ecd15d52-d31a-5436-d66b-eecdaca6482d-4123309a, #w-node-ecd15d52-d31a-5436-d66b-eecdaca64835-4123309a, #w-node-dced9e6d-597f-82ff-9b99-c9bece98be14-4123309a, #w-node-bfe799e3-f531-90b3-1fa2-82d5a4668b4c-4123309a, #w-node-_3527a1c4-702a-2e9b-8da9-3a0444844699-4123309a, #w-node-_7cb30563-9937-3d56-48d7-edfa8371a019-4123309a, #w-node-_7cb30563-9937-3d56-48d7-edfa8371a01c-4123309a, #w-node-_12d0a3aa-275b-a9eb-d2c4-4d930fc53b15-4123309a, #w-node-_51a3e702-7a00-fce8-838f-c0feac9e5781-4123309a, #w-node-_922fbcb7-5b32-6e5f-8bdb-7050767c76d9-4123309a, #w-node-_9185766b-6efb-4c80-4a67-7e6f7be1e785-4123309a, #w-node-_9185766b-6efb-4c80-4a67-7e6f7be1e788-4123309a, #w-node-_85a7d0b4-b1dd-421b-c348-2890935d5eec-4123309a, #w-node-de0a5ae9-900f-0d52-1a20-a5bb24f676d4-4123309a, #w-node-_5819661e-27c7-a49d-d15a-92248fbf1e6d-4123309a, #w-node-_26d56c59-5c3f-c75e-9315-d1e52ae36c7d-4123309a, #w-node-_26d56c59-5c3f-c75e-9315-d1e52ae36c80-4123309a, #w-node-_26d56c59-5c3f-c75e-9315-d1e52ae36c82-4123309a, #w-node-_26d56c59-5c3f-c75e-9315-d1e52ae36c84-4123309a, #w-node-bb8dd171-d83e-cd96-f034-5f827c9647db-4123309a, #w-node-a6d413e5-f3d0-8511-7865-16ad1a33728d-4123309a, #w-node-a6d413e5-f3d0-8511-7865-16ad1a337290-4123309a, #w-node-a6d413e5-f3d0-8511-7865-16ad1a337292-4123309a, #w-node-a6d413e5-f3d0-8511-7865-16ad1a337294-4123309a, #w-node-c9213322-5c5d-fbd5-1e2a-8d3ff5657b97-4123309a, #w-node-a9a1a5e6-d7c7-52e0-0ad9-d9b932f456f9-4123309a, #w-node-a9a1a5e6-d7c7-52e0-0ad9-d9b932f456fc-4123309a, #w-node-a9a1a5e6-d7c7-52e0-0ad9-d9b932f456fe-4123309a, #w-node-a9a1a5e6-d7c7-52e0-0ad9-d9b932f45700-4123309a, #w-node-a9a1a5e6-d7c7-52e0-0ad9-d9b932f45702-4123309a, #w-node-eb17b15a-6bca-443e-281c-58497dcdbef2-4123309a, #w-node-eb17b15a-6bca-443e-281c-58497dcdbef5-4123309a, #w-node-eb17b15a-6bca-443e-281c-58497dcdbef8-4123309a, #w-node-eb17b15a-6bca-443e-281c-58497dcdbefa-4123309a, #w-node-eb17b15a-6bca-443e-281c-58497dcdbefc-4123309a, #w-node-_9862a2c6-612d-9f1a-8678-f6606da94e80-4123309a, #w-node-_9862a2c6-612d-9f1a-8678-f6606da94e83-4123309a, #w-node-_9862a2c6-612d-9f1a-8678-f6606da94e85-4123309a, #w-node-_9862a2c6-612d-9f1a-8678-f6606da94e87-4123309a, #w-node-_9862a2c6-612d-9f1a-8678-f6606da94e89-4123309a, #w-node-_0071c8ea-44d1-3f67-e456-5bec703f63f1-4123309a, #w-node-_0071c8ea-44d1-3f67-e456-5bec703f63f4-4123309a, #w-node-_0071c8ea-44d1-3f67-e456-5bec703f63f6-4123309a, #w-node-_0071c8ea-44d1-3f67-e456-5bec703f63f8-4123309a, #w-node-_0071c8ea-44d1-3f67-e456-5bec703f63fa-4123309a, #w-node-_11cbcef6-3e8c-9c59-fa0e-d699cbaa6109-4123309a, #w-node-_11cbcef6-3e8c-9c59-fa0e-d699cbaa610c-4123309a, #w-node-_11cbcef6-3e8c-9c59-fa0e-d699cbaa610e-4123309a, #w-node-_11cbcef6-3e8c-9c59-fa0e-d699cbaa6110-4123309a, #w-node-_11cbcef6-3e8c-9c59-fa0e-d699cbaa6112-4123309a, #w-node-_2d1967d8-d299-b340-ea6b-2ff280fd2dbb-4123309a, #w-node-_2d1967d8-d299-b340-ea6b-2ff280fd2dbe-4123309a, #w-node-_2d1967d8-d299-b340-ea6b-2ff280fd2dc1-4123309a, #w-node-_2d1967d8-d299-b340-ea6b-2ff280fd2dc3-4123309a, #w-node-_2d1967d8-d299-b340-ea6b-2ff280fd2dc5-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfb7-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfbc-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfbf-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfc1-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfc3-4123309a, #w-node-fbcf08ad-8662-4904-43c1-61e065825ec0-4123309a, #w-node-_1e35e1a3-109a-ef2e-ab96-33301c280619-4123309a, #w-node-_1e35e1a3-109a-ef2e-ab96-33301c28061c-4123309a, #w-node-_1e35e1a3-109a-ef2e-ab96-33301c28061f-4123309a, #w-node-_1e35e1a3-109a-ef2e-ab96-33301c280621-4123309a, #w-node-_1e35e1a3-109a-ef2e-ab96-33301c280623-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfd0-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfd3-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfd5-4123309a, #w-node-f8ec73a9-b168-a717-94a7-badd4138dfd7-4123309a, #w-node-_8d84a502-074b-5a88-ac9e-607522b1626a-4123309a, #w-node-d8546e35-0822-edf6-bd4d-788efa29f50f-4123309a, #w-node-d8546e35-0822-edf6-bd4d-788efa29f512-4123309a, #w-node-d8546e35-0822-edf6-bd4d-788efa29f514-4123309a, #w-node-d8546e35-0822-edf6-bd4d-788efa29f516-4123309a, #w-node-d8546e35-0822-edf6-bd4d-788efa29f518-4123309a, #w-node-_71057468-1e4a-92be-0c5b-feeb2399a0cc-4123309a, #w-node-_71057468-1e4a-92be-0c5b-feeb2399a0cf-4123309a, #w-node-_71057468-1e4a-92be-0c5b-feeb2399a0d1-4123309a, #w-node-_71057468-1e4a-92be-0c5b-feeb2399a0d3-4123309a, #w-node-_71057468-1e4a-92be-0c5b-feeb2399a0d5-4123309a, #w-node-_371ea3c8-5b97-53b7-1746-155cd5944fdf-4123309a, #w-node-_371ea3c8-5b97-53b7-1746-155cd5944fe2-4123309a, #w-node-_371ea3c8-5b97-53b7-1746-155cd5944fe4-4123309a, #w-node-_371ea3c8-5b97-53b7-1746-155cd5944fe6-4123309a, #w-node-_371ea3c8-5b97-53b7-1746-155cd5944fe8-4123309a, #w-node-_3a9d100c-cc0a-d73e-f7ef-5095bbbbdd61-4123309a, #w-node-_3a9d100c-cc0a-d73e-f7ef-5095bbbbdd64-4123309a, #w-node-_3a9d100c-cc0a-d73e-f7ef-5095bbbbdd66-4123309a, #w-node-_3a9d100c-cc0a-d73e-f7ef-5095bbbbdd68-4123309a, #w-node-_3a9d100c-cc0a-d73e-f7ef-5095bbbbdd6a-4123309a, #w-node-_41b69881-adff-b64e-59b1-12f4f75a0d10-4123309a, #w-node-_41b69881-adff-b64e-59b1-12f4f75a0d13-4123309a, #w-node-_41b69881-adff-b64e-59b1-12f4f75a0d16-4123309a, #w-node-_41b69881-adff-b64e-59b1-12f4f75a0d18-4123309a, #w-node-_41b69881-adff-b64e-59b1-12f4f75a0d1a-4123309a, #w-node-ec965e9e-a6a5-264c-e0b0-15c59c48e1ad-4123309a, #w-node-ec965e9e-a6a5-264c-e0b0-15c59c48e1b0-4123309a, #w-node-ec965e9e-a6a5-264c-e0b0-15c59c48e1b3-4123309a, #w-node-ec965e9e-a6a5-264c-e0b0-15c59c48e1b5-4123309a, #w-node-ec965e9e-a6a5-264c-e0b0-15c59c48e1b7-4123309a, #w-node-b78a1d11-dc00-92c6-2a34-8e5e4625c6e1-4123309a, #w-node-b78a1d11-dc00-92c6-2a34-8e5e4625c6e4-4123309a, #w-node-b78a1d11-dc00-92c6-2a34-8e5e4625c6e7-4123309a, #w-node-b78a1d11-dc00-92c6-2a34-8e5e4625c6e9-4123309a, #w-node-b78a1d11-dc00-92c6-2a34-8e5e4625c6eb-4123309a, #w-node-_4e1edc00-1b04-54c2-5da4-ecd962c4478d-4123309a, #w-node-_4e1edc00-1b04-54c2-5da4-ecd962c44790-4123309a, #w-node-_4e1edc00-1b04-54c2-5da4-ecd962c44793-4123309a, #w-node-_4e1edc00-1b04-54c2-5da4-ecd962c44795-4123309a, #w-node-_4e1edc00-1b04-54c2-5da4-ecd962c44797-4123309a, #w-node-_80129fb1-5d33-db72-b376-81dc635b5d60-4123309a, #w-node-_80129fb1-5d33-db72-b376-81dc635b5d63-4123309a, #w-node-_80129fb1-5d33-db72-b376-81dc635b5d66-4123309a, #w-node-_80129fb1-5d33-db72-b376-81dc635b5d68-4123309a, #w-node-_80129fb1-5d33-db72-b376-81dc635b5d6a-4123309a, #w-node-e3a918e3-75da-5632-f7b1-babc87da0e3b-4123309a, #w-node-e3a918e3-75da-5632-f7b1-babc87da0e3e-4123309a, #w-node-e3a918e3-75da-5632-f7b1-babc87da0e41-4123309a, #w-node-e3a918e3-75da-5632-f7b1-babc87da0e43-4123309a, #w-node-e3a918e3-75da-5632-f7b1-babc87da0e45-4123309a, #w-node-_94bb08c8-91cd-ac03-da27-53f1a913f014-4123309a, #w-node-_94bb08c8-91cd-ac03-da27-53f1a913f017-4123309a, #w-node-_94bb08c8-91cd-ac03-da27-53f1a913f01a-4123309a, #w-node-_94bb08c8-91cd-ac03-da27-53f1a913f01c-4123309a, #w-node-_94bb08c8-91cd-ac03-da27-53f1a913f01e-4123309a, #w-node-_7fe6ce57-6a22-95d9-a950-91d259b112e2-4123309a, #w-node-_7fe6ce57-6a22-95d9-a950-91d259b112e5-4123309a, #w-node-_7fe6ce57-6a22-95d9-a950-91d259b112e8-4123309a, #w-node-_7fe6ce57-6a22-95d9-a950-91d259b112ea-4123309a, #w-node-_7fe6ce57-6a22-95d9-a950-91d259b112ec-4123309a, #w-node-cea3bf2d-96f3-0159-fc04-81666f9f472b-4123309a, #w-node-cea3bf2d-96f3-0159-fc04-81666f9f472e-4123309a, #w-node-cea3bf2d-96f3-0159-fc04-81666f9f4731-4123309a, #w-node-cea3bf2d-96f3-0159-fc04-81666f9f4733-4123309a, #w-node-cea3bf2d-96f3-0159-fc04-81666f9f4735-4123309a, #w-node-_8a2eaedf-160b-5f97-54cc-942fd4f564f1-4123309a, #w-node-_8a2eaedf-160b-5f97-54cc-942fd4f564f4-4123309a, #w-node-_8a2eaedf-160b-5f97-54cc-942fd4f564f7-4123309a, #w-node-_8a2eaedf-160b-5f97-54cc-942fd4f564f9-4123309a, #w-node-_8a2eaedf-160b-5f97-54cc-942fd4f564fb-4123309a, #w-node-_9dd0993b-f955-16f8-db77-4cdcef4ff70c-4123309a, #w-node-_9dd0993b-f955-16f8-db77-4cdcef4ff70f-4123309a, #w-node-_9dd0993b-f955-16f8-db77-4cdcef4ff712-4123309a, #w-node-_9dd0993b-f955-16f8-db77-4cdcef4ff715-4123309a, #w-node-_5dbb812e-66ce-c83f-4a5f-df40abff461e-4123309a, #w-node-_1e1c44b7-2ff5-6f39-3254-94f52bfdd6fc-4123309a, #w-node-_1e1c44b7-2ff5-6f39-3254-94f52bfdd6ff-4123309a, #w-node-_1e1c44b7-2ff5-6f39-3254-94f52bfdd702-4123309a, #w-node-_1e1c44b7-2ff5-6f39-3254-94f52bfdd706-4123309a, #w-node-_1e1c44b7-2ff5-6f39-3254-94f52bfdd708-4123309a, #w-node-_8b525c3b-3299-7672-67d9-45932110fd9b-4123309a, #w-node-_8b525c3b-3299-7672-67d9-45932110fd9e-4123309a, #w-node-_8b525c3b-3299-7672-67d9-45932110fda1-4123309a, #w-node-_8b525c3b-3299-7672-67d9-45932110fda3-4123309a, #w-node-_8b525c3b-3299-7672-67d9-45932110fda5-4123309a, #w-node-_034f930e-6484-747b-f749-141ae7f8a9a9-4123309a, #w-node-_034f930e-6484-747b-f749-141ae7f8a9ac-4123309a, #w-node-_034f930e-6484-747b-f749-141ae7f8a9af-4123309a, #w-node-_034f930e-6484-747b-f749-141ae7f8a9b1-4123309a, #w-node-_034f930e-6484-747b-f749-141ae7f8a9b3-4123309a, #w-node-e985f316-972d-8a26-2224-0dd3a780fc4d-4123309a, #w-node-e985f316-972d-8a26-2224-0dd3a780fc50-4123309a, #w-node-e985f316-972d-8a26-2224-0dd3a780fc53-4123309a, #w-node-e985f316-972d-8a26-2224-0dd3a780fc55-4123309a, #w-node-e985f316-972d-8a26-2224-0dd3a780fc57-4123309a, #w-node-_8d4a3400-bc5b-2085-4216-8cdca55fa9bc-4123309a, #w-node-_8d4a3400-bc5b-2085-4216-8cdca55fa9c1-4123309a, #w-node-_8d4a3400-bc5b-2085-4216-8cdca55fa9c4-4123309a, #w-node-_8d4a3400-bc5b-2085-4216-8cdca55fa9c6-4123309a, #w-node-_8d4a3400-bc5b-2085-4216-8cdca55fa9c8-4123309a, #w-node-a5296558-6acb-7285-14d8-a41c19667a5b-4123309a, #w-node-_8e755906-1c32-6d06-1b80-3342525d8b3a-4123309a, #w-node-_8e755906-1c32-6d06-1b80-3342525d8b3d-4123309a, #w-node-_8e755906-1c32-6d06-1b80-3342525d8b3f-4123309a, #w-node-_8e755906-1c32-6d06-1b80-3342525d8b41-4123309a, #w-node-_8e755906-1c32-6d06-1b80-3342525d8b43-4123309a, #w-node-_47a72eff-6179-18e0-250d-ac526d476484-4123309a, #w-node-_47a72eff-6179-18e0-250d-ac526d476487-4123309a, #w-node-_47a72eff-6179-18e0-250d-ac526d47648b-4123309a, #w-node-_47a72eff-6179-18e0-250d-ac526d47648d-4123309a, #w-node-_47a72eff-6179-18e0-250d-ac526d47648f-4123309a, #w-node-_297524c5-0ea2-561d-b2d4-954e79051710-4123309a, #w-node-_297524c5-0ea2-561d-b2d4-954e79051713-4123309a, #w-node-_297524c5-0ea2-561d-b2d4-954e79051717-4123309a, #w-node-_297524c5-0ea2-561d-b2d4-954e79051719-4123309a, #w-node-_297524c5-0ea2-561d-b2d4-954e7905171b-4123309a, #w-node-_4888691e-126a-e630-2ef7-3d34d43588ce-4123309a, #w-node-_4888691e-126a-e630-2ef7-3d34d43588d1-4123309a, #w-node-_4888691e-126a-e630-2ef7-3d34d43588d5-4123309a, #w-node-_4888691e-126a-e630-2ef7-3d34d43588d7-4123309a, #w-node-_4888691e-126a-e630-2ef7-3d34d43588d9-4123309a, #w-node-b9f1e6b9-23f2-8d87-3e45-d5a3cf79bf15-4123309a, #w-node-b9f1e6b9-23f2-8d87-3e45-d5a3cf79bf18-4123309a, #w-node-b9f1e6b9-23f2-8d87-3e45-d5a3cf79bf1c-4123309a, #w-node-b9f1e6b9-23f2-8d87-3e45-d5a3cf79bf1e-4123309a, #w-node-b9f1e6b9-23f2-8d87-3e45-d5a3cf79bf20-4123309a, #w-node-_45ea03e1-ef38-275b-62e7-e3fee8597aa4-4123309a, #w-node-_45ea03e1-ef38-275b-62e7-e3fee8597aa7-4123309a, #w-node-_45ea03e1-ef38-275b-62e7-e3fee8597aab-4123309a, #w-node-_45ea03e1-ef38-275b-62e7-e3fee8597aad-4123309a, #w-node-_45ea03e1-ef38-275b-62e7-e3fee8597aaf-4123309a, #w-node-_85b82968-3f76-cfd0-7e31-1987e91a3e3c-4123309a, #w-node-_85b82968-3f76-cfd0-7e31-1987e91a3e41-4123309a, #w-node-_85b82968-3f76-cfd0-7e31-1987e91a3e44-4123309a, #w-node-_85b82968-3f76-cfd0-7e31-1987e91a3e46-4123309a, #w-node-_85b82968-3f76-cfd0-7e31-1987e91a3e48-4123309a, #w-node-_49628ff9-0779-3c56-7a8f-0ea5c1865f59-4123309a, #w-node-_522be9e1-ff3e-3b0d-cc67-2216e48872c5-4123309a, #w-node-_522be9e1-ff3e-3b0d-cc67-2216e48872c8-4123309a, #w-node-_522be9e1-ff3e-3b0d-cc67-2216e48872ca-4123309a, #w-node-_522be9e1-ff3e-3b0d-cc67-2216e48872cc-4123309a, #w-node-_522be9e1-ff3e-3b0d-cc67-2216e48872ce-4123309a, #w-node-_87b82eff-226e-0132-837c-58c010870541-4123309a, #w-node-_87b82eff-226e-0132-837c-58c010870544-4123309a, #w-node-_87b82eff-226e-0132-837c-58c010870546-4123309a, #w-node-_87b82eff-226e-0132-837c-58c010870548-4123309a, #w-node-_9cef2844-768b-0bd0-237c-99342bc5844c-4123309a, #w-node-_92b2fc2e-af2d-6cf6-fe80-7595aa0ea7d9-4123309a, #w-node-_92b2fc2e-af2d-6cf6-fe80-7595aa0ea7dc-4123309a, #w-node-_92b2fc2e-af2d-6cf6-fe80-7595aa0ea7de-4123309a, #w-node-_92b2fc2e-af2d-6cf6-fe80-7595aa0ea7e0-4123309a, #w-node-c236e4e6-5a34-668e-2047-77b88a4a4e44-4123309a, #w-node-b7e1db79-8ffe-a1fc-a00d-8f46c0c12440-4123309a, #w-node-b7e1db79-8ffe-a1fc-a00d-8f46c0c12443-4123309a, #w-node-b7e1db79-8ffe-a1fc-a00d-8f46c0c12445-4123309a, #w-node-b7e1db79-8ffe-a1fc-a00d-8f46c0c12447-4123309a, #w-node-d7a73b47-0b26-394b-6020-272999e892dc-4123309a, #w-node-_9d77e782-2612-9c44-9a90-44e53e412b60-4123309a, #w-node-_9d77e782-2612-9c44-9a90-44e53e412b63-4123309a, #w-node-_9d77e782-2612-9c44-9a90-44e53e412b65-4123309a, #w-node-_9d77e782-2612-9c44-9a90-44e53e412b67-4123309a, #w-node-_317569bc-58c0-9d61-4b41-38865ea8948e-4123309a, #w-node-_46f2f284-3234-b9e5-2d01-071a354fca81-4123309a, #w-node-_46f2f284-3234-b9e5-2d01-071a354fca84-4123309a, #w-node-_46f2f284-3234-b9e5-2d01-071a354fca86-4123309a, #w-node-_46f2f284-3234-b9e5-2d01-071a354fca88-4123309a, #w-node-_6566f7bf-e7e5-e135-f0dc-081902d37e52-4123309a, #w-node-_6932566e-ef39-3b90-3a8b-8180a95c321b-4123309a, #w-node-_6932566e-ef39-3b90-3a8b-8180a95c321e-4123309a, #w-node-_6932566e-ef39-3b90-3a8b-8180a95c3220-4123309a, #w-node-_6932566e-ef39-3b90-3a8b-8180a95c3222-4123309a, #w-node-e78101f5-c661-1a79-7fba-a0eab537d66e-4123309a, #w-node-efbab067-60fb-75bf-a0bb-87c50fe5539e-4123309a, #w-node-efbab067-60fb-75bf-a0bb-87c50fe553a1-4123309a, #w-node-efbab067-60fb-75bf-a0bb-87c50fe553a3-4123309a, #w-node-efbab067-60fb-75bf-a0bb-87c50fe553a5-4123309a, #w-node-_363ac30f-7d76-38f6-212e-838688d408de-4123309a, #w-node-f1381a4a-4bcd-a7cf-0d16-7785f8ad9b14-4123309a, #w-node-f1381a4a-4bcd-a7cf-0d16-7785f8ad9b17-4123309a, #w-node-f1381a4a-4bcd-a7cf-0d16-7785f8ad9b19-4123309a, #w-node-f1381a4a-4bcd-a7cf-0d16-7785f8ad9b1b-4123309a, #w-node-_7b741e17-c12f-c809-a46e-42deefb70c10-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021131-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021136-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021139-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a51302113c-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a51302113f-4123309a, #w-node-fad7f09a-1e06-241d-c309-eafb29e9345f-4123309a, #w-node-_024f52ba-4981-72e5-2e4c-bbf2590f9291-4123309a, #w-node-_024f52ba-4981-72e5-2e4c-bbf2590f9294-4123309a, #w-node-_024f52ba-4981-72e5-2e4c-bbf2590f9296-4123309a, #w-node-_024f52ba-4981-72e5-2e4c-bbf2590f9298-4123309a, #w-node-febc95fe-c719-9529-251b-bead9f87715a-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021143-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021146-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a513021148-4123309a, #w-node-_454f6bc6-433c-2e36-48dc-06a51302114a-4123309a, #w-node-_816b6115-9c99-4ac5-1c25-c468341f7f14-4123309a, #w-node-fe899133-7edb-01a0-c913-ce8e5c4f2cef-4123309a, #w-node-_8e6cd6ae-6086-f7b9-ea38-308c2088c31f-4123309a, #w-node-_8e6cd6ae-6086-f7b9-ea38-308c2088c322-4123309a, #w-node-_8e6cd6ae-6086-f7b9-ea38-308c2088c324-4123309a, #w-node-_8e6cd6ae-6086-f7b9-ea38-308c2088c326-4123309a, #w-node-e33c5a68-8f05-a8e1-c415-1668b1f61667-4123309a, #w-node-_51d7b5ff-1dab-d15c-35c3-f991beea8d53-4123309a, #w-node-_51d7b5ff-1dab-d15c-35c3-f991beea8d56-4123309a, #w-node-_51d7b5ff-1dab-d15c-35c3-f991beea8d58-4123309a, #w-node-_51d7b5ff-1dab-d15c-35c3-f991beea8d5a-4123309a, #w-node-f3f10696-3334-aa35-72b6-3861a9c54953-4123309a, #w-node-_05440ac5-c1b0-4755-09a8-c2e07a523d21-4123309a, #w-node-_05440ac5-c1b0-4755-09a8-c2e07a523d24-4123309a, #w-node-_05440ac5-c1b0-4755-09a8-c2e07a523d26-4123309a, #w-node-_05440ac5-c1b0-4755-09a8-c2e07a523d28-4123309a, #w-node-_987409c8-d714-6db6-b8b1-432d6a3c2cad-4123309a, #w-node-_38b273fc-979f-a624-4f10-1fc20eddeb54-4123309a, #w-node-_38b273fc-979f-a624-4f10-1fc20eddeb57-4123309a, #w-node-_38b273fc-979f-a624-4f10-1fc20eddeb5a-4123309a, #w-node-_38b273fc-979f-a624-4f10-1fc20eddeb5d-4123309a, #w-node-_38b273fc-979f-a624-4f10-1fc20eddeb60-4123309a, #w-node-ab4aa0f4-191f-0183-d8c7-78153d37ea57-4123309a, #w-node-ab4aa0f4-191f-0183-d8c7-78153d37ea5a-4123309a, #w-node-ab4aa0f4-191f-0183-d8c7-78153d37ea5d-4123309a, #w-node-ab4aa0f4-191f-0183-d8c7-78153d37ea60-4123309a, #w-node-ab4aa0f4-191f-0183-d8c7-78153d37ea63-4123309a, #w-node-_322333b6-b758-81db-80dc-8c1866afae96-4123309a, #w-node-_322333b6-b758-81db-80dc-8c1866afae99-4123309a, #w-node-_322333b6-b758-81db-80dc-8c1866afae9b-4123309a, #w-node-_322333b6-b758-81db-80dc-8c1866afae9d-4123309a, #w-node-b874c1c3-8e6a-254c-7790-24af3abf6d5c-4123309a, #w-node-b8fd93b0-ae16-2e2a-7522-f0c2a9c859b5-4123309a, #w-node-b8fd93b0-ae16-2e2a-7522-f0c2a9c859b8-4123309a, #w-node-b8fd93b0-ae16-2e2a-7522-f0c2a9c859bb-4123309a, #w-node-b8fd93b0-ae16-2e2a-7522-f0c2a9c859bd-4123309a, #w-node-d97f1614-57aa-1d05-bd66-77118d30241f-4123309a, #w-node-_7bdcc924-9dea-6b2f-9e58-4562b14ab278-4123309a, #w-node-_7bdcc924-9dea-6b2f-9e58-4562b14ab27b-4123309a, #w-node-_7bdcc924-9dea-6b2f-9e58-4562b14ab27e-4123309a, #w-node-_7bdcc924-9dea-6b2f-9e58-4562b14ab280-4123309a, #w-node-_7bdcc924-9dea-6b2f-9e58-4562b14ab282-4123309a, #w-node-fe899133-7edb-01a0-c913-ce8e5c4f2cfe-4123309a, #w-node-fe899133-7edb-01a0-c913-ce8e5c4f2d01-4123309a, #w-node-fe899133-7edb-01a0-c913-ce8e5c4f2d04-4123309a, #w-node-fe899133-7edb-01a0-c913-ce8e5c4f2d07-4123309a, #w-node-_382fa41c-4079-4507-5f9a-03deb3234654-4123309a, #w-node-_18228f03-4454-ae6a-4cae-3105050bcb62-4123309a, #w-node-_18228f03-4454-ae6a-4cae-3105050bcb65-4123309a, #w-node-_18228f03-4454-ae6a-4cae-3105050bcb68-4123309a, #w-node-_18228f03-4454-ae6a-4cae-3105050bcb6b-4123309a, #w-node-b33b17bd-b32e-dead-2956-3d9a7b49d517-4123309a, #w-node-_49c85c7c-3735-bd0a-7ab0-10cee157d037-4123309a, #w-node-_49c85c7c-3735-bd0a-7ab0-10cee157d03a-4123309a, #w-node-_49c85c7c-3735-bd0a-7ab0-10cee157d03c-4123309a, #w-node-_49c85c7c-3735-bd0a-7ab0-10cee157d03e-4123309a, #w-node-_3cd8207e-340f-773d-1a99-a7e385619e23-4123309a, #w-node-cb96374b-30a9-6860-0690-04cf1937acef-4123309a, #w-node-cb96374b-30a9-6860-0690-04cf1937acf2-4123309a, #w-node-cb96374b-30a9-6860-0690-04cf1937acf4-4123309a, #w-node-cb96374b-30a9-6860-0690-04cf1937acf6-4123309a, #w-node-_3489bd69-f077-f7ac-85a8-af4644c2ef63-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415df7-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e4a-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e4d-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e4f-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e51-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e53-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e56-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e59-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e5b-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e5d-4123309a, #w-node-fc5df6ea-c0b1-687a-1cf0-16e469415e5f-4123309a, #w-node-f16f8f35-3873-4630-7921-4fb9905949e0-4123309a, #w-node-f16f8f35-3873-4630-7921-4fb9905949e3-4123309a, #w-node-f16f8f35-3873-4630-7921-4fb9905949e5-4123309a, #w-node-f16f8f35-3873-4630-7921-4fb9905949e7-4123309a, #w-node-f16f8f35-3873-4630-7921-4fb9905949e9-4123309a, #w-node-_17014582-7255-a900-46ef-375a13d2338c-4123309a, #w-node-_17014582-7255-a900-46ef-375a13d2338f-4123309a, #w-node-_17014582-7255-a900-46ef-375a13d23391-4123309a, #w-node-_17014582-7255-a900-46ef-375a13d23393-4123309a, #w-node-_17014582-7255-a900-46ef-375a13d23395-4123309a, #w-node-bc97d07a-a66f-fb3d-9ac5-4633d17014af-4123309a, #w-node-bc97d07a-a66f-fb3d-9ac5-4633d17014b2-4123309a, #w-node-bc97d07a-a66f-fb3d-9ac5-4633d17014b4-4123309a, #w-node-bc97d07a-a66f-fb3d-9ac5-4633d17014b6-4123309a, #w-node-bc97d07a-a66f-fb3d-9ac5-4633d17014b8-4123309a, #w-node-b7fa565d-3616-2746-02f0-ded78d775b7e-4123309a, #w-node-b7fa565d-3616-2746-02f0-ded78d775b81-4123309a, #w-node-b7fa565d-3616-2746-02f0-ded78d775b83-4123309a, #w-node-b7fa565d-3616-2746-02f0-ded78d775b85-4123309a, #w-node-b7fa565d-3616-2746-02f0-ded78d775b87-4123309a, #w-node-edc1d21e-74d9-3845-d54d-6bb1d88ec842-4123309a, #w-node-edc1d21e-74d9-3845-d54d-6bb1d88ec845-4123309a, #w-node-edc1d21e-74d9-3845-d54d-6bb1d88ec847-4123309a, #w-node-edc1d21e-74d9-3845-d54d-6bb1d88ec849-4123309a, #w-node-edc1d21e-74d9-3845-d54d-6bb1d88ec84b-4123309a, #w-node-_329e0df6-6aff-b054-761c-9400bd5af49e-4123309a, #w-node-_329e0df6-6aff-b054-761c-9400bd5af4a1-4123309a, #w-node-_329e0df6-6aff-b054-761c-9400bd5af4a3-4123309a, #w-node-_329e0df6-6aff-b054-761c-9400bd5af4a5-4123309a, #w-node-_329e0df6-6aff-b054-761c-9400bd5af4a7-4123309a, #w-node-a870cc00-3e59-3d8c-3a07-c22d285c5c9d-4123309a, #w-node-a870cc00-3e59-3d8c-3a07-c22d285c5ca2-4123309a, #w-node-a870cc00-3e59-3d8c-3a07-c22d285c5ca5-4123309a, #w-node-a870cc00-3e59-3d8c-3a07-c22d285c5ca7-4123309a, #w-node-a870cc00-3e59-3d8c-3a07-c22d285c5ca9-4123309a, #w-node-_6037ce1f-e1d3-d318-c947-881e585c7a04-4123309a, #w-node-_9fbca0d3-4213-3d9c-6660-bf6966c9b0a8-4123309a, #w-node-_9fbca0d3-4213-3d9c-6660-bf6966c9b0ab-4123309a, #w-node-_9fbca0d3-4213-3d9c-6660-bf6966c9b0ae-4123309a, #w-node-_9fbca0d3-4213-3d9c-6660-bf6966c9b0b1-4123309a, #w-node-_96021792-2675-0e6a-8bd7-82b2f1b612d9-4123309a, #w-node-caaad106-155f-73e2-928a-3992a028273a-4123309a, #w-node-caaad106-155f-73e2-928a-3992a028273d-4123309a, #w-node-caaad106-155f-73e2-928a-3992a028273f-4123309a, #w-node-caaad106-155f-73e2-928a-3992a0282741-4123309a, #w-node-caaad106-155f-73e2-928a-3992a0282743-4123309a, #w-node-_9588f4c6-4daa-e1f8-028a-3db2938a4bdc-4123309a, #w-node-_9588f4c6-4daa-e1f8-028a-3db2938a4bdf-4123309a, #w-node-_9588f4c6-4daa-e1f8-028a-3db2938a4be1-4123309a, #w-node-_9588f4c6-4daa-e1f8-028a-3db2938a4be3-4123309a, #w-node-_9588f4c6-4daa-e1f8-028a-3db2938a4be5-4123309a, #w-node-_771fd0d2-44e5-e39d-61a4-ebfe6e9e118b-4123309a, #w-node-_771fd0d2-44e5-e39d-61a4-ebfe6e9e118e-4123309a, #w-node-_771fd0d2-44e5-e39d-61a4-ebfe6e9e1190-4123309a, #w-node-_771fd0d2-44e5-e39d-61a4-ebfe6e9e1192-4123309a, #w-node-_771fd0d2-44e5-e39d-61a4-ebfe6e9e1194-4123309a, #w-node-_7d304d49-1869-5d0b-be76-1eb5416d4bee-4123309a, #w-node-_7d304d49-1869-5d0b-be76-1eb5416d4bf1-4123309a, #w-node-_7d304d49-1869-5d0b-be76-1eb5416d4bf3-4123309a, #w-node-_7d304d49-1869-5d0b-be76-1eb5416d4bf5-4123309a, #w-node-_7d304d49-1869-5d0b-be76-1eb5416d4bf7-4123309a, #w-node-ed5d3710-b064-6448-85a6-a8c88415f57c-4123309a, #w-node-ed5d3710-b064-6448-85a6-a8c88415f57f-4123309a, #w-node-ed5d3710-b064-6448-85a6-a8c88415f581-4123309a, #w-node-ed5d3710-b064-6448-85a6-a8c88415f583-4123309a, #w-node-ed5d3710-b064-6448-85a6-a8c88415f585-4123309a, #w-node-c0c66584-647b-9528-946d-b83190d2fb6c-4123309a, #w-node-c0c66584-647b-9528-946d-b83190d2fb6f-4123309a, #w-node-c0c66584-647b-9528-946d-b83190d2fb71-4123309a, #w-node-c0c66584-647b-9528-946d-b83190d2fb73-4123309a, #w-node-c0c66584-647b-9528-946d-b83190d2fb75-4123309a, #w-node-_27545ab3-dbf0-1785-d8a6-e63006823f43-4123309a, #w-node-_27545ab3-dbf0-1785-d8a6-e63006823f46-4123309a, #w-node-_27545ab3-dbf0-1785-d8a6-e63006823f48-4123309a, #w-node-_27545ab3-dbf0-1785-d8a6-e63006823f4a-4123309a, #w-node-_27545ab3-dbf0-1785-d8a6-e63006823f4c-4123309a, #w-node-_7d9e0154-4158-a374-9e03-a022ebe6763b-4123309a, #w-node-_7d9e0154-4158-a374-9e03-a022ebe6763e-4123309a, #w-node-_7d9e0154-4158-a374-9e03-a022ebe67640-4123309a, #w-node-_7d9e0154-4158-a374-9e03-a022ebe67642-4123309a, #w-node-_7d9e0154-4158-a374-9e03-a022ebe67644-4123309a, #w-node-ee191933-6c7d-968d-0d0b-a2bf0be589e4-4123309a, #w-node-ee191933-6c7d-968d-0d0b-a2bf0be589e7-4123309a, #w-node-ee191933-6c7d-968d-0d0b-a2bf0be589e9-4123309a, #w-node-ee191933-6c7d-968d-0d0b-a2bf0be589eb-4123309a, #w-node-ee191933-6c7d-968d-0d0b-a2bf0be589ed-4123309a, #w-node-_426745b9-ff75-e12b-9711-d3506f31ba00-4123309a, #w-node-_426745b9-ff75-e12b-9711-d3506f31ba03-4123309a, #w-node-_426745b9-ff75-e12b-9711-d3506f31ba05-4123309a, #w-node-_426745b9-ff75-e12b-9711-d3506f31ba07-4123309a, #w-node-_426745b9-ff75-e12b-9711-d3506f31ba09-4123309a, #w-node-_0eb9e667-30cb-25f3-0817-ee79978be6c9-4123309a, #w-node-_0eb9e667-30cb-25f3-0817-ee79978be6cc-4123309a, #w-node-_0eb9e667-30cb-25f3-0817-ee79978be6ce-4123309a, #w-node-_0eb9e667-30cb-25f3-0817-ee79978be6d0-4123309a, #w-node-_0eb9e667-30cb-25f3-0817-ee79978be6d2-4123309a, #w-node-_75f59e63-e8b6-3ca5-7de8-1f598853afaa-4123309a, #w-node-_75f59e63-e8b6-3ca5-7de8-1f598853afad-4123309a, #w-node-_75f59e63-e8b6-3ca5-7de8-1f598853afaf-4123309a, #w-node-_75f59e63-e8b6-3ca5-7de8-1f598853afb1-4123309a, #w-node-_75f59e63-e8b6-3ca5-7de8-1f598853afb3-4123309a, #w-node-_47278172-6292-7f84-78b0-6c1ed3d8130a-4123309a, #w-node-_47278172-6292-7f84-78b0-6c1ed3d8130d-4123309a, #w-node-_47278172-6292-7f84-78b0-6c1ed3d81310-4123309a, #w-node-_47278172-6292-7f84-78b0-6c1ed3d81313-4123309a, #w-node-_6018ada5-8213-f64e-910b-21b51ad247be-4123309a, #w-node-_5ca6e578-5108-16b3-1ff3-c72edd06bdab-4123309a, #w-node-_5ca6e578-5108-16b3-1ff3-c72edd06bdae-4123309a, #w-node-_5ca6e578-5108-16b3-1ff3-c72edd06bdb0-4123309a, #w-node-_5ca6e578-5108-16b3-1ff3-c72edd06bdb2-4123309a, #w-node-_5ca6e578-5108-16b3-1ff3-c72edd06bdb4-4123309a, #w-node-_53a0163e-c53c-15cf-7e83-b18a8c891fd4-4123309a, #w-node-_53a0163e-c53c-15cf-7e83-b18a8c891fd7-4123309a, #w-node-_53a0163e-c53c-15cf-7e83-b18a8c891fd9-4123309a, #w-node-_53a0163e-c53c-15cf-7e83-b18a8c891fdb-4123309a, #w-node-_53a0163e-c53c-15cf-7e83-b18a8c891fdd-4123309a, #w-node-_54c707ab-88a0-5e3b-07e6-22438715329b-4123309a, #w-node-_54c707ab-88a0-5e3b-07e6-22438715329e-4123309a, #w-node-_54c707ab-88a0-5e3b-07e6-2243871532a0-4123309a, #w-node-_54c707ab-88a0-5e3b-07e6-2243871532a2-4123309a, #w-node-_54c707ab-88a0-5e3b-07e6-2243871532a4-4123309a, #w-node-f2f85977-21d3-1e8c-0f42-af72eaafc995-4123309a, #w-node-f2f85977-21d3-1e8c-0f42-af72eaafc998-4123309a, #w-node-f2f85977-21d3-1e8c-0f42-af72eaafc99a-4123309a, #w-node-f2f85977-21d3-1e8c-0f42-af72eaafc99c-4123309a, #w-node-_636b7089-67c4-367a-75a5-b2183ede62a9-4123309a, #w-node-_91d29616-2f87-8ad3-2598-af250ff7258b-4123309a, #w-node-_91d29616-2f87-8ad3-2598-af250ff7258e-4123309a, #w-node-_91d29616-2f87-8ad3-2598-af250ff72590-4123309a, #w-node-_91d29616-2f87-8ad3-2598-af250ff72592-4123309a, #w-node-_1e6ca0be-a668-b924-e33b-0bcc98f774a1-4123309a, #w-node-_24e329e2-f1bd-1ae8-0161-2a0b8c2a384f-4123309a, #w-node-_24e329e2-f1bd-1ae8-0161-2a0b8c2a3852-4123309a, #w-node-_24e329e2-f1bd-1ae8-0161-2a0b8c2a3854-4123309a, #w-node-_24e329e2-f1bd-1ae8-0161-2a0b8c2a3856-4123309a, #w-node-_26679666-7cd8-eb86-a801-529628ef1c91-4123309a, #w-node-_52769989-8f47-6607-3557-55d41d952e23-4123309a, #w-node-_52769989-8f47-6607-3557-55d41d952e26-4123309a, #w-node-_52769989-8f47-6607-3557-55d41d952e28-4123309a, #w-node-_52769989-8f47-6607-3557-55d41d952e2a-4123309a, #w-node-_673d0c93-cc94-5eca-e1fc-462b50bf1611-4123309a, #w-node-_4a79709e-57f9-fe39-5416-15c85be86a53-4123309a, #w-node-_4a79709e-57f9-fe39-5416-15c85be86a56-4123309a, #w-node-_4a79709e-57f9-fe39-5416-15c85be86a58-4123309a, #w-node-_4a79709e-57f9-fe39-5416-15c85be86a5a-4123309a, #w-node-_7c76b537-332e-4cbe-f969-8056be416f2c-4123309a, #w-node-_4fa1ee28-8590-6a7b-a4ab-93163fbe65c5-4123309a, #w-node-_4fa1ee28-8590-6a7b-a4ab-93163fbe65c8-4123309a, #w-node-_4fa1ee28-8590-6a7b-a4ab-93163fbe65ca-4123309a, #w-node-_4fa1ee28-8590-6a7b-a4ab-93163fbe65cc-4123309a, #w-node-_91a931a7-de3b-6a1b-6694-dd107e704ea3-4123309a, #w-node-_8399d46f-c745-b671-4c38-e7128fdab802-4123309a, #w-node-_8399d46f-c745-b671-4c38-e7128fdab805-4123309a, #w-node-_8399d46f-c745-b671-4c38-e7128fdab807-4123309a, #w-node-_8399d46f-c745-b671-4c38-e7128fdab809-4123309a, #w-node-_434b2a81-40d3-b817-af75-2e0e39965945-4123309a, #w-node-eca933d9-2f1f-caa5-46ea-7672ef495689-4123309a, #w-node-eca933d9-2f1f-caa5-46ea-7672ef49568c-4123309a, #w-node-eca933d9-2f1f-caa5-46ea-7672ef49568f-4123309a, #w-node-eca933d9-2f1f-caa5-46ea-7672ef495692-4123309a, #w-node-eca933d9-2f1f-caa5-46ea-7672ef495695-4123309a, #w-node-_301182ba-97ef-2c41-d183-2c833d89cfae-4123309a, #w-node-_301182ba-97ef-2c41-d183-2c833d89cfb1-4123309a, #w-node-_301182ba-97ef-2c41-d183-2c833d89cfb4-4123309a, #w-node-_301182ba-97ef-2c41-d183-2c833d89cfb7-4123309a, #w-node-_301182ba-97ef-2c41-d183-2c833d89cfba-4123309a, #w-node-a53e8989-6193-9733-325e-0bc54f40013d-4123309a, #w-node-a53e8989-6193-9733-325e-0bc54f400140-4123309a, #w-node-a53e8989-6193-9733-325e-0bc54f400142-4123309a, #w-node-a53e8989-6193-9733-325e-0bc54f400144-4123309a, #w-node-a53e8989-6193-9733-325e-0bc54f400147-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acc3-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acc8-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1accb-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acce-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acd1-4123309a, #w-node-c45fd596-8910-9b61-cb12-b15876d9ef7a-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acd5-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acd8-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acda-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acdd-4123309a, #w-node-d58a70fb-c86e-c5cd-632b-c3dcf63f8b68-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1aceb-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acee-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acf0-4123309a, #w-node-bdb1e6e5-fdb2-b918-a139-c612e6faa525-4123309a, #w-node-_69f23d58-45e6-3ef6-6064-6ceeb1e1acf2-4123309a, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880baffd-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb01e-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb044-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb06b-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb090-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb0b1-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb0d7-880bafec, #w-node-_4f6eb731-73be-cb07-ffb1-b8a3880bb0fe-880bafec { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-c1a1e456, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-c1a1e456 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-c1a1e456, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-c1a1e456, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-c1a1e456, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-c1a1e456, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-c1a1e456, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-c1a1e456, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-c1a1e456 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-c1a1e456, #w-node-badaa89e-67b4-6029-42e4-05991739c575-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-c1a1e456, #w-node-_563ad952-545a-426c-db27-afd65e03304d-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-c1a1e456, #w-node-_762bc576-522e-df69-86af-d6af2374148b-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_5e135201-5929-fb9b-5724-8e95801c2007-412330a7, #w-node-_5e135201-5929-fb9b-5724-8e95801c2008-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_5e135201-5929-fb9b-5724-8e95801c201c-412330a7 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-_5e135201-5929-fb9b-5724-8e95801c201d-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_5e135201-5929-fb9b-5724-8e95801c201f-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-412330a7, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-412330a7, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-412330a7, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-412330a7 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-412330a7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-412330a7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-412330a7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_7e34e905-2238-a6df-46eb-ac2f17df93dc-412330a7 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-412330a7, #w-node-badaa89e-67b4-6029-42e4-05991739c575-412330a7, #w-node-_762bc576-522e-df69-86af-d6af23741489-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-412330a7, #w-node-_762bc576-522e-df69-86af-d6af2374148b-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-cb4d01dd-553f-c0cd-e690-f4ba089ffbb0-412330a0, #w-node-cb4d01dd-553f-c0cd-e690-f4ba089ffbb1-412330a0, #w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_170660a7-3aa9-9b11-67a3-f392ab364633-412330a0 { grid-area: 1 / 2 / 2 / 3; }
#w-node-_170660a7-3aa9-9b11-67a3-f392ab364648-412330a0 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46ad-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46c4-412330a0 { align-self: center; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46c8-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46de-412330a0 { align-self: center; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46e2-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46f9-412330a0, #w-node-bb872c30-d606-6421-71b8-2b0525b1ae1b-412330a0 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae09-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae36-412330a0 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae1f-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae4d-412330a0 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae3a-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-412330a0, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-412330a0, #w-node-badaa89e-67b4-6029-42e4-05991739c574-412330a0, #w-node-badaa89e-67b4-6029-42e4-05991739c575-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-412330a0, #w-node-_563ad952-545a-426c-db27-afd65e03304d-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-412330a0, #w-node-_762bc576-522e-df69-86af-d6af2374148b-412330a0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-ae4259a6-62c3-e505-51e7-763fd20cdc0d-a18d11ab, #w-node-ae4259a6-62c3-e505-51e7-763fd20cdc0e-a18d11ab, #w-node-ab5f3bc8-6e5a-bf57-27cc-60947157ae5e-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_2015c270-cc3a-8699-09bb-cc23b2de6e9a-a18d11ab, #w-node-b72d8b0d-1525-ac41-7201-95d257f8823b-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c63-a18d11ab, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c6f-a18d11ab, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c7b-a18d11ab, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c85-a18d11ab, #w-node-_4fe25a86-501e-193c-ce25-dfad95c359ff-a18d11ab, #w-node-cc9de21f-1f1b-b972-fddf-b27b929a1dd0-a18d11ab, #w-node-d281aa02-435e-101e-6bb7-80dc90c56b9e-a18d11ab, #w-node-cc9de21f-1f1b-b972-fddf-b27b929a1df9-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf77-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf78-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-f73b63a4-aef5-07da-e2ef-4ff847f33580-a18d11ab { grid-area: 1 / 2 / 2 / 3; }
#w-node-f73b63a4-aef5-07da-e2ef-4ff847f33595-a18d11ab { grid-area: 1 / 1 / 2 / 2; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157712-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157713-a18d11ab, #w-node-_9638e521-f5d8-9572-6ba8-0a3da1157714-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab83-70245649, #w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab84-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab98-70245649 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab99-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab9b-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-70245649, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_976071c0-ac8c-2d63-abba-726df936331d-70245649, #w-node-_976071c0-ac8c-2d63-abba-726df9363327-70245649, #w-node-_976071c0-ac8c-2d63-abba-726df9363332-70245649, #w-node-_976071c0-ac8c-2d63-abba-726df936333e-70245649, #w-node-b066887b-1c2f-cdc1-4d6e-a3718aea91ee-70245649, #w-node-ebc068d6-ad51-b3d1-1abe-2216237577b7-70245649, #w-node-_5adb2b26-a24b-e6f7-2101-deba2d25cc43-70245649, #w-node-_5adb2b26-a24b-e6f7-2101-deba2d25cc75-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-70245649 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-70245649, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-70245649, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-70245649, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-70245649, #w-node-badaa89e-67b4-6029-42e4-05991739c575-70245649, #w-node-_762bc576-522e-df69-86af-d6af23741489-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-70245649, #w-node-_762bc576-522e-df69-86af-d6af2374148b-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_292ce465-c68d-4f2e-08fb-10b324d88ee1-7795f446, #w-node-_292ce465-c68d-4f2e-08fb-10b324d88ee2-7795f446, #w-node-ab5f3bc8-6e5a-bf57-27cc-60947157ae5e-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_2015c270-cc3a-8699-09bb-cc23b2de6e9a-7795f446, #w-node-b72d8b0d-1525-ac41-7201-95d257f8823b-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_0de88ef4-4b3b-1113-fb1f-6e8353b801c3-7795f446, #w-node-_0de88ef4-4b3b-1113-fb1f-6e8353b801cf-7795f446, #w-node-_0de88ef4-4b3b-1113-fb1f-6e8353b801da-7795f446, #w-node-_0de88ef4-4b3b-1113-fb1f-6e8353b801e5-7795f446, #w-node-_4fe25a86-501e-193c-ce25-dfad95c359ff-7795f446, #w-node-_4fe25a86-501e-193c-ce25-dfad95c35a16-7795f446, #w-node-_4fe25a86-501e-193c-ce25-dfad95c35a35-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340de-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340d5-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340c3-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340cc-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340e7-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340f0-7795f446, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340f9-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_87c57626-0ba3-49fe-62f2-23c027226a81-7795f446 { grid-area: 1 / 2 / 2 / 3; }
#w-node-_87c57626-0ba3-49fe-62f2-23c027226a96-7795f446 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf77-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf78-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-e57001ba-ab02-3af0-8af4-a8a67146fca6-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157712-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157713-7795f446, #w-node-_9638e521-f5d8-9572-6ba8-0a3da1157714-7795f446 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-c99aebcf, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-c99aebcf { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-c99aebcf, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d2c-c99aebcf, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d38-c99aebcf, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d44-c99aebcf, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d4f-c99aebcf, #w-node-_39b2197e-b68b-530d-d574-247a086ea5fa-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea616-c99aebcf { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea61a-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea638-c99aebcf { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea63c-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea65e-c99aebcf { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea662-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea684-c99aebcf { align-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-c99aebcf, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-c99aebcf, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-c99aebcf, #w-node-_5e249173-1105-313a-1fe7-d9a6c4850bf9-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-c99aebcf, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-c99aebcf, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-c99aebcf, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-c99aebcf, #w-node-cd0603d1-aabc-2945-ab48-d75c491143c4-c99aebcf, #w-node-cd0603d1-aabc-2945-ab48-d75c491143cc-c99aebcf, #w-node-cd0603d1-aabc-2945-ab48-d75c491143d4-c99aebcf, #w-node-cd0603d1-aabc-2945-ab48-d75c491143dc-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-c99aebcf, #w-node-badaa89e-67b4-6029-42e4-05991739c575-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a10736f3-c9c4-2adb-e3dc-c80000148d8f-c99aebcf { grid-area: 1 / 2 / 2 / 3; }
#w-node-a10736f3-c9c4-2adb-e3dc-c80000148da4-c99aebcf { grid-area: 1 / 1 / 2 / 2; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-c99aebcf, #w-node-_563ad952-545a-426c-db27-afd65e03304d-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-c99aebcf, #w-node-_762bc576-522e-df69-86af-d6af2374148b-c99aebcf { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-d7dd987e, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-d7dd987e { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-d7dd987e, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_38cded94-4664-5ff6-76b6-2903609f7c80-d7dd987e { grid-area: 1 / 2 / 2 / 3; }
#w-node-_38cded94-4664-5ff6-76b6-2903609f7ca1-d7dd987e { grid-area: 1 / 1 / 2 / 2; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-d7dd987e, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-d7dd987e, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b139c-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b13b4-d7dd987e { align-self: center; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b1380-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b1398-d7dd987e { align-self: center; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b13b8-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b13d0-d7dd987e { align-self: center; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b13d4-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11765ab8-3b86-8115-3ebf-53a0a53b13eb-d7dd987e { align-self: center; }
#w-node-_0cee6736-ce52-3277-d4cd-93ec59fe8665-d7dd987e { grid-area: 1 / 2 / 2 / 3; }
#w-node-_0cee6736-ce52-3277-d4cd-93ec59fe867d-d7dd987e { grid-area: 1 / 1 / 2 / 2; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-d7dd987e, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-d7dd987e, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-d7dd987e, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-d7dd987e, #w-node-_762bc576-522e-df69-86af-d6af2374148b-d7dd987e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_292ce465-c68d-4f2e-08fb-10b324d88ee1-80a633f0, #w-node-_292ce465-c68d-4f2e-08fb-10b324d88ee2-80a633f0, #w-node-ab5f3bc8-6e5a-bf57-27cc-60947157ae5e-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_2015c270-cc3a-8699-09bb-cc23b2de6e9a-80a633f0, #w-node-b72d8b0d-1525-ac41-7201-95d257f8823b-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_4fe25a86-501e-193c-ce25-dfad95c359ff-80a633f0, #w-node-_4fe25a86-501e-193c-ce25-dfad95c35a16-80a633f0, #w-node-_4fe25a86-501e-193c-ce25-dfad95c35a35-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340de-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340d5-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340c3-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340cc-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340e7-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340f0-80a633f0, #w-node-_3a1c8b47-04fa-57a3-b98d-d99b712340f9-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_87c57626-0ba3-49fe-62f2-23c027226a81-80a633f0 { grid-area: 1 / 2 / 2 / 3; }
#w-node-_87c57626-0ba3-49fe-62f2-23c027226a96-80a633f0 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf77-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf78-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-e57001ba-ab02-3af0-8af4-a8a67146fca6-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157712-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157713-80a633f0, #w-node-_9638e521-f5d8-9572-6ba8-0a3da1157714-80a633f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-df6aab68-f68d-e372-c69d-fd9e72d88017-e76b935a, #w-node-f56f9b26-5ff3-72b8-6162-4c891160e7db-e76b935a, #w-node-_137206da-1099-57d9-4bbb-44b788f351dd-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_137206da-1099-57d9-4bbb-44b788f351de-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_4c45ddd2-d948-8b3d-9d84-60e242c5bf7d-e76b935a, #w-node-_4c45ddd2-d948-8b3d-9d84-60e242c5bfa2-e76b935a, #w-node-_4c45ddd2-d948-8b3d-9d84-60e242c5bfcb-e76b935a, #w-node-_891daf8a-de97-b2a9-c3c8-f7ed5b64a4df-e76b935a, #w-node-_3910feca-c51e-c2d0-4954-834d0ba996e8-e76b935a, #w-node-f64688fe-d33e-89a3-c11c-e3ceb9e3a208-e76b935a, #w-node-_2a0b1299-af85-9b3f-83cc-2dde6d1787b8-e76b935a, #w-node-_27f0adfd-36ac-6fec-2f4c-ce233f79a71c-e76b935a, #w-node-_9d47e9fa-427f-968c-d74d-34db37bb9593-e76b935a, #w-node-e1368409-b92c-be28-291e-28f9941f28b5-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3c29b533-ad83-c26c-fa1d-1208b678d313-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_3c29b533-ad83-c26c-fa1d-1208b678d314-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-c1092465-a46c-fea9-78c6-f850af040c42-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_578b7fcf-ffdd-8ada-870d-2c8994798161-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4dcf-e76b935a { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4dd7-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4dd8-e76b935a { place-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4dda-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4ddb-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4ddc-e76b935a { place-self: end start; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4de5-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4dec-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4ded-e76b935a { place-self: center; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4df0-e76b935a { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4df7-e76b935a { place-self: center; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4df9-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e01-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e02-e76b935a { place-self: center end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e04-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e0b-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e0c-e76b935a { place-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e10-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e18-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e19-e76b935a { place-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e1b-e76b935a { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e23-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e24-e76b935a { place-self: end start; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e26-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e2e-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e2f-e76b935a { place-self: center; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e32-e76b935a { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e3a-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e3b-e76b935a { place-self: end start; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e3d-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e45-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e46-e76b935a { place-self: center end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e48-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e50-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e51-e76b935a { place-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e55-e76b935a, #w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e5d-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e5e-e76b935a { place-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e60-e76b935a { grid-area: span 2 / span 1 / span 2 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e68-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; align-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e69-e76b935a { place-self: end start; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e6b-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e72-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e73-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-b0d3fd31-b3dc-5fdb-1b2f-f242365c4e74-e76b935a { place-self: center end; }
#w-node-d05e0445-2f73-ae11-d89e-d894ad34dae8-e76b935a { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-d05e0445-2f73-ae11-d89e-d894ad34daea-e76b935a, #w-node-d05e0445-2f73-ae11-d89e-d894ad34daf8-e76b935a, #w-node-d05e0445-2f73-ae11-d89e-d894ad34db0e-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-_5d204feb-5968-565d-028c-5ad167d4f034-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-e76b935a, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb2f-f0db8b39, #w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb30-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb49-f0db8b39 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb4a-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb4c-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-f0db8b39, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-f0db8b39, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-f0db8b39, #w-node-_21539e23-2d7b-3137-e37d-abeec5f6f349-f0db8b39, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-f0db8b39, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-f0db8b39, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-f0db8b39, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_7e34e905-2238-a6df-46eb-ac2f17df93dc-f0db8b39 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-f0db8b39, #w-node-badaa89e-67b4-6029-42e4-05991739c575-f0db8b39, #w-node-_762bc576-522e-df69-86af-d6af23741489-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-f0db8b39, #w-node-_762bc576-522e-df69-86af-d6af2374148b-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-1fa6fc2d, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-1fa6fc2d { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-1fa6fc2d, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91889937-847a-9601-ecc6-a87f46038dab-1fa6fc2d, #w-node-_91889937-847a-9601-ecc6-a87f46038db6-1fa6fc2d, #w-node-_91889937-847a-9601-ecc6-a87f46038dc1-1fa6fc2d, #w-node-_91889937-847a-9601-ecc6-a87f46038dcd-1fa6fc2d, #w-node-_267fa639-749d-92a0-38be-ecec85db6756-1fa6fc2d, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-1fa6fc2d, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-1fa6fc2d, #w-node-_8475aa0d-20de-aa30-ef23-ff11b1233494-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334ab-1fa6fc2d { align-self: center; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334af-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334c6-1fa6fc2d { align-self: center; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334ca-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334e0-1fa6fc2d { align-self: center; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334e4-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_8475aa0d-20de-aa30-ef23-ff11b12334fc-1fa6fc2d { align-self: center; }
#w-node-dfc14ad6-bfa6-60a0-fa46-5b829d15ba60-1fa6fc2d { grid-area: 1 / 2 / 2 / 3; }
#w-node-dfc14ad6-bfa6-60a0-fa46-5b829d15ba83-1fa6fc2d { grid-area: 1 / 1 / 2 / 2; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-1fa6fc2d, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-1fa6fc2d, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-1fa6fc2d, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_49934bfc-e829-2aa6-1cd8-5cb2622d4cdf-1fa6fc2d, #w-node-_49934bfc-e829-2aa6-1cd8-5cb2622d4ce0-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_49934bfc-e829-2aa6-1cd8-5cb2622d4ce1-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-_49934bfc-e829-2aa6-1cd8-5cb2622d4ce2-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-1fa6fc2d, #w-node-_762bc576-522e-df69-86af-d6af2374148b-1fa6fc2d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d3e8-edf5b836, #w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d3e9-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d408-edf5b836 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d409-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d40b-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-edf5b836, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-edf5b836, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-edf5b836, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-edf5b836 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_11803d35-93f3-139e-fc8f-0a55ae1f3968-edf5b836, #w-node-_11803d35-93f3-139e-fc8f-0a55ae1f3975-edf5b836, #w-node-_11803d35-93f3-139e-fc8f-0a55ae1f3981-edf5b836, #w-node-_11803d35-93f3-139e-fc8f-0a55ae1f398b-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-edf5b836, #w-node-badaa89e-67b4-6029-42e4-05991739c575-edf5b836, #w-node-_762bc576-522e-df69-86af-d6af23741489-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-edf5b836, #w-node-_762bc576-522e-df69-86af-d6af2374148b-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_630314d2-17d2-7bed-3b8b-387b385ba86d-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-35cdf745, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-35cdf745 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-35cdf745, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-35cdf745, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-35cdf745, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-35cdf745, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-35cdf745, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-35cdf745, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-35cdf745, #w-node-badaa89e-67b4-6029-42e4-05991739c575-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-35cdf745, #w-node-_563ad952-545a-426c-db27-afd65e03304d-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-35cdf745, #w-node-_762bc576-522e-df69-86af-d6af2374148b-35cdf745 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-5714faa5, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-5714faa5 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-5714faa5, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-5714faa5, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-5714faa5, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-5714faa5, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-5714faa5, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-5714faa5, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-5714faa5, #w-node-badaa89e-67b4-6029-42e4-05991739c575-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-5714faa5, #w-node-_563ad952-545a-426c-db27-afd65e03304d-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-5714faa5, #w-node-_762bc576-522e-df69-86af-d6af2374148b-5714faa5 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_89e53641-85c4-b294-e395-73be8df20cbc-de5edd0c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4c59c251-203c-9760-abcb-75a5f255283a-de5edd0c, #w-node-_355eeacd-e344-bd14-33da-cddb9e8fb485-de5edd0c, #w-node-df960d64-b2f2-b700-cc2c-395708957633-de5edd0c, #w-node-fd997123-224f-a115-2397-cce42ffc2549-de5edd0c, #w-node-_61aab621-0875-7319-2c97-cbaa3ffdb12f-de5edd0c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-04d01329, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-04d01329 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-04d01329, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-04d01329 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-04d01329, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-04d01329, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-04d01329 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-6f54f1ae, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-6f54f1ae, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-6f54f1ae, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-6f54f1ae, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-6f54f1ae, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-6f54f1ae { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-6f54f1ae { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-6f54f1ae { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-6f54f1ae { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-6f54f1ae, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-6f54f1ae, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-6f54f1ae, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-6f54f1ae, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-6f54f1ae { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-6f54f1ae, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-6f54f1ae { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-6f54f1ae { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-6f54f1ae, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-6f54f1ae { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-80933c18, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-80933c18 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-80933c18, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-80933c18 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-80933c18, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-80933c18, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-80933c18 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-648ecb36, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-648ecb36 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-648ecb36, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-648ecb36 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-648ecb36, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-648ecb36, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-648ecb36 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-6d430358, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-6d430358 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-6d430358, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-6d430358 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-6d430358, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-6d430358, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-6d430358 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-37939c86, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-37939c86 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-37939c86, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-37939c86 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-37939c86, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-37939c86, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-37939c86 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-00c541f4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-00c541f4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-00c541f4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-00c541f4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-00c541f4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-00c541f4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-00c541f4 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-12a61cf4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-12a61cf4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-12a61cf4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-12a61cf4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-12a61cf4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-12a61cf4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-12a61cf4 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-291fd635, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-291fd635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-291fd635, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-291fd635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-291fd635, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-291fd635, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-291fd635 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-5c200bf4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-5c200bf4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-5c200bf4, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-5c200bf4 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-5c200bf4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-5c200bf4, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-5c200bf4 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-90a461ed, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-90a461ed { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-90a461ed, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-90a461ed { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-90a461ed, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-90a461ed, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-90a461ed { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-cff89d31, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-cff89d31 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-cff89d31, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-cff89d31 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-cff89d31, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-cff89d31, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-cff89d31 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-471c011e, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-471c011e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-471c011e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-471c011e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-471c011e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-471c011e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-471c011e, #w-node-_1321e597-ae67-f81e-deb4-24635167165e-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_1321e597-ae67-f81e-deb4-24635167167a-471c011e { align-self: center; }
#w-node-_1321e597-ae67-f81e-deb4-24635167167e-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_1321e597-ae67-f81e-deb4-24635167169c-471c011e { align-self: center; }
#w-node-_1321e597-ae67-f81e-deb4-2463516716a0-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_1321e597-ae67-f81e-deb4-2463516716c2-471c011e { align-self: center; }
#w-node-_1321e597-ae67-f81e-deb4-2463516716c6-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_1321e597-ae67-f81e-deb4-2463516716e8-471c011e { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-471c011e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-471c011e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-471c011e, #w-node-cade0d25-0f8b-7ec5-b3c6-6412b22623d1-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-471c011e, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-471c011e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_58192a59-dbe9-2896-932b-ec74e0dd5804-471c011e { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_58192a59-dbe9-2896-932b-ec74e0dd580c-471c011e, #w-node-_58192a59-dbe9-2896-932b-ec74e0dd5814-471c011e { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_58192a59-dbe9-2896-932b-ec74e0dd581c-471c011e { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-919e0684, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-919e0684, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-919e0684, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_5f09e4c8-93c1-0cc4-0150-7201658ae1a5-919e0684, #w-node-_5f09e4c8-93c1-0cc4-0150-7201658ae1b0-919e0684, #w-node-_5f09e4c8-93c1-0cc4-0150-7201658ae1bb-919e0684, #w-node-_5f09e4c8-93c1-0cc4-0150-7201658ae1c6-919e0684, #w-node-d359e7e0-e088-4b38-d083-0b78705f99c9-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f99e7-919e0684 { align-self: center; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f99eb-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f9a09-919e0684 { align-self: center; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f9a0d-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f9a36-919e0684 { align-self: center; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f9a3a-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d359e7e0-e088-4b38-d083-0b78705f9a5e-919e0684 { align-self: center; }
#w-node-_77982b16-2c81-6f6a-d8fe-987a1934d72b-919e0684, #w-node-_77982b16-2c81-6f6a-d8fe-987a1934d744-919e0684, #w-node-_77982b16-2c81-6f6a-d8fe-987a1934d75c-919e0684, #w-node-_77982b16-2c81-6f6a-d8fe-987a1934d774-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-919e0684 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-_54945b90-fef2-c7ff-224c-4390e4ce3bc7-919e0684 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_54945b90-fef2-c7ff-224c-4390e4ce3bcf-919e0684, #w-node-_54945b90-fef2-c7ff-224c-4390e4ce3bd7-919e0684 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_54945b90-fef2-c7ff-224c-4390e4ce3bdf-919e0684 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-78bf0622, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-78bf0622 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-78bf0622, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-78bf0622, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-78bf0622, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-78bf0622, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-78bf0622, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-78bf0622, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-78bf0622, #w-node-badaa89e-67b4-6029-42e4-05991739c575-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-78bf0622, #w-node-_563ad952-545a-426c-db27-afd65e03304d-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-78bf0622, #w-node-_762bc576-522e-df69-86af-d6af2374148b-78bf0622 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_503b731e-9fc2-82ea-14ac-7489220ebcff-167f8ef8, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12703-167f8ef8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_91cefffc-4450-19d9-5bad-3d1b80e12704-167f8ef8, #w-node-_91cefffc-4450-19d9-5bad-3d1b80e12705-167f8ef8 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81b2-167f8ef8, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81d3-167f8ef8, #w-node-a837e29a-74b1-117a-cdd8-4bdc1a6d81fc-167f8ef8 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-dd6dcda6, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-dd6dcda6 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-dd6dcda6, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-dd6dcda6, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-dd6dcda6, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-dd6dcda6, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-dd6dcda6, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-dd6dcda6, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-dd6dcda6, #w-node-badaa89e-67b4-6029-42e4-05991739c575-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-dd6dcda6, #w-node-_563ad952-545a-426c-db27-afd65e03304d-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-dd6dcda6, #w-node-_762bc576-522e-df69-86af-d6af2374148b-dd6dcda6 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-7f5393d3, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-7f5393d3 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-7f5393d3, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-7f5393d3, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-7f5393d3, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-7f5393d3, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-7f5393d3, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-7f5393d3, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0421d65d-6b83-1f07-8a45-2a5585a87778-7f5393d3 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-7f5393d3, #w-node-badaa89e-67b4-6029-42e4-05991739c575-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-7f5393d3, #w-node-_563ad952-545a-426c-db27-afd65e03304d-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-7f5393d3, #w-node-_762bc576-522e-df69-86af-d6af2374148b-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_89e53641-85c4-b294-e395-73be8df20cbc-d251d905 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4c59c251-203c-9760-abcb-75a5f255283a-d251d905, #w-node-_355eeacd-e344-bd14-33da-cddb9e8fb485-d251d905, #w-node-df960d64-b2f2-b700-cc2c-395708957633-d251d905, #w-node-fd997123-224f-a115-2397-cce42ffc2549-d251d905 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-2fb4acc1, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-2fb4acc1 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-2fb4acc1, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-2fb4acc1, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-2fb4acc1, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-2fb4acc1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-2fb4acc1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-2fb4acc1, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-2fb4acc1, #w-node-badaa89e-67b4-6029-42e4-05991739c575-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-2fb4acc1, #w-node-_563ad952-545a-426c-db27-afd65e03304d-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-2fb4acc1, #w-node-_762bc576-522e-df69-86af-d6af2374148b-2fb4acc1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-257f71cc, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-257f71cc, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_37c83781-5407-2f2a-10dd-f84185b81a26-257f71cc, #w-node-_37c83781-5407-2f2a-10dd-f84185b81a2e-257f71cc, #w-node-_37c83781-5407-2f2a-10dd-f84185b81a37-257f71cc, #w-node-_37c83781-5407-2f2a-10dd-f84185b81a40-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-257f71cc, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-257f71cc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_8674569f-9ae4-ce5b-a01b-703f95054add-257f71cc, #w-node-a9a6c4b6-5880-d686-2ffb-3c39b698a68f-54a422a3, #w-node-a9a6c4b6-5880-d686-2ffb-3c39b698a6a3-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17873c8-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17873c9-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17873e2-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17873e3-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d178741e-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787425-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d178742c-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787433-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787458-54a422a3 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d178745f-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787466-54a422a3 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d178746d-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787492-54a422a3 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d1787499-54a422a3 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874a0-54a422a3 { grid-area: span 1 / span 5 / span 1 / span 5; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874a2-54a422a3 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874a9-54a422a3 { grid-area: span 1 / span 5 / span 1 / span 5; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874b9-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874bb-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874c1-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874c2-54a422a3, #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874c3-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_5b67e93c-d4f1-8a84-e117-3ad08c864414-54a422a3, #w-node-_5b67e93c-d4f1-8a84-e117-3ad08c864439-54a422a3, #w-node-_5b67e93c-d4f1-8a84-e117-3ad08c864464-54a422a3, #w-node-_5b67e93c-d4f1-8a84-e117-3ad08c86448f-54a422a3 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-53bdff17, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-53bdff17, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-53bdff17, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-53bdff17, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-53bdff17, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-53bdff17, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-53bdff17, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-53bdff17 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-53bdff17, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-53bdff17 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-53bdff17 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-53bdff17, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-53bdff17 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-7663a808, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-7663a808, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-7663a808, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-7663a808, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-7663a808, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-7663a808, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-7663a808, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-7663a808, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-7663a808 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-7663a808, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-7663a808 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-7663a808 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-7663a808 { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-7663a808 { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-7663a808, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-7663a808 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-dda7d140, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-dda7d140, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-dda7d140, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-dda7d140, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-dda7d140, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-dda7d140, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-dda7d140, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-dda7d140 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-dda7d140, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-dda7d140 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-dda7d140 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-dda7d140, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-dda7d140 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-44d4e4ff, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-44d4e4ff, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-44d4e4ff, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-44d4e4ff, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-44d4e4ff, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-44d4e4ff, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-44d4e4ff, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-44d4e4ff { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-44d4e4ff, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-44d4e4ff { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-44d4e4ff { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-44d4e4ff { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-44d4e4ff { align-self: center; }
#w-node-_25fa496b-34ff-0ade-6a4a-9b1f12271e01-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_25fa496b-34ff-0ade-6a4a-9b1f12271e16-44d4e4ff { align-self: center; }
#w-node-d8e7e3f9-7ea2-99d2-5338-c1ccc6d40d88-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d8e7e3f9-7ea2-99d2-5338-c1ccc6d40d9d-44d4e4ff { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-44d4e4ff, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-44d4e4ff { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-265bafbc, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-265bafbc, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-265bafbc, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-265bafbc, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-265bafbc, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-265bafbc, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-265bafbc, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-265bafbc { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-265bafbc, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-265bafbc { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-265bafbc { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-265bafbc, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-265bafbc { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-9198ec0f, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-9198ec0f, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-9198ec0f, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-9198ec0f, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-9198ec0f, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-9198ec0f, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-9198ec0f, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-9198ec0f, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-9198ec0f { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-9198ec0f, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-9198ec0f { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-9198ec0f { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-9198ec0f { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-9198ec0f { align-self: center; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69a8-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69bf-9198ec0f { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-9198ec0f, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-9198ec0f { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-d5bc50b7, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-d5bc50b7 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-d5bc50b7, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d2c-d5bc50b7, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d38-d5bc50b7, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d44-d5bc50b7, #w-node-_23f570c8-fb0a-88f1-83ae-cb3d90078d4f-d5bc50b7, #w-node-_39b2197e-b68b-530d-d574-247a086ea5fa-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea616-d5bc50b7 { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea61a-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea638-d5bc50b7 { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea63c-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea65e-d5bc50b7 { align-self: center; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea662-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_39b2197e-b68b-530d-d574-247a086ea684-d5bc50b7 { align-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-d5bc50b7, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-d5bc50b7, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-d5bc50b7, #w-node-_5e249173-1105-313a-1fe7-d9a6c4850bf9-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a10736f3-c9c4-2adb-e3dc-c80000148d8f-d5bc50b7 { grid-area: 1 / 2 / 2 / 3; }
#w-node-a10736f3-c9c4-2adb-e3dc-c80000148da4-d5bc50b7 { grid-area: 1 / 1 / 2 / 2; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-d5bc50b7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-d5bc50b7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-d5bc50b7, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-d5bc50b7, #w-node-_563ad952-545a-426c-db27-afd65e03304d-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-d5bc50b7, #w-node-_762bc576-522e-df69-86af-d6af2374148b-d5bc50b7 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-59a66987, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-59a66987, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-59a66987, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-59a66987, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-59a66987, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-59a66987 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-59a66987 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-59a66987 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-59a66987 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-59a66987, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-59a66987, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-59a66987, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-59a66987, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-59a66987, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-59a66987 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-5e9c11f0, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-5e9c11f0, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-5e9c11f0, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-5e9c11f0, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-5e9c11f0, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-5e9c11f0, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-5e9c11f0, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-5e9c11f0, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-5e9c11f0, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-5e9c11f0 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-5e9c11f0 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-5e9c11f0 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-5e9c11f0 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-5e9c11f0, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-5e9c11f0, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-5e9c11f0 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-bc5fb694, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-bc5fb694, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-bc5fb694, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-bc5fb694, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-bc5fb694, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-bc5fb694 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-bc5fb694 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-bc5fb694 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-bc5fb694 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-bc5fb694, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-bc5fb694, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-bc5fb694, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-bc5fb694, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-bc5fb694, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-bc5fb694 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-d144d15e, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-d144d15e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-d144d15e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-d144d15e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-d144d15e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-d144d15e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-d144d15e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-d144d15e, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-d144d15e, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-d144d15e { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-d144d15e { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-d144d15e { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-d144d15e { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-d144d15e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-d144d15e, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-d144d15e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-9c6eb9d1, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_39291af3-d6cf-c5bf-c336-8488797ce43c-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce445-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce44e-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce457-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce462-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce46b-9c6eb9d1, #w-node-_39291af3-d6cf-c5bf-c336-8488797ce474-9c6eb9d1, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-9c6eb9d1, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-9c6eb9d1, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-9c6eb9d1, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-9c6eb9d1, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-9c6eb9d1, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-9c6eb9d1, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-9c6eb9d1, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-9c6eb9d1, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-9c6eb9d1 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-9c6eb9d1 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-9c6eb9d1 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-9c6eb9d1 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-9c6eb9d1, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-9c6eb9d1, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-9c6eb9d1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-ed46cc52, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-ed46cc52, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-ed46cc52, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-ed46cc52, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-ed46cc52, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-ed46cc52, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-ed46cc52, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-ed46cc52, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-ed46cc52 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-ed46cc52 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-ed46cc52 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-ed46cc52 { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-ed46cc52, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-ed46cc52 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-1c016332, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-1c016332, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-1c016332, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-1c016332, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-1c016332, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-1c016332, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-1c016332, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-1c016332, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-1c016332, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-1c016332 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-1c016332 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-1c016332 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-1c016332 { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-1c016332, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-1c016332 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-37eac635, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-37eac635, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-37eac635, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-37eac635, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-37eac635, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-37eac635, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-37eac635, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-37eac635, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-37eac635, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-37eac635 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-37eac635 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-37eac635 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-37eac635 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-37eac635, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-37eac635, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-37eac635 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-d7c0024e, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-d7c0024e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-d7c0024e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-d7c0024e, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-d7c0024e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-d7c0024e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-d7c0024e, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-d7c0024e, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-d7c0024e { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-d7c0024e, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-d7c0024e { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-d7c0024e { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-d7c0024e { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-d7c0024e { align-self: center; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69a8-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69bf-d7c0024e { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-d7c0024e, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-d7c0024e { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-5a552a0d, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-5a552a0d, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-5a552a0d, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-5a552a0d, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_452dbfb0-bc62-5f50-aece-775ca0c8600d-5a552a0d { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_452dbfb0-bc62-5f50-aece-775ca0c86014-5a552a0d, #w-node-_452dbfb0-bc62-5f50-aece-775ca0c8601b-5a552a0d { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_452dbfb0-bc62-5f50-aece-775ca0c86022-5a552a0d, #w-node-_6798fa1d-5011-f6f6-de77-b386c4115e2b-5a552a0d { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_6798fa1d-5011-f6f6-de77-b386c4115e33-5a552a0d, #w-node-_6798fa1d-5011-f6f6-de77-b386c4115e3c-5a552a0d { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_6798fa1d-5011-f6f6-de77-b386c4115e45-5a552a0d, #w-node-_25588acf-6e22-e109-7b5f-0e2fa8fd56d5-5a552a0d { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_25588acf-6e22-e109-7b5f-0e2fa8fd56dd-5a552a0d, #w-node-_25588acf-6e22-e109-7b5f-0e2fa8fd56e4-5a552a0d { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_25588acf-6e22-e109-7b5f-0e2fa8fd56ed-5a552a0d { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-5a552a0d, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-5a552a0d { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-5a552a0d { align-self: center; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69a8-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69bf-5a552a0d { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-5a552a0d, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-5a552a0d, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-5a552a0d { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-9aaae801, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-9aaae801, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-9aaae801, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-9aaae801, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-9aaae801, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-9aaae801, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-9aaae801, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-9aaae801, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-9aaae801 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-9aaae801, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-9aaae801 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-9aaae801 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-9aaae801, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-9aaae801 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-e5d8a649, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-e5d8a649, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-e5d8a649, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-e5d8a649, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-e5d8a649, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-e5d8a649, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-e5d8a649, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-e5d8a649, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-e5d8a649, #w-node-_01e52eb6-ec90-f575-3f70-b26b23687075-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_01e52eb6-ec90-f575-3f70-b26b2368708e-e5d8a649 { align-self: center; }
#w-node-_01e52eb6-ec90-f575-3f70-b26b2368705a-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_01e52eb6-ec90-f575-3f70-b26b23687071-e5d8a649 { align-self: center; }
#w-node-_01e52eb6-ec90-f575-3f70-b26b23687092-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_01e52eb6-ec90-f575-3f70-b26b236870a9-e5d8a649 { align-self: center; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-e5d8a649 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-e5d8a649, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-e5d8a649 { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-e5d8a649 { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-e5d8a649, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-e5d8a649 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-c2b0870c, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-c2b0870c, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-c2b0870c, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-c2b0870c, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-c2b0870c, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-c2b0870c, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-c2b0870c, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-c2b0870c, #w-node-_3d55f575-ae1f-bf60-964c-8aff39a15a79-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-c2b0870c { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-c2b0870c, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-c2b0870c { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-c2b0870c { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb41-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb5e-c2b0870c { align-self: center; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb20-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0be0c5d7-442a-0f39-72b6-be807c80bb3d-c2b0870c { align-self: center; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69a8-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_484da829-c27d-1a7d-cd7a-06740e4e69bf-c2b0870c { align-self: center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-c2b0870c, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-c2b0870c { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-ae4259a6-62c3-e505-51e7-763fd20cdc0d-c199d3be, #w-node-ae4259a6-62c3-e505-51e7-763fd20cdc0e-c199d3be, #w-node-ab5f3bc8-6e5a-bf57-27cc-60947157ae5e-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_2015c270-cc3a-8699-09bb-cc23b2de6e9a-c199d3be, #w-node-b72d8b0d-1525-ac41-7201-95d257f8823b-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center start; }
#w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c63-c199d3be, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c6f-c199d3be, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c7b-c199d3be, #w-node-a03e8586-c49c-2ca1-39ef-d7e045bd6c85-c199d3be, #w-node-_4fe25a86-501e-193c-ce25-dfad95c359ff-c199d3be, #w-node-cc9de21f-1f1b-b972-fddf-b27b929a1dd0-c199d3be, #w-node-d281aa02-435e-101e-6bb7-80dc90c56b9e-c199d3be, #w-node-cc9de21f-1f1b-b972-fddf-b27b929a1df9-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf77-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_326cd029-94b1-9691-949d-0be5b48acf78-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-f73b63a4-aef5-07da-e2ef-4ff847f33580-c199d3be { grid-area: 1 / 2 / 2 / 3; }
#w-node-f73b63a4-aef5-07da-e2ef-4ff847f33595-c199d3be { grid-area: 1 / 1 / 2 / 2; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157712-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_9638e521-f5d8-9572-6ba8-0a3da1157713-c199d3be, #w-node-_9638e521-f5d8-9572-6ba8-0a3da1157714-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-cb4d01dd-553f-c0cd-e690-f4ba089ffbb0-e3213da1, #w-node-cb4d01dd-553f-c0cd-e690-f4ba089ffbb1-e3213da1, #w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_170660a7-3aa9-9b11-67a3-f392ab364633-e3213da1 { grid-area: 1 / 2 / 2 / 3; }
#w-node-_170660a7-3aa9-9b11-67a3-f392ab364648-e3213da1 { grid-area: 1 / 1 / 2 / 2; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46ad-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46c4-e3213da1 { align-self: center; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46c8-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46de-e3213da1 { align-self: center; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46e2-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_11486c44-08dc-1201-7791-62cd66fd46f9-e3213da1, #w-node-bb872c30-d606-6421-71b8-2b0525b1ae1b-e3213da1 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae09-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae36-e3213da1 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae1f-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae4d-e3213da1 { align-self: center; }
#w-node-bb872c30-d606-6421-71b8-2b0525b1ae3a-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-e3213da1, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-e3213da1, #w-node-badaa89e-67b4-6029-42e4-05991739c574-e3213da1, #w-node-badaa89e-67b4-6029-42e4-05991739c575-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-e3213da1, #w-node-_563ad952-545a-426c-db27-afd65e03304d-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-e3213da1, #w-node-_762bc576-522e-df69-86af-d6af2374148b-e3213da1 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-68a7b065, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-68a7b065 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-68a7b065, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-68a7b065, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-68a7b065, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-68a7b065, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-68a7b065, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-68a7b065, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-68a7b065, #w-node-badaa89e-67b4-6029-42e4-05991739c575-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-68a7b065, #w-node-_563ad952-545a-426c-db27-afd65e03304d-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-68a7b065, #w-node-_762bc576-522e-df69-86af-d6af2374148b-68a7b065 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c419-1afd7130, #w-node-_22800dd7-6415-5da8-92c1-a33dbfe8c41a-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-1afd7130 { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: end; }
#w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; justify-self: start; }
#w-node-d967590c-1f26-dd59-d714-56d0a525daf9-1afd7130, #w-node-d6d8685c-6a83-a7c2-ffe5-08681e72cd26-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_267fa639-749d-92a0-38be-ecec85db6756-1afd7130, #w-node-_267fa639-749d-92a0-38be-ecec85db6779-1afd7130, #w-node-_267fa639-749d-92a0-38be-ecec85db67a0-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_27408c50-f049-7cd7-701c-e78b4880d9ad-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84a9f-1afd7130, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aa7-1afd7130, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84aaf-1afd7130, #w-node-d5fd9d91-f6f2-f486-8c38-1eb78ad84ab7-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-badaa89e-67b4-6029-42e4-05991739c574-1afd7130, #w-node-badaa89e-67b4-6029-42e4-05991739c575-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52b-1afd7130, #w-node-_563ad952-545a-426c-db27-afd65e03304d-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-_7fc8ceb5-0466-26b9-aae0-a533813de52c-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-c7262464-fcbc-70f7-8b07-e4423184a8ef-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-c7f2f9e4-813b-4f49-734c-baa21220d716-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_762bc576-522e-df69-86af-d6af23741489-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_762bc576-522e-df69-86af-d6af2374148a-1afd7130, #w-node-_762bc576-522e-df69-86af-d6af2374148b-1afd7130 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-d6c3fe6b, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-d6c3fe6b, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-d6c3fe6b, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-d6c3fe6b, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-d6c3fe6b, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-d6c3fe6b { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-d6c3fe6b { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-d6c3fe6b { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-d6c3fe6b { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-d6c3fe6b, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-d6c3fe6b, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-d6c3fe6b, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-d6c3fe6b, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7115-d6c3fe6b { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7107-d6c3fe6b, #w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c710e-d6c3fe6b { grid-area: span 1 / span 3 / span 1 / span 3; }
#w-node-_0a5697ff-b7ff-ee9d-13c0-3f608b5c7100-d6c3fe6b { grid-area: span 1 / span 2 / span 1 / span 2; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-d6c3fe6b, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-d6c3fe6b { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-c5fc7555-27f1-0936-2874-ea72673a40f7-6163ed85, #w-node-c5fc7555-27f1-0936-2874-ea72673a40f8-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_4ede333c-6676-218e-f60b-5ad2dbcda74c-6163ed85, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda757-6163ed85, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda75f-6163ed85, #w-node-_4ede333c-6676-218e-f60b-5ad2dbcda767-6163ed85, #w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff23-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff3d-6163ed85 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff09-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff1f-6163ed85 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff41-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff5e-6163ed85 { align-self: center; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff62-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-_3763d501-a5c2-36fe-74aa-604f35d8ff7c-6163ed85 { align-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf1-6163ed85, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7acf2-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-_523a291f-7254-7a52-b4cd-92ede1a7acfd-6163ed85, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad22-6163ed85, #w-node-_523a291f-7254-7a52-b4cd-92ede1a7ad41-6163ed85, #w-node-ba6352ff-d1a8-3ab0-aac7-49a3b628a790-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e8-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: start center; }
#w-node-b92886cf-2857-ecd6-a14c-34658ab574e9-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: end center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66c-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center; }
#w-node-a7ca1220-3714-9c1d-caf7-ef87cdf7d66d-6163ed85, #w-node-c754151c-0d34-1a39-1d1c-b24af9a111d2-6163ed85 { grid-area: span 1 / span 1 / span 1 / span 1; place-self: center end; }
#w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-1a3f5b23, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-1a3f5b23, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-1a3f5b23, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-1a3f5b23, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-c74a4cfa, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-c74a4cfa, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-c74a4cfa, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-c74a4cfa, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f0-fd4e59a9, #w-node-bcdab6b5-7c58-2393-f1e7-b0fb6266e2f1-fd4e59a9, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c50-fd4e59a9, #w-node-d7036eb7-3e71-0046-2c88-83beb4af6c51-fd4e59a9 { grid-area: span 1 / span 1 / span 1 / span 1; }
@media screen and (max-width: 991px) {
  #w-node-f52173ed-53f3-b5ea-272d-d213e790c605-4123300f { grid-column: span 1 / span 1; }
  #w-node-_50f07565-cd37-b8c5-5af1-45fa00d39928-41233013 { order: 9999; grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-_50f07565-cd37-b8c5-5af1-45fa00d3992d-41233013, #w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d37-41233022 { grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-_2997e59a-8aaf-9d5e-5d62-cbf8fa198d33-41233022 { order: 9999; grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-_7d7b65b6-5dc9-b2cf-b009-986cf590a651-41233022 { grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-_7d7b65b6-5dc9-b2cf-b009-986cf590a657-41233022 { order: -9999; grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-d269c592-ce51-58ad-1c53-140a76a31337-41233023, #w-node-_00f29cd9-9b64-ea04-7813-2490ecae4ed6-41233023 { grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-_31b5ddf9-a98b-7ce0-1b92-3d22d17874a2-54a422a3 { grid-column: span 1 / span 1; }
}
@media screen and (max-width: 767px) {
  #w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c20-a3da1c1d { grid-area: span 1 / span 4 / span 1 / span 4; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-41233014 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-41233014 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-41233014 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-41233014 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-41233014 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_2ba7cb41-ea63-99f3-7ae2-947c2b919b3a-41233024 { grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-ffed452d-f109-d921-c408-2e45eba338f3-41233024 { order: -9999; grid-area: span 1 / span 12 / span 1 / span 12; }
  #w-node-d0cc0c39-1041-f133-ab55-874de5c33406-41233033, #w-node-d0cc0c39-1041-f133-ab55-874de5c3341b-41233033 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-a3c0dc3c-cdb0-9b61-c390-412cac095587-4123303a { place-self: start end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-412330a8 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-412330a8 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-412330a8 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-412330a8 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_9c334dfb-0855-7181-54e3-f7a08b445315-01fa56e1 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-_9c334dfb-0855-7181-54e3-f7a08b445316-01fa56e1 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-_9c334dfb-0855-7181-54e3-f7a08b445318-01fa56e1 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-_9c334dfb-0855-7181-54e3-f7a08b44531a-01fa56e1 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_15d3f479-970b-c77d-c6bd-7164173e948f-01fa56e1 { align-self: start; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-01fa56e1 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_6ea971ca-a782-f6e3-03dc-6c880b123668-412330a2 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-_6ea971ca-a782-f6e3-03dc-6c880b123669-412330a2 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-_6ea971ca-a782-f6e3-03dc-6c880b12366b-412330a2 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-_6ea971ca-a782-f6e3-03dc-6c880b12366d-412330a2 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_85c258f7-34c3-f0fb-6af8-4c3b24ec9c12-24ec9c0a { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_8d68f48f-db9b-1850-3395-8d356e45f01a-6e45effa { align-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-c1a1e456 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-c1a1e456 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-c1a1e456 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-c1a1e456 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-c1a1e456 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_5e135201-5929-fb9b-5724-8e95801c201c-412330a7 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-_5e135201-5929-fb9b-5724-8e95801c201d-412330a7 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-_5e135201-5929-fb9b-5724-8e95801c201f-412330a7 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-_5e135201-5929-fb9b-5724-8e95801c2021-412330a7 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-412330a7, #w-node-_7e34e905-2238-a6df-46eb-ac2f17df93dc-412330a7 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_170660a7-3aa9-9b11-67a3-f392ab364648-412330a0 { align-self: start; }
  #w-node-f73b63a4-aef5-07da-e2ef-4ff847f33580-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-f73b63a4-aef5-07da-e2ef-4ff847f33595-a18d11ab { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
  #w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab98-70245649 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab99-70245649 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab9b-70245649 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-_73d3fc53-debb-92c1-8301-2baa0de8ab9d-70245649 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-70245649 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_87c57626-0ba3-49fe-62f2-23c027226a96-7795f446 { align-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-c99aebcf { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-c99aebcf { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-c99aebcf { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-c99aebcf { grid-area: 1 / 1 / 2 / 2; }
  #w-node-a10736f3-c9c4-2adb-e3dc-c80000148da4-c99aebcf { align-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-d7dd987e { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-d7dd987e { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-d7dd987e { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-d7dd987e { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_38cded94-4664-5ff6-76b6-2903609f7ca1-d7dd987e, #w-node-_0cee6736-ce52-3277-d4cd-93ec59fe867d-d7dd987e, #w-node-_87c57626-0ba3-49fe-62f2-23c027226a96-80a633f0 { align-self: start; }
  #w-node-d05e0445-2f73-ae11-d89e-d894ad34dae8-e76b935a { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb49-f0db8b39 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb4a-f0db8b39 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb4c-f0db8b39 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-_0642fb82-e3cf-ed4b-059b-df842edcbb4e-f0db8b39 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_7e34e905-2238-a6df-46eb-ac2f17df93dc-f0db8b39 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-1fa6fc2d { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-1fa6fc2d { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-1fa6fc2d { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-1fa6fc2d { grid-area: 1 / 1 / 2 / 2; }
  #w-node-dfc14ad6-bfa6-60a0-fa46-5b829d15ba83-1fa6fc2d { align-self: start; }
  #w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d408-edf5b836 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d409-edf5b836 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d40b-edf5b836 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ed302d2b-af3d-2f72-4b7b-f157eaa7d40d-edf5b836 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_6de665f6-4f69-4ff3-339a-de1c820b717c-edf5b836 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-35cdf745 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-35cdf745 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-35cdf745 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-35cdf745 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-5714faa5 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-5714faa5 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-5714faa5 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-5714faa5 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-78bf0622 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-78bf0622 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-78bf0622 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-78bf0622 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-dd6dcda6 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-dd6dcda6 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-dd6dcda6 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-dd6dcda6 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-7f5393d3 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-7f5393d3 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-7f5393d3 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-7f5393d3 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-_0421d65d-6b83-1f07-8a45-2a5585a87778-7f5393d3 { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-2fb4acc1 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-2fb4acc1 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-2fb4acc1 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-2fb4acc1 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-d5bc50b7 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-d5bc50b7 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-d5bc50b7 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-d5bc50b7 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-a10736f3-c9c4-2adb-e3dc-c80000148da4-d5bc50b7 { align-self: start; }
  #w-node-f73b63a4-aef5-07da-e2ef-4ff847f33580-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-f73b63a4-aef5-07da-e2ef-4ff847f33595-c199d3be { grid-area: span 1 / span 1 / span 1 / span 1; align-self: start; }
  #w-node-_170660a7-3aa9-9b11-67a3-f392ab364648-e3213da1 { align-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-68a7b065 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-68a7b065 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-68a7b065 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-68a7b065 { grid-area: 1 / 1 / 2 / 2; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e84-1afd7130 { grid-area: 3 / 1 / 4 / 2; justify-self: center; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e85-1afd7130 { grid-area: 2 / 1 / 3 / 2; justify-self: start; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e87-1afd7130 { grid-area: 4 / 1 / 5 / 2; justify-self: end; }
  #w-node-ce170355-0b71-4cab-77fe-89ab1e8d6e89-1afd7130 { grid-area: 1 / 1 / 2 / 2; }
}
@media screen and (max-width: 479px) {
  #w-node-cb66318d-7fb3-54a8-3796-0f502963512d-4123300f { grid-area: span 1 / span 1 / span 1 / span 1; align-self: center; }
  #w-node-d5fbc927-9804-05d2-4ce6-0816a3da1c20-a3da1c1d { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: start; }
  #w-node-_68f83dc5-22d2-279c-f2f4-92613912dd9d-a3da1c1d { grid-area: span 1 / span 2 / span 1 / span 2; justify-self: center; }
  #w-node-_9d10d62f-ccae-8783-0be9-bd36d26592b0-412330a2, #w-node-_18d52b77-bdfb-dda1-5bd2-3f563ea63400-3ea633eb { grid-template-rows: auto; grid-template-columns: 1fr; }
}
[fs-cc="banner"], [fs-cc="manager"], [fs-cc="preferences"], [fs-cc="interaction"] { display: none; }
html { font-size: 16px; line-height: normal; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; text-size-adjust: none; }
@font-face { font-family: Inter; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/626147657edf837c70e4b6fb_Inter-Regular.woff2") format("woff2"); font-weight: 100 499; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url("https://cdn.prod.website-files.com/624c34ee1eb3ec0fbbc365fc/62614765f9babe461edebb4b_Inter-Medium.woff2") format("woff2"); font-weight: 500 900; font-style: normal; font-display: swap; }
[class*="icn"] svg { width: 100% !important; height: 100% !important; }
[class*="icn"] * { fill: currentcolor !important; }
.w-richtext > :first-child { margin-top: 0px; }
.w-richtext > :last-child { margin-bottom: 0px; }
.row-tabs-menu, .c_blog_template--toc { scrollbar-width: none; }
.row-tabs-menu::-webkit-scrollbar { display: none; }
.c_blog_template--toc::-webkit-scrollbar { display: none; }
.c_dropdown_category--cms_item a.w--current { color: var(--pink); }
.c_card_blog--cover, .c_card_large_blog--cover { transition: border-color 0.35s; }
.c_card_blog--cover--image { transition: transform 0.35s; }
[class*="card"]:hover .c_card_blog--cover--image { transform: scale(1.03); }
[class*="card"]:hover .c_card_large_blog--cover--glow { opacity: 1; }
[class*="card"]:hover .c_card_blog--cover, [class*="card"]:hover .c_card_large_blog--cover { border-color: var(--pink); }
a, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link, .w-nav-brand { color: inherit; }
@media screen and (max-width: 991px) {
  .w-nav-button { display: flex; }
}
.nav-link:hover .nav-dropdown-icon { opacity: 1; color: rgb(255, 90, 129); transform: translateY(1px); }
ul li::marker { font-weight: 600; }
ol li::marker { font-weight: 600; }
.w-input, .w-select { height: auto; margin-bottom: 0px; }
input:-webkit-autofill { transition: background-color 5000s ease-in-out; -webkit-text-fill-color: rgb(255, 255, 255) !important; }
input:-webkit-autofill:hover { transition: background-color 5000s ease-in-out; -webkit-text-fill-color: rgb(255, 255, 255) !important; }
input:-webkit-autofill:focus { transition: background-color 5000s ease-in-out; -webkit-text-fill-color: rgb(255, 255, 255) !important; }
input:-webkit-autofill:active { transition: background-color 5000s ease-in-out; -webkit-text-fill-color: rgb(255, 255, 255) !important; }
.title-wrapper:only-child, .title-wrapper:last-child, .title-wrapper :last-child, .col-tabs:last-child, .row-tabs:last-child, .faq-trigger .h4 { margin-bottom: 0px; }
.col-tabs-content { width: calc(100% + 24px); }
.lightbox:hover .lightbox-image-wrapper { border-color: rgb(255, 255, 255); }
.lightbox:hover .lightbox-image-icon { opacity: 1; }
@media screen and (min-width: 1440px) {
  .marquee-slider { mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(0, 0, 0, 0) 100%); }
}
.hero-integrations { mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(0, 0, 0, 0) 100%); }
.cta-wrapper .cta, .cta-wrapper .lightbox { margin-top: 0px; }
@media screen and (min-width: 768px) {
  .zigzag-wrapper .zigzag:nth-child(2n) { flex-direction: row-reverse; }
}
.row-tabs-menu.is-full .row-tab-menu { width: 100%; }
.hyperlink::before, .hyperlink::after { content: ""; width: 100%; height: 1.5px; transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); position: absolute; bottom: 0px; left: 0px; }
.hyperlink::before { background-color: currentcolor; }
.hyperlink::after { transform-origin: 0px center; background-color: rgb(255, 255, 255); transform: scaleX(0); }
.hyperlink:hover::after { transform: scaleX(1); }
.integration-card h3, .integration-card p, .integration-card a { position: relative; }
.rich-text > * + h2 { margin-top: 2.4rem; }
.meta-wrapper > * { display: inline; }
.cms-table { max-height: calc(-80px + 100vh); }
.cms-table::-webkit-scrollbar { width: 0.5px; }
.cms-table::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.24); }
.cms-table::-webkit-scrollbar-thumb { background: rgb(255, 255, 255); }
.cms-inline * { margin: 0px; display: inline; }
a.feature-tag:hover, .feature-tag.is-filter:hover { color: rgb(255, 255, 255); }
.w-checkbox-input--inputType-custom.w--redirected-focus { box-shadow: none !important; }
.form-field.is-message { resize: vertical; }
.hero-tags { aspect-ratio: 16 / 10; }
.hero-tag { backdrop-filter: blur(12px); mask-image: linear-gradient(rgb(255, 255, 255) 80%, rgba(0, 0, 0, 0) 100%); }
.hero-people, .podcast-episode-photo { filter: drop-shadow(rgba(166, 104, 148, 0.7) 0px 0px 24px) drop-shadow(rgba(166, 104, 148, 0.6) 0px 0px 48px) drop-shadow(rgba(166, 104, 148, 0.5) 0px 0px 96px) drop-shadow(rgba(166, 104, 148, 0.4) 0px 0px 192px); }
.scroller-links.is-sticky { mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 32px); }
.gradient-background { background: rgb(10, 15, 32); border-radius: 20px; position: relative; overflow: hidden; }
.card-bg::before, .card-bg::after { content: ""; filter: blur(120px); opacity: 0.65; pointer-events: none; border-radius: 50%; width: 440px; height: 440px; position: absolute; }
.card-bg::before { background: rgb(255, 90, 129); top: -180px; left: -140px; }
.card-bg::after { background: rgb(119, 138, 232); top: -190px; right: -150px; }
.pink-glow::after, .feature-tag.is-pink::after, .picture-wrapper::after, .integration-logo::after, .glass-card::after, .pricing-card::after, .quote-card::after { content: ""; border-radius: inherit; z-index: 3; box-sizing: border-box; pointer-events: none; border: 1px solid rgb(209, 127, 162); transition-property: all; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); position: absolute; inset: 0px; mask-image: linear-gradient(to right bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%); }
.pricing-card::after, .quote-card::after { border-color: rgba(255, 255, 255, 0.12); }
.glass-card.is-integration { aspect-ratio: 5 / 6; }
.glass-card.is-playbook, .glass-card.is-playbooks { aspect-ratio: 9 / 10; }
.glass-card.is-article { aspect-ratio: 16 / 10; }
.glass-card.is-hero, .glass-card.is-square { aspect-ratio: 1 / 1; }
.glass-halo { opacity: 0; pointer-events: none; }
.glass-card:hover .glass-halo, .cms-card:hover .glass-halo { opacity: 0.67; }
.glass-card:hover .integration-card-logo { filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 4px) drop-shadow(rgba(255, 255, 255, 0.48) 0px 0px 16px) drop-shadow(rgba(255, 255, 255, 0.16) 0px 0px 32px); }
.glass-card.is-integration:hover, .glass-card.is-hero:hover, .cms-card:hover .glass-card.is-playbook, .cms-card:hover .glass-card.is-article, .cms-card:hover .glass-card.is-image { box-shadow: rgb(209, 127, 162) 0px 0px 0px 1px inset; }
.glass-card.is-article:hover .glass-image.is-blur.on-hover, .glass-card.is-square:hover .glass-image.is-blur.on-hover, .cms-card:hover .glass-image.is-blur.on-hover { opacity: 0.5; }
.glass-card.is-hero, .glass-card.is-playbooks { mask-image: linear-gradient(rgb(255, 255, 255) 60%, rgba(0, 0, 0, 0) 100%); }
.halo.is-hero { background: radial-gradient(50% 100% at 50% -10%, rgba(119, 138, 232, 0.5), rgba(119, 138, 232, 0)); }
.halo.is-cms-hero { background: radial-gradient(100% 100% at 0px 0px, rgba(232, 119, 175, 0.3), rgba(232, 119, 175, 0)); }
.halo.is-white { background: radial-gradient(50% 100% at 50% -10%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)); }
.halo.is-footer { background: radial-gradient(50% 100% at 50% 110%, rgba(119, 138, 232, 0.5), rgba(119, 138, 232, 0)); }
.halo.is-left { background: radial-gradient(100% 100% at 0% center, rgba(119, 138, 232, 0.3), rgba(119, 138, 232, 0)); }
.halo.is-right { background: radial-gradient(100% 100% at 100% center, rgba(232, 119, 175, 0.3), rgba(232, 119, 175, 0)); }
.halo.is-middle { background: radial-gradient(100% 120%, rgba(119, 138, 232, 0.3), rgba(119, 138, 232, 0)); }
.halo.is-blue { background: radial-gradient(120% 100% at 50% -10%, rgb(71, 117, 255), rgba(71, 117, 255, 0)); }
.halo-card { aspect-ratio: 3 / 2; cursor: pointer; will-change: transform, box-shadow; background-color: rgb(10, 15, 32); justify-content: center; align-items: center; width: 100%; display: flex; position: relative; overflow: hidden; transform: rotateX(0deg) rotateY(0deg); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px; transform-style: preserve-3d !important; perspective: 1000px !important; transition: transform 0.1s, box-shadow 0.3s !important; }
.halo-card::before { content: ""; z-index: 1; background: radial-gradient(circle, rgba(255, 90, 129, 0.4) 0%, rgba(255, 90, 129, 0.2) 10%, rgba(255, 90, 129, 0.1) 20%, rgba(10, 15, 32, 0) 40%); width: 500%; height: 500%; position: absolute; top: -250%; left: -250%; }
.halo-card::after { content: ""; z-index: 1; background: radial-gradient(circle, rgba(73, 83, 131, 0.6) 0%, rgba(73, 83, 131, 0.3) 10%, rgba(73, 83, 131, 0.1) 20%, rgba(10, 15, 32, 0) 40%); width: 500%; height: 500%; position: absolute; top: -250%; right: -250%; }
.glare { background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), #ffffff0d 0%, #fff0 60%); z-index: 3; opacity: 0; pointer-events: none; width: 100%; height: 100%; transition: opacity 0.3s; position: absolute; top: 0px; left: 0px; }
.halo-card:hover .glare { opacity: 1; }
.halo-card > :not(.glare) { z-index: 2; transition: transform 0.3s; position: relative; transform: translateZ(20px) !important; }
.halo-card * { transform-style: preserve-3d !important; }
img { user-select: none; -webkit-user-drag: none; }
::selection { background-color: rgba(255, 84, 128, 0.6); }
@media screen and (min-width: 992px) {
  .w-nav-overlay { display: none !important; }
}
.w-nav-menu.w--nav-menu-open { display: flex !important; transform: translateY(0px) !important; }
@media screen and (max-width: 991px) {
  .w-nav-menu { transition: transform 0.4s, opacity 0.4s; }
}
@keyframes marquee-left { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-33.333%); }
}
@keyframes marquee-right { 
  0% { transform: translateX(-33.333%); }
  100% { transform: translateX(0px); }
}
.marquee-slider-track.is-left { animation: 40s linear 0s infinite normal none running marquee-left; }
.marquee-slider-track.is-right { animation: 40s linear 0s infinite normal none running marquee-right; }
.marquee-slider:hover .marquee-slider-track { animation-play-state: paused; }
.faq-content { opacity: 0; max-height: 0px; transition: max-height 0.35s, opacity 0.35s; overflow: hidden; }
.faq-item.is-active-accordion .faq-content, .faq-content.is-active-accordion { opacity: 1; max-height: 2000px; }
.faq-arrow { transition: transform 0.35s; }
.faq-item.is-active-accordion .faq-arrow, .faq-arrow.is-active-accordion { transform: rotate(45deg); }
.w-tab-pane { display: none; }
.w-tab-pane.w--tab-active { display: block; }
.w-tab-link.w--current { opacity: 1; }
.w-checkbox-input.w--redirected-checked { background-color: rgb(255, 90, 129); border-color: rgb(255, 90, 129); }
.w-checkbox-input.w--redirected-checked::after { content: ""; border-style: solid; border-color: rgb(255, 255, 255); border-image: initial; border-width: 0px 2px 2px 0px; width: 6px; height: 10px; margin: 1px auto; display: block; transform: rotate(45deg); }
.agenda-container { color: rgb(255, 255, 255); background-color: rgb(31, 36, 56); border-radius: 6px; flex-direction: column; align-items: flex-start; padding: 20px; font-family: Inter, sans-serif; display: flex; }
.agenda-container #agenda { white-space: pre-wrap; text-align: left; margin-bottom: 0px; }
.agenda-container .button-container { justify-content: center; display: flex; }
.agenda-container button { color: rgb(255, 255, 255); cursor: pointer; background-color: rgb(76, 116, 255); border: none; border-radius: 6px; outline: none; height: 32px; padding: 0px 20px; font-size: 14px; line-height: 32px; }
:root { --hc-accent: #ff5a81; --hc-accent-hover: #e84d72; --hc-accent-light: #ff5a8114; --hc-accent-border: #ff5a8133; --hc-radius: 12px; --hc-radius-sm: 8px; --hc-radius-xs: 6px; --hc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; --hc-content-width: 720px; }
.help-center-hero { text-align: center; background: linear-gradient(rgba(99, 102, 241, 0.12) 0%, rgba(15, 15, 20, 0) 100%); padding: 80px 0px 60px; }
.help-center-hero-title { color: rgb(255, 255, 255); letter-spacing: -0.02em; margin-bottom: 12px; font-size: 48px; font-weight: 700; line-height: 1.15; }
.help-center-hero-subtitle { color: rgba(255, 255, 255, 0.6); margin-bottom: 32px; font-size: 18px; line-height: 1.5; }
.help-center-search-wrapper { max-width: 560px; margin: 0px auto; position: relative; }
.help-center-search-icon { color: rgba(255, 255, 255, 0.4); pointer-events: none; width: 20px; height: 20px; position: absolute; top: 50%; left: 16px; transform: translateY(-50%); }
.help-center-search-input { color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; outline: none; width: 100%; padding: 14px 16px 14px 48px; font-family: inherit; font-size: 16px; transition: border-color 0.2s, background 0.2s; }
.help-center-search-input::placeholder { color: rgba(255, 255, 255, 0.4); }
.help-center-search-input:focus { background: rgba(255, 255, 255, 0.08); border-color: rgba(99, 102, 241, 0.5); }
.help-center-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 40px 0px 60px; display: grid; }
.help-center-card { color: inherit; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; padding: 28px 24px; text-decoration: none; transition: border-color 0.25s, background 0.25s, transform 0.25s; display: block; }
.help-center-card:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(99, 102, 241, 0.35); transform: translateY(-2px); }
.help-center-card-icon { margin-bottom: 14px; font-size: 32px; line-height: 1; display: block; }
.help-center-card-title { color: rgb(255, 255, 255); margin-bottom: 8px; font-size: 18px; font-weight: 600; line-height: 1.3; }
.help-center-card-description { color: rgba(255, 255, 255, 0.55); margin-bottom: 14px; font-size: 14px; line-height: 1.5; }
.help-center-card-count { color: rgba(99, 102, 241, 0.85); font-size: 13px; font-weight: 500; }
.help-center-sections { padding: 20px 0px 80px; }
.help-center-divider { background: rgba(255, 255, 255, 0.06); height: 1px; margin: 0px 0px 20px; }
.help-center-section { margin-bottom: 48px; }
.help-center-section:last-child { margin-bottom: 0px; }
.help-center-section-header { border-bottom: 1px solid rgba(255, 255, 255, 0.08); align-items: center; gap: 12px; margin-bottom: 20px; padding-bottom: 16px; display: flex; }
.help-center-section-icon { font-size: 24px; line-height: 1; }
.help-center-section-title { color: rgb(255, 255, 255); font-size: 24px; font-weight: 600; line-height: 1.3; }
.help-center-section-count { color: rgba(255, 255, 255, 0.4); margin-left: auto; font-size: 13px; font-weight: 500; }
.help-center-article-list { margin: 0px; padding: 0px; list-style: none; }
.help-center-article-item { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.help-center-article-item:last-child { border-bottom: none; }
.help-center-article-link { color: rgba(255, 255, 255, 0.8); border-radius: 8px; align-items: center; gap: 12px; padding: 14px 16px; font-size: 15px; line-height: 1.4; text-decoration: none; transition: background 0.2s, color 0.2s; display: flex; }
.help-center-article-link:hover { color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.05); }
.help-center-article-link-icon { color: rgba(255, 255, 255, 0.3); flex-shrink: 0; width: 18px; height: 18px; transition: color 0.2s; }
.help-center-article-link:hover .help-center-article-link-icon { color: rgba(99, 102, 241, 0.7); }
.help-center-article-link-text { flex: 1 1 0%; min-width: 0px; }
.help-center-article-link-arrow { color: rgba(255, 255, 255, 0.2); flex-shrink: 0; width: 16px; height: 16px; transition: color 0.2s, transform 0.2s; }
.help-center-article-link:hover .help-center-article-link-arrow { color: rgba(255, 255, 255, 0.5); transform: translateX(2px); }
.help-center-article { max-width: 800px; margin: 0px auto; padding: 32px 24px 80px; }
.help-center-breadcrumb { color: rgba(255, 255, 255, 0.45); flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 32px; font-size: 14px; display: flex; }
.help-center-breadcrumb a { color: rgba(255, 255, 255, 0.65); text-decoration: none; transition: color 0.15s; }
.help-center-breadcrumb a:hover { color: var(--hc-accent); }
.help-center-breadcrumb-separator { color: rgba(255, 255, 255, 0.25); }
.help-center-breadcrumb-current { color: rgba(255, 255, 255, 0.85); font-weight: 500; }
.help-center-article-meta { margin-bottom: 32px; }
.help-center-article-meta h1 { color: rgb(255, 255, 255); letter-spacing: -0.02em; margin: 0px 0px 12px; font-size: 2rem; font-weight: 700; line-height: 1.25; }
.help-center-article-author, .help-center-article-date { color: rgba(255, 255, 255, 0.45); margin: 4px 0px 0px; font-size: 14px; }
.help-center-article-body { color: rgb(26, 26, 46); border-radius: var(--hc-radius); font-family: var(--hc-font); background: rgb(255, 255, 255); padding: 40px 36px; font-size: 1rem; line-height: 1.75; }
.help-center-article-body .intercom-interblocks-paragraph { margin-bottom: 8px; }
.help-center-article-body .intercom-interblocks-paragraph.no-margin { margin-bottom: 4px; }
.help-center-article-body .intercom-interblocks-paragraph p { color: rgb(26, 26, 46); margin: 0px; line-height: 1.75; }
.help-center-article-body .intercom-interblocks-heading h1 { color: rgb(26, 26, 46); letter-spacing: -0.02em; margin: 40px 0px 16px; font-size: 1.75rem; font-weight: 700; line-height: 1.25; }
.help-center-article-body .intercom-interblocks-heading h1:first-child, .help-center-article-body > .intercom-interblocks-heading:first-child h1 { margin-top: 0px; }
.help-center-article-body .intercom-interblocks-subheading h2 { color: rgb(26, 26, 46); letter-spacing: -0.01em; margin: 36px 0px 12px; font-size: 1.375rem; font-weight: 600; line-height: 1.3; }
.help-center-article-body .intercom-interblocks-subheading:first-child h2 { margin-top: 0px; }
.help-center-article-body a { color: var(--hc-accent); border-bottom: 1px solid rgba(0, 0, 0, 0); text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.help-center-article-body a:hover { color: var(--hc-accent-hover); border-bottom-color: var(--hc-accent-hover); }
.help-center-article-body b, .help-center-article-body strong { color: rgb(26, 26, 46); font-weight: 600; }
.help-center-article-body .intercom-interblocks-ordered-nested-list { margin: 12px 0px 20px; }
.help-center-article-body .intercom-interblocks-ordered-nested-list ol { margin: 0px; padding-left: 24px; list-style-type: decimal; }
.help-center-article-body .intercom-interblocks-ordered-nested-list ol ol { margin-top: 4px; list-style-type: lower-alpha; }
.help-center-article-body .intercom-interblocks-ordered-nested-list li { margin-bottom: 6px; padding-left: 4px; line-height: 1.7; }
.help-center-article-body .intercom-interblocks-ordered-nested-list li .intercom-interblocks-paragraph { margin-bottom: 0px; }
.help-center-article-body .intercom-interblocks-unordered-nested-list { margin: 12px 0px 20px; }
.help-center-article-body .intercom-interblocks-unordered-nested-list ul { margin: 0px; padding-left: 24px; list-style-type: disc; }
.help-center-article-body .intercom-interblocks-unordered-nested-list ul ul { margin-top: 4px; list-style-type: circle; }
.help-center-article-body .intercom-interblocks-unordered-nested-list li { margin-bottom: 6px; padding-left: 4px; line-height: 1.7; }
.help-center-article-body .intercom-interblocks-unordered-nested-list li .intercom-interblocks-paragraph { margin-bottom: 0px; }
.help-center-article-body .intercom-interblocks-image { margin: 24px 0px; }
.help-center-article-body .intercom-interblocks-image img { border-radius: var(--hc-radius-sm); border: 1px solid rgb(229, 231, 235); max-width: 100%; height: auto; }
.help-center-article-body .intercom-interblocks-paragraph img { vertical-align: middle; max-width: 100%; height: auto; }
.help-center-article-body .intercom-interblocks-paragraph img[width] { max-width: none; }
.help-center-article-body .intercom-interblocks-callout { border-radius: var(--hc-radius-sm); margin: 24px 0px; padding: 16px 20px; border-left: 4px solid var(--hc-accent) !important; background-color: rgba(255, 90, 129, 0.06) !important; }
.help-center-article-body .intercom-interblocks-callout .intercom-interblocks-paragraph { margin-bottom: 0px; }
.help-center-article-body .intercom-interblocks-callout p { color: rgb(74, 74, 104); font-size: 0.9375rem; line-height: 1.65; }
.help-center-article-body .intercom-interblocks-horizontal-rule { margin: 32px 0px; }
.help-center-article-body .intercom-interblocks-horizontal-rule hr { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgb(229, 231, 235); margin: 0px; }
.help-center-article-body .intercom-interblocks-align-left { text-align: left; }
.help-center-article-body .intercom-interblocks-align-center { text-align: center; }
.help-center-article-body code { color: var(--hc-accent); white-space: nowrap; background: rgb(241, 243, 245); border: 1px solid rgb(229, 231, 235); border-radius: 4px; padding: 2px 6px; font-family: "SF Mono", "Fira Code", Menlo, Consolas, monospace; font-size: 0.875em; }
.help-center-article-body pre { color: rgb(228, 228, 240); border-radius: var(--hc-radius-sm); background: rgb(26, 26, 46); margin: 24px 0px; padding: 20px 24px; font-size: 0.875rem; line-height: 1.6; overflow-x: auto; }
.help-center-article-body pre code { color: inherit; font-size: inherit; white-space: pre; background: none; border: none; border-radius: 0px; padding: 0px; }
.help-center-article-body table { border-collapse: collapse; width: 100%; margin: 24px 0px; font-size: 0.9375rem; }
.help-center-article-body th { text-align: left; background: rgb(241, 243, 245); border-bottom: 2px solid rgb(229, 231, 235); padding: 10px 14px; font-weight: 600; }
.help-center-article-body td { border-bottom: 1px solid rgb(240, 240, 245); padding: 10px 14px; }
.help-center-article-body .related_articles { display: none; }
.help-center-related { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 40px; padding-top: 32px; }
.help-center-related h2 { color: rgb(255, 255, 255); margin: 0px 0px 16px; font-size: 1.25rem; font-weight: 600; }
.help-center-related ul { margin: 0px; padding: 0px; list-style: none; }
.help-center-related li { margin-bottom: 0px; }
.help-center-related a { color: rgba(255, 255, 255, 0.75); border-radius: var(--hc-radius-xs); padding: 10px 14px; font-size: 15px; text-decoration: none; transition: background 0.15s, color 0.15s; display: block; }
.help-center-related a:hover { color: var(--hc-accent); background: rgba(255, 255, 255, 0.05); }
.help-center-back { margin-top: 32px; }
.help-center-back a { color: rgba(255, 255, 255, 0.55); font-size: 14px; text-decoration: none; transition: color 0.15s; }
.help-center-back a:hover { color: var(--hc-accent); }
@media screen and (max-width: 991px) {
  .help-center-grid { grid-template-columns: repeat(2, 1fr); }
  .help-center-hero-title { font-size: 40px; }
}
@media screen and (max-width: 767px) {
  .help-center-hero { padding: 60px 0px 40px; }
  .help-center-hero-title { font-size: 32px; }
  .help-center-hero-subtitle { font-size: 16px; }
  .help-center-grid { grid-template-columns: 1fr; gap: 16px; }
  .help-center-card { padding: 22px 20px; }
  .help-center-section-title { font-size: 20px; }
  .help-center-article-link { padding: 12px; font-size: 14px; }
  .help-center-article { padding: 24px 16px 60px; }
  .help-center-article-meta h1 { font-size: 1.625rem; }
  .help-center-article-body { padding: 28px 20px; }
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-ordinal { syntax: "*"; inherits: false; }
@property --tw-slashed-zero { syntax: "*"; inherits: false; }
@property --tw-numeric-figure { syntax: "*"; inherits: false; }
@property --tw-numeric-spacing { syntax: "*"; inherits: false; }
@property --tw-numeric-fraction { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@font-face { font-family: __nextjs-Geist; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/__nextjs_font/geist-latin-ext.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "__nextjs-Geist Mono"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/__nextjs_font/geist-mono-latin-ext.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: __nextjs-Geist; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/__nextjs_font/geist-latin.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "__nextjs-Geist Mono"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/__nextjs_font/geist-mono-latin.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Alliance No 2"; src: url('/fonts/AllianceNo.2-Light.woff2') format('woff2'),
       url('/fonts/AllianceNo.2-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Alliance No. 2"; src: url('/fonts/AllianceNo.2-Light.woff2') format('woff2'),
       url('/fonts/AllianceNo.2-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
.v3-root, .v3-root * { font-synthesis: weight style; font-feature-settings: "ss04", "liga", "kern"; text-rendering: optimizelegibility; -webkit-font-smoothing: auto; font-family: "Alliance No 2", "Alliance No. 2", "Helvetica Neue", Arial, sans-serif !important; }
@media (max-width: 1024px) {
  .v3-nav-desktop { display: none !important; }
  .v3-nav-mobile-btn { display: flex !important; }
  .v3-navbar { left: 1rem !important; right: 1rem !important; width: calc(100% - 2rem) !important; }
}
@media (min-width: 1025px) {
  .v3-nav-mobile-btn { display: none !important; }
  .v3-nav-mobile-overlay { display: none !important; }
}
@keyframes v3-marquee { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
.v3-marquee-track { display: flex; gap: 48px; animation: 35s linear 0s infinite normal none running v3-marquee; }
.v3-marquee-track:hover { animation-play-state: paused; }
.v3-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.v3-bento1-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.v3-bento3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.v3-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.v3-faq-wrap { max-width: 720px; margin: 0px auto; }
.v3-suite-grid { display: grid; }
.v3-suite-header { display: flex; }
@keyframes v3-cursor-blink { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.v3-hero-cursor-end { display: inline-block; width: 3px; height: 1em; margin-left: 2px; vertical-align: text-bottom; animation: 0.7s step-end 0s infinite normal none running v3-cursor-blink; }
@media (max-width: 900px) {
  .v3-hero-grid, .v3-bento1-content, .v3-bento3-grid, .v3-testimonials-grid { grid-template-columns: 1fr !important; }
}
/* Mobile/tablet overflow safety */
@media (max-width: 767.98px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
}
.v3-footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; }
@media (max-width: 900px) {
  .v3-footer-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .v3-footer-grid { grid-template-columns: 1fr !important; }
}

/* Mobile hero adjustments */
@media screen and (max-width: 767px) {
  .oc-hero-section {
    padding-top: 80px !important;
    min-height: auto !important;
    align-items: flex-start !important;
  }
  .oc-hero-section .oc-hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
  }
  .oc-hero-section .oc-hero-buttons a {
    padding: 10px 22px !important;
    font-size: 0.85rem !important;
  }
  .oc-hero-section .oc-hero-image {
    padding-bottom: 40px !important;
  }
}

/* Match the visual centering of octoflow's hero animation, which is shifted
   left by 80px via transform: translate(-80px, 20px) on .of-hero-right.
   NOTE: si le wrapper d'animation hero est ré-activé (voir WIP-HERO-ANIMATION
   dans octocall.html), repasser le sélecteur sur .oc-hero-anim-wrap. */
@media (min-width: 768px) {
  .oc-hero-section .oc-hero-image img {
    transform: translate(-80px, 20px);
  }
}

/* Suite Section */
.suite {
  padding: 5rem clamp(2.75rem, 8vw, 4rem) 0 clamp(2.75rem, 8vw, 4rem);
  background: #f1f0eb;
  overflow: visible;
  position: relative;
  font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif;
}

.suite-container {
  max-width: calc(100% - clamp(0rem, 8vw, 16rem));
  margin: 0 auto;
  border-radius: 12px;
  overflow: visible;
  background: #f1f0eb;
  position: relative;
  border: none;
}

.suite-column-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(0.4rem, 5vw, calc(8rem - 44px));
  width: clamp(12px, 2vw, 36px);
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 5px,
    #dbd7d4 5px,
    #dbd7d4 6px
  );
  border-left: 1px solid #dbd7d4;
  border-right: 1px solid #dbd7d4;
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
}

.suite-column-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(0.4rem, 5vw, calc(8rem - 44px));
  width: clamp(12px, 2vw, 36px);
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 5px,
    #dbd7d4 5px,
    #dbd7d4 6px
  );
  border-left: 1px solid #dbd7d4;
  border-right: 1px solid #dbd7d4;
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
}

.suite-sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #f1f0eb;
  max-width: calc(100% - clamp(0rem, 8vw, 16rem));
  margin: 0 auto;
  padding: 100px 0 0 0;
}

.suite-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 2rem 0;
  border: none;
  background: #f1f0eb;
  margin-bottom: 0;
}

.suite-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1a1a1a;
}

.suite-header h2 em {
  font-style: italic;
  margin-left: -0.08em;
  letter-spacing: -0.02em;
}

.suite-tabs {
  display: flex;
  border: none;
  border-radius: 0;
  background: #f7f5f2;
  margin-bottom: 0;
  overflow: hidden;
}

.suite-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid #dbd7d4;
  border-left: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 500;
  color: #666;
  transition: all 0.2s;
  text-decoration: none;
}

.suite-tab:first-child {
  border-left: 1px solid #dbd7d4;
}

.suite-tab:hover {
  color: #333;
  background: #f0f0f0;
}

.suite-tab.active {
  color: #000;
  background: #e9e4dc;
}

.suite-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  scroll-margin-top: 200px;
  position: relative;
  overflow: visible;
  margin-bottom: 36px;
  background: #f7f5f2;
  min-height: 580px;
}

.suite-hatch-separator {
  height: 36px;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 5px,
    #dbd7d4 5px,
    #dbd7d4 6px
  );
  border: 1px solid #dbd7d4;
  margin-top: 2.25rem;
  margin-bottom: 0;
}

#suite-retention {
  margin-bottom: 0;
}

#suite-retention::after {
  display: none;
}

.suite-bottom-hatch {
  height: 36px;
  margin-top: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 5px,
    #dbd7d4 5px,
    #dbd7d4 6px
  );
  border: 1px solid #dbd7d4;
}

.suite-sticky-extender {
  height: 5rem;
  background: #f1f0eb;
}

.suite-content:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  height: 38px;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 5px,
    #dbd7d4 5px,
    #dbd7d4 6px
  );
  border: 1px solid #dbd7d4;
}

.suite-content-left {
  padding: 1.5rem 2.5rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.suite-background-symbol {
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5.5rem);
  object-fit: cover;
  object-position: left top;
  transform: scale(1.5);
  transform-origin: left top;
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.suite-content-step {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 1;
  font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif;
}

.suite-content-subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif;
}

.suite-content-separator {
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  height: 0;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.suite-content-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-family: 'Alliance No 2', 'Alliance No. 2', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: normal;
}

.suite-content-desc {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}

.suite-content-link {
  color: #7c5cff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.suite-content-link span {
  text-decoration: underline;
}

.suite-content-link::after {
  content: '\2192';
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
}

.suite-content-link:hover {
  text-decoration: underline;
}

.suite-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.25rem;
}

.suite-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.05rem;
  color: #333;
}

.suite-features li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid #888;
  flex-shrink: 0;
}

.suite-content-right {
  background: linear-gradient(135deg, #f8e8f8 0%, #ffe8f0 50%, #fff0e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

/* Suite responsive */
@media (max-width: 1400px) {
  .suite {
    padding-left: calc(clamp(0.4rem, 5vw, calc(8rem - 44px)) + clamp(12px, 2vw, 36px) + 12px);
    padding-right: calc(clamp(0.4rem, 5vw, calc(8rem - 44px)) + clamp(12px, 2vw, 36px) + 12px);
  }

  .suite-container,
  .suite-sticky-wrapper {
    max-width: 100%;
  }

  .suite-sticky-wrapper {
    padding-top: 80px;
  }

  .suite-header {
    padding: 0.75rem 0 0.5rem 0;
  }

  .suite-header h2 {
    font-size: 1.9rem;
  }

  .suite-content-title {
    font-size: 1.9rem;
  }

  .suite-tab {
    padding: 1rem 1.2rem;
    font-size: 1.05rem;
  }

  .suite-content {
    scroll-margin-top: 220px;
  }
}

@media (max-width: 968px) {
  .suite-container,
  .suite-sticky-wrapper {
    max-width: 100%;
  }

  .suite-sticky-wrapper {
    padding-top: 65px;
  }

  .suite-header {
    padding: 0.3rem 0 0.2rem 0;
  }

  .suite-header h2 {
    font-size: 1.35rem;
  }

  .suite-tab {
    padding: 0.65rem 0.8rem;
    font-size: 0.9rem;
  }

  .suite-tab::before {
    width: 16px;
    height: 16px;
    margin-right: 0.3rem;
  }

  .suite-content-title {
    font-size: 1.5rem;
  }

  .suite-content {
    scroll-margin-top: 150px;
  }

  .suite-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .suite-content-right {
    min-height: 350px;
  }
}

@media (max-width: 640px) {
  .suite-container {
    max-width: 100% !important;
  }

  .suite-sticky-wrapper {
    max-width: 100% !important;
    top: 0 !important;
    padding-top: 65px !important;
  }

  .suite-tabs {
    display: none !important;
  }

  .suite-header {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
    padding: 0.3rem 1rem !important;
    gap: 0.3rem;
  }

  .suite-header h2 {
    font-size: 1.15rem !important;
  }

  .suite-content-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin-bottom: 0.4rem !important;
    padding-top: 0.3rem !important;
  }

  .suite-content {
    scroll-margin-top: 100px !important;
  }

  .suite-content-left {
    padding: 1rem 1rem 1.2rem 1rem !important;
    min-height: auto !important;
  }

  .suite-content-subtitle {
    font-size: 1.21rem !important;
    margin-bottom: 1.05rem !important;
  }

  .suite-content-separator {
    margin-bottom: 0.8rem !important;
  }

  .suite-content-desc {
    font-size: 0.95rem !important;
    color: #444 !important;
    font-weight: 450 !important;
    line-height: 1.5 !important;
    margin-bottom: 0.3rem !important;
  }

  .suite-content-link {
    color: #704ab5 !important;
    font-size: 1rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
  }

  .suite-features {
    gap: 0.6rem !important;
    padding-top: 0.5rem !important;
    margin-top: 0 !important;
  }

  .suite-features li {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    gap: 1rem !important;
  }

  .suite-features li::before {
    width: 10px !important;
    height: 10px !important;
    border-color: #1a1a1a !important;
    border-width: 1.5px !important;
  }

  .suite-hatch-separator {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .suite-content-left h3 {
    font-size: 1.1rem;
  }
  .suite-content-left p {
    font-size: 0.9rem;
  }
}

@media (max-width: 375px) {
  .suite-header h2 {
    font-size: 1rem !important;
  }
}


