@font-face {
  font-family: Gambarino;
  src: url('../fonts/Gambarino-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--light);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_theme---text-faded: var(--swatch--dark-70);
  --_size---space--small: .75rem;
  --_size---space--large: 2rem;
  --_size---space--extra-large: 3rem;
  --_size---space--huge: 4rem;
  --_size---space--extra-small: .5rem;
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_size---radius--main: .375rem;
  --_typography---line-height--1-4: 1.4;
  --swatch--light: #f3ebe4;
  --_typography---line-height--1-3: 1.3;
  --_typography---font--primary-bold: 600;
  --_typography---font--primary-medium: 500;
  --site--width: 90rem;
  --_size---site--margin: 2rem;
  --_size---space--medium: 1rem;
  --_size---space--main: 1.5rem;
  --_size---padding--none: 0rem;
  --_size---padding--small: 3rem;
  --_size---padding--main: 5rem;
  --_size---padding--large: 8rem;
  --_size---padding--extra-large: 10rem;
  --_size---padding--huge: 13rem;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --swatch--transparent: #fff0;
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_theme---accent: var(--swatch--brand);
  --_size---radius--round: 100vw;
  --_size---site--gutter: 1rem;
  --_typography---line-height--1-5: 1.5;
  --_size---radius--small: .1875rem;
  --_typography---font--primary-regular: 400;
  --_theme---button-primary--text: var(--swatch--dark);
  --_size---font-size--text-main: 1.125rem;
  --_typography---line-height--1-2: 1.2;
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_typography---font--tertiary-family\<deleted\|variable-73f1f0ca-9f28-e783-3839-44c100dce7ae\>: "Geist Mono";
  --_typography---font--tertiary-regular\<deleted\|variable-9c0f1751-99c3-0c92-d373-f88d7000412a\>: 400;
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --swatch--dark: #181312;
  --_size---font-size--text-large: 1.375rem;
  --swatch--dark-70: color-mix(in srgb, var(--swatch--dark) 70%, transparent);
  --swatch--dark-secondary: #2e2927;
  --swatch--light-70: color-mix(in srgb, var(--swatch--light) 70%, transparent);
  --swatch--light-secondary: #d8cdbc;
  --swatch--brand: #fcaa2d;
  --_size---font-size--text-extra-small: .875rem;
  --_size---font-size--text-small: 1rem;
  --_size---font-size--h6: 1.5rem;
  --_size---font-size--h5: 1.75rem;
  --_size---font-size--h4: 2.25rem;
  --_size---font-size--h3: 2.75rem;
  --_size---font-size--h2: 3.5rem;
  --_size---font-size--h1: 4.5rem;
  --_size---font-size--display: 6rem;
  --_typography---font--primary-family: Geist, sans-serif;
  --_typography---font--secondary-family: Gambarino, "Times New Roman", sans-serif;
  --_typography---font--secondary-regular: 400;
  --_typography---line-height--1-1: 1.1;
  --_typography---letter-spacing--0-03em: -.03em;
  --_typography---letter-spacing--0-02em: -.02em;
  --_typography---letter-spacing--0-01em: -.01em;
  --_typography---letter-spacing--0em: 0em;
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  --swatch--light-200\<deleted\|variable-ba9c7339-ef92-94ea-cff7-0baa1dddfcc0\>: #f6f7f8;
  --swatch--light-100-4\<deleted\|variable-f3060351-aef2-df7e-0fea-df0dc59c42da\>: #ffffff0a;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
}

h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  margin-bottom: 0;
}

a {
  color: inherit;
}

