.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
[hidden], template {
  display: none;
}
a {
  background-color: #0000;
}
b, strong {
  font-weight: bold;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
:root {
  --_theme---background-primary: var(--base-color-neutral--white);
  --_theme---text-primary: var(--text-color--text-primary);
  --_theme---text-secondary: var(--text-color--text-secondary);
  --base-color-neutral--700: #58595e;
  --text-color--text-secondary: var(--base-color-neutral--700);
  --border-radius--xxlarge: 2.5rem;
  --base-color-neutral--100: #e6e8f0;
  --background-color--background-alternate: var(--base-color-neutral--950);
  --link-color--link-primary: var(--base-color-orange--600);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --border-radius--large: 1.5rem;
  --base-color-green--500: #009262;
  --base-color-neutral--white: white;
  --border-color--border-primary: var(--base-color-neutral--200);
  --base-color-orange--500: #fd4b23;
  --_theme---background-secondary: var(--base-color-neutral--50);
  --text-color--text-black: var(--base-color-neutral--1000);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-grey--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --text-color--text-primary: var(--base-color-neutral--950);
  --base-color-neutral--500: #5c5e64;
  --base-color-neutral--900: #2a2c33;
  --text-color--text-white: var(--base-color-neutral--white);
  --text-color--text-alternate-secondary: var(--base-color-neutral--200);
  --_theme---background-tertiary: var(--base-color-neutral--100);
  --_theme---link: var(--base-color-orange--500);
  --background-color--background-secondary: var(--base-color-neutral--950);
  --base-color-orange--100: #fec3b6;
  --base-color-orange--950: #4b0f06;
  --base-color-neutral--400: #74767d;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-tertiary: var(--base-color-neutral--white);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --text-color--text-alternate-primary: var(--base-color-neutral--50);
  --base-color-neutral--950: #10121a;
  --background-color--background-primary: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-blue--600);
  --base-color-yellow--500: #ffb200;
  --base-color-yellow--600: #ffa000;
  --base-color-teal--500: #7dcbd9;
  --base-color-teal--600: #69b6c8;
  --base-color-green--600: #008155;
  --base-color-blue--500: #1476d8;
  --base-color-blue--600: #1265c6;
  --border-radius--medium: 1rem;
  --base-color-neutral--800: #33353d;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --border-radius--small: .75rem;
  --border-radius--xxsmall: .25rem;
  --border-radius--xlarge: 2rem;
  --base-color-system--focus-state: var(--base-color-blue--500);
  --blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: var(--base-color-blue--200);
  --border-radius--round: 9999px;
  --neutral--n600\<deleted\|variable-63b55763-3fb9-7025-031f-e063443b2a47\>: #5a5f61;
  --light-blue\<deleted\|variable-66883d0c-d36a-f8ff-eb97-aa29448bb6f4\>: var(--base-color-neutral--100);
  --black\<deleted\|variable-ff6d7179\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --white\<deleted\|variable-776ffbb4\>: var(--base-color-neutral--white);
  --base-color-neutral--600: #4a4b52;
  --base-color-green--50: #e6f4ef;
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-orange--600: #ef441e;
  --base-color-blue--300: #5b9fe4;
  --base-color-blue--200: #8abbec;
  --base-color-yellow--100: #ffe8b3;
  --border-radius--xsmall: .5rem;
  --base-color-neutral--1000: #090a0c;
  --base-color-neutral--200: #a5a7ad;
  --neutral--n200\<deleted\|variable-f3616aee-de8f-ecc9-9020-950c3654cdb7\>: #c9d2d6;
  --neutral--n700\<deleted\|variable-89f10580-8a1a-cd7d-8d2d-272c0542f335\>: #46484a;
  --base-color-neutral--50: #f3f5fc;
  --link-color--link-alternate: var(--base-color-orange--300);
  --base-color-green--300: #4db391;
  --base-color-yellow--800: #ff6e01;
  --base-color-teal--800: #507e85;
  --base-color-green--700: #01613f;
  --base-color-blue--50: #e8f1fb;
  --base-color-blue--700: #0d46a7;
  --base-color-orange--50: #ffdbd3;
  --base-color-orange--700: #e13d19;
  --base-color-yellow--50: #fff7e6;
  --base-color-yellow--900: #e55000;
  --base-color-teal--50: #f2fafb;
  --base-color-neutral--300: #8e9097;
  --base-color-yellow--700: #ff8e00;
  --interaction--outline-color: #1476d8;
  --_spacing---small: 2rem;
  --_spacing---medium: 3rem;
  --_spacing---xxlarge: 6rem;
  --_spacing---xlarge: 5rem;
  --_spacing---large: 4rem;
  --_spacing---xsmall: 1rem;
  --border-radius--xxhuge: 5rem;
  --base-color-blue--950: #041139;
  --base-color-orange--800: #c82e10;
  --base-color-green--200: #80c9b1;
  --base-color-orange--400: #fd6948;
  --accessible-components--dark-grey: #9b9b9b;
  --base-color-teal--100: #d8eff4;
  --base-color-blue--100: #b9d6f3;
  --base-color-yellow--400: #ffba1a;
  --border-radius--huge: 3rem;
  --base-color-teal--950: #233235;
  --border-radius--xhuge: 4rem;
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--700);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
  --base-color-blue--400: #2c84dc;
  --base-color-blue--800: #09308a;
  --base-color-blue--900: #0a2162;
  --base-color-green--100: #b3ded0;
  --base-color-green--400: #1a9d72;
  --base-color-green--800: #00492e;
  --base-color-green--900: #002c18;
  --base-color-green--950: #001a0d;
  --base-color-orange--200: #fea591;
  --base-color-orange--300: #fe876c;
  --base-color-orange--900: #811e0d;
  --base-color-system--success-green: var(--base-color-green--100);
  --base-color-system--success-green-dark: var(--base-color-green--800);
  --base-color-system--warning-yellow: var(--base-color-yellow--100);
  --base-color-system--warning-yellow-dark: var(--base-color-yellow--800);
  --base-color-system--error-red: var(--base-color-orange--100);
  --base-color-system--error-red-dark: var(--base-color-orange--800);
  --base-color-teal--200: #bee5ec;
  --base-color-teal--300: #a4dbe4;
  --base-color-teal--400: #8ad0dd;
  --base-color-teal--700: #59929c;
  --base-color-teal--900: #3f5b5d;
  --base-color-yellow--200: #ffd980;
  --base-color-yellow--300: #ffc94d;
  --base-color-yellow--950: #ad2b00;
  --background-color--background-success: var(--base-color-system--success-green);
  --border-color--border-secondary: var(--base-color-neutral--700);
  --text-color--text-brand: var(--base-color-orange--500);
  --base-color-grey--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #10121a;
}
body {
  background-color: var(--_theme---background-primary);
  color: var(--_theme---text-primary);
  font-family: Oracle, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}