ul {
  margin-bottom: var(--_size---space--small);
  padding-left: var(--_size---space--large);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

ol {
  margin-bottom: var(--_size---space--small);
  padding-left: var(--_size---space--extra-large);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

li {
  margin-bottom: var(--_size---space--extra-small);
  padding-left: var(--_size---space--extra-small);
}

img {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

label {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

strong {
  font-weight: inherit;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-large);
  padding: var(--_size---space--large);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_typography---line-height--1-4);
  font-weight: var(--_text-style---font-weight);
  text-align: center;
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

figure {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-large);
}

figcaption {
  margin-top: var(--_size---space--small);
  color: var(--_theme---text-faded);
  text-align: left;
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  font-size: .75rem;
}

.u-text-style-display, .u-text-style-h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.u-text-style-h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.u-text-style-h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
}

.u-text-style-h4 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-text-style-h5 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-text-style-h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-large {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-main {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-small.arabic {
  color: var(--swatch--light);
  font-family: Parastoo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.u-text-style-extra-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text h1 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.u-rich-text h2 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
}

.u-rich-text h3 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text h4 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text h5 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text h6 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--extra-small);
  line-height: var(--_typography---line-height--1-3);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text p {
  margin-bottom: var(--_size---space--small);
}

.u-rich-text li {
  margin-bottom: var(--_size---space--extra-small);
}

.u-rich-text a {
  color: var(--_theme---text);
  transition: color .2s;
}

.u-rich-text a:hover {
  color: var(--_theme---text-faded);
}

.u-rich-text strong {
  font-weight: var(--_typography---font--primary-bold);
}

.u-text-align-center {
  text-align: center;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.u-weight-medium {
  font-weight: var(--_typography---font--primary-medium);
}

.u-container {
  z-index: 3;
  width: 100%;
  max-width: var(--site--width);
  padding-right: var(--_size---site--margin);
  padding-left: var(--_size---site--margin);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: inline-size;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.u-cover-absolute:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  mix-blend-mode: multiply;
}

.u-cover-absolute._2 {
  background-color: #d8cdbc;
  margin-top: 27px;
  padding-bottom: 0;
}

.u-cover-absolute.gr:where(.w-variant-2bd5bd91-75ca-b89d-b397-113bb19e35f6), .u-cover-absolute.gr:where(.w-variant-e2cf9814-c1e8-cced-d466-31e5506b9b6e), .u-cover-absolute.gr.light-secondary-13, .u-cover-absolute.gr.light-secondary-46 {
  background-color: #ebebe9;
  margin-top: 50px;
}

.u-cover-absolute._33:where(.w-variant-2bd5bd91-75ca-b89d-b397-113bb19e35f6) {
  margin-top: 8px;
}

.u-cover-absolute._33:where(.w-variant-e2cf9814-c1e8-cced-d466-31e5506b9b6e) {
  margin-top: 12px;
}

.u-cover-absolute._33.light-secondary-25, .u-cover-absolute._33.light-secondary-58 {
  margin-top: 8px;
}

.u-cover-absolute.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.u-cover-absolute.mob {
  display: none;
}

.u-btn-group {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-btn-group.is-centered {
  justify-content: center;
  align-items: center;
}

.u-hflex-center-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.u-gap-extra-small {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
}

.u-gap-small {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
}

.u-gap-medium {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
}

.u-gap-main {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
}

.u-gap-large {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--large);
}

.u-gap-extra-large {
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
}

.g_section_padding {
  height: var(--_size---padding--none);
}

.g_section_padding:where(.w-variant-af98f9ef-c169-8fc2-1410-a3130a8bb6ee) {
  height: var(--_size---padding--small);
}

.g_section_padding:where(.w-variant-79019481-812f-38eb-e733-6b97cf325e70) {
  height: var(--_size---padding--main);
}

.g_section_padding:where(.w-variant-a65b70c0-c6e4-2337-a6e8-23a3768d855e) {
  height: var(--_size---padding--large);
}

.g_section_padding:where(.w-variant-66dc506c-bba1-d1e0-e82c-f2f306114cf6) {
  height: var(--_size---padding--extra-large);
}

.g_section_padding:where(.w-variant-ccb29a4a-34dd-2aa5-4df6-e6181976d16e) {
  height: var(--_size---padding--huge);
}

.g_section_padding.small, .g_section_padding.small-2 {
  height: var(--_size---padding--small);
}

.page_wrap {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.page_main {
  flex: 1;
  margin-top: -1px;
}

.btn_main_wrap {
  border: 1px solid var(--_button-style---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  font-size: var(--_text-style---font-size);
  text-align: center;
  cursor: pointer;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  justify-content: center;
  align-items: center;
  padding: .25rem;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-flex;
}

.btn_main_wrap:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.btn_main_wrap:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  background-color: var(--swatch--transparent);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.btn_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(.98);
}

.btn_main_wrap:hover:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  border-color: var(--swatch--transparent);
  background-color: var(--swatch--transparent);
}

.btn_main_text {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.btn_main_text.is-hover {
  position: absolute;
  inset: 100% auto auto 0%;
}

.btn_main_text.arabic-btn {
  font-family: Parastoo, sans-serif;
  font-size: 1.4rem;
  font-weight: var(--_typography---font--primary-bold);
}

.eyebrow_wrap {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.eyebrow_marker {
  background-color: var(--_theme---accent);
  width: .25rem;
  height: .25rem;
}

.g_eyebrow_text {
  text-transform: uppercase;
  font-size: .875rem;
}

.g_eyebrow_text.arabic-p {
  font-family: Parastoo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.tag_main_wrap {
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--round);
  padding: .13rem .5rem;
}

.tag_main_wrap:where(.w-variant-4b91d747-8138-060c-e9c4-692c15de4d7d) {
  border-color: var(--_theme---text);
  background-color: var(--_theme---text);
}

.tag_main_text {
  color: var(--_theme---text);
  text-transform: uppercase;
  font-size: .75rem;
}

.tag_main_text:where(.w-variant-4b91d747-8138-060c-e9c4-692c15de4d7d) {
  color: var(--_theme---background);
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-section {
  background-color: var(--_theme---background);
  width: 100%;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  flex-flow: column;
  justify-content: center;
  display: flex;
  overflow: clip;
}

.u-section:where(.w-variant-36c86a8a-3a9a-b7dc-ee84-9425fd3bb8ab) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-8033f21e-e722-e13a-f183-6512e25e1311) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-72a8cc14-977f-5f36-a212-9acd1ff4ea48) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-38d29bda-3c1f-6510-ff7a-a057b59c6b03) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-02717257-4700-b788-367b-6804312a884d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7301bb0e-a8f7-cfff-0679-a7b61ba6e2b4) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d9762e9b-63ff-b749-d9ae-d022151e2a82) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c3124610-2411-8d22-bdde-f12eb9903cd7) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1df23639-4407-c86c-18c4-7c078f53bd50), .u-section:where(.w-variant-5f100f46-d11d-1d7e-4049-ffa86cb79679) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e46c5a83-0624-66ad-74df-c1fa0d1ffee2) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-f9f48987-6f0c-373b-4cff-d4046a92f8d7) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-040c82dd-a4c8-597d-61e2-8675529fff7f) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-791d4261-afa5-b16d-efa8-0fe3b5056ff1) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-77caee9f-7efa-9afb-af55-e10281c162dd), .u-section:where(.w-variant-2e997661-e2ef-fd43-01de-3ff9ecefe420) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-2ce6d554-1f73-297b-565b-66bc60ffa262) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-215fe657-78b7-166e-e5c1-912513b6d7d4), .u-section:where(.w-variant-f2fbfa70-514a-11f8-d1fb-98d856f9ced7) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-ef2a7f3c-f565-9e47-5842-bc055b91a714) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-ec3b9a0d-4e1d-de0e-77dc-28bb0e625734), .u-section:where(.w-variant-a3396535-236e-a418-e1d5-b632debec9d4) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-56ac71aa-c87c-77a3-1c7f-d7af5ed9c8e4) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-afe94f20-36d0-39d4-d1ce-921adf2b5125) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c0550f18-695d-6f42-3944-347f83517327) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-88f973e2-db34-3aaf-5f7f-70ade9650f0d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-46fd0d3a-9550-011f-34f1-8e83d6d36dc8) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-56bf7ca4-6a23-ca18-00a5-df65d8170d74) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-7e891075-7c31-f34e-e147-91dce691d702) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1136bc8b-a4e2-5416-baa2-56803277b4bd) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41df) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41e0) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41e1) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-5bc30a5d-2387-813e-f957-06af647e849f) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-fc157a99-e561-269b-1b9e-3e827eaad012) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-4bf4e4d3-c7ec-05b0-e71d-f8133d27f90e) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a14) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a15) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a16) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52b9) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52ba) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52bb) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0c) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-2bd5bd91-75ca-b89d-b397-113bb19e35f6) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-e2cf9814-c1e8-cced-d466-31e5506b9b6e) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e0528899-eca2-4165-3a2a-2699e48045ac) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-17904bf5-11a6-97ed-a0d7-60c7aa1f3a7d) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-71f5201a-59bd-1bc0-78f7-f68ac85affbb) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-dabce554-4352-54b2-83f1-769bba0817bd), .u-section:where(.w-variant-338fa8f7-fd1d-91a6-a92e-9b6fcea3c68b) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d011fae8-f1fa-ee26-02f2-6aa8d9695d58) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e2afda0c-3ff5-dd46-9517-0644f5f6fb55) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-edb84c04-6169-98da-a118-158abdc05a8d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-bf94333e-12ce-a7be-de7b-5a7b8a88f16d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-4edb7123-8536-db5b-64b5-9448903d5d6d), .u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f75) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f76) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f77) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9215) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9216) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9217), .u-section:where(.w-variant-cbcbfae5-760f-c83e-bf8a-61d5c4c8973c) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-42a50311-609f-c2b3-3926-06e6da91b7d0) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-9e2964f8-6c83-1e6f-c2c3-4c3a46346bb6), .u-section:where(.w-variant-83ba3071-0854-34ef-45f1-90e9a481a22b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c2f3b27e-2624-8a30-c9f1-159f8c7c01d7) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-0fe087c5-33e9-183b-2b10-da27074d121b) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f7e) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f7f) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f80) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section.light-secondary, .u-section.light-secondary-6 {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section.dark {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section.light-secondary-29, .u-section.light-secondary-34 {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section.dark-4 {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section.light-secondary-39 {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section.dark-20 {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.sg_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sg_label {
  color: #fff;
  background-color: #0073e6;
  border-radius: .25rem;
  padding: .375rem .5rem;
  font-size: .875rem;
  line-height: 1.3em;
}

.sg_label.is-component {
  background-color: #00a457;
  background-image: url('../images/Component-Icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .875rem;
  padding-left: 1.75rem;
}

.sg_intro-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 56ch;
  display: flex;
}

.sg_intro-wrapper {
  padding-bottom: var(--_size---space--huge);
  border-bottom: 1px solid var(--_theme---border);
}

.sg_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.sg_component_text {
  max-width: 64ch;
}

.sg_component_title {
  padding-bottom: var(--_size---space--main);
  border-bottom: 1px solid var(--_theme---border);
}

.sg_component_contain {
  min-height: 4rem;
  padding-top: var(--_size---space--extra-large);
  padding-bottom: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg_component_wrap {
  margin-top: var(--_size---space--huge);
  margin-bottom: var(--_size---padding--main);
  padding: var(--_size---space--main);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
}

.heading_wrap {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---site--gutter);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  align-items: end;
  width: 100%;
  display: grid;
}

.heading_wrap:where(.w-variant-128b6ffe-0ffe-ec91-ea0d-96c95e3f4838) {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_wrap:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_wrap.is-hero:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  max-width: 72ch;
}

.heading_wrap.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.g_heading.u-text-style-h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

.g_heading.u-text-style-h2:where(.w-variant-43b42575-1ccf-d2d6-7772-39cc6ae6d36e) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_heading.u-text-style-h2:where(.w-variant-86f70087-8f4a-299b-6eaf-d50dbe16d603) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.g_heading.u-text-style-h2:where(.w-variant-e2eccbc9-d4b0-381a-3d68-ce575d6c67f1) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2:where(.w-variant-45171e5e-d520-c084-5b60-af3793cd787c) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2:where(.w-variant-b4a70364-da96-60b2-ecd1-d91175280044) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
}

.g_heading.u-text-style-h2:where(.w-variant-d4f899cf-c67d-8ad9-b9a5-509e47d7d35c) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_heading.u-text-style-h2.lh:where(.w-variant-45171e5e-d520-c084-5b60-af3793cd787c) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2.lh.display, .g_heading.u-text-style-h2.lh.display-2 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_heading.u-text-style-h2.lh.display-2.arabic-h1 {
  font-family: Cairo, sans-serif;
  font-size: 3.3rem;
  line-height: var(--_typography---line-height--1-5);
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 400;
}

.g_heading.u-text-style-h2.lh.display-2.arabic-h1.smlr {
  font-size: 2.7rem;
}

.g_heading.u-text-style-h2.lh.h4 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2.lh.h4.arabic-h4 {
  font-family: Cairo, sans-serif;
  font-size: 1.8rem;
}

.g_heading.u-text-style-h2.lh.h1, .g_heading.u-text-style-h2.lh.h1-2 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_heading.u-text-style-h2.lh.h5 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2.lh.h5.arabic-ph {
  font-family: Cairo, sans-serif;
  font-size: 1.6rem;
}

.g_heading.u-text-style-h2.lh.h5-2, .g_heading.u-text-style-h2.lh.h5-3 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2.lh.h1-3, .g_heading.u-text-style-h2.lh.h1-4, .g_heading.u-text-style-h2.lh.h1-5 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_heading.u-text-style-h2.lh.h5-4, .g_heading.u-text-style-h2.lh.h5-5, .g_heading.u-text-style-h2.lh.h5-6 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.g_heading.u-text-style-h2.lh.h1-6, .g_heading.u-text-style-h2.lh.h1-7 {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.g_description.u-text-style-main p {
  margin-bottom: var(--_size---space--small);
  font-size: 1.6rem;
}

.g_description.u-text-style-main.arabic-ph {
  font-family: Parastoo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.heading_description {
  grid-column: 9 / span 4;
}

.heading_description.u-text-wrap-pretty {
  width: 100%;
}

.layout_vertical_grid.u-grid {
  grid-row-gap: var(--_size---space--large);
  min-height: 8rem;
}

.layout_vertical_grid.u-grid.is-border {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-bottom: -1px;
  margin-right: -1px;
}

.u-grid {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---site--gutter);
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.utility_main_wrap {
  width: 100%;
  max-width: var(--site--width);
  padding: var(--_size---padding--huge) var(--_size---site--margin) var(--_size---padding--extra-large);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility_main_card {
  width: 100%;
  max-width: 44rem;
  padding: var(--_size---space--large);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  text-align: center;
  margin-bottom: 0;
}

.utility_main_layout {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form_main_label {
  margin-bottom: var(--_size---space--extra-small);
  text-align: left;
  text-transform: uppercase;
  font-size: .75rem;
}

.form_main_input {
  min-height: 3.5rem;
  padding: var(--_size---space--medium) var(--_size---space--main);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--swatch--transparent);
  color: var(--_theme---text);
  margin-bottom: 0;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
}

.form_main_input:focus {
  border-color: var(--_theme---text);
}

.form_main_input::placeholder {
  color: color-mix(in srgb, var(--_theme---text-faded) 50%, transparent);
}

.form_main_input.is-text-area {
  min-height: 10rem;
}

.form_main_btn {
  padding: var(--_size---space--medium) var(--_size---space--large);
  border: 1px solid var(--_theme---text);
  border-radius: var(--_size---radius--small);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  font-size: var(--_text-style---font-size);
  cursor: pointer;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
}

.form_main_btn:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18), .form_main_btn:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.form_main_btn:hover {
  border-color: var(--_theme---text);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  transform: scale(.98);
}

.form_main_layout {
  width: 100%;
}

.utility_main_title {
  margin-bottom: var(--_size---space--large);
}

.form_main_error {
  margin-top: var(--_size---space--medium);
  padding: var(--_size---space--small) var(--_size---space--medium);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--swatch--transparent);
  text-align: center;
}

.utility_body {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.sg_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.u-vertical-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sg_label-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn_primary {
  color: #013539;
  text-align: center;
  background-color: #a3e96a;
  border: 1px solid #a3e96a;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: border-color .2s, color .2s, background-color .2s;
}

.btn_primary:hover {
  color: #013539;
  background-color: #fff0;
  border-color: #a3e96a;
}

.g_icon {
  width: 100%;
  max-width: 3rem;
  height: 100%;
}

.heading_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  grid-column: span 6;
  display: flex;
}

.heading_title:where(.w-variant-128b6ffe-0ffe-ec91-ea0d-96c95e3f4838) {
  justify-content: flex-start;
  align-items: center;
}

.heading_title:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.heading_title.u-text-wrap-pretty.center-2 {
  justify-content: flex-start;
  align-items: center;
}

.btn_main_clip {
  position: relative;
  overflow: hidden;
}

.accordion_wrap {
  border-bottom: 1px solid var(--_theme---border);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion_content {
  padding-right: var(--_size---space--extra-large);
  overflow: hidden;
}

.accordion_icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.accordion_title {
  padding-top: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item_main_wrap {
  width: 100%;
  padding-top: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-slot {
  opacity: .5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1px;
  display: flex;
}

.icon-slot.is-large {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
}

.item_main_text {
  color: var(--_theme---text);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.item_feature_wrap {
  padding-top: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  border-bottom: 1px solid var(--_theme---border);
  flex-flow: row;
  display: flex;
}

.item_feature_wrap:where(.w-variant-037c39f1-1aac-802f-49ed-7d49f76a8328) {
  border-bottom-style: none;
  padding-bottom: 0;
}

.item_feature_wrap:where(.w-variant-709d67b4-e0ae-6f71-e381-285f8d827884) {
  padding-top: 0;
}

.item_feature_wrap:where(.w-variant-32224d09-b056-51bb-3a48-89c3aaeb9043) {
  border-bottom-style: none;
  padding-bottom: 0;
}

.item_feature_wrap:where(.w-variant-32224d09-b056-51bb-3a48-89c3aaeb9044) {
  padding-top: 0;
}

.card_icon_wrap {
  width: 100%;
  max-width: 36rem;
  padding-top: var(--_size---space--main);
  padding-right: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  padding-left: var(--_size---space--main);
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  flex-flow: column;
  grid-column: span 3;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_icon_content {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  flex-flow: column;
  display: flex;
}

.card_stat_wrap {
  width: 100%;
  max-width: 36rem;
  padding-left: var(--_size---space--medium);
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  flex-flow: column;
  flex: 1;
  grid-column: span 3;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_stat_wrap.arab {
  padding-right: var(--_size---space--medium);
  border-right: 1px solid var(--_theme---border);
  border-left-style: none;
  padding-left: 0;
}

.card_stat_number.u-text-style-h4.arabic-nmb {
  font-family: Parastoo, sans-serif;
  font-size: 3rem;
  font-weight: var(--_typography---font--primary-bold);
}

.card_stat_description {
  text-transform: uppercase;
}

.card_stat_description.u-text-style-extra-small {
  line-height: var(--_typography---line-height--1-3);
}

.card_stat_description.u-text-style-extra-small.arabic {
  font-family: Parastoo, sans-serif;
  font-size: 1.6rem;
}

.card_blog_wrap {
  width: 100%;
  max-width: 36rem;
  height: 100%;
  padding-bottom: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  flex-flow: column;
  grid-column: span 12;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_blog_visual {
  aspect-ratio: 5 / 3.3;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_main_content {
  padding-right: var(--_size---space--main);
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.card_main_content:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  padding-right: 0;
}

.card_main_details {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.u-text-style-eyebrow {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-eyebrow.is-small {
  font-size: .75rem;
}

.card_main_heading.u-text-style-h5:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.card_pricing_wrap {
  width: 100%;
  max-width: 36rem;
  padding-top: var(--_size---space--large);
  padding-right: var(--_size---space--large);
  padding-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--large);
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  color: var(--_theme---text);
  flex-flow: column;
  grid-column: span 4;
  display: flex;
}

.card_pricing_wrap:where(.w-variant-98b93382-1bc8-dc43-0509-6d50bb00a3c9) {
  border-color: var(--_theme---background);
  background-color: var(--_theme---background);
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.card_pricing_header {
  padding-bottom: var(--_size---space--medium);
  border-bottom: 1px solid var(--_theme---border);
}

.card_pricing_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  display: flex;
}

.card_pricing_content {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card_pricing_row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: baseline;
  display: flex;
}

.card_pricing_subtext {
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.card_pricing_cta {
  flex-flow: column;
  display: flex;
}

.form_main_success {
  height: 100%;
  padding: var(--_size---space--main);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--swatch--transparent);
  text-align: left;
}

.form_main_success.is-contact {
  padding: var(--_size---space--huge);
}

.form_main_success_layout {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_main_success_layout.is-contact {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.form_main_error_layout {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card_team_wrap {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  grid-column: span 4;
  width: 100%;
  max-width: 36rem;
  text-decoration: none;
  display: flex;
}

.card_team_visual {
  aspect-ratio: 3.66 / 5;
  border-radius: var(--_size---radius--main);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_image_content {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: column;
  display: flex;
}

.footer_wrap {
  padding-top: var(--_size---space--medium);
  padding-bottom: var(--_size---space--medium);
  border-top: 1px solid var(--_theme---border);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  position: relative;
}

.footer_top {
  padding-top: var(--_size---site--margin);
  padding-bottom: var(--_size---space--huge);
}

.footer_top.u-grid {
  grid-row-gap: var(--_size---padding--main);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer_logo {
  filter: invert();
  width: auto;
  height: 2.2rem;
}

.footer_column {
  flex-flow: column;
  display: flex;
}

.footer_column.is-1 {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_subhead {
  margin-bottom: var(--_size---space--small);
  padding-bottom: var(--_size---space--small);
  border-bottom: 1px solid var(--_theme---border);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.footer_subhead.ar {
  font-family: Parastoo, sans-serif;
  font-size: 1.3rem;
}

.footer_links_wrap {
  flex-flow: column;
  display: flex;
}

.footer_link_wrap {
  padding-top: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  text-decoration: none;
}

.footer_link_text.is-hover {
  pointer-events: none;
  position: absolute;
  inset: 100% auto auto 0%;
}

.footer_link_text.ar {
  font-family: Parastoo, sans-serif;
  font-size: 1.4rem;
}

.footer_main_clip {
  position: relative;
  overflow: hidden;
}

.footer_bottom {
  padding-top: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  border-top: 1px solid var(--_theme---border);
}

.footer_bottom.u-grid {
  grid-row-gap: var(--_size---space--small);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer_bottom_left {
  grid-column: span 2;
}

.footer_text_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  align-items: baseline;
  display: flex;
}

.nav_wrap {
  z-index: 999;
  padding-top: var(--_size---space--medium);
  padding-bottom: var(--_size---space--medium);
  background-color: var(--swatch--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.nav_logo_image {
  width: auto;
  height: 1.63rem;
}

.nav_logo_image.invert {
  filter: invert();
  height: 1.7rem;
}

.nav_menu {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  display: flex;
}

.nav_menu_left {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link_wrap {
  padding: var(--_size---space--extra-small) var(--_size---space--small);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font--primary-medium);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  text-decoration: none;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav_link_wrap:hover {
  color: var(--_theme---text-faded);
}

.nav_link_wrap.is-dropdown {
  width: 100%;
  padding-right: var(--_size---space--extra-small);
  padding-left: var(--_size---space--extra-small);
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  border-bottom: 1px solid var(--_theme---border);
  font-weight: var(--_typography---font--primary-regular);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link_wrap.is-dropdown:where(.w-variant-17fb7bb4-8ac2-899c-ce1c-6951cf6d8a8d) {
  border-bottom-style: none;
}

.nav_btn_wrap {
  padding: var(--_size---space--extra-small) var(--_size---space--medium);
  border: 1px solid var(--_button-style---border);
  border-radius: var(--_size---radius--small);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_btn_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(.98);
}

.nav_btn_text {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.nav_btn_text.is-hover {
  pointer-events: none;
  position: absolute;
  inset: 100% auto auto 0%;
}

.nav_btn_clip {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.text_callout_wrap {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout_vertical_wrap {
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
  flex-flow: column;
  display: flex;
}

.text_callout_heading.u-text-style-h2 {
  line-height: var(--_typography---line-height--1-2);
}

.split_main_wrap {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--extra-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split_main_visual {
  aspect-ratio: 6.72 / 8;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.split_main_visual:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  mix-blend-mode: normal;
  background-color: #0000;
}

.split_main_content {
  padding-top: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.split_main_content:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  padding-top: 0;
  padding-bottom: var(--_size---space--extra-large);
}

.split_main_bottom {
  width: 100%;
  max-width: 44ch;
}

.split_main_list {
  flex-flow: column;
  display: flex;
}

.u-list-slot {
  flex-flow: column;
  width: 100%;
  min-height: 4rem;
  display: flex;
}

.image_full_wrap {
  aspect-ratio: 13.73 / 6;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image_full_wrap.is-article {
  aspect-ratio: 11.56 / 6;
}

.cms_grid_list {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---space--extra-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms_grid_list.u-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
}

.cms_grid_item {
  grid-column: span 4;
}

.filters_blog_wrap {
  margin-right: auto;
  margin-bottom: var(--_size---space--main);
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  border-top-left-radius: var(--_size---radius--round);
  border-top-right-radius: var(--_size---radius--round);
  border-bottom-left-radius: var(--_size---radius--round);
  border-bottom-right-radius: var(--_size---radius--round);
  flex-flow: wrap;
  width: fit-content;
  margin-left: auto;
  padding: .25rem;
  display: flex;
}

.filter_link_wrap {
  border: 1px solid var(--swatch--transparent);
  border-radius: var(--_size---radius--round);
  background-color: var(--swatch--transparent);
  text-align: center;
  padding: .44rem .88rem .38rem;
  text-decoration: none;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.filter_link_wrap:hover {
  color: var(--_theme---text-faded);
}

.filter_link_wrap.w--current {
  border-color: var(--_theme---text);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
}

.filters_blog_list {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: wrap;
  display: flex;
}

.empty_main_wrap {
  padding: var(--_size---padding--main);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--swatch--transparent);
}

.empty_main_layout.u-vflex-stretch-top.u-gap-extra-large {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--large);
}

.empty_main_text {
  text-align: center;
}

.empty_main_cta.u-btn-group {
  justify-content: center;
  align-items: center;
}

.faq_list_wrap {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  flex-flow: column;
  display: flex;
}

.faq_list_list {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.is-hidden {
  display: none;
}

.u-arrow-icon {
  width: 50%;
  height: 50%;
}

.testimonials_slider_wrap {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  flex-flow: column;
  display: flex;
}

.testimonials_slider_slider {
  background-color: var(--swatch--transparent);
  height: auto;
}

.testimonials_slider_arrow {
  border: 1px solid var(--_theme---text);
  border-radius: var(--_size---radius--round);
  width: 3rem;
  height: 3rem;
  color: var(--_theme---text);
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.testimonials_slider_arrow:hover {
  opacity: .7;
  transform: scale(.96);
}

.testimonials_slider_arrow.is-next {
  right: 0;
}

.testimonials_slider_arrow.is-prev {
  left: 0;
}

.testimonials_slider_slide {
  padding-right: var(--_size---space--huge);
  padding-left: var(--_size---space--huge);
}

.card_testimonial_quote.u-text-style-h4 {
  color: var(--_theme---text);
  text-align: center;
}

.card_testimonial_photo {
  border-radius: var(--_size---radius--small);
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.card_testimonial_title {
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.form_contact_wrap.u-grid {
  grid-row-gap: var(--_size---space--extra-large);
}

.form_contact_left {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  grid-column: span 4;
  justify-content: space-between;
  display: flex;
}

.form_contact_right {
  padding-left: var(--_size---space--huge);
  grid-column: 6 / span 7;
}

.form_contact_form {
  margin-bottom: 0;
}

.form_main_columns {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_text_wrap {
  padding-top: var(--_size---padding--huge);
  padding-bottom: var(--_size---padding--small);
}

.hero_image_wrap {
  padding-top: var(--_size---padding--huge);
  padding-bottom: var(--_size---padding--main);
  grid-column-gap: var(--_size---padding--main);
  grid-row-gap: var(--_size---padding--main);
  flex-flow: column;
  display: flex;
}

.hero_team_content {
  padding-right: var(--_size---padding--large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  display: flex;
}

.hero_team_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  display: flex;
}

.rich_text_wrap {
  width: 100%;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

.rich_text_cta.u-btn-group {
  justify-content: center;
  align-items: center;
}

.hero_article_wrap {
  padding-top: var(--_size---padding--huge);
  padding-bottom: var(--_size---padding--small);
  grid-column-gap: var(--_size---padding--small);
  grid-row-gap: var(--_size---padding--small);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_article_content {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--large);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero_article_details {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_article_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  width: 100%;
  max-width: 88ch;
  display: flex;
}

.hero_article_author {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_author_author_image {
  border-radius: var(--_size---radius--round);
  background-color: var(--_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>);
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.blog_post_wrap {
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_team_link {
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.hero_team_link:hover {
  border-color: var(--_theme---text);
}

.hero_team_icon {
  width: 58%;
  height: 58%;
}

.hero_team_cta.u-btn-group {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
}

.hero_image_eyebrow, .heading_eyebrow, .utility_main_eyebrow {
  display: inline-flex;
}

.section_hero {
  background-color: var(--_theme---background);
  width: 100%;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.section_hero:where(.w-variant-fc9f1341-dc27-813e-2b3b-11c69be773a3) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-11117987-b619-a569-19ab-81f98c825e5e) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-42d013b6-4437-860d-e923-ea911696e82d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-73537418-398f-e20f-9561-7bd4e2c2429c) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-7af65e01-4356-e8e1-b579-4baa707310c2) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-67fbe3b9-8f7d-cd25-1a27-f54d60352e16) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-86a96e56-e8ef-e871-bccd-7f2d858bc49b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-115c10c9-a242-e83e-d097-6369ee4ada30) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-3c36a0af-1594-7076-3e54-10fc8c10949a) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-faae038e-a1c5-ca04-e13d-a1937fff5aca) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-d437b162-b650-7269-9cf9-8b61275b8916) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-5e45bf89-f9da-94e6-bcb1-8b78497f3094) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.split_main_eyebrow, .text_callout_eyebrow {
  display: inline-flex;
}

.gsap_guide_section {
  padding-right: var(--_size---space--huge);
}

.u-rich-text--gsap h1 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--medium);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.u-rich-text--gsap h2 {
  margin-top: var(--_size---space--small);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text--gsap h3 {
  margin-top: var(--_size---space--medium);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text--gsap h4 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--medium);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text--gsap h5 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--gsap h6 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--extra-small);
  font-family: var(--_typography---font--tertiary-family\<deleted\|variable-73f1f0ca-9f28-e783-3839-44c100dce7ae\>);
  color: var(--_theme---accent);
  font-weight: var(--_typography---font--tertiary-regular\<deleted\|variable-9c0f1751-99c3-0c92-d373-f88d7000412a\>);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--gsap p {
  margin-bottom: var(--_size---space--small);
}

.u-rich-text--gsap blockquote {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--gsap ol {
  margin-bottom: var(--_size---space--large);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  overflow: visible;
}

.u-rich-text--gsap li {
  margin-bottom: var(--_size---space--extra-small);
}

.u-rich-text--gsap ul {
  margin-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--main);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  list-style-type: disc;
  overflow: visible;
}

.u-rich-text--gsap a {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.u-rich-text--gsap a:hover {
  color: var(--_theme---text);
  text-decoration: underline;
}

.u-rich-text--gsap strong {
  border: 1px solid var(--_theme---border);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  border-radius: .25rem;
  padding: .125rem .5rem;
  display: inline-block;
}

.u-rich-text--gsap em {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  background-color: color-mix(in srgb, var(--_theme---border) 50%, transparent);
  border-color: color-mix(in srgb, var(--_theme---border) 50%, transparent);
  border-radius: .25rem;
  margin-left: .375rem;
  padding: .125rem .5rem;
  font-style: normal;
  display: inline-block;
}

.horizontal-line {
  background-color: var(--_theme---border);
  width: 100%;
  height: 1px;
}

.gsap_guide_wrapper {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--large);
  flex-flow: column;
  display: flex;
}

.btn_main {
  padding: var(--_size---space--medium) var(--_size---space--main);
  border: 1px solid var(--_button-style---border);
  border-radius: var(--_size---radius--main);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  font-size: var(--_text-style---font-size);
  text-align: center;
  cursor: pointer;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-flex;
}

.btn_main:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18), .btn_main:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.btn_main:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(.98);
}

.btn_main.is-secondary {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.btn_main_secondary {
  border-radius: var(--_size---radius--small);
  background-color: var(--_theme---button-primary--background-2);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.btn_main_secondary:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18) {
  display: none;
}

.btn_main_secondary:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  background-color: var(--_theme---button-secondary--background);
  width: 1.75rem;
  height: 1.75rem;
}

.btn_main_svg {
  width: 100%;
  height: 100%;
}

.btn_main_svg.is-hover {
  position: absolute;
  inset: 0% auto auto -100%;
}

.btn_main_inner {
  padding: var(--_size---space--small) var(--_size---space--main);
}

.btn_main_inner:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  padding: 0;
}

.item_feature_row {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.u-text-style-subhead {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.item_feature_number {
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--round);
  width: 2rem;
  height: 2rem;
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  text-align: center;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-rich-text-accordion {
  margin-bottom: var(--_size---space--main);
}

.u-rich-text-accordion h1 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
}

.u-rich-text-accordion h2 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
}

.u-rich-text-accordion h3 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text-accordion h4 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text-accordion h5 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text-accordion h6 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--extra-small);
  line-height: var(--_typography---line-height--1-3);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text-accordion p {
  margin-bottom: var(--_size---space--small);
}

.u-rich-text-accordion li {
  margin-bottom: var(--_size---space--extra-small);
}

.u-rich-text-accordion a {
  color: var(--_theme---text);
  transition: color .2s;
}

.u-rich-text-accordion a:hover {
  color: var(--_theme---text-faded);
}

.u-rich-text-accordion strong {
  font-weight: var(--_typography---font--primary-bold);
}

.card_image_visual {
  aspect-ratio: 5 / 3.3;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  position: relative;
  overflow: hidden;
}

.card_service_wrap {
  width: 100%;
  max-width: 36rem;
  padding-bottom: var(--_size---space--large);
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  object-position: 100% 50%;
  flex-flow: column;
  grid-column: span 4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_service_visual {
  aspect-ratio: 1;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_service_visual._2 {
  background-color: #d8cdbc;
}

.card_service_visual.gray:where(.w-variant-2bd5bd91-75ca-b89d-b397-113bb19e35f6), .card_service_visual.gray:where(.w-variant-e2cf9814-c1e8-cced-d466-31e5506b9b6e), .card_service_visual.gray.light-secondary-12, .card_service_visual.gray.light-secondary-24, .card_service_visual.gray.light-secondary-45, .card_service_visual.gray.light-secondary-57 {
  background-color: #ebebe9;
}

.card_service_line {
  background-color: var(--_theme---text);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card_main_arrow {
  width: var(--_size---padding--main);
  height: var(--_size---padding--main);
  border-radius: var(--_size---radius--round);
  background-color: var(--swatch--dark);
  color: var(--swatch--light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card_main_icon {
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.card_main_svg.is-hover {
  position: absolute;
  inset: 0% auto auto -100%;
}

.card_blog_line {
  background-color: var(--_theme---text);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card_case_wrap {
  width: 100%;
  max-width: 36rem;
  height: 100%;
  padding-bottom: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  flex-flow: column;
  grid-column: span 12;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_case_wrap:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  background-color: var(--_theme---background);
  max-width: none;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.card_case_image {
  aspect-ratio: 5 / 3.3;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_case_image:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  aspect-ratio: auto;
  border-radius: var(--_size---radius--small);
  height: auto;
}

.card_case_cta {
  display: flex;
}

.card_case_visual {
  border-radius: var(--_size---radius--main);
  position: relative;
  overflow: hidden;
}

.card_case_visual:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  width: 100%;
  height: 100%;
  padding-top: var(--_size---space--large);
  padding-right: var(--_size---space--large);
  padding-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--large);
  aspect-ratio: 1;
  grid-column: span 4;
  display: flex;
}

.card_case_link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_case_content {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.card_case_content:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
  padding-top: var(--_size---space--extra-large);
  padding-right: var(--_size---space--extra-large);
  padding-bottom: var(--_size---space--extra-large);
  padding-left: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
  grid-column: span 8;
  justify-content: space-between;
  align-items: stretch;
}

.btn_main_icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_main_icon:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  width: 57%;
  height: 57%;
}

.u-text-style-micro {
  font-family: var(--_text-style---font-family);
  font-size: .75rem;
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-text-style-micro.ar {
  font-family: Parastoo, sans-serif;
  font-size: 1rem;
}

.footer_card {
  padding-right: var(--_size---site--margin);
  padding-left: var(--_size---site--margin);
  border-radius: var(--_size---radius--main);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  background-color: #000000c9;
}

.footer_cta_wrap {
  z-index: 2;
  position: relative;
}

.footer_cta_layout {
  width: 100%;
  max-width: 60ch;
}

.footer_contain.u-container {
  padding-right: var(--_size---space--medium);
  padding-left: var(--_size---space--medium);
}

.footer_bg {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  position: absolute;
  inset: 0%;
}

.footer_mask {
  z-index: 2;
  width: auto;
  height: 3.94rem;
  color: var(--_theme---background);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_layout {
  width: fit-content;
  max-width: 100%;
  padding-top: var(--_size---space--extra-small);
  padding-right: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  padding-left: var(--_size---space--medium);
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  background-color: #000000c9;
  border: 1px #00000026;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_layout.ar, .nav_layout.arr {
  padding-right: var(--_size---space--medium);
  padding-left: var(--_size---space--extra-small);
}

.nav_dropdown_toggle {
  padding: var(--_size---space--extra-small) var(--_size---space--small);
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font--primary-medium);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_dropdown_icon {
  opacity: .5;
  width: .875rem;
  height: .875rem;
}

.nav_dropdown_menu {
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---background);
  min-width: 14rem;
  max-width: 100%;
  padding: .25rem;
  inset: 3.125rem auto auto 0%;
}

.nav_link_icon {
  opacity: .5;
  width: 1rem;
  height: 1rem;
}

.hero_text_gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_theme---accent), var(--swatch--transparent));
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.split_main_mask {
  width: auto;
  height: var(--_size---space--extra-large);
  color: var(--_theme---background);
  margin-top: -2px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.split_main_mask.is-bottom {
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto auto 0% 0%;
}

.split_main_mask.is-bottom.right-move {
  transform-style: preserve-3d;
  left: auto;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.split_main_mask.ar-path {
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.callout_row_wrap {
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---background);
  width: 100%;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.callout_row_wrap.u-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
}

.callout_row_visual {
  width: 100%;
  height: 100%;
  padding-top: var(--_size---space--large);
  padding-right: var(--_size---space--large);
  padding-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--large);
  aspect-ratio: 1;
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  grid-column: span 4;
  display: flex;
  position: relative;
  overflow: hidden;
}

.callout_row_image {
  border-radius: var(--_size---radius--small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.callout_row_content {
  padding-top: var(--_size---space--extra-large);
  padding-right: var(--_size---space--extra-large);
  padding-bottom: var(--_size---space--extra-large);
  padding-left: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
  flex-flow: column;
  grid-column: span 8;
  justify-content: space-between;
  display: flex;
}

.callout_row_top {
  width: 100%;
  max-width: 64ch;
}

.stats_row_wrap {
  grid-column-gap: var(--_size---padding--large);
  grid-row-gap: var(--_size---space--main);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stats_row_title {
  flex: 1;
  max-width: 23ch;
}

.stats_row_content {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---space--large);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image_full_mask {
  width: auto;
  height: var(--_size---space--huge);
  color: var(--_theme---background);
  margin-top: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image_full_mask.is-bottom {
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto 0% 0% auto;
}

.newsletter_main_wrap {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter_row_wrap.u-grid {
  grid-row-gap: var(--_size---space--extra-large);
  align-items: end;
}

.newsletter_row_title {
  grid-column: span 5;
  width: 100%;
}

.newsletter_row_content {
  grid-column: 8 / span 5;
  width: 100%;
}

.form_newsletter_form {
  margin-bottom: 0;
}

.form_newsletter_horizontal {
  display: flex;
  position: relative;
}

.form_newsletter_btn {
  padding: var(--_size---space--extra-small) var(--_size---space--main);
  border: 1px solid var(--_theme---text);
  border-radius: var(--_size---radius--small);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  font-size: var(--_text-style---font-size);
  cursor: pointer;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: .19rem .19rem .19rem auto;
}

.form_newsletter_btn:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18), .form_newsletter_btn:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.form_newsletter_btn:hover {
  border-color: var(--_theme---text);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  transform: scale(.98);
}

.team_grid_list {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---space--extra-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout_horizontal_wrap.u-grid {
  grid-row-gap: var(--_size---space--huge);
}

.layout_horizontal_left {
  grid-column: span 5;
}

.layout_horizontal_content {
  padding-top: var(--_size---space--large);
  padding-right: var(--_size---space--large);
  padding-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--large);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  grid-column: 7 / span 6;
}

.layout_horizontal_slot {
  flex-flow: column;
  min-height: 8rem;
  display: flex;
}

.hero_image_left {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  grid-column: span 6;
  width: 100%;
  display: flex;
}

.hero_image_right {
  width: 100%;
  padding-bottom: var(--_size---space--small);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  grid-column: 9 / span 4;
  display: flex;
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.hero_visual_wrap {
  padding-top: var(--_size---padding--extra-large);
  padding-bottom: var(--_size---padding--small);
  min-height: min(95vh, 60rem);
  display: flex;
}

.hero_visual_bg {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_visual_layout {
  grid-column-gap: var(--_size---padding--extra-large);
  grid-row-gap: var(--_size---padding--extra-large);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.hero_visual_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  display: flex;
}

.hero_visual_content {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  order: 0;
  width: 100%;
  max-width: 40ch;
  display: flex;
}

.hero_visual_description {
  color: var(--_theme---text);
}

.hero_visual_description.arabic-p {
  font-family: Parastoo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.hero_visual_cta.u-btn-group.flex-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero_visual_mask {
  width: auto;
  height: var(--_size---space--huge);
  color: var(--_theme---background);
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_visual_mask.ar-position {
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero_cs_wrap {
  padding-top: var(--_size---padding--huge);
  padding-bottom: var(--_size---padding--main);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_cs_layout {
  width: 100%;
}

.breadcrumb_item_wrap {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.breadcrumb_item_wrap:hover {
  opacity: .8;
}

.breadcrumb_item_icon {
  width: 1rem;
  height: 1rem;
}

.hero_cs_left {
  grid-column: span 6;
}

.hero_cs_right {
  padding-top: var(--_size---space--medium);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  grid-column: 9 / span 4;
  display: flex;
}

.hero_cs_tags {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_cs_bg {
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_team_wrap {
  padding-top: var(--_size---padding--large);
  padding-bottom: var(--_size---padding--main);
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---space--extra-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_team_left {
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero_team_visual {
  aspect-ratio: 6.72 / 8;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero_team_subhead.u-text-style-eyebrow {
  color: var(--_theme---text);
}

.hero_image_content {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  display: flex;
}

.hero_image_content.u-grid {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--medium);
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  align-items: end;
  display: grid;
}

.filters_blog_empty {
  height: 100%;
  padding: var(--_size---space--extra-small) var(--_size---space--medium);
  border-radius: var(--_size---radius--round);
  background-color: var(--swatch--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.gsap_guide_wrap {
  grid-column-gap: var(--_size---padding--main);
  grid-row-gap: var(--_size---padding--main);
  flex-flow: column;
  width: 100%;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.u-rich-text--blog h1 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
}

.u-rich-text--blog h2 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text--blog h3 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
}

.u-rich-text--blog h4 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--blog h5 {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-small);
  font-size: var(--_size---font-size--text-large);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--secondary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--blog h6 {
  margin-top: var(--_size---space--large);
  margin-bottom: var(--_size---space--extra-small);
  line-height: var(--_typography---line-height--1-3);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
}

.u-rich-text--blog p {
  margin-bottom: var(--_size---space--small);
}

.u-rich-text--blog li {
  margin-bottom: var(--_size---space--extra-small);
}

.u-rich-text--blog a {
  color: var(--_theme---text);
  transition: color .2s;
}

.u-rich-text--blog a:hover {
  color: var(--_theme---text-faded);
}

.u-rich-text--blog strong {
  font-weight: var(--_typography---font--primary-bold);
}

.u-rich-text--blog img {
  border-radius: var(--_size---radius--main);
}

.cs_post_wrap.u-grid {
  grid-row-gap: var(--_size---space--extra-large);
}

.cs_post_left {
  padding-right: var(--_size---space--huge);
  grid-column: span 4;
}

.cs_sidebar_wrap {
  top: var(--_size---padding--large);
  width: 100%;
  padding: var(--_size---space--large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  flex-flow: column;
  display: flex;
  position: sticky;
}

.cs_sidebar_item {
  padding-bottom: var(--_size---space--main);
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--_theme---border);
  flex-flow: column;
  display: flex;
}

.cs_sidebar_item.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.cs_sidebar_text {
  color: var(--_theme---text);
}

.cs_post_content {
  grid-column: span 8;
}

.hero_visual_eyebrow, .callout_row_eyebrow {
  display: inline-flex;
}

.footer_cta_description {
  color: var(--_theme---text);
}

.layout_horizontal_eyebrow {
  display: inline-flex;
}

.layout_vertical_border {
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  overflow: hidden;
}

.buy_btn_outer {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  padding: var(--_size---space--small);
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
}

.buy_btn_wap.btn_main_wrap {
  border-color: var(--swatch--dark);
  background-color: var(--swatch--dark);
  pointer-events: auto;
  color: var(--swatch--light);
  transform: scale(.95);
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_image.is-image1 {
  background-color: #ebecea;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 2rem 2rem 0;
  position: relative;
  overflow: hidden;
}

.layout348_image.is-image1._2 {
  padding-right: 0;
}

.crlogo {
  width: 10rem;
  margin-left: -21px;
}

.crlogo.rev {
  margin-left: 0;
  margin-right: -24px;
}

.path {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--dark);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---button-primary--background-2: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--background-2-hover: var(--swatch--light);
  --_theme---button-primary--text-hover: var(--swatch--dark);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.rtl {
  direction: rtl;
}

.bold-text {
  font-size: 1.6rem;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Cairo, sans-serif;
  font-size: 1.7rem;
  font-weight: inherit;
}

.div-block {
  background-image: linear-gradient(233deg, #000000d4 33%, #fff0 56%);
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-image: linear-gradient(#000000bf, #fff0 74%);
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-image: linear-gradient(118deg, #000000bf, #fff0 49%);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    --_size---space--small: .75rem;
    --_size---space--large: 1.625rem;
    --_size---space--extra-large: 2.5rem;
    --_size---space--huge: 3rem;
    --_size---space--extra-small: .5rem;
    --_size---radius--main: .375rem;
    --_size---site--margin: 1.5rem;
    --_size---space--medium: .875rem;
    --_size---space--main: 1.25rem;
    --_size---padding--none: 0rem;
    --_size---padding--small: 2.25rem;
    --_size---padding--main: 3.5rem;
    --_size---padding--large: 6rem;
    --_size---padding--extra-large: 7.5rem;
    --_size---padding--huge: 9rem;
    --_size---radius--round: 100vw;
    --_size---site--gutter: 1rem;
    --_size---radius--small: .1875rem;
    --_size---font-size--text-main: 1rem;
    --_size---font-size--text-large: 1.125rem;
    --_size---font-size--text-extra-small: .875rem;
    --_size---font-size--text-small: .9375rem;
    --_size---font-size--h6: 1.25rem;
    --_size---font-size--h5: 1.375rem;
    --_size---font-size--h4: 1.625rem;
    --_size---font-size--h3: 2.125rem;
    --_size---font-size--h2: 2.75rem;
    --_size---font-size--h1: 3.5rem;
    --_size---font-size--display: 4.5rem;
  }

  .u-rich-text a:hover {
    color: var(--_theme---text);
  }

  .u-cover-absolute {
    display: block;
  }

  .u-cover-absolute.mob {
    z-index: 2;
    display: block;
  }

  .btn_main_wrap:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    transform: none;
  }

  .btn_main_wrap:hover:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    border-color: var(--swatch--transparent);
    background-color: var(--swatch--transparent);
  }

  .heading_wrap {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .g_heading.u-text-style-h2.lh.display-2.arabic-h1, .g_heading.u-text-style-h2.lh.display-2.arabic-h1.smlr {
    font-size: 2.5rem;
  }

  .form_main_btn:hover {
    border-color: var(--_theme---text);
    background-color: var(--_theme---text);
    color: var(--_theme---background);
    transform: scale(1);
  }

  .sg_grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn_primary:hover {
    color: #013539;
    background-color: #a3e96a;
    border-color: #a3e96a;
  }

  .card_icon_wrap {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--_theme---border);
    grid-column: span 6;
  }

  .card_stat_wrap, .card_pricing_wrap, .card_team_wrap {
    grid-column: span 6;
  }

  .footer_top.u-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer_logo {
    height: 2rem;
  }

  .footer_column.is-1 {
    grid-column: span 3;
  }

  .footer_subhead {
    font-size: .75rem;
  }

  .footer_link_wrap {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  }

  .footer_bottom_left {
    grid-column: span 4;
  }

  .footer_text_link.u-text-style-micro {
    grid-column: span 2;
  }

  .nav_wrap {
    padding-top: var(--_size---space--extra-small);
    padding-bottom: var(--_size---space--extra-small);
  }

  .nav_brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_logo_image {
    height: 1.75rem;
  }

  .nav_menu {
    width: 100%;
    max-width: 100%;
    padding: var(--_size---space--extra-small) var(--_size---space--main) var(--_size---space--main);
    border-radius: var(--_size---radius--main);
    background-color: var(--_theme---background);
    flex: none;
    margin-top: .25rem;
  }

  .nav_menu_left {
    margin-bottom: var(--_size---space--huge);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav_contain.u-container {
    padding-right: var(--_size---space--extra-small);
    padding-left: var(--_size---space--extra-small);
    justify-content: space-between;
  }

  .nav_link_wrap {
    padding: var(--_size---space--main) 0rem;
    border-bottom: 1px solid var(--_theme---border);
    font-family: var(--_text-style---font-family);
    color: var(--_theme---text);
    font-size: var(--_text-style---font-size);
    font-weight: var(--_typography---font--primary-regular);
    text-align: left;
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h6);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  }

  .nav_link_wrap:hover {
    color: var(--_theme---text);
  }

  .nav_link_wrap.is-dropdown {
    padding-right: var(--_size---space--medium);
    padding-left: var(--_size---space--medium);
  }

  .nav_link_wrap.is-dropdown:where(.w-variant-17fb7bb4-8ac2-899c-ce1c-6951cf6d8a8d) {
    border-bottom-style: solid;
  }

  .nav_btn_wrap {
    padding-top: var(--_size---space--medium);
    padding-bottom: var(--_size---space--medium);
  }

  .nav_btn_wrap:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_theme---button-primary--text);
    transform: scale(1);
  }

  .nav_btn_text {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  }

  .nav_hamburger {
    padding: var(--_size---space--medium) var(--_size---space--main);
  }

  .nav_hamburger.w--open {
    background-color: var(--swatch--transparent);
  }

  .nav_hamburger_layout {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 2.25rem;
    height: 100%;
    display: flex;
  }

  .nav_hamburger_line {
    background-color: var(--_theme---text);
    width: 100%;
    height: 1px;
    padding: 0;
  }

  .split_main_wrap {
    flex-flow: column;
    display: flex;
  }

  .split_main_wrap:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
    flex-flow: column-reverse;
  }

  .split_main_content {
    padding-top: 0;
  }

  .split_main_content:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
    padding-bottom: 0;
  }

  .split_main_top.u-vflex-stretch-top.u-gap-medium {
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
  }

  .split_main_bottom {
    max-width: none;
  }

  .cms_grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .cms_grid_item {
    grid-column: span 6;
  }

  .filter_link_wrap {
    white-space: nowrap;
  }

  .filter_link_wrap:hover {
    color: var(--_theme---text);
  }

  .filter_link_wrap.w--current:hover {
    color: var(--_theme---background);
  }

  .testimonials_slider_slider {
    padding-bottom: var(--_size---padding--large);
  }

  .testimonials_slider_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonials_slider_arrow:hover {
    opacity: 100;
    transform: none;
  }

  .testimonials_slider_arrow.is-next {
    top: auto;
    left: auto;
    right: calc(50% - 2.75rem);
  }

  .testimonials_slider_arrow.is-prev {
    top: auto;
    left: calc(50% - 2.75rem);
    right: auto;
  }

  .testimonials_slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .card_testimonial_photo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .form_contact_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .form_contact_right {
    padding-left: 0;
  }

  .hero_team_content {
    padding-right: 0;
  }

  .hero_article_wrap {
    flex-flow: column;
    display: flex;
  }

  .hero_article_content {
    padding-right: 0;
  }

  .hero_team_link:hover {
    border-color: var(--_theme---border);
  }

  .gsap_guide_section {
    padding-right: 0;
  }

  .u-rich-text--gsap a:hover {
    color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
  }

  .btn_main:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    transform: none;
  }

  .btn_main_secondary {
    width: 2.5rem;
    height: 2.5rem;
  }

  .btn_main_secondary:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    width: 1.75rem;
    height: 1.75rem;
  }

  .btn_main_inner {
    padding-top: var(--_size---space--extra-small);
    padding-bottom: var(--_size---space--extra-small);
  }

  .item_feature_number {
    width: 1.75rem;
    height: 1.75rem;
  }

  .u-rich-text-accordion a:hover {
    color: var(--_theme---text);
  }

  .card_service_wrap {
    grid-column: span 6;
  }

  .card_main_arrow {
    display: none;
  }

  .card_case_wrap:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    flex-flow: column;
    display: flex;
  }

  .card_case_visual:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    aspect-ratio: 5 / 3.3;
  }

  .card_case_content:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    padding: var(--_size---space--large);
  }

  .footer_mask {
    height: 3rem;
  }

  .nav_layout {
    width: 100%;
    padding: var(--_size---space--small) var(--_size---space--small) var(--_size---space--small) var(--_size---space--large);
    justify-content: space-between;
    position: relative;
  }

  .nav_dropdown_wrap {
    width: 100%;
  }

  .nav_dropdown_toggle {
    padding: var(--_size---space--main) 0rem;
    border-bottom: 1px solid var(--_theme---border);
    font-family: var(--_text-style---font-family);
    font-size: var(--_text-style---font-size);
    line-height: var(--_text-style---line-height);
    font-weight: var(--_text-style---font-weight);
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h6);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
    justify-content: space-between;
    align-items: center;
  }

  .nav_dropdown_icon {
    width: 1.125rem;
    height: 1.125rem;
    display: none;
  }

  .nav_dropdown_menu {
    flex-flow: column;
    min-width: auto;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav_link_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .callout_row_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .callout_row_visual {
    aspect-ratio: 5 / 3.3;
  }

  .stats_row_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats_row_title.light-secondary-37 {
    max-width: none;
  }

  .image_full_mask {
    height: var(--_size---space--large);
  }

  .newsletter_row_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .form_newsletter_btn:hover {
    border-color: var(--_theme---text);
    background-color: var(--_theme---text);
    color: var(--_theme---background);
    transform: scale(1);
  }

  .team_grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .layout_horizontal_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .hero_image_right {
    grid-column-gap: var(--_size---space--large);
    grid-row-gap: var(--_size---space--large);
    padding-bottom: 0;
  }

  .hero_visual_wrap {
    height: 100vh;
    min-height: auto;
  }

  .hero_visual_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .hero_cs_wrap {
    height: auto;
  }

  .hero_cs_layout.u-grid {
    flex-flow: column;
    display: flex;
  }

  .breadcrumb_item_wrap:hover {
    opacity: 100;
  }

  .hero_cs_right {
    padding-top: 0;
  }

  .hero_team_wrap {
    padding-top: var(--_size---padding--extra-large);
    flex-flow: column;
    display: flex;
  }

  .hero_team_left {
    grid-column-gap: var(--_size---space--large);
    grid-row-gap: var(--_size---space--large);
  }

  .hero_team_visual {
    aspect-ratio: 1;
  }

  .hero_image_content.u-grid {
    flex-flow: column;
    display: flex;
  }

  .u-rich-text--blog a:hover {
    color: var(--_theme---text);
  }

  .cs_post_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .cs_post_left {
    padding-right: 0;
  }

  .cs_sidebar_wrap {
    position: relative;
    top: 0;
  }

  .div-block {
    background-image: linear-gradient(#000000d4, #fff0);
  }

  .div-block-3 {
    background-image: linear-gradient(#000000bf, #fff0 49%);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_size---space--small: .625rem;
    --_size---space--large: 1.25rem;
    --_size---space--extra-large: 1.5rem;
    --_size---space--huge: 2rem;
    --_size---space--extra-small: .375rem;
    --_size---radius--main: .375rem;
    --_size---site--margin: 1rem;
    --_size---space--medium: .75rem;
    --_size---space--main: 1rem;
    --_size---padding--none: 0rem;
    --_size---padding--small: 1.5rem;
    --_size---padding--main: 2.5rem;
    --_size---padding--large: 4rem;
    --_size---padding--extra-large: 5rem;
    --_size---padding--huge: 7rem;
    --_size---radius--round: 100vw;
    --_size---site--gutter: .75rem;
    --_size---radius--small: .1875rem;
    --_size---font-size--text-main: .875rem;
    --_size---font-size--text-large: .9375rem;
    --_size---font-size--text-extra-small: .75rem;
    --_size---font-size--text-small: .8125rem;
    --_size---font-size--h6: 1rem;
    --_size---font-size--h5: 1.125rem;
    --_size---font-size--h4: 1.375rem;
    --_size---font-size--h3: 1.625rem;
    --_size---font-size--h2: 2rem;
    --_size---font-size--h1: 2.5rem;
    --_size---font-size--display: 3rem;
  }

  ul {
    padding-left: var(--_size---space--extra-large);
  }

  ol {
    padding-left: var(--_size---space--huge);
  }

  figcaption {
    font-size: .6875rem;
  }

  .btn_main_wrap:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    grid-column-gap: var(--_size---space--medium);
    grid-row-gap: var(--_size---space--medium);
  }

  .tag_main_wrap {
    padding-left: .38rem;
    padding-right: .38rem;
  }

  .tag_main_text {
    font-size: .69rem;
  }

  .g_heading.u-text-style-h2.lh.display-2.arabic-h1, .g_heading.u-text-style-h2.lh.display-2.arabic-h1.smlr {
    font-size: 2.25rem;
  }

  .form_main_label {
    font-size: .69rem;
  }

  .sg_grid {
    grid-template-columns: 1fr;
  }

  .accordion_content {
    padding-right: 0;
  }

  .accordion_icon-wrap {
    width: 1.125rem;
    height: 1.125rem;
  }

  .icon-slot {
    width: 1.25rem;
    height: 1.25rem;
  }

  .icon-slot.is-large {
    width: 2rem;
    height: 2rem;
  }

  .item_feature_heading.u-text-style-h6 {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  }

  .card_icon_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .card_blog_wrap {
    max-width: none;
    padding-bottom: var(--_size---space--huge);
    border-top-style: none;
  }

  .card_main_content {
    padding-right: 0;
  }

  .u-text-style-eyebrow.is-small {
    font-size: .69rem;
  }

  .card_main_heading.u-text-style-h5 {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h4);
    --_text-style---line-height: var(--_typography---line-height--1-2);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  }

  .card_main_heading.u-text-style-h5:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h3);
    --_text-style---line-height: var(--_typography---line-height--1-1);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
  }

  .card_pricing_wrap {
    max-width: none;
    padding-right: var(--_size---space--main);
    padding-left: var(--_size---space--main);
    grid-column: span 12;
  }

  .card_pricing_title.u-text-style-eyebrow {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  }

  .card_pricing_price.u-text-style-h3 {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h2);
    --_text-style---line-height: var(--_typography---line-height--1-1);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  }

  .card_team_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .footer_wrap {
    padding-top: var(--_size---space--small);
    padding-bottom: var(--_size---space--small);
  }

  .footer_top.u-grid {
    padding-top: var(--_size---space--large);
    flex-flow: column;
    display: flex;
  }

  .footer_logo {
    height: 1.625rem;
  }

  .footer_subhead {
    margin-bottom: var(--_size---space--small);
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_logo_image {
    height: 1.5rem;
  }

  .nav_link_wrap {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  }

  .nav_btn_text {
    font-size: var(--_size---font-size--text-main);
  }

  .nav_hamburger {
    padding-right: var(--_size---space--medium);
    padding-left: var(--_size---space--medium);
  }

  .nav_hamburger_layout {
    width: 2rem;
  }

  .text_callout_heading.u-text-style-h2 {
    line-height: var(--_typography---line-height--1-3);
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h3);
    --_text-style---line-height: var(--_typography---line-height--1-1);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-02em);
  }

  .split_main_content {
    padding-left: 0;
    padding-right: 0;
  }

  .cms_grid_list.u-grid {
    grid-row-gap: var(--_size---space--huge);
  }

  .cms_grid_item {
    grid-column: span 12;
  }

  .filters_blog_wrap {
    border-radius: var(--_size---radius--main);
    flex-flow: column;
    width: 100%;
  }

  .filter_link_wrap {
    border-radius: var(--_size---radius--small);
    text-align: center;
    width: 100%;
  }

  .filters_blog_list {
    flex-flow: column;
  }

  .empty_main_wrap {
    padding-right: var(--_size---site--margin);
    padding-left: var(--_size---site--margin);
  }

  .card_testimonial_bottom.u-hflex-center-center.u-gap-medium {
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
  }

  .card_testimonial_photo {
    width: 2.25rem;
    height: 2.25rem;
  }

  .form_main_columns {
    flex-flow: column;
    display: flex;
  }

  .hero_author_author_image {
    width: 2rem;
    height: 2rem;
  }

  .hero_team_link {
    width: 2.75rem;
    height: 2.75rem;
  }

  .u-rich-text--gsap ol {
    padding-left: var(--_size---space--huge);
  }

  .btn_main_secondary {
    width: 2.25rem;
    height: 2.25rem;
  }

  .btn_main_secondary:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    width: 1.5rem;
    height: 1.5rem;
  }

  .btn_main_inner {
    padding-right: var(--_size---space--medium);
    padding-left: var(--_size---space--medium);
    text-align: left;
    flex: 1;
  }

  .btn_main_inner:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18) {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .btn_main_inner:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    padding-left: 0;
    padding-right: 0;
  }

  .item_feature_row {
    flex-flow: column;
  }

  .item_feature_number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
  }

  .card_service_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .card_case_wrap {
    border-top-style: none;
    max-width: none;
  }

  .u-text-style-micro {
    font-size: .69rem;
  }

  .footer_mask {
    height: 2.25rem;
  }

  .nav_dropdown_toggle {
    --_text-style---font-family: var(--_typography---font--secondary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--secondary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--0-01em);
  }

  .nav_dropdown_icon {
    width: 1rem;
    height: 1rem;
  }

  .nav_link_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .split_main_mask {
    height: var(--_size---space--large);
  }

  .stats_row_content {
    flex-flow: column;
    width: 100%;
  }

  .newsletter_row_title.u-vflex-stretch-top.u-gap-medium {
    justify-content: flex-start;
    align-items: center;
  }

  .form_newsletter_layout.u-vflex-stretch-top.u-gap-small {
    text-align: center;
  }

  .form_newsletter_horizontal {
    grid-column-gap: var(--_size---space--medium);
    grid-row-gap: var(--_size---space--medium);
    flex-flow: column;
  }

  .form_newsletter_btn {
    padding-top: var(--_size---space--main);
    padding-bottom: var(--_size---space--main);
    border-radius: var(--_size---radius--main);
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .hero_visual_wrap {
    padding-top: var(--_size---padding--huge);
    padding-bottom: var(--_size---padding--large);
  }

  .hero_visual_layout, .hero_visual_content {
    max-width: none;
  }

  .hero_cs_wrap {
    padding-top: var(--_size---padding--huge);
    padding-bottom: var(--_size---padding--large);
  }

  .hero_team_wrap {
    padding-top: var(--_size---padding--huge);
  }
}

@media screen and (max-width: 479px) {
  .g_heading.u-text-style-h2.lh.display-2.arabic-h1, .g_heading.u-text-style-h2.lh.display-2.arabic-h1.smlr {
    font-size: 1.7rem;
  }

  .g_heading.u-text-style-h2.lh.h4.arabic-h4 {
    width: 100%;
    font-size: 1.7rem;
  }

  .card_stat_wrap {
    grid-column: span 12;
  }

  .stats_row_title.light-secondary-37 {
    max-width: none;
  }

  .team_grid_list {
    grid-template-columns: 1fr;
  }

  .div-block {
    background-image: linear-gradient(#000000d4, #fff0 59%);
  }
}

#w-node-_4f4d2dd9-40d1-a655-9435-a7357e0af3f4-52c8e388:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c), #w-node-ff34f1f8-e51b-e0c5-8457-b3a207b566a9-52c8e388:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c), #w-node-a0449ce7-e8d1-90c5-4739-2c6ba0d99e15-a0d99e14:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c), #w-node-_2daca654-496f-a4f9-ea29-a4cd8248cc93-a8ff97da:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c), #w-node-af989d63-e542-8225-db09-b8699f8422b5-a8ff97da:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  order: 9999;
}


@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}