h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}
h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.25;
}
p {
  color: var(--_theme---text-secondary);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}
a {
  color: var(--_theme---text-primary);
  text-decoration: none;
}
li {
  margin-bottom: .25rem;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
strong {
  font-weight: 600;
}
.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}
.margin-xlarge {
  margin: 4rem;
}
.margin-xsmall {
  margin: .5rem;
}
.margin-custom1 {
  margin: 1.5rem;
}
.margin-large {
  margin: 3rem;
}
.padding-xxlarge {
  padding: 5rem;
}
.margin-tiny {
  margin: .125rem;
}
.padding-small {
  padding: 1rem;
}
.padding-medium {
  padding: 2rem;
}
.padding-xxsmall {
  padding: .25rem;
}
.margin-small {
  margin: 1rem;
}
.margin-medium {
  margin: 2rem;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.margin-bottom, .margin-bottom.margin-tiny, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-vertical, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}
.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.margin-top.margin-medium {
  margin-top: 2rem;
}
.padding-bottom, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}
.text-color-black {
  color: var(--_theme---text-primary);
}
.text-color-secondary {
  color: var(--_theme---text-secondary);
}
.heading-style-h3 {
  letter-spacing: -.02em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}
.padding-global {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 5%;
  padding-right: 5%;
}
.text-weight-medium {
  letter-spacing: -.01em;
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 500;
}
.max-width-large {
  width: 100%;
  max-width: 48rem;
}
.text-align-left {
  text-align: left;
}
.heading-style-h6 {
  letter-spacing: -.005em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.heading-style-h2 {
  letter-spacing: -.025em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}
.page-wrapper {
  overflow: clip;
}
.heading-style-h5 {
  letter-spacing: -.0075em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.container-large {
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
}
.text-align-center {
  text-align: center;
}
.button {
  background-color: var(--_theme---primary-button--background);
  min-height: 3rem;
  color: var(--_theme---primary-button--text);
  text-align: center;
  white-space: nowrap;
  border-radius: 500rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.button.is-secondary {
  border: 1px solid var(--base-color-orange--500);
  background-color: var(--_theme---secondary-button--background);
  color: var(--_theme---secondary-button--text);
}
.button.is-secondary.is-inverted {
  color: #fff;
}
.button.is-secondary.is-inverted.is-white-blured {
  border-color: var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #10121a4d;
}
.button.is-app {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-primary);
  border: 1.5px solid #a6a6a6;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}
.button.is-teal {
  background-color: var(--base-color-teal--500);
  color: var(--text-color--text-primary);
}
.button.is-background-color {
  border: 1px solid var(--background-color--background-tertiary);
  background-color: var(--background-color--background-tertiary);
  min-height: 2.5rem;
  color: var(--text-color--text-alternate-primary);
  padding: .5rem 1.25rem;
}
.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.button-group.is-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hide {
  display: none;
}
.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.section_faq {
  width: 100%;
  color: var(--_theme---text-primary);
  margin-bottom: -2px;
}
.faq_component {
  border-bottom: 1px solid var(--base-color-neutral--400);
}
.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.faq_question {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base-color-neutral--400);
  cursor: pointer;
  text-wrap: pretty;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.55rem 0;
  display: flex;
}
.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}
.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}
.faq_answer {
  overflow: hidden;
}
.faq_rich-text {
  max-width: 75ch;
  min-height: 0;
  padding-bottom: 20px;
  padding-left: 2.5rem;
}
.faq_rich-text p {
  color: var(--base-color-neutral--400);
}
.section_table {
  width: 100%;
}
.table_cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 1rem 1.4rem 1.5rem;
}
.table_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--800);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 400;
}
.table_row.is-head {
  border-radius: var(--border-radius--small);
  background-color: var(--_theme---text-primary);
  color: var(--_theme---background-primary);
  border-bottom-style: none;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}
.table_row.is-last {
  border-bottom-style: none;
}
.table_header {
  text-align: left;
  padding: 1.4rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.table_header.is-first {
  justify-content: flex-start;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}
.table_head {
  position: sticky;
  top: 4rem;
}
.table_component {
  border-radius: var(--border-radius--medium);
  background-color: var(--_theme---background-secondary);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}
.footer_component {
  width: 100%;
  position: relative;
}
.footer_component.theme-dark {
  overflow: hidden;
}
.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}
.footer_left-wrapper {
  flex-flow: column;
  display: flex;
}
.footer_logo-link {
  float: none;
  padding-left: 0;
  display: inline-flex;
}
.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}
.footer_social-link {
  background-color: var(--base-color-neutral--100);
  border-radius: 50px;
  align-items: center;
  padding: .6rem;
  font-size: 14px;
  text-decoration: none;
  transition-property: border-radius;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  color: #10121a !important;
}
.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}
.footer_link {
  color: var(--_theme---text-secondary);
  padding-top: .4rem;
  padding-bottom: .4rem;
  text-decoration: none;
}
.line-divider {
  background-color: var(--_theme---text-secondary);
  width: 100%;
  height: 1px;
}
.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.footer_credit-text {
  font-size: .875rem;
}
.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}
.footer_legal-link {
  color: var(--_theme---text-secondary);
  background-color: #0000;
  padding: 0;
  font-size: .875rem;
  text-decoration: none;
}
.footer_logo {
  max-width: 8rem;
  color: var(--_theme---text-primary);
  display: block;
}
.footer_menu-title {
  margin-bottom: .5rem;
  font-weight: 500;
}
.footer_social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}
.heading-style-huge {
  text-align: center;
  letter-spacing: -.04em;
  font-size: 4.5rem;
}
.flex-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.button_app-cover {
  width: 12rem;
}
.ot-sdk-show-settings {
  background-color: #0000;
  width: 100%;
  padding: 0;
  font-size: .875rem;
}
.hero_gradient_wrapper {
  z-index: 1;
  position: relative;
}
.hero_gradient_background {
  z-index: -1;
  border-radius: var(--border-radius--xlarge);
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero_gradient_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}
.footer_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}
.title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.splide {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.splide__track {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  overflow: visible;
}
.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.splide__slide {
  justify-content: center;
  align-items: center;
  display: flex;
}
.splide__slide.is-option, .splide__slide.is-option-copy {
  will-change: height;
  height: 32rem;
  margin-right: 2rem;
}
.splide__slide.is-option {
  will-change: height;
  height: 32rem;
  margin-right: 2rem;
}
.image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}
.custom-styles {
  display: none;
}
.hiw_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 4.5rem;
}
.hiw_anchor {
  display: none;
}
.hiw_text-item {
  max-width: 39.25rem;
  min-height: 40rem;
  color: var(--_theme---text-primary);
  text-wrap: pretty;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.hiw_image {
  border-radius: var(--border-radius--medium);
  opacity: 0;
  background-color: #eef2f9;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}
.hiw_number {
  border: 1px solid var(--base-color-neutral--400);
  text-align: left;
  letter-spacing: 0;
  border-radius: 500rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}
.hiw_image-col {
  color: var(--text-color--text-primary);
  position: relative;
}
.hiw_sticky-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 12rem;
  bottom: 0;
}
.hiw_relative-wrapper {
  aspect-ratio: 1400 / 1132;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
.icon-embed {
  display: flex;
}
.section_home_option {
  padding-top: 4rem;
  overflow: hidden;
}
.option_slide_content-wrapper {
  z-index: 2;
  color: #fff;
  will-change: height;
  background-image: linear-gradient(0deg, #000000bf, #0000);
  padding: 6rem 2rem 1.5rem;
  position: relative;
}
.option_slide_content-wrapper.is-top {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-image: linear-gradient(#1d1e1f66, #0000);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.option_slide_content-wrapper.is-top.is-dark {
  background-image: linear-gradient(#1d1e1fb3, #0000);
}
.option_slide_text-wrapper {
  opacity: 0;
  max-height: 0;
  margin-top: .5rem;
  transition: opacity .25s, max-height .5s;
  overflow: hidden;
}
.option_slide_background-wrapper {
  position: absolute;
  inset: 0%;
}
.slider_controls {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}
.splide__arrows.option_arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.option_arrow {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.text-wrap-balance {
  text-wrap: balance;
}
.industry_option-slide {
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 20.25rem;
  height: 100%;
  transition: height .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.benefit_bullet {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .75rem;
}
.hero-cta_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  padding-top: 1rem;
  display: flex;
}
.show-tablet {
  display: none;
}
.text-color-alternate-primary {
  color: var(--text-color--text-alternate-primary);
}
.home-cta_detail {
  color: var(--text-color--text-secondary);
}
.home-cta_detail.is-alternate {
  color: var(--text-color--text-alternate-secondary);
  display: none;
}
.footer_big-logo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  padding-left: 0;
  display: flex;
}
.faq_question-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.cta_section {
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 12rem;
  position: relative;
}
.cta_section.with-less-padding {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.home_cta_component {
  background-color: var(--_theme---background-primary);
  max-width: 86.25rem;
  color: var(--_theme---text-primary);
  --_theme---background-primary: var(--base-color-neutral--950);
  --_theme---text-primary: var(--text-color--text-white);
  --_theme---text-secondary: var(--text-color--text-alternate-secondary);
  --_theme---background-secondary: var(--base-color-neutral--900);
  --_theme---background-tertiary: var(--base-color-neutral--800);
  --_theme---link: var(--base-color-orange--400);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--500);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
  overflow: clip;
}
.home_cta_component.is-equal, .home_cta_component.is-mid-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home_cta_component.is-mid-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home_cta_image {
  border-radius: var(--border-radius--small);
}
.home_cta_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective: 1000px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 102%;
  padding-top: 4rem;
  display: grid;
}
.home_cta_image-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.z-index-neg {
  z-index: -1;
  position: relative;
}
.icon-1x1-xlarge {
  width: 3em;
  height: 3em;
}
.faq_number {
  color: #ffb200;
  min-width: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.text-color-primary, .text-color-primary p {
  color: var(--_theme---text-primary);
}
.heading-style-h1 {
  letter-spacing: -.05em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.15;
}
.theme-dark {
  background-color: var(--_theme---background-primary);
  color: var(--_theme---text-primary);
  --_theme---background-primary: var(--base-color-neutral--950);
  --_theme---text-primary: var(--text-color--text-white);
  --_theme---text-secondary: var(--text-color--text-alternate-secondary);
  --_theme---background-secondary: var(--base-color-neutral--900);
  --_theme---background-tertiary: var(--base-color-neutral--800);
  --_theme---link: var(--base-color-orange--400);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--500);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
}
.theme-dark.is-transparent {
  background-color: #0000;
}
.hero_gradient_background-image {
  z-index: -1;
  background-color: var(--base-color-neutral--900);
  object-fit: cover;
  min-height: 100%;
  position: absolute;
  inset: 0 0% auto;
}
.hero_gradient_background-image.is-bottom-aligned {
  object-fit: cover;
  object-position: 50% 50%;
  bottom: -1rem;
}
.hero_gradient_background-image.is-bottom-aligned.is-full-height {
  object-position: 50% 71%;
  object-position: 50% 71%;
  height: 100%;
}
.hero_gradient_background-overlay {
  z-index: 1;
  border-radius: var(--border-radius--xlarge);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: darken;
  background-image: linear-gradient(#e9e9e908, #0000005c 25%, #fff0);
  position: absolute;
  inset: 0;
}
.hero_gradient_background-overlay.clear-blur {
  opacity: .2;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}
.hero_gradient_background-overlay.clear-blur.is-dark-left {
  opacity: .45;
  background-image: linear-gradient(95deg, #000, #000 50%, #fff0 88%);
}
.hero_gradient_background-overlay.clear-blur.is-dark-left.clear-radius {
  opacity: .45;
  background-image: linear-gradient(95deg, #000, #000 14%, #fff0 80%);
}
.sticky-nav-wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
}
.sticky-nav-wrapper.is-component {
  margin-top: -6rem;
}
.sticky-nav-wrapper.is-component.groups-sticky-nav {
  z-index: 989;
}
.hero_gradient_content-spacer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.hero_gradient_content-spacer.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 43.125rem;
  margin-left: auto;
}
.border-radius-xlarge {
  border-radius: var(--border-radius--xlarge);
  object-fit: cover;
  overflow: clip;
}
._2-col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}
._2-col-grid.break-tablet {
  place-items: start center;
}
.section_modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2a2c3399;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}
.home_form-wrapper {
  background-color: var(--background-color--background-alternate);
  border-radius: 2rem;
  flex: 1;
  width: 100%;
  padding: 0;
  position: relative;
}
.home_form-close {
  width: 2rem;
  height: 2rem;
  color: var(--text-color--text-alternate-secondary);
  position: absolute;
  inset: -3rem 0% auto auto;
}
.spacer {
  height: var(--_spacing---medium);
}
.code-embed {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.hero_2-col_star-embed {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}
.hero_2-col_star-flex-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
}
.hero_2-col_star-flex-wrapper.clear-spacing {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}
.theme-light {
  background-color: var(--_theme---background-primary);
  color: var(--_theme---text-primary);
  --_theme---background-primary: var(--base-color-neutral--white);
  --_theme---text-primary: var(--text-color--text-primary);
  --_theme---text-secondary: var(--text-color--text-secondary);
  --_theme---background-secondary: var(--base-color-neutral--50);
  --_theme---background-tertiary: var(--base-color-neutral--100);
  --_theme---link: var(--base-color-orange--500);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--700);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
}
.theme-light.clear-background {
  background-color: #0000;
}
.custom-js {
  display: none;
}
.hero_image_form-wrapper {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.text-wrap-pretty {
  text-wrap: pretty;
}
.display-contents {
  display: contents;
}
.groups_split-form_wrapper {
  width: 100%;
}
.groups_new-hero_section {
  z-index: 1000;
  background-color: #fff;
  margin-bottom: -6rem;
  position: relative;
}
.groups_new-hero_section.clear-spacing {
  z-index: 990;
  z-index: 990;
}
.z-index-inherit {
  z-index: inherit;
  position: relative;
}
.groups_split-form_container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}
.hero_gradient_testimonial-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}
.groups-hero-quote-author {
  font-size: 11px;
}
.is-transparent {
  background-color: #0000;
}
.clear-spacing {
  margin: 0;
  padding: 0;
}
.groups_split-form_anchor {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: -6rem;
}
.heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}
#w-node-c5aa7e93-8506-4a1b-58d9-98395f621ff3-5f621fed {
  align-self: start;
}
#w-node-_3048ea42-a0c2-258d-92a3-8c4a7cef8ca1-7cef8c98 {
  align-self: center;
}
#w-node-e567d907-320f-ae3c-2978-da015355c2d9-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-f9976fdb-dafc-699c-39ba-1e3412b12885-db7a8879, #w-node-b32dd389-40fc-39e7-596f-8d1f4fc1b21b-db7a8879, #w-node-_08a9e2b5-361c-89f8-2769-e6759ecfec27-db7a8879 {
  align-self: stretch;
}
#w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a1-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a3-db7a8879, #w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a4-db7a8879, #w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a5-db7a8879 {
  align-self: stretch;
}
#w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad14-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad16-db7a8879, #w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad17-db7a8879, #w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad18-db7a8879 {
  align-self: stretch;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe65-db7a8879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe67-db7a8879 {
  justify-self: start;
}
#w-node-c91640f2-b501-b4c9-5903-d9e0ecab1e09-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}
#w-node-c4334b46-dffd-a3c5-b106-1d45571ca6df-db7a8879 {
  justify-self: start;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe95-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe97-db7a8879, #w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe98-db7a8879, #w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe99-db7a8879 {
  align-self: stretch;
}
@media screen and (max-width: 991px) {
  body {
    --_spacing---small: 1.5rem;
    --_spacing---medium: 2rem;
    --_spacing---xxlarge: 5rem;
    --_spacing---xlarge: 4rem;
    --_spacing---large: 3rem;
    --_spacing---xsmall: .75rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  .margin-xlarge {
    margin: 3rem;
  }
  .margin-large {
    margin: 2.5rem;
  }
  .padding-xxlarge {
    padding: 4rem;
  }
  .padding-medium {
    padding: 1.5rem;
  }
  .margin-medium {
    margin: 1.5rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hide-tablet {
    display: none;
  }
  .heading-style-h3 {
    font-size: 2rem;
  }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .button.is-secondary {
    align-self: flex-start;
  }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .faq_question {
    text-align: left;
  }
  .table_header {
    font-size: 1.125rem;
  }
  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .footer_menu-wrapper {
    grid-row-gap: 1rem;
    display: flex;
  }
  .heading-style-huge {
    line-height: 1.1;
  }
  .hero_gradient_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .footer_column {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .hiw_component {
    grid-template-columns: 1fr;
  }
  .hiw_text-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }
  .hiw_text-item {
    opacity: .25;
    max-width: 100%;
    padding-bottom: 4rem;
  }
  .hiw_image {
    opacity: 1;
    margin-bottom: 2rem;
    position: relative;
  }
  .hiw_number {
    align-self: flex-start;
  }
  .hiw_image-col {
    display: none;
  }
  .section_home_option {
    padding-top: 4rem;
  }
  .option_slide_content-wrapper {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .show-tablet {
    display: block;
  }
  .cta_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .home_cta_component {
    padding-top: 6rem;
  }
  .home_cta_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .faq_number {
    line-height: 1.4;
  }
  .heading-style-h1 {
    font-size: 4rem;
  }
  .hero_gradient_background-image.is-bottom-aligned {
    object-fit: cover;
    object-fit: cover;
    bottom: 0;
  }
  .hero_gradient_content-spacer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .hero_gradient_content-spacer.is-left-aligned {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 0;
  }
  ._2-col-grid.break-tablet {
    grid-template-columns: 1fr;
    place-items: center start;
  }
  .hero_image_form-wrapper {
    text-align: left;
    max-width: none;
  }
  .groups_split-form_wrapper {
    flex-flow: column;
    display: flex;
    position: relative;
  }
  .groups_split-form_container {
    width: 100%;
  }
  .groups_split-form_anchor {
    top: -1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #w-node-_3048ea42-a0c2-258d-92a3-8c4a7cef8ccb-7cef8c98 {
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    --_spacing---small: 1.25rem;
    --_spacing---medium: 1.75rem;
    --_spacing---xxlarge: 3rem;
    --_spacing---xlarge: 2.5rem;
    --_spacing---large: 2rem;
    --_spacing---xsmall: .5rem;
  }
  h1 {
    font-size: 3.75rem;
    line-height: 1.125;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .margin-xlarge {
    margin: 2rem;
  }
  .margin-large {
    margin: 1.5rem;
  }
  .padding-xxlarge {
    padding: 3rem;
  }
  .padding-medium {
    padding: 1.25rem;
  }
  .margin-medium {
    margin: 1.25rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hide-mobile-landscape {
    display: none;
  }
  .heading-style-h3 {
    font-size: 2rem;
  }
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .heading-style-h2 {
    font-size: 2rem;
  }
  .heading-style-h5 {
    font-size: 1.125rem;
  }
  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faq_icon-wrapper {
    width: 1.75rem;
  }
  .table_cell {
    padding: .8rem;
  }
  .table_header {
    padding: .8rem;
    font-size: 1rem;
  }
  .table_header.is-first {
    font-size: 1.1rem;
  }
  .table_head {
    z-index: 2;
    top: 4rem;
  }
  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }
  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .footer_link-list {
    flex: 12rem;
  }
  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .footer_credit-text {
    margin-top: 2rem;
  }
  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  .heading-style-huge {
    font-size: 3rem;
  }
  .hero_gradient_background {
    border-top-left-radius: var(--border-radius--medium);
    border-top-right-radius: var(--border-radius--medium);
    border-bottom-left-radius: var(--border-radius--medium);
    border-bottom-right-radius: var(--border-radius--medium);
    height: auto;
  }
  .footer_column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    flex: 12rem;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .splide__slide.is-option {
    height: 24rem;
    margin-right: 1.5rem;
  }
  .hiw_component {
    grid-template-columns: 1fr;
  }
  .hiw_text-item {
    min-height: auto;
  }
  .hiw_image {
    max-width: 30rem;
  }
  .hiw_image-col {
    display: none;
  }
  .option_slide_content-wrapper {
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .industry_option-slide {
    width: 16rem;
  }
  .cta_section {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .cta_section.with-less-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .home_cta_grid {
    width: 170%;
  }
  .faq_number {
    font-size: 1.125rem;
  }
  .hero_gradient_background-image {
    height: auto;
  }
  .hero_gradient_background-overlay {
    height: auto;
  }
  .hero_gradient_background-overlay.clear-blur.is-dark-left {
    border-radius: var(--border-radius--medium);
    border-radius: var(--border-radius--medium);
    border-radius: var(--border-radius--medium);
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 1.75rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .heading-style-h3 {
    font-size: 1.5rem;
  }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .heading-style-h2 {
    font-size: 1.75rem;
  }
  .heading-style-h5 {
    font-size: 1.125rem;
  }
  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
  .padding-section-medium {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .faq_icon-wrapper {
    margin-left: .5rem;
  }
  .faq_rich-text {
    padding-left: 2rem;
  }
  .table_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 3fr 1fr 1fr;
  }
  .footer_menu-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
  .footer_link-list {
    flex-basis: 8rem;
  }
  .heading-style-huge {
    font-size: 2.75rem;
  }
  .ot-sdk-show-settings {
    display: block;
  }
  .hero_gradient_wrapper {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    padding-bottom: 2rem;
  }
  .hero_gradient_background.clear-radius {
    border-radius: 0;
  }
  .hero_gradient_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .footer_column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .title-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }
  .splide__slide.is-option {
    height: 26rem;
    margin-right: 1.25rem;
  }
  .hiw_component {
    padding-top: 1rem;
  }
  .hiw_text-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: opacity .3s;
  }
  .hiw_image {
    width: 100%;
  }
  .section_home_option {
    padding-top: 1rem;
  }
  .option_slide_content-wrapper {
    padding: 4rem 1.25rem 1rem;
  }
  .slider_controls {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .industry_option-slide {
    width: 17.5rem;
  }
  .faq_question-wrapper {
    text-align: left;
    flex: 1;
  }
  .cta_section, .cta_section.with-less-padding {
    padding-bottom: 0;
  }
  .cta_section.with-less-padding {
    padding-bottom: 0;
  }
  .home_cta_component {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% + 2.5rem);
    padding-bottom: 2rem;
    position: relative;
    left: -1.25rem;
  }
  .home_cta_component.is-mid-page {
    border-radius: 0;
    padding-bottom: 4rem;
  }
  .home_cta_grid {
    width: 190%;
  }
  .icon-1x1-xlarge.border-radius-xlarge {
    min-width: 3em;
    min-height: 3em;
  }
  .faq_number {
    width: auto;
    min-width: 2rem;
  }
  .heading-style-h1 {
    font-size: 10vw;
  }
  .hero_gradient_background-image.is-bottom-aligned.is-full-height {
    object-position: 70% 71%;
    object-position: 70% 71%;
  }
  .hero_gradient_background-overlay {
    border-radius: var(--border-radius--medium);
  }
  .hero_gradient_background-overlay.clear-blur.is-dark-left.clear-radius {
    background-image: linear-gradient(162deg, #000, #000 28%, #fff0);
    border-radius: 0;
  }
  .hero_gradient_content-spacer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .hero_gradient_content-spacer.is-left-aligned.is-aligned-center-mobile {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  ._2-col-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .hero_2-col_star-flex-wrapper {
    font-size: 4vw;
  }
  .hero_2-col_star-flex-wrapper.clear-spacing.is-centered-on-mobile {
    justify-content: center;
    align-items: center;
  }
  .hero_gradient_testimonial-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .hero_gradient_testimonial-text-wrapper {
    font-size: .875rem;
  }
}