/*
  Vendex CSS Table Of Contents

  Editing policy:
  - A sections are generated runtime CSS. Leave these alone unless the
    exact selector is proven to affect the current bug.
  - B sections are project-owned additions and review fixes. Start here for
    page-specific layout, image placement, typography, and active-site polish.
  - Do not reorder rules without visual comparison across active pages:
    index.html, about.html, products.html, capabilities.html.

  [A1] Browser reset and runtime base
  [A2] Design tokens and root variables
  [A3] Layout primitives
  [A4] Generated base styles, utilities, components, and page sections
  [A5] Generated responsive cascade
  [A6] Generated node placement rules
  [B1] Project font setup and runtime safeguards
  [B2] Project static template placement repairs
  [B3] Project component-level image placement
  [B4] Project page polish pass
  [B5] Project typography correction pass
  [B6] Homepage review fixes
*/

/* [A1] Browser reset and runtime base - avoid broad edits */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
nav,
section {
  display: block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden] {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

html input[type="button"],
input[type="reset"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: Arial, sans-serif !important;
}

.w-icon-slider-right:before {
  content: "›";
}

.w-icon-slider-left:before {
  content: "‹";
}

* {
  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;
}

.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;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1,
h2,
h3 {
  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;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

[type="button"],
[type="reset"] {
  cursor: pointer;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-input[readonly],
fieldset[disabled] .w-input {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input {
  background-color: #eee;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: #2226;
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-condition-invisible {
  display: none !important;
}

/* [A2] Design tokens and root variables - edit only deliberate sitewide tokens */
:root {
  --_colors---neutrals--100: white;
  --_typography---core--font--family--primary-font: "Hubot Sans", Arial, sans-serif;
  --_globals---global--text-color--100: var(--_colors---neutrals--600);
  --_components---body-text--md: var(--_typography---core--font--displays--display-2);
  --_typography---core--font--line-height--lg: 1.5em;
  --_typography---core--font--weight--regular: 300;
  --_typography---core--font--letter-spacing--sm: -.03em;
  --_colors---neutrals--800: #090f1c;
  --_typography---core--font--displays--display-9: 3.75rem;
  --_typography---core--font--line-height--md: 1.25em;
  --_typography---core--font--weight--mid: 600;
  --_typography---core--font--displays--display-8: 3rem;
  --_typography---core--font--displays--display-5: 1.5rem;
  --_typography---core--font--displays--display-4: 1.25rem;
  --_typography---core--font--displays--display-3: 1.125rem;
  --_typography---core--font--displays--display-2: 1rem;
  --_colors---neutrals--600: #666f85;
  --_colors---neutrals--500: #8f96a9;
  --spacing--sm: var(--sizes--size-7);
  --spacing--lg: var(--sizes--size-9);
  --core--sizes--margins--2xsm: var(--sizes--size-4);
  --global--padding--default: 40px;
  --spacing--4xs: var(--sizes--size-3);
  --_typography---core--font--weight--strong: 800;
  --spacing--md: var(--sizes--size-8);
  --_components---cards--vertical-pd--md: var(--sizes--size-8);
  --_components---cards--horizontal-pd--md: var(--sizes--size-8);
  --border-radius--radius-5xs: var(--sizes--size-2);
  --_components---section--lg: var(--sizes--size-16);
  --container--default: 73.125rem;
  --core--sizes--margins--md: var(--sizes--size-6);
  --core--sizes--margins--6xlg: var(--sizes--size-13);
  --_colors---primary--100: #4768fa;
  --core--sizes--borders-radius--sm: var(--core--sizes--size-6);
  --core--sizes--margins--xsm: var(--sizes--size-5);
  --gaps--gap-5xs: var(--sizes--size-2);
  --_globals---global--text-color--200: var(--_colors---neutrals--800);
  --_globals---global--text-color--300: var(--_colors---neutrals--100);
  --core--sizes--margins--4xsm: var(--sizes--size-2);
  --core--sizes--margins--5xlg: var(--sizes--size-12);
  --core--sizes--margins--5xsm: var(--sizes--size-1);
  --spacing--2xs: var(--sizes--size-5);
  --core--sizes--margins--4xlg: var(--sizes--size-11);
  --core--sizes--margins--3xlg: var(--sizes--size-10);
  --core--sizes--margins--3xsm: var(--sizes--size-3);
  --container--container-pd: var(--sizes--size-7);
  --container--small: 72.75rem;
  --container--extra-small: 60rem;
  --_components---section--xl: var(--sizes--size-17);
  --_globals---global--background--100: var(--_colors---neutrals--100);
  --_components---section--sm: var(--sizes--size-14);
  --_components---section--xs: var(--sizes--size-12);
  --_components---section--2xs: var(--sizes--size-10);
  --_components---section--md: var(--sizes--size-15);
  --_components---section--2xl: var(--sizes--size-16);
  --sizes--size-12: 4rem;
  --spacing--3xs: var(--sizes--size-4);
  --_components---border-width--md: 1px;
  --_globals---global--borders--200: var(--_colors---neutrals--300);
  --sizes--size-2: .25rem;
  --_globals---global--borders--accent: var(--_colors---primary--100);
  --sizes--size-13: 4.5rem;
  --_globals---global--borders--transparent: #fff0;
  --_globals---global--background--200: var(--_colors---neutrals--200);
  --_globals---global--borders--300: var(--_colors---neutrals--600);
  --_globals---global--background--400: var(--_colors---neutrals--800);
  --_globals---global--text-color--400: var(--_colors---neutrals--300);
  --_globals---global--borders--400: var(--_colors---neutrals--700);
  --_globals---global--background--300: var(--_colors---neutrals--700);
  --gaps--gap-sm: var(--sizes--size-7);
  --gaps--gap-3xs: var(--sizes--size-4);
  --_typography---core--font--displays--display-10: 4.5rem;
  --_typography---core--font--icons--line-squared: Arial, sans-serif;
  --gaps--gap-2xs: var(--sizes--size-5);
  --core--sizes--margins--2xlg: var(--sizes--size-9);
  --core--sizes--margins--xlg: var(--sizes--size-8);
  --sizes--size-10: 3rem;
  --_globals---global--color--accent: var(--_colors---primary--100);
  --_globals---global--color--accent-hover: #4661d7;
  --_typography---core--font--icons--line-rounded: Arial, sans-serif;
  --core--sizes--margins--sm: var(--core--sizes--size-6);
  --core--sizes--gap--4xsm: var(--sizes--size-2);
  --_typography---core--font--line-height--sm: 1.115em;
  --_typography---core--font--displays--display-1: .875rem;
  --spacing--xs: var(--sizes--size-6);
  --_globals---global--text-color--accent: var(--_colors---primary--100);
  --_typography---core--font--displays--display-7: 2.25rem;
  --_components---body-text--sm: var(--_typography---core--font--displays--display-1);
  --core--sizes--margins--none: var(--sizes--none);
  --gaps--gap-md: var(--sizes--size-8);
  --core--sizes--margins--lg: var(--sizes--size-7);
  --_typography---core--font--displays--display-6: 1.875rem;
  --gaps--gap-4xs: var(--sizes--size-3);
  --spacing--none: var(--sizes--none);
  --_colors---secondary--300: #1c273f;
  --_colors---neutrals--400: #bdc2d4;
  --spacing--3xl: var(--sizes--size-12);
  --sizes--size-7: 1.5rem;
  --_components---border-width--lg: 1.5px;
  --_components---border-radius--4xs: .875rem;
  --sizes--size-14: 5rem;
  --_components---body-text--lg: var(--_typography---core--font--displays--display-3);
  --core--colors--neutrals--100: white;
  --sizes--size-1: .125rem;
  --gaps--none: var(--sizes--none);
  --sizes--size-4: .75rem;
  --spacing--5xs: var(--sizes--size-2);
  --_globals---global--borders--600: var(--_colors---secondary--500);
  --_globals---global--background--500: var(--_colors---secondary--500);
  --_globals---global--text-color--500: white;
  --_components---cards--vertical-pd--lg: var(--sizes--size-9);
  --_components---cards--4xs: var(--sizes--size-3);
  --_components---cards--3xs: var(--sizes--size-4);
  --_components---cards--2xs: var(--sizes--size-5);
  --_components---cards--xs: var(--sizes--size-6);
  --_components---cards--horizontal-pd--sm: var(--sizes--size-7);
  --_components---cards--horizontal-pd--lg: var(--sizes--size-9);
  --_components---cards--horizontal-pd--xl: var(--sizes--size-10);
  --_components---cards--vertical-pd--sm: var(--sizes--size-7);
  --sizes--size-17: 8.75rem;
  --_globals---global--borders--500: var(--_colors---neutrals--800);
  --_colors---opacity-accent--faint: color-mix(in srgb, var(--_colors---primary--100) 10%, #fff0 90%);
  --_colors---secondary--100: #d4ddf2;
  --_colors---neutrals--200: #f0f3fd;
  --_components---cards--vertical-pd--xl: var(--sizes--size-10);
  --gaps--gap-xl: var(--sizes--size-10);
  --gaps--gap-lg: var(--sizes--size-9);
  --gaps--gap-2xl: var(--sizes--size-12);
  --_globals---global--background--accent: var(--_colors---primary--100);
  --border-radius--radius-rounded: 100%;
  --_components---border-radius--lg: var(--border-radius--radius-lg);
  --_globals---global--background--transparent: #fff0;
  --spacing--xl: var(--sizes--size-10);
  --spacing--4xl: var(--sizes--size-14);
  --_typography---core--font--icons--social-media: Arial, sans-serif;
  --_colors---neutrals--300: #d3d8e9;
  --_typography---core--font--icons--filled-icon: Arial, sans-serif;
  --gaps--gap-4xl: var(--sizes--size-15);
  --sizes--none: 0rem;
  --sizes--size-8: 2rem;
  --sizes--size-9: 2.5rem;
  --sizes--size-16: 7.5rem;
  --border-radius--radius-4xs: var(--sizes--size-3);
  --sizes--size-3: .5rem;
  --core--sizes--borders-radius--5xsm: var(--sizes--size-1);
  --core--fonts--displays--display-1: 14px;
  --_colors---neutrals--700: #0d1526;
  --_colors---secondary--200: #243c70;
  --_colors---secondary--400: #acbbdd;
  --_colors---secondary--500: #335397;
  --_global-variable-collection---global-padidngs--sm: var(--core--sizes--size-6);
  --_global-variable-collection---global-border-radius--3xsm: var(--sizes--size-3);
  --core--colors--neutrals--300: #f1f3f7;
  --_components---buttons--default-pd-vertical: var(--sizes--size-4);
  --_components---buttons--default-pd-horizontal: var(--sizes--size-7);
  --_components---buttons--default-br: var(--sizes--size-2);
  --_components---buttons--small-pd-vertical: var(--sizes--size-3);
  --_components---buttons--small-pd-horizontal: var(--sizes--size-5);
  --_globals---global--borders--100: var(--_colors---neutrals--100);
  --gaps--gap-xs: var(--sizes--size-6);
  --gaps--gap-3xl: var(--sizes--size-14);
  --core--colors--primary--100: #2388ff;
  --core--fonts--weight--bold: 700;
  --sizes--size-6: 1.25rem;
  --_colors---secondary--600: #8fdfff;
  --_colors---system--red-100: color-mix(in srgb, var(--_colors---system--red-400) 20%, var(--_colors---neutrals--100) 80%);
  --_colors---system--red-200: color-mix(in srgb, var(--_colors---system--red-400) 40%, var(--_colors---neutrals--100) 60%);
  --_colors---system--red-300: color-mix(in srgb, var(--_colors---system--red-400) 60%, var(--_colors---neutrals--100) 40%);
  --_colors---system--red-400: #fe566b;
  --_colors---system--blue-100: color-mix(in srgb, var(--_colors---system--blue-400) 20%, var(--_colors---neutrals--100) 80%);
  --_colors---system--blue-200: color-mix(in srgb, var(--_colors---system--blue-400) 40%, var(--_colors---neutrals--100) 60%);
  --_colors---system--blue-300: color-mix(in srgb, var(--_colors---system--blue-400) 60%, var(--_colors---neutrals--100) 40%);
  --_colors---system--blue-400: #64a7ff;
  --_colors---system--green-100: color-mix(in srgb, var(--_colors---system--green-400) 20%, var(--_colors---neutrals--100) 80%);
  --_colors---system--green-200: color-mix(in srgb, var(--_colors---system--green-400) 40%, var(--_colors---neutrals--100) 60%);
  --_colors---system--green-300: color-mix(in srgb, var(--_colors---system--green-400) 60%, var(--_colors---neutrals--100) 40%);
  --_colors---system--green-400: #74d184;
  --_colors---system--yellow-100: color-mix(in srgb, var(--_colors---system--yellow-400) 20%, var(--_colors---neutrals--100) 80%);
  --_colors---system--yellow-200: color-mix(in srgb, var(--_colors---system--yellow-400) 40%, var(--_colors---neutrals--100) 60%);
  --_colors---system--yellow-300: color-mix(in srgb, var(--_colors---system--yellow-400) 60%, var(--_colors---neutrals--100) 40%);
  --_colors---system--yellow-400: #efc42c;
  --_colors---opacity-dark--faint: color-mix(in srgb, var(--_colors---neutrals--800) 10%, #fff0 90%);
  --_colors---opacity-light--faint: color-mix(in srgb, var(--_colors---neutrals--100) 10%, #fff0 90%);
  --_components---buttons--icon-default: var(--sizes--size-10);
  --_components---buttons--icon-br-default: var(--sizes--size-3);
  --_components---buttons--icon-small: var(--sizes--size-8);
  --_components---buttons--icon-br-small: var(--sizes--size-2);
  --_components---border-radius--3xs: var(--border-radius--radius-3xs);
  --container--desktop: 88.75rem;
  --sizes--size-15: 6.25rem;
  --border-radius--none: var(--sizes--none);
  --spacing--2xl: var(--sizes--size-11);
  --_typography---core--font--icons--default: var(--_typography---core--font--icons--line-rounded);
  --_components---buttons--small-br: var(--sizes--size-2);
  --_components---border-width--sm: .75px;
  --_components---border-width--xl: 2px;
  --_components---border-radius--2xs: var(--border-radius--radius-2xs);
  --_components---border-radius--sm: var(--border-radius--radius-sm);
  --_components---border-radius--md: var(--border-radius--radius-md);
  --_components---border-radius--xl: var(--border-radius--radius-xl);
  --_components---border-radius--2xl: 3.75rem;
  --_typography---core--font--letter-spacing--none: 0em;
  --sizes--size-5: 1rem;
  --sizes--size-11: 3.5rem;
  --_colors---opacity-light--light: color-mix(in srgb, var(--_colors---neutrals--100) 30%, #fff0 70%);
  --spacing--5xl: var(--sizes--size-15);
  --spacing--6xl: var(--sizes--size-16);
  --border-radius--radius-3xs: var(--sizes--size-4);
  --border-radius--radius-2xs: var(--sizes--size-5);
  --border-radius--radius-sm: var(--sizes--size-7);
  --border-radius--radius-md: var(--sizes--size-8);
  --border-radius--radius-lg: var(--sizes--size-9);
  --border-radius--radius-xl: var(--sizes--size-10);
  --border-radius--radius-pill: 99999px;
  --_colors---opacity-light--regular: color-mix(in srgb, var(--_colors---neutrals--100) 50%, #fff0 50%);
  --_colors---opacity-light--strong: color-mix(in srgb, var(--_colors---neutrals--100) 70%, #fff0 30%);
  --_colors---opacity-light--solid: color-mix(in srgb, var(--_colors---neutrals--100) 90%, #fff0 10%);
  --_colors---opacity-dark--light: color-mix(in srgb, var(--_colors---neutrals--800) 30%, #fff0 70%);
  --_colors---opacity-dark--regular: color-mix(in srgb, var(--_colors---neutrals--800) 50%, #fff0 50%);
  --_colors---opacity-dark--strong: color-mix(in srgb, var(--_colors---neutrals--800) 70%, #fff0 30%);
  --_colors---opacity-dark--solid: color-mix(in srgb, var(--_colors---neutrals--800) 90%, #fff0 10%);
  --_colors---opacity-accent--light: color-mix(in srgb, var(--_colors---primary--100) 30%, #fff0 70%);
  --_colors---opacity-accent--regular: color-mix(in srgb, var(--_colors---primary--100) 50%, #fff0 50%);
  --_colors---opacity-accent--strong: color-mix(in srgb, var(--_colors---primary--100) 70%, #fff0 30%);
  --_colors---opacity-accent--solid: color-mix(in srgb, var(--_colors---primary--100) 90%, #fff0 10%);
  --core--sizes--size-6: 1.25rem;
}

/* [A3] Layout primitives - runtime/grid/container support */
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous,
.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

/* [A4] Generated base styles, utilities, components, and page sections */
body {
  background-color: var(--_colors---neutrals--100);
  font-family: var(--_typography---core--font--family--primary-font);
  color: var(--_globals---global--text-color--100);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--lg);
  font-weight: var(--_typography---core--font--weight--regular);
  letter-spacing: 0em;
}

h1 {
  font-family: var(--_typography---core--font--family--primary-font);
  color: var(--_colors---neutrals--800);
  font-size: var(--_typography---core--font--displays--display-9);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---core--font--family--primary-font);
  color: var(--_colors---neutrals--800);
  font-size: var(--_typography---core--font--displays--display-8);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---core--font--family--primary-font);
  color: var(--_colors---neutrals--800);
  font-size: var(--_typography---core--font--displays--display-5);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_colors---neutrals--600);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--_colors---neutrals--500);
}

ul {
  margin-top: 0;
  margin-bottom: var(--spacing--sm);
  padding-left: var(--spacing--lg);
}

label {
  margin-bottom: var(--spacing--4xs);
  color: var(--_colors---neutrals--800);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  display: block;
}

strong {
  color: var(--_colors---neutrals--800);
  font-weight: var(--_typography---core--font--weight--strong);
}

.logo-wrapper {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  color: var(--_globals---global--text-color--200);
  font-size: 1.875rem;
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.logo-wrapper:where(.w-variant-4bb31d29-0c25-793b-1aff-ad9a01f00be0) {
  color: var(--_globals---global--text-color--300);
}

.logo-wrapper:hover {
  color: var(--_globals---global--text-color--200);
  transform: scale3d(.98, .98, 1.01);
}

.logo-wrapper:hover:where(.w-variant-4bb31d29-0c25-793b-1aff-ad9a01f00be0) {
  color: var(--_globals---global--text-color--300);
}

.vendex-logo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  object-fit: contain;
}

.vendex-logo--dark-surface {
  filter: brightness(0) invert(1);
}

.text-light {
  color: var(--_colors---neutrals--100);
}

.inner-container {
  max-width: 1200px;
}

.inner-container.is-56rem {
  max-width: 56.25rem;
}

.inner-container._30-32rem {
  max-width: 30.32rem;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container.is-30ch {
  max-width: 30ch;
}

.inner-container.is-21-5rem {
  max-width: 21.5rem;
}

.inner-container.is-align-center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container.is-50ch {
  max-width: 50ch;
}

.inner-container.is-80ch {
  max-width: 80ch;
}

.inner-container.is-65rem {
  max-width: 65.625rem;
}

.inner-container.is-38ch {
  max-width: 38ch;
}

.inner-container.is-40ch {
  max-width: 40ch;
}

.inner-container._17-18rem {
  max-width: 17.18rem;
}

.inner-container._26-25rem {
  max-width: 26.25rem;
}

.inner-container._26-8rem {
  max-width: 26.8rem;
}

.inner-container._27-8rem {
  max-width: 27.8rem;
}

.inner-container._28-125rem {
  max-width: 28.125rem;
}

.inner-container._18-75rem {
  max-width: 18.75rem;
}

.inner-container._36-56rem {
  max-width: 36.56rem;
}

.inner-container._43-75rem {
  max-width: 43.75rem;
}

.inner-container._20-3rem {
  max-width: 20.3rem;
}

.inner-container._29-68rem {
  max-width: 29.68rem;
}

.inner-container._46-87rem {
  max-width: 46.87rem;
}

.inner-container._31-87rem {
  max-width: 31.87rem;
}

.inner-container._62-5rem {
  max-width: 62.5rem;
}

.inner-container._23-12rem {
  max-width: 23.12rem;
}

.inner-container._33-75rem {
  max-width: 33.75rem;
}

.inner-container._59-37rem {
  max-width: 59.37rem;
}

.inner-container._39-37rem {
  max-width: 39.37rem;
}

.inner-container._25rem {
  max-width: 25rem;
}

.inner-container._40-62rem {
  max-width: 40.62rem;
}

.float-main-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.image.is-full-height {
  height: 100%;
}

.image.is-full-screen {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-default {
  max-width: var(--container--default);
  padding-right: var(--container--container-pd);
  padding-left: var(--container--container-pd);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-default.is-small {
  max-width: var(--container--small);
}

.container-default.is-extra-small {
  max-width: var(--container--extra-small);
}

.container-default.large {
  max-width: 1280px;
}

.section {
  z-index: 1;
  padding-top: var(--_components---section--xl);
  padding-bottom: var(--_components---section--xl);
  background-color: var(--_globals---global--background--100);
  position: relative;
  overflow: clip;
}

.section.small,
.section.is-lg {
  padding-top: var(--_components---section--lg);
  padding-bottom: var(--_components---section--lg);
}

.section.is-sm {
  padding-top: var(--_components---section--sm);
  padding-bottom: var(--_components---section--sm);
}

.section.is-xs {
  padding-top: var(--_components---section--xs);
  padding-bottom: var(--_components---section--xs);
}

.section.is-2xs {
  padding-top: var(--_components---section--2xs);
  padding-bottom: var(--_components---section--2xs);
}

.section.is-lg---md {
  padding-top: var(--_components---section--lg);
  padding-bottom: var(--_components---section--md);
}

.section.is-lg---sm {
  padding-top: var(--_components---section--lg);
  padding-bottom: var(--_components---section--sm);
}

.section.is-lg---2xs {
  padding-top: var(--_components---section--lg);
  padding-bottom: var(--_components---section--2xs);
}

.section.is-md---lg {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--_components---section--lg);
}

.section.is-md---sm {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--_components---section--sm);
}

.section.is-md---xs {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--_components---section--xs);
}

.section.is-md---2xs {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--_components---section--2xs);
}

.section.is-md {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--_components---section--md);
}

.section.is-lg---xs {
  padding-top: var(--_components---section--lg);
  padding-bottom: var(--_components---section--xs);
}

.section.is-sm---lg {
  padding-top: var(--_components---section--sm);
  padding-bottom: var(--_components---section--lg);
}

.section.is-sm---md {
  padding-top: var(--_components---section--sm);
  padding-bottom: var(--_components---section--md);
}

.section.is-sm---xs {
  padding-top: var(--_components---section--sm);
  padding-bottom: var(--_components---section--xs);
}

.section.is-sm---2xs {
  padding-top: var(--_components---section--sm);
  padding-bottom: var(--_components---section--2xs);
}

.section.is-xs---lg {
  padding-top: var(--_components---section--xs);
  padding-bottom: var(--_components---section--lg);
}

.section.is-xs---md {
  padding-top: var(--_components---section--xs);
  padding-bottom: var(--_components---section--md);
}

.section.is-xs---sm {
  padding-top: var(--_components---section--xs);
  padding-bottom: var(--_components---section--sm);
}

.section.is-xs--2xs {
  padding-top: var(--_components---section--xs);
  padding-bottom: var(--_components---section--2xs);
}

.section.is-2xs--lg {
  padding-top: var(--_components---section--2xs);
  padding-bottom: var(--_components---section--lg);
}

.section.is-2xs--md {
  padding-top: var(--_components---section--2xs);
  padding-bottom: var(--_components---section--md);
}

.section.is-2xs--sm,
.section.is-2xs--xs {
  padding-top: var(--_components---section--2xs);
  padding-bottom: var(--_components---section--sm);
}

.section.hero-v1 {
  padding-top: var(--_components---section--2xl);
  padding-bottom: var(--_components---section--sm);
  align-items: center;
  display: flex;
}

.section.logo-strip-v1 {
  padding-top: 0;
  padding-bottom: var(--_components---section--sm);
  overflow: hidden;
}

.section.pd-top-none {
  padding-top: 0;
}

.section.hero-v3 {
  padding-top: 5rem;
  padding-bottom: var(--_components---section--md);
}

.section.top {
  padding-top: var(--_components---section--2xl);
}

.section.hero-v5 {
  padding-top: var(--_components---section--sm);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.input {
  height: var(--sizes--size-12);
  padding: var(--spacing--3xs) var(--spacing--sm);
  border: var(--_components---border-width--md) solid var(--_globals---global--borders--200);
  border-radius: var(--sizes--size-2);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--regular);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  margin-bottom: 0;
  transition: border-color .3s;
}

.input:hover {
  border-color: var(--_colors---neutrals--500);
}

.input:focus {
  border-color: var(--_globals---global--borders--accent);
}

.input::placeholder {
  color: var(--_globals---global--text-color--100);
}

.input.is-secondary {
  border-color: var(--_globals---global--borders--transparent);
  background-color: var(--_globals---global--background--200);
  box-shadow: none;
}

.input.is-dark {
  border-color: var(--_globals---global--borders--300);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.input.is-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.input.is-secondary-dark {
  border-color: var(--_globals---global--borders--400);
  background-color: var(--_globals---global--background--300);
  box-shadow: none;
  color: var(--_globals---global--text-color--400);
}

.input.is-secondary-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.display-2 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-2);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.display-10 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-10);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.mid {
  font-weight: var(--_typography---core--font--weight--mid);
}

.hamburger-menu {
  width: var(--sizes--size-10);
  height: var(--sizes--size-10);
  min-height: var(--sizes--size-10);
  min-width: var(--sizes--size-10);
  padding: var(--spacing--4xs);
  grid-row-gap: 0px;
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_globals---global--color--accent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  position: static;
}

.hamburger-menu:hover {
  background-color: var(--_globals---global--color--accent-hover);
}

.hamburger-menu.w--open {
  background-color: var(--_colors---primary--100);
}

.mg-top-2xs {
  margin-top: var(--spacing--2xs);
}

.icon-font-rounded {
  font-family: var(--_typography---core--font--icons--line-rounded);
}

.toggle-button-circle-inside.small {
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
}

.display-4 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-4);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.checkbox-wrapper.small {
  font-size: var(--_typography---core--font--displays--display-1);
}

.list-wrapper.is-dark {
  color: var(--_globals---global--text-color--300);
}

.display-7 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-7);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.text-area.is-small {
  min-height: var(--sizes--size-13);
  padding: var(--spacing--2xs);
  font-size: var(--_components---body-text--sm);
}

.text-area.is-secondary {
  border-color: var(--_globals---global--borders--transparent);
  background-color: var(--_globals---global--background--200);
  box-shadow: none;
}

.text-area.is-dark {
  border-color: var(--_globals---global--borders--300);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.text-area.is-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.text-area.is-secondary-dark {
  border-color: var(--_globals---global--borders--transparent);
  background-color: var(--_globals---global--background--300);
  box-shadow: none;
  color: var(--_globals---global--text-color--300);
}

.text-area.is-secondary-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.display-5 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-5);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.display-6 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-6);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.image-wrapper {
  margin-bottom: var(--spacing--none);
  position: relative;
  overflow: hidden;
}

.image-wrapper.border-radius-image-default {
  border-radius: var(--border-radius--radius-5xs);
  overflow: hidden;
}

.divider {
  height: var(--_components---border-width--md);
  background-color: var(--_globals---global--borders--200);
}

.divider.is-dark {
  background-color: var(--_colors---secondary--300);
  opacity: .3;
}

.divider.theme-dark {
  background-color: var(--_colors---secondary--300);
}

.divider.secondary {
  background-color: var(--_colors---neutrals--400);
}

.divider.section-small-pd {
  margin-top: var(--_components---section--md);
  margin-bottom: var(--_components---section--md);
}

.divider.mg-top-md---bottom-3xl {
  margin-top: var(--spacing--md);
  margin-bottom: var(--spacing--3xl);
}

.divider.mg-lg {
  margin-top: var(--spacing--lg);
  margin-bottom: var(--spacing--lg);
}

.hamburger-menu-line {
  width: var(--sizes--size-7);
  border: var(--_components---border-width--lg) solid var(--_colors---neutrals--100);
  border-radius: var(--_components---border-radius--4xs);
  background-color: var(--_globals---global--background--100);
}

.mg-top-3xs {
  margin-top: var(--core--sizes--margins--3xsm);
}

.text-titles {
  color: var(--_colors---neutrals--800);
}

.social-media-icon-wrapper.medium {
  background-color: #020202;
}

.radio-button-wrapper.small {
  font-size: var(--_typography---core--font--displays--display-1);
}

.badge {
  padding: var(--spacing--4xs) var(--spacing--2xs);
  grid-column-gap: var(--sizes--size-4);
  grid-row-gap: var(--sizes--size-4);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_globals---global--background--200);
  color: var(--_globals---global--text-color--accent);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}

.badge.is-primary {
  border-color: var(--_globals---global--background--400);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.badge.is-dark {
  border-color: var(--_globals---global--borders--600);
  background-color: var(--_globals---global--background--500);
  color: var(--_globals---global--text-color--500);
}

.badge.is-primary-dark {
  border-color: var(--_globals---global--background--100);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
}

.badge.is-secondary {
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--accent);
}

.badge.is-secondary-dark {
  border: 1px solid var(--_globals---global--background--100);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.badge.is-small {
  padding: var(--spacing--4xs);
  font-size: var(--_components---body-text--sm);
}

.badge.is-mid {
  font-weight: var(--_typography---core--font--weight--mid);
}

.badge.is-strong {
  font-weight: var(--_typography---core--font--weight--strong);
}

.mg-top-4xs {
  margin-top: var(--spacing--4xs);
}

.input-wrapper {
  position: relative;
}

.display-1 {
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_typography---core--font--displays--display-1);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.card {
  border: var(--_components---border-width--md) solid var(--_globals---global--borders--200);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_globals---global--background--100);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card.is-workspace-component-card {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  flex-direction: row;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.card.search-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--md);
  cursor: pointer;
}

.card.is-4xs {
  padding: var(--_components---cards--4xs);
}

.card.is-2xs {
  padding: var(--_components---cards--2xs);
}

.card.is-xs {
  padding: var(--_components---cards--xs);
}

.card.is-sm {
  padding: var(--_components---cards--horizontal-pd--sm);
}

.card.is-lg {
  padding: var(--_components---cards--horizontal-pd--lg);
}

.card.is-xl {
  padding: var(--_components---cards--horizontal-pd--xl);
}

.card.is-4xs---3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--4xs);
}

.card.is-4xs--2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--4xs);
}

.card.is-4xs---sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--4xs);
}

.card.is-4xs---md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--4xs);
}

.card.is-4xs---lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--4xs);
}

.card.is-4xs---xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--4xs);
}

.card.is-3xs---4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--3xs);
}

.card.is-3xs {
  padding: var(--_components---cards--3xs);
}

.card.is-3xs---xs {
  padding: var(--_components---cards--xs) var(--_components---cards--3xs);
}

.card.is-3xs---sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--3xs);
}

.card.is-3xs---md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--3xs);
}

.card.is-3xs---lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--3xs);
}

.card.is-3xs---xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--3xs);
}

.card.is-2xs-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--2xs);
}

.card.is-2xs-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--2xs);
}

.card.is-2xs-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--2xs);
}

.card.is-2xs-sm {
  padding: var(--_components---cards--vertical-pd--sm) var(--_components---cards--horizontal-pd--sm);
}

.card.is-2xs-md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--2xs);
}

.card.is-2xs-lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--2xs);
}

.card.is-2xs-xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--2xs);
}

.card.is-xs-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--xs);
}

.card.is-xs-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--xs);
}

.card.is-xs-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--xs);
}

.card.is-xs-sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--xs);
}

.card.is-xs-md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--xs);
}

.card.is-xs-lg,
.card.is-xs-xl {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--xs);
}

.card.is-sm-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--horizontal-pd--sm);
}

.card.is-sm-xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--horizontal-pd--sm);
}

.card.is-md-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--horizontal-pd--md);
}

.card.is-md-xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--horizontal-pd--md);
}

.card.is-lg-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--horizontal-pd--lg);
}

.card.is-lg-xl {
  padding: var(--_components---cards--horizontal-pd--xl) var(--_components---cards--horizontal-pd--lg);
}

.card.is-xl-4xs {
  padding: var(--_components---cards--4xs) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-3xs {
  padding: var(--_components---cards--3xs) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-sm {
  padding: var(--_components---cards--horizontal-pd--sm) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-md {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--horizontal-pd--xl);
}

.card.is-xl-lg {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--horizontal-pd--xl);
}

.card.is-4xs-xs {
  padding: var(--_components---cards--xs) var(--_components---cards--4xs);
}

.card.is-3xs-2xs {
  padding: var(--_components---cards--2xs) var(--_components---cards--3xs);
}

.card.is-shadow-preview {
  min-height: var(--sizes--size-17);
  padding: var(--spacing--sm);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--md);
  font-weight: var(--_typography---core--font--weight--mid);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.is-logo-icon-preview {
  min-height: var(--sizes--size-17);
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.is-logo-icon-preview.is-dark {
  border-width: 1px;
  border-color: var(--_globals---global--borders--500);
  background-color: var(--_globals---global--background--400);
}

.card.is-logo-preview {
  min-height: var(--sizes--size-13);
  padding: var(--sizes--size-7);
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.is-logo-preview.is-dark {
  border-width: 1px;
  border-color: var(--_globals---global--borders--500);
  background-color: var(--_globals---global--background--400);
}

.card.is-md {
  padding: var(--_components---cards--horizontal-pd--md);
}

.card.is-sales-card {
  transform-style: preserve-3d;
  width: calc(33.3333% - 16px);
  height: 100%;
  transition-property: box-shadow, transform;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
}

.card.is-sales-card:hover {
  box-shadow: 0 1.35px 6px 0 var(--_colors---opacity-accent--faint), 0 1.35px 6px 0 var(--_colors---opacity-accent--faint);
  transform: scale3d(.98, .98, 1.01);
}

.card.is-sales-card-features-primary {
  box-shadow: 0 2px 4px 0 var(--_colors---opacity-accent--faint);
  color: var(--_globals---global--text-color--300);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.card.is-sales-card-features-primary:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card.is-sales-card-features-secondary {
  border-style: solid;
  border-color: var(--_globals---global--borders--200);
  background-color: var(--_globals---global--background--100);
  box-shadow: 0 2px 4px 0 var(--_colors---opacity-accent--faint);
  color: var(--_globals---global--text-color--100);
  cursor: pointer;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.card.is-sales-card-features-secondary:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card.dropdown-card {
  padding: var(--_components---cards--horizontal-pd--md);
}

.card.dropdown-card:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  border-color: var(--_globals---global--background--300);
  background-color: var(--_globals---global--background--300);
}

.card.testimonial-v1-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  background-color: var(--_colors---neutrals--800);
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card.testimonial-v1-card._02 {
  background-color: var(--_colors---primary--100);
}

.card.testimonial-v1-card._03 {
  background-color: var(--_colors---secondary--100);
}

.card.testimonial-v1-card._04 {
  background-color: var(--_colors---neutrals--200);
}

.card.featured-cta {
  background-color: var(--_colors---neutrals--800);
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card.stat-card-v2 {
  padding: var(--_components---cards--vertical-pd--xl) var(--_components---cards--horizontal-pd--lg);
  color: var(--_globals---global--text-color--400);
  border-style: none;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 20rem;
  display: flex;
}

.card.stat-card-v2._02 {
  min-height: 28rem;
}

.card.stat-card-v2._03 {
  color: var(--_globals---global--text-color--100);
  min-height: 35rem;
}

.card.solutions-card-v2 {
  padding: var(--_components---cards--horizontal-pd--md) var(--_components---cards--horizontal-pd--md) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  background-color: var(--_globals---global--background--300);
  border-style: none;
  flex-flow: column;
  display: flex;
}

.card.feature-card-v2 {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.testimonial-v2-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  background-color: var(--_globals---global--background--300);
  border-style: none;
}

.card.testimonial-v2-card._02 {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.card.blog-card {
  padding: var(--_components---cards--vertical-pd--xl) var(--_components---cards--horizontal-pd--xl);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.card.blog-card:where(.w-variant-21914cc0-4b72-782a-6638-54b82516a05e) {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
}

.card.features-v3-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  display: grid;
}

.card.process-v3-card {
  background-color: var(--_globals---global--background--200);
  border-style: none;
}

.card.testimonial-v3-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--xl);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 24.375rem;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.card.values-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  background-color: var(--_globals---global--background--300);
  border-style: none;
}

.card.office-card {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.categories-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card.contact-link-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--lg) var(--_components---cards--vertical-pd--xl);
  background-color: var(--_globals---global--background--300);
  border-style: none;
}

.card.get-in-touch-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  border-color: var(--_colors---secondary--100);
  background-color: var(--_colors---secondary--100);
}

.card.sales-and-inquiries-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  background-color: var(--_colors---secondary--100);
  border-style: none;
}

.card.testimonial-v4-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  background-color: var(--_globals---global--background--300);
  color: var(--_globals---global--text-color--400);
  border-style: none;
}

.card.perks-card {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  background-color: var(--_globals---global--background--300);
  border-style: none;
  flex-flow: column;
  display: flex;
}

.card.testimonial-v5-card {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-2xl);
  grid-row-gap: var(--gaps--gap-2xl);
  background-color: var(--_globals---global--background--200);
  color: var(--_globals---global--text-color--200);
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card.testimonial-v5-card._02 {
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
}

.card.testimonial-v5-card._03 {
  justify-content: flex-end;
}

.card.testimonial-v5-card.cta {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  background-color: var(--_globals---global--background--400);
  justify-content: flex-end;
}

.card.career-single-details {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 32px;
}

.card.contact-v3-hero-card {
  padding: var(--_components---cards--vertical-pd--xl) var(--_components---cards--horizontal-pd--xl);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  background-color: var(--_globals---global--background--200);
  border-style: none;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.avatar-image {
  width: 100%;
  height: auto;
}

.avatar-image.is-circle {
  border-radius: var(--border-radius--radius-rounded);
}

.avatar-image.is-square {
  border-radius: var(--_components---border-radius--lg);
}

.position-relative {
  position: relative;
}

.link.is-small {
  font-size: var(--_components---body-text--sm);
}

.link.is-light:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--text-color--200);
}

.link.is-light:hover:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--color--accent-hover);
}

.hamburger-menu-flex {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pagination-wrapper {
  margin-top: var(--spacing--md);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  flex-flow: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.page-wrapper.is-full-height {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  display: flex;
}

.toggle-wrapper.small {
  font-size: var(--_typography---core--font--displays--display-1);
}

.toggle-button-wrapper.small {
  min-width: 24px;
  max-width: 24px;
  min-height: 14px;
  max-height: 14px;
}

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

.mg-top-md {
  margin-top: var(--spacing--md);
}

.workspace-component-column.is-dark {
  background-color: var(--_colors---neutrals--800);
}

.radio-button.small {
  width: 14px;
  height: 14px;
}

.buttons-row {
  grid-column-gap: var(--gaps--gap-3xs);
  grid-row-gap: var(--gaps--gap-3xs);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons-row.left {
  justify-content: flex-start;
}

.buttons-row.is-align-center-start {
  justify-content: flex-start;
  align-items: center;
}

.buttons-row.center {
  justify-content: center;
  align-items: center;
}

.buttons-row.wrap {
  flex-flow: wrap;
}

.mg-top-5xs {
  margin-top: var(--spacing--5xs);
}

.title-left---content-right {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-left---content-right.align-center {
  justify-content: space-between;
  align-items: center;
}

.mg-top-lg {
  margin-top: var(--spacing--lg);
}

.mg-top-sm {
  margin-top: var(--spacing--sm);
}

.avatar-wrapper {
  max-height: var(--sizes--size-7);
  max-width: var(--sizes--size-7);
  min-height: var(--sizes--size-7);
  min-width: var(--sizes--size-7);
  margin-bottom: var(--sizes--none);
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-wrapper:where(.w-variant-e1f98979-2524-48b3-2f60-c39c44be5860) {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.avatar-wrapper:where(.w-variant-34362d3e-bf10-966d-f0c3-2ceb2aaddef6) {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.avatar-wrapper:where(.w-variant-b7fe4403-60f9-7188-92a0-bd4708cac6ae) {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.avatar-wrapper:where(.w-variant-51f15556-18ac-4c20-712f-859c1ea6c0c9) {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.avatar-wrapper:where(.w-variant-fcae4999-847f-7e77-713e-38936f7ad806) {
  max-height: var(--sizes--size-8);
  max-width: var(--sizes--size-8);
  min-height: var(--sizes--size-8);
  min-width: var(--sizes--size-8);
}

.avatar-wrapper:where(.w-variant-7f79896f-3f01-65ca-2c16-0148a67b8b8b) {
  max-height: var(--sizes--size-9);
  max-width: var(--sizes--size-9);
  min-height: var(--sizes--size-9);
  min-width: var(--sizes--size-9);
}

.avatar-wrapper:where(.w-variant-08c02433-6824-97df-3860-67519e91e07d) {
  max-height: var(--sizes--size-12);
  max-width: var(--sizes--size-12);
  min-height: var(--sizes--size-12);
  min-width: var(--sizes--size-12);
}

.avatar-wrapper:where(.w-variant-d6f5028d-3828-5b44-ba75-ca90a0d37775) {
  max-height: var(--sizes--size-16);
  max-width: var(--sizes--size-16);
  min-height: var(--sizes--size-16);
  min-width: var(--sizes--size-16);
}

.avatar-wrapper:where(.w-variant-0e1afca2-418b-6a8b-b642-6e48574a144d) {
  max-height: var(--sizes--size-10);
  max-width: var(--sizes--size-10);
  min-height: var(--sizes--size-10);
  min-width: var(--sizes--size-10);
}

.avatar-wrapper.is-64 {
  max-height: var(--sizes--size-12);
  max-width: var(--sizes--size-12);
  min-height: var(--sizes--size-12);
  min-width: var(--sizes--size-12);
}

.avatar-wrapper.is-48 {
  max-height: var(--sizes--size-10);
  max-width: var(--sizes--size-10);
  min-height: var(--sizes--size-10);
  min-width: var(--sizes--size-10);
}

.avatar-wrapper.is-40 {
  max-height: var(--sizes--size-9);
  max-width: var(--sizes--size-9);
  min-height: var(--sizes--size-9);
  min-width: var(--sizes--size-9);
}

.avatar-wrapper.is-32 {
  max-height: var(--sizes--size-8);
  max-width: var(--sizes--size-8);
  min-height: var(--sizes--size-8);
  min-width: var(--sizes--size-8);
}

.avatar-wrapper.is-24 {
  max-height: var(--sizes--size-7);
  max-width: var(--sizes--size-7);
  min-height: var(--sizes--size-7);
  min-width: var(--sizes--size-7);
}

.avatar-wrapper.square {
  border-radius: var(--border-radius--radius-4xs);
}

.avatar-wrapper.square:where(.w-variant-d1975804-3a87-193d-1534-804fe3a0d306) {
  max-height: var(--sizes--size-10);
  max-width: var(--sizes--size-10);
  min-height: var(--sizes--size-10);
  min-width: var(--sizes--size-10);
}

.checkbox.small {
  border-radius: var(--core--sizes--borders-radius--5xsm);
  font-size: var(--core--fonts--displays--display-1);
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.hidden {
  display: none;
}

.button-wrapper {
  text-decoration: none;
}

.button-wrapper.is-inside-input {
  left: auto;
  top: var(--sizes--size-3);
  right: var(--sizes--size-3);
  bottom: var(--sizes--size-3);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-content-flex {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-content-flex.full-width {
  justify-content: space-between;
  align-items: center;
}

.button-content-flex.gap-0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button {
  padding: var(--_components---buttons--default-pd-vertical) var(--_components---buttons--default-pd-horizontal);
  border: 1px solid var(--_globals---global--borders--accent);
  border-radius: var(--_components---buttons--default-br);
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .3s;
  position: relative;
}

.button:where(.w-variant-e638efd7-9f42-b539-b06f-2ca6acadbbf9) {
  border-color: var(--_colors---neutrals--100);
  background-color: var(--_colors---neutrals--100);
  color: var(--_colors---neutrals--800);
}

.button:hover {
  color: var(--_globals---global--text-color--300);
  transform: scale3d(.98, .98, 1.01);
}

.button.secondary {
  border: 1px solid var(--_colors---neutrals--800);
  color: var(--_colors---neutrals--800);
  background-color: #0000;
  overflow: hidden;
}

.button.secondary:where(.w-variant-1a8fe5cd-2503-2e80-4d47-3f3b76f8f891) {
  padding: var(--_components---buttons--small-pd-vertical) var(--_components---buttons--small-pd-horizontal);
}

.button.is-dark {
  border-color: var(--_globals---global--borders--200);
  background-color: var(--_globals---global--background--200);
  color: var(--_globals---global--text-color--200);
}

.button.is-dark:hover {
  color: var(--_globals---global--text-color--200);
}

.button.is-secondary {
  border-color: var(--_globals---global--borders--500);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
}

.button.is-secondary-dark {
  border-color: var(--_globals---global--borders--100);
  background-color: var(--_globals---global--background--transparent);
  color: var(--_globals---global--text-color--300);
}

.button.is-secondary-dark:where(.w-variant-9ab7b21e-88f9-6101-d86d-f5c4d78e52a0) {
  padding: var(--_components---buttons--small-pd-vertical) var(--_components---buttons--small-pd-horizontal);
}

.button.is-primary {
  border-color: var(--_globals---global--borders--accent);
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
  font-weight: var(--_typography---core--font--weight--mid);
}

.button.is-primary:where(.w-variant-e638efd7-9f42-b539-b06f-2ca6acadbbf9) {
  padding: var(--_components---buttons--small-pd-vertical) var(--_components---buttons--small-pd-horizontal);
}

.button.is-primary:hover {
  color: var(--_globals---global--text-color--300);
}

.button.is-primary-dark {
  border-color: var(--_globals---global--borders--100);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
}

.button.is-primary-dark:where(.w-variant-c89a48bb-353e-f0c1-7949-f61cff5fc798) {
  padding: var(--_components---buttons--small-pd-vertical) var(--_components---buttons--small-pd-horizontal);
}

.button.is-primary-dark:hover {
  color: var(--_globals---global--text-color--200);
}

.button.is-small {
  padding: var(--spacing--4xs) var(--spacing--2xs);
  font-size: var(--_components---body-text--sm);
}

.button.is-transition-none {
  transform-style: preserve-3d;
  transition-property: none;
  transition-duration: 0s;
}

.button.is-transition-none:hover {
  transform: none;
}

.button.inside-input {
  padding-top: var(--_components---buttons--small-pd-vertical);
  padding-bottom: var(--_components---buttons--small-pd-vertical);
  height: 100%;
}

.button.inside-input.icon-button {
  aspect-ratio: 1;
  font-family: var(--_typography---core--font--icons--line-rounded);
  padding: 0;
}

.button.input-right-icon {
  min-height: var(--sizes--size-12);
  min-width: var(--sizes--size-12);
  font-family: var(--_typography---core--font--icons--line-rounded);
  transform-style: preserve-3d;
  padding: 0;
}

.button.input-right-icon:hover {
  transform: scale3d(.96, .96, 1.01);
}

.button.is-full-width {
  width: 100%;
}

.icon-wrapper.is-circle {
  border-radius: var(--border-radius--radius-rounded);
}

.grid-2-columns-auto {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}

.grid-2-columns-auto.is-1-column-center {
  text-align: center;
  grid-template-columns: 1fr;
  place-items: center;
}

.grid-2-columns-auto.is-1-column {
  text-align: left;
  grid-template-columns: 1fr;
  justify-content: start;
  place-items: start;
}

.visibility-visible-landscape {
  display: none;
}

.workspace-badge.is-dark {
  border-color: var(--_globals---global--borders--400);
  background-color: var(--_globals---global--background--300);
}

.text-color-neutral-400 {
  color: var(--_colors---neutrals--400);
}

.logo-wrapper-icon {
  max-height: var(--sizes--size-12);
  max-width: var(--sizes--size-12);
  min-height: var(--sizes--size-12);
  min-width: var(--sizes--size-12);
}

.logo-wrapper-icon:where(.w-variant-73860ddc-9494-0b04-128e-3b42796258e0) {
  max-height: var(--sizes--size-9);
  max-width: var(--sizes--size-9);
  min-height: var(--sizes--size-9);
  min-width: var(--sizes--size-9);
}

.button-control {
  max-height: var(--_components---buttons--icon-default);
  max-width: var(--_components---buttons--icon-default);
  min-height: var(--_components---buttons--icon-default);
  min-width: var(--_components---buttons--icon-default);
  border: 1px solid var(--_globals---global--borders--accent);
  border-radius: var(--_components---buttons--icon-br-default);
  background-color: var(--_globals---global--background--accent);
  font-family: var(--_typography---core--font--icons--line-rounded);
  color: var(--_globals---global--text-color--300);
  font-size: var(--_components---body-text--lg);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-control:where(.w-variant-e638efd7-9f42-b539-b06f-2ca6acadbbf9) {
  border-color: var(--_colors---neutrals--100);
  background-color: var(--_colors---neutrals--100);
  color: var(--_colors---neutrals--800);
}

.button-control:where(.w-variant-84f8812d-82d5-14ef-0f24-982d7302d027) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-size: var(--_components---body-text--sm);
}

.button-control:where(.w-variant-55a8624c-d126-f4a2-954e-80bda18430e3) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_components---body-text--sm);
}

.button-control:where(.w-variant-05476fec-e8ff-e9c3-8354-e8b7052c4995) {
  font-family: var(--_typography---core--font--family--primary-font);
}

.button-control:hover {
  color: var(--_globals---global--text-color--300);
  transform: scale3d(.96, .96, 1.01);
}

.button-control.is-secondary {
  border-color: var(--_globals---global--borders--500);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
}

.button-control.is-secondary:where(.w-variant-4fc61e3e-e9e5-2399-79f2-68bc9c037960) {
  max-height: var(--_components---buttons--icon-br-default);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-secondary:where(.w-variant-051bf3e1-b1e8-7320-2661-c6e3bb4fa1b3) {
  font-family: var(--_typography---core--font--family--primary-font);
}

.button-control.is-secondary:where(.w-variant-3e260cc6-ea22-fad8-8eec-0eef03127b53) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-secondary.no-hover:hover {
  transform: none;
}

.button-control.is-secondary-dark {
  border-color: var(--_globals---global--borders--100);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.button-control.is-secondary-dark:where(.w-variant-a4877759-bdbb-c2b8-4689-6a436ce12734) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-secondary-dark:where(.w-variant-b1160259-fcc7-fa0b-b349-1c101a524680) {
  font-family: var(--_typography---core--font--family--primary-font);
}

.button-control.is-secondary-dark:where(.w-variant-0dd0c33b-833a-bed7-027a-875f1eca65b8) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-primary {
  border-color: var(--_globals---global--borders--accent);
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
}

.button-control.is-primary:hover {
  color: var(--_globals---global--text-color--300);
}

.button-control.is-primary-dark {
  border-color: var(--_globals---global--borders--100);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
}

.button-control.is-primary-dark:where(.w-variant-c0dccd06-2841-befc-0e70-669fa7b6889c) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-primary-dark:where(.w-variant-edbc147d-70dd-10ff-318a-4d94f389fb15) {
  font-family: var(--_typography---core--font--family--primary-font);
}

.button-control.is-primary-dark:where(.w-variant-58eb1528-9676-f764-f4bb-7d212b5fdb92) {
  max-height: var(--_components---buttons--icon-small);
  max-width: var(--_components---buttons--icon-small);
  min-height: var(--_components---buttons--icon-small);
  min-width: var(--_components---buttons--icon-small);
  border-radius: var(--_components---buttons--icon-br-small);
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: var(--_components---body-text--sm);
}

.button-control.is-primary-dark:hover {
  color: var(--_globals---global--text-color--200);
}

.button-control.slider {
  border-color: var(--_globals---global--borders--100);
  color: var(--_globals---global--text-color--300);
  background-color: #0000;
  transition: color .3s, background-color .3s, border-color .3s;
}

.button-control.slider:hover {
  border-color: var(--_globals---global--borders--accent);
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
}

.button-control.slider.solutions-slider-v2---left {
  position: absolute;
  inset: auto 3.5rem 0% auto;
}

.button-control.slider.solutions-slider-v2---right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-control.slider-button {
  border-color: var(--_globals---global--borders--500);
  color: var(--_globals---global--text-color--200);
  background-color: #0000;
  transition: color .3s, background-color .3s, border-color .3s, transform .3s;
}

.button-control.slider-button:hover {
  border-color: var(--_globals---global--borders--accent);
  background-color: var(--_globals---global--background--accent);
  color: var(--_globals---global--text-color--300);
}

.button-control.slider-button.testimonial-v3---right-arrow {
  position: absolute;
  inset: auto 21rem 3rem auto;
}

.button-control.slider-button.testimonial-v3---left-arrow {
  position: absolute;
  inset: auto 24.375rem 3rem auto;
}

.form {
  margin-bottom: var(--spacing--none);
  background-color: var(--_globals---global--background--transparent);
  width: 100%;
}

.form._465px {
  max-width: 465px;
}

.form._410px {
  max-width: 410px;
}

.form-status {
  padding: var(--spacing--none);
  border-radius: var(--_components---border-radius--3xs);
  background-color: var(--_globals---global--background--100);
}

.form-status-error {
  margin-top: var(--spacing--2xs);
  padding: var(--spacing--2xs);
  border: var(--_components---border-width--md) solid var(--_colors---system--red-400);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---system--red-100);
  color: var(--_colors---system--red-400);
  font-weight: var(--_typography---core--font--weight--mid);
  text-align: center;
}

.form-messages {
  border: var(--_components---border-width--md) solid black;
  border-radius: var(--_components---border-radius--3xs);
  background-color: var(--_globals---global--background--100);
  color: var(--_globals---global--text-color--200);
  box-shadow: 0 4px 4px #0003, 0 1px 1px #0003;
}

.form-messages.is-small-message {
  height: var(--sizes--size-12);
  padding: var(--spacing--sm);
  border-color: var(--_globals---global--borders--200);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: center;
  align-items: center;
  display: flex;
}

.select.is-secondary {
  border-color: var(--_globals---global--borders--transparent);
  background-color: var(--_globals---global--background--200);
  box-shadow: none;
}

.select.is-dark {
  border-color: var(--_globals---global--borders--transparent);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.select.is-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.select.is-secondary-dark {
  background-color: var(--_globals---global--background--300);
  box-shadow: none;
  color: var(--_globals---global--text-color--400);
}

.select.is-secondary-dark::placeholder {
  color: var(--_globals---global--text-color--400);
}

.select-wrapper.is-secondary {
  box-shadow: none;
}

.select-wrapper.is-secondary-dark {
  border-color: var(--_globals---global--borders--400);
  box-shadow: none;
}

.select-wrapper.is-dark {
  border-color: var(--_globals---global--borders--300);
}

.select-icon-wrapper.is-dark {
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
}

.select-icon-wrapper.is-secondary {
  background-color: var(--_globals---global--background--200);
}

.select-icon-wrapper.is-secondary-dark {
  background-color: var(--_globals---global--background--300);
  color: var(--_globals---global--text-color--300);
}

.notification-bar-group.v3 {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  text-align: center;
  flex-flow: column;
}

.notification-bar-group.v2 {
  justify-content: space-between;
  align-items: center;
}

.footer-wrapper {
  max-width: var(--container--desktop);
  padding-right: var(--spacing--3xs);
  padding-bottom: var(--spacing--3xs);
  padding-left: var(--spacing--3xs);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.footer-wrapper:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  padding-right: var(--spacing--none);
  padding-bottom: var(--spacing--none);
  padding-left: var(--spacing--none);
}

.footer {
  border-radius: var(--border-radius--radius-4xs);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
  position: relative;
  overflow: hidden;
}

.footer:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  background-color: var(--_globals---global--background--100);
}

.footer.v1 {
  padding-right: var(--spacing--sm);
  padding-left: var(--spacing--sm);
  border-radius: var(--border-radius--radius-4xs);
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--400);
}

.footer.v2 {
  padding-right: var(--spacing--sm);
  padding-left: var(--spacing--sm);
  color: var(--_globals---global--text-color--400);
}

.footer-top.v1 {
  padding-top: var(--sizes--size-14);
  padding-bottom: var(--sizes--size-12);
}

.footer-top.v2 {
  padding-top: var(--sizes--size-14);
  padding-bottom: var(--sizes--size-14);
}

.footer-grid {
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
  grid-template-rows: auto;
}

.footer-grid.v1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.footer-grid.v2 {
  grid-column-gap: var(--gaps--gap-3xl);
  grid-row-gap: var(--gaps--gap-3xl);
  grid-template-columns: 1.5fr 1fr;
}

.navigation-grid {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
}

.navigation-grid-column {
  grid-column-gap: var(--gaps--gap-3xs);
  grid-row-gap: var(--gaps--gap-3xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.navigation-grid-column.v2 {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
}

.footer-middle.v1 {
  padding-bottom: var(--sizes--size-14);
}

.footer-bottom.v3 {
  padding-top: var(--spacing--lg);
  padding-bottom: var(--spacing--lg);
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom.v3:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--text-color--200);
}

.footer-bottom.v1 {
  padding-top: var(--spacing--md);
  padding-bottom: var(--spacing--md);
}

.more-template-link:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--text-color--200);
}

.more-template-link:hover:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--color--accent);
}

.position-relative-z-index-1 {
  z-index: 1;
  position: relative;
}

.header-main {
  max-width: var(--container--default);
  padding-top: var(--spacing--2xs);
  padding-bottom: var(--spacing--2xs);
  background-color: #0000;
  width: 100%;
  position: relative;
}

.header-column-wrapper {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-column-wrapper.v3 {
  justify-content: center;
  align-items: center;
}

.header-nav {
  justify-content: center;
  align-items: center;
  position: static;
}

.header-list {
  margin-bottom: var(--spacing--none);
  padding-left: var(--spacing--none);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.header-list-item {
  margin-bottom: 0;
}

.header-list-item.visibility-visible-landscape {
  display: none;
}

.dropdown {
  padding: var(--spacing--none);
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-toggle {
  padding: var(--spacing--none);
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  color: var(--_globals---global--text-color--200);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--300);
}

.dropdown-toggle.w--open {
  color: var(--_globals---global--color--accent);
}

.dropdown-toggle.w--open:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--100);
}

.dropdown-arrow {
  font-family: var(--_typography---core--font--icons--line-rounded);
}

.dropdown-nav {
  padding-top: var(--spacing--2xs);
  background-color: var(--_globals---global--background--transparent);
  min-width: 550px;
  transform: translate(-50%);
}

.dropdown-nav.v2 {
  transform: translate(-25%);
}

.header-main-wrapper {
  z-index: 1000;
  background-color: var(--_globals---global--background--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-nav-container {
  justify-content: center;
  align-items: flex-end;
}

.header-column-left {
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-column-right {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-column-right.v2 {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
}

.header {
  padding-top: var(--spacing--sm);
  padding-bottom: var(--spacing--sm);
  background-color: var(--_globals---global--background--transparent);
}

.header:where(.w-variant-536045d3-c161-e66f-07b0-963adf0880dc) {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.overflow-visible {
  overflow: visible;
}

.count-up-number-animation {
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
  margin-right: .02em;
}

.paragraph:where(.w-variant-ddd34771-dc96-561c-f585-9f8f9be5a668) {
  color: var(--_globals---global--text-color--200);
  font-weight: var(--_typography---core--font--weight--mid);
}

.button-icon-right {
  justify-content: center;
  align-items: center;
  margin-right: -.75rem;
  display: flex;
  position: relative;
}

.button-icon-right:where(.w-variant-e638efd7-9f42-b539-b06f-2ca6acadbbf9),
.button-icon-right:where(.w-variant-c89a48bb-353e-f0c1-7949-f61cff5fc798),
.button-icon-right:where(.w-variant-1a8fe5cd-2503-2e80-4d47-3f3b76f8f891),
.button-icon-right:where(.w-variant-9ab7b21e-88f9-6101-d86d-f5c4d78e52a0) {
  margin-right: -8px;
}

.button-icon-right.secondary {
  margin-right: -.5rem;
  padding-left: .5rem;
}

.button-arrow {
  font-family: var(--_typography---core--font--icons--line-rounded);
  font-size: 1rem;
  line-height: 1em;
  font-weight: var(--_typography---core--font--weight--regular);
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  display: flex;
}

.button-arrow._01,
.button-arrow._03 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.logo-icon.full-logo {
  max-width: 32px;
}

.dropdown-grid {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.dropdown-title {
  margin-bottom: var(--spacing--2xs);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--lg);
}

.dropdown-title:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--300);
}

.footer-v1---left-content {
  grid-column-gap: var(--gaps--gap-2xl);
  grid-row-gap: var(--gaps--gap-2xl);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.text-paragraph {
  color: var(--_globals---global--text-color--100);
}

.footer-v1-links-wrapper {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-link {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  color: var(--_globals---global--text-color--300);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--regular);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: inline-flex;
}

.contact-link:hover {
  color: var(--_globals---global--text-color--100);
}

.contact-link.large {
  font-size: var(--_typography---core--font--displays--display-5);
}

.contact-link.extra-large {
  font-size: var(--_typography---core--font--displays--display-10);
  font-weight: var(--_typography---core--font--weight--mid);
}

.contact-link.theme-light {
  color: var(--_globals---global--text-color--200);
}

.contact-link.theme-light:hover {
  color: var(--_globals---global--text-color--accent);
}

.contact-link.mid {
  font-weight: var(--_typography---core--font--weight--mid);
}

.contact-link.medium {
  font-size: var(--_typography---core--font--displays--display-3);
}

.arrow-link-icon {
  font-family: var(--_typography---core--font--icons--line-squared);
  justify-content: center;
  align-items: center;
  min-width: .75rem;
  max-width: .75rem;
  min-height: .75rem;
  max-height: .75rem;
  font-size: .75rem;
  line-height: 1em;
  display: flex;
}

.arrow-link-icon.extra-large {
  font-size: 16px;
  font-weight: var(--_typography---core--font--weight--mid);
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.footer-v1---right-content {
  grid-column-gap: var(--sizes--size-15);
  grid-row-gap: var(--sizes--size-15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-pages-title {
  margin-bottom: var(--spacing--sm);
  color: var(--_globals---global--text-color--100);
}

.footer-pages-grid {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-pages-grid.v2 {
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
  grid-template-columns: auto auto auto;
  align-items: start;
}

.footer-middle-grid {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  justify-content: space-between;
  align-items: center;
}

.hero-v1-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hero-v1---left-content {
  grid-row-gap: 14.8rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-lightbox-wrapper {
  padding: var(--spacing--4xs) var(--spacing--sm) var(--spacing--4xs) var(--spacing--4xs);
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--sm);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: flex-start;
  align-items: center;
  max-width: 21.25rem;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.hero-lightbox-wrapper:hover {
  background-color: var(--_colors---neutrals--400);
  color: var(--_globals---global--text-color--200);
}

.hero-lightbox-play-icon {
  border-radius: var(--border-radius--radius-5xs);
  width: 100%;
  height: 100%;
}

.hero-lightbox-play-wrapper {
  width: 100%;
  max-width: 5.625rem;
  overflow: hidden;
}

.hero-image-v1 {
  z-index: -1;
  width: 60%;
  max-width: 50.375rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-19%);
}

.logo-strip-marquee-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-strip-marquee {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  padding-right: 2rem;
  display: flex;
}

.card-section-wrapper {
  max-width: var(--container--desktop);
  padding-right: var(--sizes--size-4);
  padding-left: var(--sizes--size-4);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.products-why-us-section {
  padding-bottom: calc(var(--_components---section--sm) / 2);
}

.card-section {
  padding: var(--_components---section--lg) var(--spacing--sm);
  border-radius: var(--border-radius--radius-4xs);
  background-color: var(--_colors---neutrals--800);
  overflow: hidden;
}

.card-section.neutral {
  background-color: var(--_colors---secondary--100);
}

.card-section.cta-v1 {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--spacing--lg);
}

.card-section.secondary-100 {
  background-color: var(--_colors---secondary--100);
}

.card-section.cta-v3 {
  padding-top: var(--_components---section--md);
  padding-bottom: var(--spacing--xl);
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-section.light {
  background-color: var(--_colors---neutrals--200);
}

.card-section.light.mission-section {
  padding-bottom: 0;
}

.card-section.cta-v4 {
  padding-bottom: var(--spacing--lg);
  position: relative;
  overflow: hidden;
}

.card-section.bottom-short {
  padding-bottom: var(--spacing--lg);
}

.section-header {
  margin-bottom: var(--spacing--xl);
  padding-bottom: var(--sizes--size-4);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  color: var(--_globals---global--text-color--200);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-header:where(.w-variant-b095b857-000e-883d-dc27-4a33b47b7c26) {
  color: var(--_globals---global--text-color--300);
}

.section-header:where(.w-variant-dff08759-2813-91dc-af7f-d8155e269cfc) {
  margin-top: var(--spacing--xl);
  margin-bottom: var(--spacing--none);
  padding-top: var(--sizes--size-4);
  padding-bottom: var(--sizes--none);
  color: var(--_globals---global--text-color--300);
}

.section-header:where(.w-variant-09152586-41af-92e8-1889-79567e7791e8) {
  margin-top: var(--spacing--xl);
  margin-bottom: var(--spacing--none);
  padding-top: var(--sizes--size-4);
  padding-bottom: var(--sizes--none);
}

.section-header-divider {
  background-color: var(--_colors---neutrals--300);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-header-divider:where(.w-variant-b095b857-000e-883d-dc27-4a33b47b7c26) {
  background-color: var(--_colors---secondary--300);
}

.section-header-divider:where(.w-variant-dff08759-2813-91dc-af7f-d8155e269cfc) {
  background-color: var(--_colors---secondary--300);
  inset: 0% 0% auto;
}

.section-header-divider:where(.w-variant-09152586-41af-92e8-1889-79567e7791e8) {
  background-color: var(--_colors---neutrals--400);
  inset: 0% 0% auto;
}

.section-header-divider:where(.w-variant-029c7aef-3aa4-286f-e8c6-06158769d766) {
  background-color: var(--_colors---neutrals--400);
}

.text-paragraph-light {
  color: var(--_globals---global--text-color--400);
}

.solutions-grid-v1 {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.15fr 1.55fr;
}

.solutions-card-v1 {
  padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  background-color: var(--_colors---neutrals--700);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.solutions-card-v1._02 {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.solutions-card-v1._03 {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  text-align: center;
}

.solutions-card-v1._04 {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.solutions-v1-image---01 {
  width: 90%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.solutions-list-grid {
  grid-column-gap: var(--gaps--gap-3xs);
  grid-row-gap: var(--gaps--gap-3xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.solution-list-item {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  color: var(--_globals---global--text-color--300);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-item {
  border-radius: var(--sizes--size-1);
  background-color: var(--_colors---primary--100);
  font-family: var(--_typography---core--font--icons--filled-icon);
  color: var(--_globals---global--background--100);
  min-width: .875rem;
  max-width: .875rem;
  min-height: .875rem;
  max-height: .875rem;
}

.solutions-v1-content---02 {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  flex-flow: column;
  justify-content: space-between;
  min-height: 250px;
  display: flex;
}

.solutions-v1-image---02 {
  top: auto;
  left: auto;
  right: var(--_components---cards--horizontal-pd--md);
  width: 52%;
  max-width: 354px;
  position: absolute;
  bottom: auto;
}

.solutions-v1-image---03 {
  width: 60%;
  max-width: 134px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.solutions-v1-image---04 {
  width: 40%;
  max-width: 130px;
}

.features-section-v1-left-content {
  z-index: 2;
  max-width: 22.2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.features-v1-tabs-wrapper {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.features-v1-tabs-menu {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 26.8rem;
  padding-top: 21.8rem;
  display: grid;
}

.features-v1-tab-link {
  color: var(--_colors---neutrals--500);
  background-color: #0000;
  padding: 0;
}

.features-v1-tab-link.w--current {
  color: var(--_colors---neutrals--800);
  background-color: #0000;
}

.features-v1-tab-link-content {
  padding: var(--spacing--sm) 0px;
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  border-top: 1px solid var(--_colors---neutrals--300);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-v1-tab-link-content.last {
  padding-bottom: var(--spacing--none);
}

.tab-link-title {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  font-size: var(--_typography---core--font--displays--display-7);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-number {
  font-size: var(--_typography---core--font--displays--display-4);
  line-height: var(--_typography---core--font--line-height--md);
  margin-top: .375rem;
}

.tab-arrow {
  font-family: var(--_typography---core--font--icons--line-rounded);
  font-size: var(--_typography---core--font--displays--display-6);
  font-weight: var(--_typography---core--font--weight--regular);
}

.features-v1-tab-pane {
  width: 100%;
  height: 100%;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.border-image {
  border-radius: var(--border-radius--radius-5xs);
}

.performance-grid-v1 {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.performance-v1-wrapper {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 39.375rem) minmax(auto, 26rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.performance-v1-bar-wrapper {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 29.75rem;
  display: flex;
}

.progress-bar-line-wrapper {
  background-color: var(--_colors---neutrals--400);
  border-radius: .125rem;
  width: .85%;
  min-width: .85%;
  height: 2.5rem;
  min-height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.progress-bar-text {
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-10);
  line-height: var(--_typography---core--font--line-height--sm);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

.process-v1-tabs-wrapper {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-v1-tabs-menu {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.process-v1-tab-pane {
  border-radius: var(--border-radius--radius-5xs);
  position: relative;
  overflow: hidden;
}

.process-v1-tab-pane-image {
  width: 100%;
}

.process-v1-tab-pane-text {
  color: var(--_globals---global--text-color--100);
  font-size: var(--_typography---core--font--displays--display-8);
  line-height: var(--_typography---core--font--line-height--sm);
  font-weight: var(--_typography---core--font--weight--mid);
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
}

.process-v1-tab-link {
  background-color: #0000;
  padding: 0;
  transition-property: transform;
}

.process-v1-tab-link:hover {
  transform: translate(0, -3px);
}

.process-v1-tab-link.w--current {
  background-color: #0000;
}

.process-v1-tab-link-content {
  max-width: 17rem;
}

.process-v1-dot {
  margin-bottom: var(--gaps--gap-2xs);
  background-color: var(--_colors---neutrals--200);
  border-radius: 50%;
  min-width: 1.25rem;
  max-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.process-v1-tab-link-title {
  color: var(--_colors---neutrals--600);
  font-size: var(--_typography---core--font--displays--display-4);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.process-v1-tab-link-paragraph {
  color: var(--_colors---neutrals--400);
}

.cta-v1-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cta-v1-image {
  max-width: 27.5rem;
  margin-top: -3rem;
  margin-bottom: -1.5rem;
}

.cta-v1-links-wrapper {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.testimonial-v1-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.regular {
  font-weight: 400;
}

.testimonial-v1-image---01 {
  width: 100%;
  max-width: 480px;
}

.testimonial-v1-grid---top-row {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
}

.testimonial-v1-card-content---01 {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.lightbox-play-icon {
  z-index: 1;
  background-color: var(--_colors---secondary--200);
  color: var(--_globals---global--text-color--300);
  transform-style: preserve-3d;
  border-radius: 50%;
  min-width: 3.75rem;
  max-width: 3.75rem;
  min-height: 3.75rem;
  max-height: 3.75rem;
  transition: background-color .3s, transform .3s;
  position: relative;
}

.lightbox-play-icon:hover {
  background-color: var(--_colors---secondary--500);
  color: var(--_globals---global--text-color--300);
  transform: scale3d(.96, .96, 1.001);
}

.testimonial-v1-card-stat---02 {
  color: var(--_colors---neutrals--100);
  font-size: 6.25rem;
  line-height: var(--_typography---core--font--line-height--sm);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

.testimonial-v1-grid---bottom-row {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
}

.testimonial-v1-image---03 {
  width: 100%;
}

.testimonial-v1-card-title---01 {
  color: var(--_colors---neutrals--100);
  font-size: var(--_typography---core--font--displays--display-6);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

.testimonial-v1-card-title---02 {
  color: var(--_colors---neutrals--100);
  font-size: var(--_typography---core--font--displays--display-5);
  line-height: var(--_typography---core--font--line-height--md);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  font-weight: 400;
}

.testimonial-v1-card-title---04 {
  color: var(--_colors---neutrals--800);
  font-size: var(--_typography---core--font--displays--display-7);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

.author-wrapper {
  grid-column-gap: var(--gaps--gap-3xs);
  grid-row-gap: var(--gaps--gap-3xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-blog-v1-grid {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.featured-blog-v1-column {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-wrapper {
  padding-top: var(--spacing--sm);
  padding-bottom: var(--spacing--sm);
  border-bottom: 1px solid var(--_colors---neutrals--300);
}

.blog-item-wrapper:first-child {
  padding-top: var(--spacing--none);
}

.blog-item-wrapper:last-child {
  padding-bottom: var(--spacing--none);
  border-bottom-style: none;
}

.blog-item {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.blog-item:where(.w-variant-49d2a849-37d5-b6e2-74af-9500839c2e28) {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item:where(.w-variant-8c7bf089-040c-739f-cd2a-7f40746998db) {
  padding-bottom: var(--gaps--gap-sm);
  border-bottom: 1px solid var(--_colors---neutrals--300);
}

.blog-image-wrapper {
  border-radius: var(--border-radius--radius-5xs);
  overflow: hidden;
}

.blog-image-wrapper:where(.w-variant-8c7bf089-040c-739f-cd2a-7f40746998db) {
  display: none;
}

.blog-image {
  width: 100%;
}

.blog-title,
.blog-title:where(.w-variant-49d2a849-37d5-b6e2-74af-9500839c2e28) {
  font-size: var(--_typography---core--font--displays--display-5);
}

.blog-title:where(.w-variant-2608f5cf-be55-e6fd-df01-2b5ad6b0d95e) {
  font-size: var(--_typography---core--font--displays--display-4);
}

.blog-title:where(.w-variant-21914cc0-4b72-782a-6638-54b82516a05e),
.blog-title.v2 {
  font-size: var(--_typography---core--font--displays--display-6);
}

.blog-title.v2:where(.w-variant-8c7bf089-040c-739f-cd2a-7f40746998db) {
  font-size: var(--_typography---core--font--displays--display-4);
}

.blog-excerpt {
  margin-top: var(--spacing--5xs);
  color: var(--_colors---neutrals--600);
}

.item-details-wrapper {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-cta-content {
  padding-top: var(--_components---cards--vertical-pd--xl);
  padding-right: var(--_components---cards--horizontal-pd--lg);
  padding-left: var(--_components---cards--horizontal-pd--lg);
}

.hero-card-wrapper {
  max-width: var(--container--desktop);
  padding-top: var(--sizes--size-4);
  padding-right: var(--sizes--size-4);
  padding-left: var(--sizes--size-4);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-card-wrapper.full-height-page {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hero-card {
  padding: var(--_components---section--2xl) var(--spacing--sm) var(--_components---section--md);
  border-radius: var(--border-radius--radius-4xs);
  background-color: var(--_colors---neutrals--200);
  position: relative;
}

.hero-card.hero---home-v2 {
  padding-bottom: 0;
}

.hero-card.hero-v4 {
  background-color: var(--_globals---global--background--400);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 44rem;
  display: flex;
}

.hero-card.hero-contact-v2 {
  background-color: var(--_globals---global--background--400);
  padding-bottom: 0;
}

.hero-card.preview-page {
  overflow: hidden;
}

.badge-wrapper-bg {
  padding: var(--spacing--5xs) var(--spacing--2xs) var(--spacing--5xs) var(--spacing--5xs);
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--100);
  color: var(--_globals---global--text-color--200);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.line-break {
  display: block;
}

.hero-image-v2 {
  width: 95%;
  max-width: 1212px;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stats-grid-v2 {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  margin-top: -6.25rem;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.solutions-slider-v2 {
  padding-bottom: var(--spacing--4xl);
}

.slider-mask {
  height: 100%;
}

.slider-mask.solutions-slider-v2-mask {
  max-width: 434px;
  overflow: visible;
}

.solutions-v2---buttons-wrapper {
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide {
  margin-right: var(--spacing--5xs);
}

.process-v2-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}

.process-v2-tabs-menu {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.process-v2-tab-link-wrapper {
  border-bottom: 1px solid var(--_colors---neutrals--300);
  border-radius: var(--border-radius--none);
  color: var(--_colors---neutrals--500);
  background-color: #0000;
  min-height: 6rem;
  margin-top: -2px;
  padding: 0;
  transition: color .3s, min-height .3s, border-color .3s, border-radius .3s, background-color .3s;
  position: relative;
  overflow: hidden;
}

.process-v2-tab-link-wrapper:hover {
  color: var(--_colors---neutrals--800);
}

.process-v2-tab-link-wrapper.w--current {
  border-bottom-color: var(--_colors---neutrals--200);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
  min-height: 32.25rem;
}

.process-v2-tab-link {
  padding-top: var(--spacing--sm);
  padding-bottom: var(--spacing--sm);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-v2-tab-link.current {
  display: none;
}

.process-v2-tab-pane {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.process-v2-tab-pane.current {
  display: flex;
}

.process-v2-step {
  z-index: 1;
  color: var(--_colors---neutrals--600);
  font-size: var(--_typography---core--font--displays--display-8);
  line-height: var(--_typography---core--font--line-height--sm);
  position: relative;
}

.process-v2-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process-v2-tab-content {
  z-index: 1;
  color: var(--_colors---neutrals--500);
  max-width: 17.2rem;
  position: relative;
}

.cta-v2-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cta-v2-image {
  width: 100%;
}

.card-stack-wrapper {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  flex-flow: column;
  display: flex;
}

.card-feature-v2---content {
  padding: var(--_components---cards--horizontal-pd--lg) var(--_components---cards--horizontal-pd--xl);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card-feature-v2---image-wrapper {
  padding: var(--spacing--4xs);
}

.card-feature-v2---image {
  border-radius: var(--border-radius--radius-5xs);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-stack {
  position: sticky;
}

.card-stack._01 {
  z-index: 1;
  top: 2rem;
}

.card-stack._02 {
  z-index: 2;
  top: 2.5rem;
}

.card-stack._03 {
  z-index: 3;
  top: 3rem;
}

.testimonial-v2-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
}

.testimonial-v2---top-content {
  margin-bottom: var(--spacing--lg);
  max-width: 460px;
}

.testimonial-v2---grid-left-row {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.quote-icon {
  color: var(--_colors---secondary--200);
  max-width: 2.625rem;
  display: flex;
}

.quote-icon.accent {
  color: var(--_globals---global--text-color--accent);
}

.quote-icon.theme-dark {
  color: var(--_globals---global--text-color--300);
}

.testimonial-v2-card-title {
  color: var(--_globals---global--text-color--300);
  font-size: var(--_typography---core--font--displays--display-4);
}

.testimonial-v2-card-title.medium {
  font-size: var(--_typography---core--font--displays--display-5);
}

.testimonial-v2-card-title.large {
  font-size: var(--_typography---core--font--displays--display-6);
}

.testimonial-v2---card-02-image {
  max-width: 90%;
  position: absolute;
  inset: 0 0% auto auto;
}

.testimonial-v2---grid-right-row {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.testimonial-v2---card-03-content {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-v2---card-03-image {
  margin-right: -2.5rem;
  margin-bottom: var(--spacing--md);
  width: calc(100% + 40px);
  max-width: none;
}

.blog-featured-v2---grid {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
}

.collection-item {
  flex-flow: column;
  display: flex;
}

.blog-featured-v2---grid-right-row {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-featured-v2---button-wrapper {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-v3-grid {
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
}

.hero-v3-image-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 41.5rem;
  padding-top: 18%;
  padding-bottom: 18%;
  display: flex;
  position: relative;
}

.hero-v3-image---left {
  z-index: 3;
  width: 34.5%;
  position: relative;
}

.hero-v3-image---right {
  z-index: 4;
  width: 42.75%;
  position: relative;
}

.hero-v3-image---top {
  z-index: 1;
  width: 31%;
  position: absolute;
  top: 0%;
  left: 28%;
}

.hero-v3-image---bottom {
  width: 44%;
  position: absolute;
  inset: auto auto 0% 20.5%;
}

.hero-v3-content {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  flex-flow: column;
  justify-content: space-between;
  min-height: 520px;
  display: flex;
}

.avatars-set-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-set {
  border: 2px solid var(--_colors---neutrals--200);
  background-color: var(--_colors---primary--100);
  color: var(--_globals---global--text-color--300);
  font-size: var(--_components---body-text--md);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  margin-left: -.75rem;
  display: flex;
  overflow: hidden;
}

.avatar-set.first {
  margin-left: 0;
}

.avatar-set._40px-dark {
  border-color: var(--_globals---global--background--300);
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-left: -10px;
}

.avatar-set._40px-dark.first {
  margin-left: 0;
}

.avatar-set.theme-dark-mode {
  border-color: var(--_globals---global--background--400);
}

.why-us-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.whys-us-grid-row {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 28.75rem;
}

.why-us-item {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-us-icon {
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
}

.features-v3-tabs-wrapper {
  grid-column-gap: var(--gaps--gap-lg);
  grid-row-gap: var(--gaps--gap-lg);
  grid-template-rows: auto;
  grid-template-columns: 19.375rem 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  min-height: 30rem;
  display: grid;
}

.features-v3-content {
  max-width: 19.4rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.features-v3-tabs-menu {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12.5rem;
  display: grid;
}

.features-v3-tab-link {
  padding: var(--spacing--2xs);
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  border-bottom: 1px solid var(--_colors---neutrals--300);
  border-radius: var(--border-radius--none);
  color: var(--_colors---neutrals--600);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  transition: border-radius .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.features-v3-tab-link.w--current {
  border-bottom-color: var(--_colors---neutrals--200);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
  color: var(--_colors---primary--100);
}

.features-v3-tab-icon {
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
}

.features-v3-tabs-content,
.features-v3-tab-pane {
  height: 100%;
}

.solutions-v3-tabs-wrapper {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-v3-tabs-menu {
  flex-flow: column;
  display: flex;
}

.solutions-v3-tab-link-wrapper {
  border-bottom: 1px solid var(--_colors---secondary--300);
  border-radius: var(--border-radius--none);
  color: var(--_colors---neutrals--600);
  background-color: #0000;
  min-height: 5.75rem;
  margin-top: -2px;
  padding: 0;
  transition: border-color .3s, color .3s;
  position: relative;
}

.solutions-v3-tab-link-wrapper:hover {
  color: var(--_colors---neutrals--100);
}

.solutions-v3-tab-link-wrapper.w--current {
  border-bottom-color: var(--_colors---neutrals--800);
  background-color: var(--_colors---neutrals--800);
  color: var(--_colors---neutrals--100);
}

.solutions-v3-tab-link-wrapper.last {
  border-bottom-color: var(--_colors---neutrals--800);
}

.solutions-v3-tab-link {
  padding-top: var(--spacing--sm);
  padding-bottom: var(--spacing--sm);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.solutions-v3-tab-link-icon {
  font-family: var(--_typography---core--font--icons--line-rounded);
  font-size: 16px;
  line-height: 1em;
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
}

.solutions-v3-tab-pane {
  padding: var(--_components---cards--vertical-pd--lg) var(--spacing--3xl) var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--700);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.solutions-v3-tab-pane-content {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  flex-flow: column;
  justify-content: space-between;
  max-width: 24rem;
  height: 100%;
  display: flex;
}

.solutions-v3-number {
  color: var(--_colors---secondary--200);
  font-size: var(--_typography---core--font--displays--display-8);
  line-height: var(--_typography---core--font--line-height--sm);
  font-weight: var(--_typography---core--font--weight--mid);
}

.solutions-v3-tab-pane-image {
  width: 100%;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.solutions-v3-tab-pane-arrow {
  font-family: var(--_typography---core--font--icons--line-rounded);
  font-size: 16px;
  line-height: 1em;
  font-weight: var(--_typography---core--font--weight--mid);
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  position: absolute;
  inset: 32px 32px auto auto;
}

.process-v3-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-v3-card-content {
  padding: var(--spacing--md) var(--_components---cards--horizontal-pd--xl) var(--_components---cards--horizontal-pd--xl);
}

.heading {
  text-align: center;
}

.cta-v3-image {
  z-index: 1;
  object-fit: cover;
  width: 66%;
  height: 100%;
  position: absolute;
  inset: 0 -6% 0 auto;
}

.cta-v3-content {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 34.375rem;
  display: grid;
}

._2-col-blog-grid {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-lg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content-v2 {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-item-content-v2:where(.w-variant-8c7bf089-040c-739f-cd2a-7f40746998db) {
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-v3-slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.testimonial-v3-slider-mask {
  height: 100%;
}

.testimonial-v3-card-title {
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-6);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

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

.testimonial-v3-card-content {
  min-height: 18.75rem;
  padding-bottom: 5rem;
}

.testimonial-v3-card-image {
  width: 100%;
  max-width: 28.75rem;
}

.hero-v4-image {
  width: 80%;
  max-width: 48.75rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-link {
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--regular);
  text-decoration: none;
}

.header-link:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--300);
}

.header-link:hover {
  color: var(--_globals---global--text-color--accent);
}

.header-link:hover:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--100);
}

.dropdown-link {
  color: var(--_globals---global--text-color--100);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  text-decoration: none;
}

.dropdown-link:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--400);
}

.dropdown-link:hover {
  color: var(--_globals---global--text-color--accent);
}

.dropdown-link:hover:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
  color: var(--_globals---global--text-color--100);
}

.hero-v4-content {
  z-index: 2;
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.story-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: start;
}

.values-section-grid {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr;
  align-items: start;
}

.values-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.values-card-icon {
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
}

.career-categories-grid {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-category {
  margin-bottom: var(--gaps--gap-2xs);
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  color: var(--_globals---global--text-color--200);
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-category-icon {
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
}

.career-item {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--sm);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  border: 1px solid var(--_globals---global--borders--200);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--100);
  color: var(--_colors---neutrals--600);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1rem;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition-property: background-color;
  display: grid;
}

.career-item:hover {
  background-color: var(--_colors---neutrals--200);
  color: var(--_colors---neutrals--600);
}

.careers-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-details {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-divider {
  background-color: var(--_colors---neutrals--300);
  width: 1px;
  min-height: 16px;
}

.item-icon {
  font-family: var(--_typography---core--font--icons--line-rounded);
  color: var(--_globals---global--text-color--200);
  font-size: 16px;
  line-height: 1em;
  font-weight: var(--_typography---core--font--weight--mid);
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  display: flex;
}

.team-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-item {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.office-card-content-wrapper {
  padding-top: var(--spacing--4xs);
  padding-right: var(--spacing--4xs);
  padding-bottom: var(--spacing--4xs);
}

.office-card-content {
  padding: var(--_components---cards--vertical-pd--xl) var(--_components---cards--horizontal-pd--md);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--100);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.office-card-contact-links {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  max-width: 10rem;
  display: flex;
}

.office-link {
  line-height: var(--_typography---core--font--line-height--md);
  text-decoration: none;
}

.office-link:hover {
  color: var(--_globals---global--text-color--accent);
}

.office-card-image {
  margin-top: var(--spacing--lg);
  width: 100%;
}

.office-contact-links-grid {
  grid-column-gap: var(--gaps--gap-2xl);
  grid-row-gap: var(--gaps--gap-2xl);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: center;
}

.office-contact-link {
  max-width: 23rem;
}

.accordion-wrapper {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  border-bottom: 1px solid var(--_globals---global--borders--500);
  cursor: pointer;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr 40px;
  grid-auto-columns: 1fr;
  align-items: start;
  transition: transform .3s;
  display: grid;
}

.accordion-wrapper:hover {
  transform: translate3d(4px, 0, .001px);
}

.accordion-number {
  opacity: .3;
  color: var(--_colors---secondary--200);
  font-size: var(--_typography---core--font--displays--display-4);
  font-weight: var(--_typography---core--font--weight--mid);
}

.accordion-title {
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-4);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
}

.accordion-paragraph-wrapper {
  overflow: hidden;
}

.accordion-paragraph {
  color: var(--_globals---global--text-color--100);
  max-width: 590px;
}

.accordion-switch {
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-2);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  white-space: nowrap;
}

.accordion-close {
  opacity: 1;
  margin-top: -1.25em;
}

.accordion-open {
  opacity: 0;
}

.social-media-grid {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social-media-item {
  padding: var(--_components---cards--vertical-pd--md) var(--_components---cards--horizontal-pd--md);
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  border: 1px dashed var(--_colors---neutrals--300);
  border-radius: var(--border-radius--radius-5xs);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-5);
  font-weight: var(--_typography---core--font--weight--regular);
  justify-content: center;
  align-items: center;
  min-height: 130px;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
}

.social-media-item:hover {
  border-style: solid;
  border-color: var(--_colors---neutrals--800);
  color: var(--_globals---global--text-color--200);
}

.link-wrapper {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.link-wrapper:hover,
.link-wrapper.accent {
  color: var(--_globals---global--text-color--accent);
}

.link-wrapper.accent:hover {
  color: var(--_globals---global--text-color--200);
}

.link-wrapper.accent.no-hover,
.link-wrapper.accent.no-hover:hover {
  color: var(--_globals---global--text-color--accent);
}

.heading-wrapper.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.input-button-right-wrapper {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  display: flex;
}

.visual-panel {
  padding-bottom: var(--spacing--2xs);
  border-bottom: 1px solid var(--_globals---global--borders--200);
  color: var(--_colors---neutrals--500);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
}

.blog-featured-v4---grid {
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr;
}

.blog-featured-v4---grid-right-row {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-featured-v4---grid-left-row {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-2xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-excerpt:where(.w-variant-21914cc0-4b72-782a-6638-54b82516a05e) {
  display: none;
}

.categories-card-grid {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-card-link {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-4xs);
  color: var(--_globals---global--text-color--accent);
  font-weight: var(--_typography---core--font--weight--mid);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.categories-card-link:hover {
  color: var(--_globals---global--text-color--accent);
}

.category-tag {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-icon-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
  position: relative;
}

.categories-card-link-wrapper {
  padding-top: var(--spacing--4xs);
  padding-bottom: var(--spacing--4xs);
  border-bottom: 1px solid var(--_colors---secondary--100);
}

.categories-card-link-wrapper:first-child {
  padding-top: var(--spacing--none);
}

.categories-card-link-wrapper:last-child {
  padding-bottom: var(--spacing--none);
  border-bottom-style: none;
}

.cta-v4-grid {
  margin-bottom: var(--_components---section--md);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: flex;
}

.cta-v4-grid:where(.w-variant-4750b3e3-cce1-1a05-9518-a0b1b70f152f) {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-v4-image {
  width: 100%;
  max-width: 461px;
  position: absolute;
  inset: auto auto auto 57%;
}

.cta-v4-image:where(.w-variant-4750b3e3-cce1-1a05-9518-a0b1b70f152f) {
  left: auto;
  right: 57%;
}

.categories-badges-wrapper {
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  flex-flow: wrap;
  display: flex;
}

.categories-badges-wrapper.vertical {
  grid-column-gap: var(--gaps--none);
  grid-row-gap: var(--gaps--none);
  flex-flow: column;
}

.categories-badges-wrapper.center {
  justify-content: center;
  align-items: center;
}

.category-badge {
  padding: var(--spacing--4xs) var(--spacing--2xs);
  grid-column-gap: var(--gaps--gap-5xs);
  grid-row-gap: var(--gaps--gap-5xs);
  border-radius: var(--border-radius--radius-5xs);
  color: var(--_colors---neutrals--600);
  font-size: var(--_components---body-text--md);
  line-height: var(--_typography---core--font--line-height--md);
  font-weight: var(--_typography---core--font--weight--mid);
  letter-spacing: var(--_typography---core--font--letter-spacing--sm);
  transform-style: preserve-3d;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.category-badge:hover {
  color: var(--_colors---neutrals--600);
  transform: translate3d(0, -3px, .01px);
}

.category-badge.w--current {
  background-color: var(--_colors---neutrals--200);
  color: var(--_globals---global--text-color--accent);
}

.category-badge.vertical {
  padding-top: var(--spacing--2xs);
  padding-bottom: var(--spacing--2xs);
  border-bottom: 1px solid var(--_colors---neutrals--300);
  border-radius: var(--border-radius--none);
  transform-style: preserve-3d;
}

.category-badge.vertical:hover {
  transform: translate3d(3px, 0, .01px);
}

.category-badge.vertical.w--current {
  border-bottom-color: var(--_colors---neutrals--200);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
  color: var(--_globals---global--text-color--accent);
}

._3-col-item-grid {
  grid-column-gap: var(--gaps--gap-2xs);
  grid-row-gap: var(--gaps--gap-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-count {
  color: var(--_globals---global--text-color--100);
  width: auto;
  margin-top: 0;
  position: absolute;
}

.pagination-button {
  min-height: var(--spacing--2xl);
  min-width: var(--spacing--2xl);
  border: 1px solid var(--_globals---global--borders--500);
  border-radius: var(--border-radius--radius-5xs);
  font-family: var(--_typography---core--font--icons--line-rounded);
  color: var(--_globals---global--text-color--200);
  font-size: var(--_typography---core--font--displays--display-2);
  font-weight: var(--_typography---core--font--weight--mid);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, background-color .3s, background-color .3s, color .3s;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--_globals---global--background--400);
  color: var(--_globals---global--text-color--300);
  transform: scale3d(.96, .96, 1.001);
}

.pagination-button.right {
  margin-left: auto;
}

.pagination-button.left {
  margin-right: auto;
}

.blog-hero-slide-nav {
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  margin-left: -8px;
  padding-top: 0;
  display: flex;
  inset: auto auto 0% 0%;
  transform: scale(.7);
}

.blog-hero-wrapper {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  min-height: 355px;
}

.blog-hero-content {
  padding-bottom: var(--spacing--md);
  grid-column-gap: var(--gaps--gap-md);
  grid-row-gap: var(--gaps--gap-md);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.sticky-left-blog-grid {
  grid-column-gap: var(--gaps--gap-sm);
  grid-row-gap: var(--gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: start;
}

.info-bar {
  grid-column-gap: var(--gaps--gap-4xs);
  grid-row-gap: var(--gaps--gap-4xs);
  display: flex;
}

.blog-hero-title {
  font-size: var(--_typography---core--font--displays--display-7);
}

.blog-hero-title:hover {
  color: var(--_globals---global--text-color--accent);
}

.blog-hero-image {
  width: 100%;
}

.sticky-left {
  position: sticky;
  top: 32px;
}

.show-on-mbl {
  display: none;
}

.blog-item-wrapper-v2-collection {
  grid-column-gap: var(--spacing--none);
  grid-row-gap: var(--spacing--md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-wrapper-v2 {
  padding-right: var(--spacing--4xs);
  padding-bottom: var(--spacing--md);
  padding-left: var(--spacing--4xs);
  border-bottom: 1px solid var(--_globals---global--borders--200);
}

.blog-item-wrapper-v2:nth-child(odd) {
  padding-left: var(--spacing--none);
}

.blog-item-wrapper-v2:nth-child(2n) {
  padding-right: var(--spacing--none);
}

.avatar-link {
  border-radius: 50%;
  overflow: hidden;
}

.title-link {
  color: var(--_globals---global--text-color--200);
  font-weight: var(--_typography---core--font--weight--mid);
  text-decoration: none;
  transition: color .3s;
}

.title-link:hover {
  color: var(--_globals---global--text-color--accent);
}

.blog-hero-title-link {
  text-decoration: none;
  transition: none;
}

.testimonial-v5-title._03 {
  font-size: var(--_typography---core--font--displays--display-5);
  font-weight: var(--_typography---core--font--weight--regular);
}

.progress-bar-line {
  z-index: 1;
  background-color: var(--_colors---primary--100);
  opacity: 0;
  position: absolute;
  inset: 0%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: opacity 220ms ease, transform 520ms ease;
}

.progress-bar-line.is-active {
  opacity: 1;
  transform: scaleY(1);
}

.pixelated-image-wrapper {
  border-radius: var(--border-radius--radius-4xs);
  overflow: hidden;
}

.pixelated-frame {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.pixelated-square {
  z-index: 1;
  background-color: var(--_colors---primary--100);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.stat-card-v2-bg {
  background-color: var(--_globals---global--background--400);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.stat-card-v2-bg.accent {
  background-color: var(--_globals---global--background--accent);
}

.stat-card-v2-bg.neutral {
  background-color: var(--_globals---global--background--200);
}

.flex {
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

/* [A5] Generated responsive cascade - keep order intact */
@media screen and (min-width: 1440px) {
  .card.is-workspace-component-card {
    flex-direction: row;
  }
}

@media screen and (min-width: 1920px) {
  .text-light {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  body {
    --spacing--sm: var(--sizes--size-7);
    --spacing--lg: var(--sizes--size-9);
    --core--sizes--margins--2xsm: var(--sizes--size-4);
    --global--padding--default: 40px;
    --spacing--4xs: var(--sizes--size-3);
    --spacing--md: var(--sizes--size-8);
    --border-radius--radius-5xs: var(--sizes--size-2);
    --container--default: 73.125rem;
    --core--sizes--margins--md: 28px;
    --core--sizes--margins--6xlg: var(--sizes--size-12);
    --core--sizes--borders-radius--sm: var(--core--sizes--size-6);
    --core--sizes--margins--xsm: var(--sizes--size-5);
    --gaps--gap-5xs: var(--sizes--size-2);
    --core--sizes--margins--4xsm: var(--sizes--size-2);
    --core--sizes--margins--5xlg: var(--sizes--size-10);
    --core--sizes--margins--5xsm: var(--sizes--size-1);
    --spacing--2xs: var(--sizes--size-5);
    --core--sizes--margins--4xlg: var(--sizes--size-10);
    --core--sizes--margins--3xlg: var(--sizes--size-9);
    --core--sizes--margins--3xsm: var(--sizes--size-3);
    --container--container-pd: var(--sizes--size-7);
    --container--small: 72.75rem;
    --container--extra-small: 60rem;
    --sizes--size-12: 3.5rem;
    --spacing--3xs: var(--sizes--size-4);
    --sizes--size-2: .25rem;
    --sizes--size-13: 4rem;
    --gaps--gap-sm: var(--sizes--size-7);
    --gaps--gap-3xs: var(--sizes--size-4);
    --gaps--gap-2xs: var(--sizes--size-5);
    --core--sizes--margins--2xlg: var(--sizes--size-8);
    --core--sizes--margins--xlg: var(--sizes--size-7);
    --sizes--size-10: 2.75rem;
    --core--sizes--margins--sm: var(--core--sizes--size-6);
    --core--sizes--gap--4xsm: var(--sizes--size-2);
    --spacing--xs: var(--sizes--size-6);
    --core--sizes--margins--none: var(--sizes--none);
    --gaps--gap-md: var(--sizes--size-8);
    --core--sizes--margins--lg: 36px;
    --gaps--gap-4xs: var(--sizes--size-3);
    --spacing--none: var(--sizes--none);
    --spacing--3xl: var(--sizes--size-12);
    --sizes--size-7: 1.5rem;
    --sizes--size-14: 4.5rem;
    --core--colors--neutrals--100: white;
    --sizes--size-1: .125rem;
    --gaps--none: var(--sizes--none);
    --sizes--size-4: .75rem;
    --spacing--5xs: var(--sizes--size-2);
    --sizes--size-17: 7.5rem;
    --gaps--gap-xl: var(--sizes--size-10);
    --gaps--gap-lg: var(--sizes--size-9);
    --gaps--gap-2xl: var(--sizes--size-12);
    --border-radius--radius-rounded: 100%;
    --spacing--xl: var(--sizes--size-10);
    --spacing--4xl: var(--sizes--size-14);
    --gaps--gap-4xl: var(--sizes--size-15);
    --sizes--none: 0rem;
    --sizes--size-8: 1.75rem;
    --sizes--size-9: 2.25rem;
    --sizes--size-16: 6.25rem;
    --border-radius--radius-4xs: var(--sizes--size-3);
    --sizes--size-3: .5rem;
    --core--sizes--borders-radius--5xsm: var(--sizes--size-1);
    --core--fonts--displays--display-1: 14px;
    --core--colors--neutrals--300: #f1f3f7;
    --gaps--gap-xs: var(--sizes--size-6);
    --gaps--gap-3xl: var(--sizes--size-14);
    --core--colors--primary--100: #2388ff;
    --core--fonts--weight--bold: 700;
    --sizes--size-6: 1.25rem;
    --container--desktop: 88.75rem;
    --sizes--size-15: 5rem;
    --border-radius--none: var(--sizes--none);
    --spacing--2xl: var(--sizes--size-11);
    --sizes--size-5: 1rem;
    --sizes--size-11: 3rem;
    --spacing--5xl: var(--sizes--size-15);
    --spacing--6xl: var(--sizes--size-16);
    --border-radius--radius-3xs: var(--sizes--size-4);
    --border-radius--radius-2xs: var(--sizes--size-5);
    --border-radius--radius-sm: var(--sizes--size-7);
    --border-radius--radius-md: var(--sizes--size-8);
    --border-radius--radius-lg: var(--sizes--size-9);
    --border-radius--radius-xl: var(--sizes--size-10);
    --border-radius--radius-pill: 99999px;
    --core--sizes--size-6: 1.25rem;
    --_typography---core--font--family--primary-font: "Hubot Sans", Arial, sans-serif;
    --_typography---core--font--line-height--lg: 1.5em;
    --_typography---core--font--weight--regular: 300;
    --_typography---core--font--letter-spacing--sm: -.03em;
    --_typography---core--font--displays--display-9: 3rem;
    --_typography---core--font--line-height--md: 1.25em;
    --_typography---core--font--weight--mid: 600;
    --_typography---core--font--displays--display-8: 2.5rem;
    --_typography---core--font--displays--display-5: 1.5rem;
    --_typography---core--font--displays--display-4: 1.25rem;
    --_typography---core--font--displays--display-3: 1.125rem;
    --_typography---core--font--displays--display-2: 1rem;
    --_typography---core--font--weight--strong: 800;
    --_typography---core--font--displays--display-10: 3.5rem;
    --_typography---core--font--icons--line-squared: Arial, sans-serif;
    --_typography---core--font--icons--line-rounded: Arial, sans-serif;
    --_typography---core--font--line-height--sm: 1.115em;
    --_typography---core--font--displays--display-1: .875rem;
    --_typography---core--font--displays--display-7: 2.25rem;
    --_typography---core--font--displays--display-6: 1.75rem;
    --_typography---core--font--icons--social-media: Arial, sans-serif;
    --_typography---core--font--icons--filled-icon: Arial, sans-serif;
    --_typography---core--font--icons--default: var(--_typography---core--font--icons--line-rounded);
    --_typography---core--font--letter-spacing--none: 0em;
    --_components---body-text--md: var(--_typography---core--font--displays--display-2);
    --_components---cards--vertical-pd--md: var(--sizes--size-8);
    --_components---cards--horizontal-pd--md: var(--sizes--size-8);
    --_components---section--lg: var(--sizes--size-15);
    --_components---section--xl: var(--sizes--size-15);
    --_components---section--sm: var(--sizes--size-13);
    --_components---section--xs: var(--sizes--size-11);
    --_components---section--2xs: var(--sizes--size-9);
    --_components---section--md: var(--sizes--size-14);
    --_components---section--2xl: 7rem;
    --_components---border-width--md: 1px;
    --_components---body-text--sm: var(--_typography---core--font--displays--display-1);
    --_components---border-width--lg: 1.5px;
    --_components---border-radius--4xs: .875rem;
    --_components---body-text--lg: var(--_typography---core--font--displays--display-3);
    --_components---cards--vertical-pd--lg: var(--sizes--size-9);
    --_components---cards--4xs: var(--sizes--size-3);
    --_components---cards--3xs: var(--sizes--size-4);
    --_components---cards--2xs: var(--sizes--size-5);
    --_components---cards--xs: var(--sizes--size-6);
    --_components---cards--horizontal-pd--sm: var(--sizes--size-7);
    --_components---cards--horizontal-pd--lg: var(--sizes--size-9);
    --_components---cards--horizontal-pd--xl: var(--sizes--size-10);
    --_components---cards--vertical-pd--sm: var(--sizes--size-7);
    --_components---cards--vertical-pd--xl: var(--sizes--size-10);
    --_components---border-radius--lg: var(--border-radius--radius-lg);
    --_components---buttons--default-pd-vertical: var(--sizes--size-4);
    --_components---buttons--default-pd-horizontal: var(--sizes--size-7);
    --_components---buttons--default-br: var(--sizes--size-2);
    --_components---buttons--small-pd-vertical: var(--sizes--size-3);
    --_components---buttons--small-pd-horizontal: var(--sizes--size-5);
    --_components---buttons--icon-default: var(--sizes--size-10);
    --_components---buttons--icon-br-default: var(--sizes--size-3);
    --_components---buttons--icon-small: var(--sizes--size-8);
    --_components---buttons--icon-br-small: var(--sizes--size-2);
    --_components---border-radius--3xs: var(--border-radius--radius-3xs);
    --_components---buttons--small-br: var(--sizes--size-2);
    --_components---border-width--sm: .75px;
    --_components---border-width--xl: 2px;
    --_components---border-radius--2xs: var(--border-radius--radius-2xs);
    --_components---border-radius--sm: var(--border-radius--radius-sm);
    --_components---border-radius--md: var(--border-radius--radius-md);
    --_components---border-radius--xl: var(--border-radius--radius-xl);
    --_components---border-radius--2xl: var(--sizes--size-11);
  }

  .inner-container._30-32rem._100-tablet,
  .inner-container._26-25rem._100-tablet,
  .inner-container._27-8rem._100-tablet,
  .inner-container._36-56rem._100-tablet,
  .inner-container._20-3rem._100-tablet,
  .inner-container._100-tablet {
    max-width: 100%;
  }

  .section.hero-v3,
  .section.hero-v5 {
    padding-top: var(--_components---section--2xl);
  }

  .grid-3-columns.is-1-column-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.is-1-column-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.is-1-column-tablet {
    grid-template-columns: 1fr;
  }

  .card.is-workspace-component-card {
    flex-direction: column;
  }

  .card.is-sales-card {
    width: calc(50% - 12px);
  }

  .card.dropdown-card {
    border-style: none;
    padding: 0;
  }

  .card.stat-card-v2 {
    min-height: 15rem;
  }

  .card.stat-card-v2._02 {
    min-height: 20rem;
  }

  .card.stat-card-v2._03 {
    min-height: 25rem;
  }

  .card.features-v3-card {
    min-height: 475px;
  }

  .card.testimonial-v3-card {
    padding-top: var(--_components---cards--vertical-pd--lg);
    padding-bottom: var(--_components---cards--vertical-pd--lg);
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: 0;
    display: flex;
  }

  .hamburger-menu-flex {
    grid-row-gap: var(--gaps--gap-5xs);
  }

  .title-left---content-right {
    grid-column-gap: var(--gaps--gap-3xs);
    grid-row-gap: var(--gaps--gap-3xs);
  }

  .grid-5-columns.is-1-column-tablet {
    grid-template-columns: 1fr;
  }

  .grid-6-columns.is-1-column-tablet {
    grid-template-columns: 1fr;
  }

  .is-1-column-tablet {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-auto.is-1-column-tablet {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .button-control.slider-button.testimonial-v3---right-arrow {
    bottom: 0;
    left: 3.5rem;
    right: 0;
  }

  .button-control.slider-button.testimonial-v3---left-arrow {
    bottom: 0;
    left: 0;
    right: 3.5rem;
  }

  .footer.v1,
  .footer.v2 {
    padding-right: var(--spacing--4xs);
    padding-left: var(--spacing--4xs);
  }

  .footer-grid.v2 {
    grid-column-gap: var(--gaps--gap-xl);
    grid-row-gap: var(--gaps--gap-xl);
    grid-template-columns: 1fr;
  }

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

  .footer-bottom.v3 {
    flex-flow: column;
  }

  .header-main {
    max-width: var(--container--default);
  }

  .header-nav {
    background-color: var(--_globals---global--background--transparent);
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .header-list {
    grid-row-gap: var(--gaps--gap-2xs);
    flex-flow: column;
    align-items: stretch;
  }

  .header-list-item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav {
    padding-top: var(--gaps--gap-md);
    padding-bottom: var(--gaps--gap-md);
    min-width: 0;
    position: static;
    transform: none;
  }

  .dropdown-nav.v2 {
    transform: none;
  }

  .header-nav-container {
    padding: var(--spacing--sm);
    border: var(--_components---border-width--md) solid var(--_globals---global--borders--200);
    background-color: var(--_globals---global--background--100);
  }

  .header-nav-container:where(.w-variant-86b48146-565b-833d-407c-5a7175efb40c) {
    border-color: var(--_globals---global--background--300);
    background-color: var(--_globals---global--background--300);
  }

  .dropdown-grid {
    grid-column-gap: var(--gaps--gap-2xl);
    justify-content: start;
  }

  .dropdown-title {
    font-size: var(--_components---body-text--md);
  }

  .footer-v1---right-content {
    grid-column-gap: var(--sizes--size-12);
    grid-row-gap: var(--sizes--size-12);
  }

  .hero-v1-grid {
    grid-template-columns: 1fr;
  }

  .hero-v1---left-content {
    grid-row-gap: var(--spacing--lg);
  }

  .hero-image-v1 {
    width: 100%;
    max-width: none;
    position: static;
    transform: none;
  }

  .card-section {
    padding-right: var(--spacing--4xs);
    padding-left: var(--spacing--4xs);
  }

  .solutions-grid-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-card-v1._04 {
    text-align: center;
    flex-flow: column;
  }

  .features-section-v1-left-content {
    margin-bottom: var(--spacing--md);
    max-width: 100%;
    position: static;
  }

  .features-v1-tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .features-v1-tabs-menu {
    max-width: 100%;
    padding-top: 0;
  }

  .performance-v1-wrapper {
    flex-flow: column-reverse;
    grid-template-columns: minmax(auto, 630px);
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .cta-v1-grid {
    grid-template-columns: 1fr;
  }

  .cta-v1-image {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .featured-blog-v1-grid {
    grid-template-columns: 2fr;
  }

  .blog-title.v2 {
    font-size: var(--_typography---core--font--displays--display-5);
  }

  .hero-card {
    padding-right: var(--spacing--4xs);
    padding-left: var(--spacing--4xs);
  }

  .hero-card.hero-v4 {
    min-height: 37.5rem;
  }

  .line-break.tablet {
    display: inline;
  }

  .hero-image-v2 {
    margin-top: var(--spacing--md);
  }

  .stats-grid-v2 {
    margin-top: -4rem;
  }

  .process-v2-grid {
    grid-template-columns: 1fr;
  }

  .process-v2-tab-link-wrapper.w--current {
    min-height: 26rem;
  }

  .card-feature-v2---content {
    padding-right: var(--_components---cards--horizontal-pd--md);
    padding-left: var(--_components---cards--horizontal-pd--md);
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
  }

  .testimonial-v2-grid {
    grid-template-columns: 1.4fr;
  }

  .testimonial-v2---top-content {
    max-width: 100%;
  }

  .testimonial-v2---card-02-image {
    max-width: 75%;
  }

  .blog-featured-v2---grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-v2---button-wrapper {
    margin-top: var(--spacing--xl);
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .hero-v3-grid {
    grid-template-columns: 1.3fr;
  }

  .hero-v3-image-wrapper {
    max-width: none;
  }

  .hero-v3-content {
    min-height: 0;
  }

  .features-v3-tabs-wrapper {
    margin-top: var(--spacing--xl);
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .features-v3-content {
    max-width: none;
    position: static;
  }

  .features-v3-tabs-menu {
    padding-top: 0;
  }

  .cta-v3-image {
    width: 55%;
    height: auto;
    top: auto;
  }

  .cta-v3-content {
    min-height: 28rem;
  }

  .testimonial-v3-slider-wrapper {
    padding-bottom: 80px;
  }

  .testimonial-v3-card-content {
    min-height: auto;
    padding-bottom: 0;
  }

  .testimonial-v3-card-image {
    max-width: none;
  }

  .hero-v4-image {
    max-width: 40rem;
  }

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

  .values-section-grid {
    grid-template-columns: 1fr;
  }

  .values-card-icon {
    min-width: 4.5rem;
    max-width: 4.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }

  ._100-tablet {
    max-width: 100%;
  }

  .career-item {
    grid-template-columns: 1.5fr 1fr 1rem;
  }

  .office-contact-links-grid {
    grid-column-gap: var(--gaps--gap-lg);
    grid-row-gap: var(--gaps--gap-lg);
  }

  .accordion-wrapper {
    grid-template-columns: 48px 1fr 40px;
  }

  .accordion-paragraph {
    margin-top: var(--spacing--5xs);
  }

  .social-media-item {
    min-height: 110px;
  }

  .blog-featured-v4---grid {
    grid-row-gap: var(--gaps--gap-2xl);
    grid-template-columns: 2.2fr;
  }

  .blog-featured-v4---grid-right-row {
    grid-row-gap: var(--gaps--gap-2xl);
  }

  .cta-v4-image {
    left: 50%;
  }

  .cta-v4-image:where(.w-variant-4750b3e3-cce1-1a05-9518-a0b1b70f152f) {
    inset: auto 50% auto auto;
  }

  ._3-col-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-slide-nav {
    margin-top: var(--spacing--sm);
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    position: static;
  }

  .blog-hero-wrapper {
    grid-column-gap: var(--gaps--gap-lg);
    grid-row-gap: var(--gaps--gap-lg);
    grid-template-columns: 1.25fr;
  }

  .blog-hero-content {
    padding-bottom: var(--spacing--none);
  }

  .sticky-left-blog-grid {
    grid-column-gap: var(--gaps--gap-xl);
    grid-row-gap: var(--gaps--gap-xl);
    grid-template-columns: 1fr;
  }

  .sticky-left {
    position: static;
  }

  .hidden-on-tablet {
    display: none;
  }

  .show-on-mbl {
    display: block;
  }

}

@media screen and (max-width: 767px) {
  body {
    --spacing--sm: var(--sizes--size-7);
    --spacing--lg: var(--sizes--size-9);
    --core--sizes--margins--2xsm: var(--sizes--size-4);
    --global--padding--default: 32px;
    --spacing--4xs: var(--sizes--size-3);
    --spacing--md: var(--sizes--size-8);
    --border-radius--radius-5xs: var(--sizes--size-2);
    --container--default: 73.125rem;
    --core--sizes--margins--md: 26px;
    --core--sizes--margins--6xlg: 60px;
    --core--sizes--borders-radius--sm: 22px;
    --core--sizes--margins--xsm: var(--sizes--size-5);
    --gaps--gap-5xs: var(--sizes--size-2);
    --core--sizes--margins--4xsm: var(--sizes--size-2);
    --core--sizes--margins--5xlg: var(--sizes--size-9);
    --core--sizes--margins--5xsm: var(--sizes--size-1);
    --spacing--2xs: var(--sizes--size-5);
    --core--sizes--margins--4xlg: var(--sizes--size-9);
    --core--sizes--margins--3xlg: var(--sizes--size-8);
    --core--sizes--margins--3xsm: var(--sizes--size-3);
    --container--container-pd: var(--sizes--size-6);
    --container--small: 72.75rem;
    --container--extra-small: 60rem;
    --sizes--size-12: 3rem;
    --spacing--3xs: var(--sizes--size-4);
    --sizes--size-2: .25rem;
    --sizes--size-13: 3.5rem;
    --gaps--gap-sm: var(--sizes--size-7);
    --gaps--gap-3xs: var(--sizes--size-4);
    --gaps--gap-2xs: var(--sizes--size-5);
    --core--sizes--margins--2xlg: var(--sizes--size-7);
    --core--sizes--margins--xlg: 36px;
    --sizes--size-10: 2.5rem;
    --core--sizes--margins--sm: var(--core--sizes--size-6);
    --core--sizes--gap--4xsm: var(--sizes--size-2);
    --spacing--xs: var(--sizes--size-6);
    --core--sizes--margins--none: var(--sizes--none);
    --gaps--gap-md: var(--sizes--size-8);
    --core--sizes--margins--lg: var(--sizes--size-6);
    --gaps--gap-4xs: var(--sizes--size-3);
    --spacing--none: var(--sizes--none);
    --spacing--3xl: var(--sizes--size-12);
    --sizes--size-7: 1.5rem;
    --sizes--size-14: 4rem;
    --core--colors--neutrals--100: white;
    --sizes--size-1: .125rem;
    --gaps--none: var(--sizes--none);
    --sizes--size-4: .75rem;
    --spacing--5xs: var(--sizes--size-2);
    --sizes--size-17: 6.25rem;
    --gaps--gap-xl: var(--sizes--size-10);
    --gaps--gap-lg: var(--sizes--size-9);
    --gaps--gap-2xl: var(--sizes--size-12);
    --border-radius--radius-rounded: 100%;
    --spacing--xl: var(--sizes--size-10);
    --spacing--4xl: var(--sizes--size-14);
    --gaps--gap-4xl: var(--sizes--size-15);
    --sizes--none: 0rem;
    --sizes--size-8: 1.625rem;
    --sizes--size-9: 2rem;
    --sizes--size-16: 5rem;
    --border-radius--radius-4xs: var(--sizes--size-3);
    --sizes--size-3: .5rem;
    --core--sizes--borders-radius--5xsm: var(--sizes--size-1);
    --core--fonts--displays--display-1: 14px;
    --core--colors--neutrals--300: #f1f3f7;
    --gaps--gap-xs: var(--sizes--size-6);
    --gaps--gap-3xl: var(--sizes--size-14);
    --core--colors--primary--100: #2388ff;
    --core--fonts--weight--bold: 700;
    --sizes--size-6: 1.25rem;
    --container--desktop: 88.75rem;
    --sizes--size-15: 4.5rem;
    --border-radius--none: var(--sizes--none);
    --spacing--2xl: var(--sizes--size-11);
    --sizes--size-5: 1rem;
    --sizes--size-11: 2.5rem;
    --spacing--5xl: var(--sizes--size-15);
    --spacing--6xl: var(--sizes--size-16);
    --border-radius--radius-3xs: var(--sizes--size-4);
    --border-radius--radius-2xs: var(--sizes--size-5);
    --border-radius--radius-sm: var(--sizes--size-7);
    --border-radius--radius-md: var(--sizes--size-8);
    --border-radius--radius-lg: var(--sizes--size-9);
    --border-radius--radius-xl: var(--sizes--size-10);
    --border-radius--radius-pill: 99999px;
    --core--sizes--size-6: 1.25rem;
    --_typography---core--font--family--primary-font: "Hubot Sans", Arial, sans-serif;
    --_typography---core--font--line-height--lg: 1.5em;
    --_typography---core--font--weight--regular: 300;
    --_typography---core--font--letter-spacing--sm: -.03em;
    --_typography---core--font--displays--display-9: 2.5rem;
    --_typography---core--font--line-height--md: 1.25em;
    --_typography---core--font--weight--mid: 600;
    --_typography---core--font--displays--display-8: 2rem;
    --_typography---core--font--displays--display-5: 1.375rem;
    --_typography---core--font--displays--display-4: 1.2rem;
    --_typography---core--font--displays--display-3: 1.125rem;
    --_typography---core--font--displays--display-2: 1rem;
    --_typography---core--font--weight--strong: 800;
    --_typography---core--font--displays--display-10: 3rem;
    --_typography---core--font--icons--line-squared: Arial, sans-serif;
    --_typography---core--font--icons--line-rounded: Arial, sans-serif;
    --_typography---core--font--line-height--sm: 1.115em;
    --_typography---core--font--displays--display-1: .875rem;
    --_typography---core--font--displays--display-7: 1.75rem;
    --_typography---core--font--displays--display-6: 1.5rem;
    --_typography---core--font--icons--social-media: Arial, sans-serif;
    --_typography---core--font--icons--filled-icon: Arial, sans-serif;
    --_typography---core--font--icons--default: var(--_typography---core--font--icons--line-rounded);
    --_typography---core--font--letter-spacing--none: 0em;
    --_components---body-text--md: var(--_typography---core--font--displays--display-2);
    --_components---cards--vertical-pd--md: var(--sizes--size-8);
    --_components---cards--horizontal-pd--md: var(--sizes--size-7);
    --_components---section--lg: var(--sizes--size-14);
    --_components---section--xl: var(--sizes--size-14);
    --_components---section--sm: var(--sizes--size-13);
    --_components---section--xs: var(--sizes--size-10);
    --_components---section--2xs: var(--sizes--size-8);
    --_components---section--md: var(--sizes--size-13);
    --_components---section--2xl: 6.25rem;
    --_components---border-width--md: 1px;
    --_components---body-text--sm: var(--_typography---core--font--displays--display-1);
    --_components---border-width--lg: 1.5px;
    --_components---border-radius--4xs: .875rem;
    --_components---body-text--lg: var(--_typography---core--font--displays--display-3);
    --_components---cards--vertical-pd--lg: var(--sizes--size-9);
    --_components---cards--4xs: var(--sizes--size-3);
    --_components---cards--3xs: var(--sizes--size-4);
    --_components---cards--2xs: var(--sizes--size-5);
    --_components---cards--xs: var(--sizes--size-5);
    --_components---cards--horizontal-pd--sm: var(--sizes--size-7);
    --_components---cards--horizontal-pd--lg: var(--sizes--size-7);
    --_components---cards--horizontal-pd--xl: var(--sizes--size-7);
    --_components---cards--vertical-pd--sm: var(--sizes--size-7);
    --_components---cards--vertical-pd--xl: var(--sizes--size-10);
    --_components---border-radius--lg: var(--border-radius--radius-lg);
    --_components---buttons--default-pd-vertical: var(--sizes--size-4);
    --_components---buttons--default-pd-horizontal: var(--sizes--size-7);
    --_components---buttons--default-br: var(--sizes--size-2);
    --_components---buttons--small-pd-vertical: var(--sizes--size-3);
    --_components---buttons--small-pd-horizontal: var(--sizes--size-5);
    --_components---buttons--icon-default: var(--sizes--size-10);
    --_components---buttons--icon-br-default: var(--sizes--size-3);
    --_components---buttons--icon-small: var(--sizes--size-8);
    --_components---buttons--icon-br-small: var(--sizes--size-2);
    --_components---border-radius--3xs: var(--border-radius--radius-3xs);
    --_components---buttons--small-br: var(--sizes--size-2);
    --_components---border-width--sm: .75px;
    --_components---border-width--xl: 2px;
    --_components---border-radius--2xs: var(--border-radius--radius-2xs);
    --_components---border-radius--sm: var(--border-radius--radius-sm);
    --_components---border-radius--md: var(--border-radius--radius-md);
    --_components---border-radius--xl: var(--border-radius--radius-xl);
    --_components---border-radius--2xl: var(--sizes--size-10);
  }

  .inner-container._17-18rem._100-mbl,
  .inner-container._26-8rem._100-mbl,
  .inner-container._28-125rem._100-mbl,
  .inner-container._100-mbl {
    max-width: 100%;
  }

  .image.width-60-mbl {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .input {
    height: var(--sizes--size-13);
    padding-right: var(--spacing--2xs);
    padding-left: var(--spacing--2xs);
  }

  .hamburger-menu-line {
    width: 20px;
  }

  .badge {
    padding: var(--spacing--5xs) var(--spacing--3xs);
    font-size: var(--_components---body-text--sm);
  }

  .card.is-sales-card {
    width: 100%;
  }

  .card.stat-card-v2 {
    padding-top: var(--_components---cards--vertical-pd--md);
    padding-bottom: var(--_components---cards--vertical-pd--md);
    min-height: auto;
  }

  .card.stat-card-v2._02,
  .card.stat-card-v2._03 {
    min-height: auto;
  }

  .card.feature-card-v2 {
    grid-template-columns: 1fr;
  }

  .card.testimonial-v2-card._02 {
    padding-top: var(--_components---cards--vertical-pd--lg);
    padding-bottom: var(--_components---cards--vertical-pd--lg);
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .card.features-v3-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .card.office-card {
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
    grid-template-columns: 1fr;
  }

  .card.testimonial-v5-card {
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
  }

  .card.testimonial-v5-card.cta {
    padding: var(--_components---cards--vertical-pd--lg) var(--_components---cards--horizontal-pd--lg);
  }

  .card.career-single-details {
    position: static;
  }

  .mg-top-md {
    margin-top: 24px;
  }

  .mg-top-5xs.mg-top-0-mbl {
    margin-top: 0;
  }

  .title-left---content-right {
    grid-column-gap: var(--gaps--gap-5xs);
    grid-row-gap: var(--gaps--gap-5xs);
  }

  .title-left---content-right.center-content---mbl {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mg-top-sm {
    margin-top: var(--spacing--xs);
  }

  .mg-top-sm.mg-top-4xs-mbl {
    margin-top: var(--spacing--4xs);
  }

  .button.input-right-icon {
    min-height: var(--sizes--size-13);
    min-width: var(--sizes--size-13);
    font-size: var(--_components---body-text--lg);
  }

  .grid-2-columns-auto.is-1-column-landscape {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .visibility-hidden-landscape {
    display: none;
  }

  .visibility-visible-landscape {
    display: block;
  }

  .button-control.slider.solutions-slider-v2---left {
    right: 3rem;
  }

  .button-control.slider-button.testimonial-v3---right-arrow {
    left: 3rem;
  }

  .button-control.slider-button.testimonial-v3---left-arrow {
    right: 3rem;
  }

  .form-messages.is-small-message {
    height: var(--sizes--size-13);
  }

  .footer-wrapper {
    padding-right: var(--spacing--4xs);
    padding-bottom: var(--spacing--4xs);
    padding-left: var(--spacing--4xs);
  }

  .footer.v1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer.v2 {
    padding-right: var(--spacing--none);
    padding-left: var(--spacing--none);
  }

  .footer-top.v1 {
    padding-top: var(--sizes--size-13);
  }

  .footer-top.v2 {
    padding-top: var(--sizes--size-13);
    padding-bottom: var(--sizes--size-13);
  }

  .footer-grid.v1 {
    grid-template-columns: 1fr;
  }

  .navigation-grid-column {
    grid-column-gap: var(--gaps--gap-5xs);
    grid-row-gap: var(--gaps--gap-5xs);
  }

  .footer-middle.v1 {
    padding-bottom: var(--sizes--size-13);
  }

  .header-nav {
    width: 95%;
  }

  .header-list-item.visibility-visible-landscape {
    display: flex;
  }

  .dropdown-nav {
    padding-top: var(--gaps--gap-xs);
    padding-bottom: var(--gaps--gap-xs);
  }

  .dropdown-grid {
    grid-column-gap: var(--gaps--gap-lg);
  }

  .dropdown-title {
    margin-bottom: var(--spacing--3xs);
  }

  .footer-v1---left-content {
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
  }

  .contact-link.large {
    font-size: var(--_typography---core--font--displays--display-4);
  }

  .footer-v1---right-content {
    grid-template-columns: 1fr 1fr;
  }

  .footer-pages-title {
    margin-bottom: var(--spacing--3xs);
  }

  .footer-middle-grid {
    grid-template-columns: 1fr;
  }

  .hero-lightbox-play-wrapper {
    max-width: 5rem;
  }

  .hero-image-v1 {
    width: 75%;
  }

  .logo-strip-marquee.marquee-scroll-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 1rem;
  }

  .logo-strip-item {
    max-width: 100px;
  }

  .card-section {
    padding-right: var(--spacing--none);
    padding-left: var(--spacing--none);
  }

  .solutions-grid-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-card-v1._02 {
    grid-column-gap: var(--gaps--gap-sm);
    grid-row-gap: var(--gaps--gap-sm);
    text-align: center;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .solutions-v1-content---02 {
    grid-column-gap: var(--gaps--gap-5xs);
    grid-row-gap: var(--gaps--gap-5xs);
    min-height: 0;
  }

  .solutions-v1-image---02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .solutions-v1-image---03,
  .solutions-v1-image---04 {
    width: 50%;
  }

  .process-v1-tabs-menu {
    grid-row-gap: var(--gaps--gap-lg);
    grid-template-columns: auto;
  }

  .process-v1-tab-pane-image {
    object-fit: cover;
    min-height: 300px;
  }

  .process-v1-tab-link-content {
    max-width: 100%;
  }

  .process-v1-dot {
    margin-bottom: var(--gaps--gap-4xs);
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .cta-v1-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-v1-image---01 {
    width: 60%;
  }

  .testimonial-v1-grid---top-row {
    grid-template-columns: 1fr;
  }

  .lightbox-play-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .testimonial-v1-card-stat---02 {
    font-size: 3rem;
  }

  .testimonial-v1-grid---bottom-row {
    grid-template-columns: 1fr;
  }

  .testimonial-v1-image---03 {
    width: 50%;
  }

  .testimonial-v1-card-title---01,
  .testimonial-v1-card-title---04 {
    font-size: var(--_typography---core--font--displays--display-5);
  }

  .author-wrapper {
    grid-column-gap: var(--gaps--gap-4xs);
    grid-row-gap: var(--gaps--gap-4xs);
  }

  .blog-item:where(.w-variant-49d2a849-37d5-b6e2-74af-9500839c2e28) {
    grid-column-gap: var(--gaps--gap-2xs);
    grid-row-gap: var(--gaps--gap-2xs);
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding-right: var(--spacing--none);
    padding-left: var(--spacing--none);
  }

  .hero-card.hero-v4 {
    min-height: auto;
    padding-bottom: 0;
  }

  .badge-wrapper-bg {
    font-size: var(--_components---body-text--sm);
  }

  .hero-image-v2 {
    width: 75%;
  }

  .stats-grid-v2 {
    margin-top: var(--spacing--md);
    grid-template-columns: 1fr;
  }

  .slider-mask.solutions-slider-v2-mask {
    max-width: 375px;
  }

  .process-v2-tab-link-wrapper {
    min-height: 5.5rem;
  }

  .process-v2-tab-link-wrapper.w--current {
    min-height: 20rem;
  }

  .process-v2-tab-link-wrapper.last {
    border-bottom-style: none;
  }

  .process-v2-image {
    width: 65%;
    margin-left: auto;
  }

  .cta-v2-grid {
    grid-template-columns: 1fr;
  }

  .cta-v2-image {
    width: 65%;
  }

  .card-stack {
    position: static;
  }

  .card-stack._01,
  .card-stack._02,
  .card-stack._03 {
    top: auto;
  }

  .testimonial-v2---grid-left-row {
    grid-template-columns: 1.5fr;
  }

  .quote-icon {
    max-width: 2rem;
  }

  .testimonial-v2-card-title,
  .testimonial-v2-card-title.large {
    font-size: var(--_typography---core--font--displays--display-5);
  }

  .testimonial-v2---card-02-image {
    margin-top: -2rem;
    margin-right: -2rem;
    position: static;
  }

  .testimonial-v2---card-03-image {
    width: calc(100% + 40px);
  }

  .avatar-set {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    margin-left: -.5rem;
    font-size: .65rem;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
  }

  .whys-us-grid-row {
    max-width: 100%;
  }

  .why-us-icon {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .feature-v3-tab-image {
    width: 100%;
  }

  .feature-v3-tab-image._03 {
    width: 50%;
  }

  .solutions-v3-tab-pane {
    grid-column-gap: var(--gaps--gap-xl);
    grid-row-gap: var(--gaps--gap-xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .solutions-v3-tab-pane-content {
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
    max-width: 100%;
  }

  .solutions-v3-tab-pane-arrow {
    right: 24px;
  }

  .process-v3-grid {
    grid-template-columns: 1fr;
  }

  .cta-v3-image {
    margin-top: var(--gaps--gap-xl);
    width: 65%;
    position: static;
    bottom: auto;
    right: auto;
  }

  .cta-v3-content {
    grid-column-gap: var(--gaps--none);
    grid-row-gap: var(--gaps--none);
    min-height: auto;
  }

  ._2-col-blog-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-v3-slider-wrapper {
    padding-bottom: 64px;
  }

  .hero-v4-image {
    margin-top: var(--spacing--md);
    width: 90%;
    max-width: none;
    margin-left: auto;
    position: static;
  }

  .story-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-card-icon {
    min-width: 3.5rem;
    max-width: 3.5rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
  }

  .career-category-icon {
    min-width: .75rem;
    max-width: .75rem;
    min-height: .75rem;
    max-height: .75rem;
  }

  .career-item {
    grid-column-gap: var(--gaps--gap-3xs);
    grid-row-gap: var(--gaps--gap-3xs);
    grid-template-columns: 1fr 1rem;
  }

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

  .office-card-content-wrapper {
    padding: var(--spacing--4xs) var(--spacing--4xs) var(--spacing--none);
  }

  .office-card-contact-links {
    max-width: none;
  }

  .office-card-image {
    margin-top: var(--spacing--none);
  }

  .office-contact-links-grid {
    grid-column-gap: var(--gaps--gap-md);
    grid-row-gap: var(--gaps--gap-md);
    grid-template-columns: 1fr;
  }

  .office-contact-link {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .accordion-wrapper {
    padding-right: var(--spacing--none);
    padding-left: var(--spacing--none);
    grid-column-gap: var(--gaps--gap-4xs);
    grid-row-gap: var(--gaps--gap-4xs);
    grid-template-columns: 24px 1fr 40px;
  }

  .social-media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-featured-v4---grid-left-row {
    grid-template-columns: 1fr;
  }

  .cta-v4-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .cta-v4-grid:where(.w-variant-4750b3e3-cce1-1a05-9518-a0b1b70f152f) {
    flex-flow: column;
  }

  .cta-v4-image {
    max-width: none;
    position: static;
  }

  ._3-col-item-grid {
    grid-template-columns: 1fr;
  }

  .pagination-button.right {
    min-height: var(--_components---buttons--icon-default);
    min-width: var(--_components---buttons--icon-default);
  }

  .blog-item-wrapper-v2-collection {
    grid-template-columns: 1fr;
  }

  .blog-item-wrapper-v2:nth-child(odd),
  .blog-item-wrapper-v2:nth-child(2n) {
    padding-right: var(--spacing--none);
    padding-left: var(--spacing--none);
  }

  .testimonial-v5-title._03 {
    font-size: var(--_typography---core--font--displays--display-6);
  }

}

@media screen and (max-width: 479px) {
  body {
    --spacing--sm: var(--sizes--size-7);
    --spacing--lg: var(--sizes--size-9);
    --core--sizes--margins--2xsm: var(--sizes--size-4);
    --global--padding--default: 24px;
    --spacing--4xs: var(--sizes--size-3);
    --spacing--md: var(--sizes--size-8);
    --border-radius--radius-5xs: var(--sizes--size-2);
    --container--default: 73.125rem;
    --core--sizes--margins--md: var(--core--sizes--size-6);
    --core--sizes--margins--6xlg: var(--sizes--size-7);
    --core--sizes--borders-radius--sm: var(--sizes--size-5);
    --core--sizes--margins--xsm: 18px;
    --gaps--gap-5xs: var(--sizes--size-2);
    --core--sizes--margins--4xsm: var(--sizes--size-2);
    --core--sizes--margins--5xlg: var(--sizes--size-8);
    --core--sizes--margins--5xsm: var(--sizes--size-1);
    --spacing--2xs: var(--sizes--size-5);
    --core--sizes--margins--4xlg: var(--sizes--size-8);
    --core--sizes--margins--3xlg: var(--sizes--size-7);
    --core--sizes--margins--3xsm: var(--sizes--size-3);
    --container--container-pd: var(--sizes--size-6);
    --container--small: 72.75rem;
    --container--extra-small: 60rem;
    --sizes--size-12: 2.5rem;
    --spacing--3xs: var(--sizes--size-4);
    --sizes--size-2: .25rem;
    --sizes--size-13: 3rem;
    --gaps--gap-sm: var(--sizes--size-7);
    --gaps--gap-3xs: var(--sizes--size-4);
    --gaps--gap-2xs: var(--sizes--size-5);
    --core--sizes--margins--2xlg: 36px;
    --core--sizes--margins--xlg: var(--sizes--size-6);
    --sizes--size-10: 2.25rem;
    --core--sizes--margins--sm: var(--sizes--size-5);
    --core--sizes--gap--4xsm: var(--sizes--size-2);
    --spacing--xs: var(--sizes--size-6);
    --core--sizes--margins--none: var(--sizes--none);
    --gaps--gap-md: var(--sizes--size-8);
    --core--sizes--margins--lg: 28px;
    --gaps--gap-4xs: var(--sizes--size-3);
    --spacing--none: var(--sizes--none);
    --spacing--3xl: var(--sizes--size-12);
    --sizes--size-7: 1.25rem;
    --sizes--size-14: 3.5rem;
    --core--colors--neutrals--100: white;
    --sizes--size-1: .125rem;
    --gaps--none: var(--sizes--none);
    --sizes--size-4: .625rem;
    --spacing--5xs: var(--sizes--size-2);
    --sizes--size-17: 5rem;
    --gaps--gap-xl: var(--sizes--size-10);
    --gaps--gap-lg: var(--sizes--size-9);
    --gaps--gap-2xl: var(--sizes--size-12);
    --border-radius--radius-rounded: 100%;
    --spacing--xl: var(--sizes--size-10);
    --spacing--4xl: var(--sizes--size-14);
    --gaps--gap-4xl: var(--sizes--size-15);
    --sizes--none: 0rem;
    --sizes--size-8: 1.5rem;
    --sizes--size-9: 1.75rem;
    --sizes--size-16: 4.5rem;
    --border-radius--radius-4xs: var(--sizes--size-3);
    --sizes--size-3: .375rem;
    --core--sizes--borders-radius--5xsm: var(--sizes--size-1);
    --core--fonts--displays--display-1: 14px;
    --core--colors--neutrals--300: #f1f3f7;
    --gaps--gap-xs: var(--sizes--size-6);
    --gaps--gap-3xl: var(--sizes--size-14);
    --core--colors--primary--100: #2388ff;
    --core--fonts--weight--bold: 700;
    --sizes--size-6: 1rem;
    --container--desktop: 88.75rem;
    --sizes--size-15: 4rem;
    --border-radius--none: var(--sizes--none);
    --spacing--2xl: var(--sizes--size-11);
    --sizes--size-5: .75rem;
    --sizes--size-11: 2rem;
    --spacing--5xl: var(--sizes--size-15);
    --spacing--6xl: var(--sizes--size-16);
    --border-radius--radius-3xs: var(--sizes--size-4);
    --border-radius--radius-2xs: var(--sizes--size-5);
    --border-radius--radius-sm: var(--sizes--size-7);
    --border-radius--radius-md: var(--sizes--size-8);
    --border-radius--radius-lg: var(--sizes--size-9);
    --border-radius--radius-xl: var(--sizes--size-10);
    --border-radius--radius-pill: 99999px;
    --core--sizes--size-6: 1.25rem;
    --_typography---core--font--family--primary-font: "Hubot Sans", Arial, sans-serif;
    --_typography---core--font--line-height--lg: 1.5em;
    --_typography---core--font--weight--regular: 300;
    --_typography---core--font--letter-spacing--sm: -.03em;
    --_typography---core--font--displays--display-9: 2rem;
    --_typography---core--font--line-height--md: 1.25em;
    --_typography---core--font--weight--mid: 600;
    --_typography---core--font--displays--display-8: 1.6rem;
    --_typography---core--font--displays--display-5: 1.375rem;
    --_typography---core--font--displays--display-4: 1.2rem;
    --_typography---core--font--displays--display-3: 1.125rem;
    --_typography---core--font--displays--display-2: 1rem;
    --_typography---core--font--weight--strong: 800;
    --_typography---core--font--displays--display-10: 2.5rem;
    --_typography---core--font--icons--line-squared: Arial, sans-serif;
    --_typography---core--font--icons--line-rounded: Arial, sans-serif;
    --_typography---core--font--line-height--sm: 1.115em;
    --_typography---core--font--displays--display-1: .875rem;
    --_typography---core--font--displays--display-7: 1.5rem;
    --_typography---core--font--displays--display-6: 1.4rem;
    --_typography---core--font--icons--social-media: Arial, sans-serif;
    --_typography---core--font--icons--filled-icon: Arial, sans-serif;
    --_typography---core--font--icons--default: var(--_typography---core--font--icons--line-rounded);
    --_typography---core--font--letter-spacing--none: 0em;
    --_components---body-text--md: var(--_typography---core--font--displays--display-2);
    --_components---cards--vertical-pd--md: var(--sizes--size-8);
    --_components---cards--horizontal-pd--md: var(--sizes--size-6);
    --_components---section--lg: var(--sizes--size-13);
    --_components---section--xl: var(--sizes--size-13);
    --_components---section--sm: var(--sizes--size-13);
    --_components---section--xs: var(--sizes--size-9);
    --_components---section--2xs: var(--sizes--size-7);
    --_components---section--md: var(--sizes--size-12);
    --_components---section--2xl: 5rem;
    --_components---border-width--md: 1px;
    --_components---body-text--sm: var(--_typography---core--font--displays--display-1);
    --_components---border-width--lg: 1.5px;
    --_components---border-radius--4xs: .875rem;
    --_components---body-text--lg: var(--_typography---core--font--displays--display-3);
    --_components---cards--vertical-pd--lg: var(--sizes--size-9);
    --_components---cards--4xs: var(--sizes--size-3);
    --_components---cards--3xs: var(--sizes--size-4);
    --_components---cards--2xs: var(--sizes--size-5);
    --_components---cards--xs: var(--sizes--size-5);
    --_components---cards--horizontal-pd--sm: var(--sizes--size-6);
    --_components---cards--horizontal-pd--lg: var(--sizes--size-6);
    --_components---cards--horizontal-pd--xl: var(--sizes--size-6);
    --_components---cards--vertical-pd--sm: var(--sizes--size-7);
    --_components---cards--vertical-pd--xl: var(--sizes--size-10);
    --_components---border-radius--lg: var(--border-radius--radius-lg);
    --_components---buttons--default-pd-vertical: var(--sizes--size-4);
    --_components---buttons--default-pd-horizontal: var(--sizes--size-7);
    --_components---buttons--default-br: var(--sizes--size-2);
    --_components---buttons--small-pd-vertical: var(--sizes--size-3);
    --_components---buttons--small-pd-horizontal: var(--sizes--size-5);
    --_components---buttons--icon-default: var(--sizes--size-10);
    --_components---buttons--icon-br-default: var(--sizes--size-3);
    --_components---buttons--icon-small: var(--sizes--size-8);
    --_components---buttons--icon-br-small: var(--sizes--size-2);
    --_components---border-radius--3xs: var(--border-radius--radius-3xs);
    --_components---buttons--small-br: var(--sizes--size-2);
    --_components---border-width--sm: .75px;
    --_components---border-width--xl: 2px;
    --_components---border-radius--2xs: var(--border-radius--radius-2xs);
    --_components---border-radius--sm: var(--border-radius--radius-sm);
    --_components---border-radius--md: var(--border-radius--radius-md);
    --_components---border-radius--xl: var(--border-radius--radius-xl);
    --_components---border-radius--2xl: var(--sizes--size-9);
  }

  .logo-wrapper {
    font-size: 1.5rem;
  }

  .float-main-image-wrapper {
    width: 70%;
  }

  .image.width-65-mbp {
    width: 65%;
  }

  .card.is-sales-card {
    width: 100%;
  }

  .pagination-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .buttons-row {
    width: 100%;
  }

  .button-wrapper.is-inside-input {
    margin-top: var(--spacing--2xs);
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .button.inside-input {
    padding-top: var(--_components---buttons--default-pd-vertical);
    padding-bottom: var(--_components---buttons--default-pd-vertical);
  }

  .button.inside-input.icon-button {
    padding: var(--_components---buttons--default-pd-vertical) var(--_components---buttons--default-pd-horizontal);
    aspect-ratio: auto;
  }

  .button.input-right-icon {
    width: auto;
  }

  .grid-2-columns-auto.is-1-column-portrait {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .button-control {
    width: 100%;
  }

  .button-control.slider.solutions-slider-v2---left {
    left: 0;
    right: 3rem;
  }

  .button-control.slider.solutions-slider-v2---right {
    left: 3rem;
    right: 0;
  }

  .form-messages.is-small-message {
    height: var(--sizes--size-16);
  }

  .navigation-grid {
    grid-row-gap: var(--gaps--gap-4xs);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-middle.v1 {
    padding-bottom: var(--sizes--size-13);
  }

  .dropdown-grid {
    grid-column-gap: var(--gaps--gap-xs);
    grid-row-gap: var(--gaps--gap-xs);
    grid-template-columns: auto;
  }

  .footer-pages-grid.v2 {
    grid-column-gap: var(--gaps--gap-4xs);
    grid-row-gap: var(--gaps--gap-4xs);
    grid-template-columns: 1fr 1fr;
  }

  .hero-lightbox-wrapper {
    max-width: 100%;
  }

  .hero-lightbox-play-wrapper {
    max-width: 4rem;
  }

  .solutions-grid-v1 {
    grid-template-columns: 1fr;
  }

  .solutions-v1-image---01 {
    margin-left: 0;
  }

  .solutions-v1-image---02 {
    width: 60%;
  }

  .solutions-v1-image---03,
  .solutions-v1-image---04 {
    width: 50%;
  }

  .tab-link-title {
    font-size: var(--_typography---core--font--displays--display-6);
  }

  .tab-number {
    margin-top: .2rem;
  }

  .performance-v1-bar-wrapper {
    grid-column-gap: var(--gaps--gap-4xs);
    grid-row-gap: var(--gaps--gap-4xs);
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .progress-bar-line-wrapper {
    height: 2rem;
    min-height: 2rem;
  }

  .process-v1-tab-pane-image {
    min-height: 225px;
  }

  .process-v1-tab-pane-text {
    bottom: .75rem;
    right: .75rem;
  }

  .cta-v1-image {
    width: 80%;
  }

  .testimonial-v1-image---01 {
    width: 65%;
  }

  .testimonial-v1-card-content---01 {
    flex-flow: wrap;
  }

  .testimonial-v1-card-stat---02 {
    font-size: 2.5rem;
  }

  .testimonial-v1-image---03 {
    width: 75%;
  }

  .badge-wrapper-bg {
    flex-flow: wrap;
  }

  .hero-image-v2 {
    width: 70%;
  }

  .slider-mask.solutions-slider-v2-mask {
    max-width: 100%;
    overflow: hidden;
  }

  .solutions-v2---buttons-wrapper {
    margin-top: var(--spacing--md);
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .process-v2-tab-link-wrapper {
    min-height: 4.25rem;
  }

  .process-v2-tab-link-wrapper.w--current {
    min-height: 20rem;
  }

  .process-v2-image {
    opacity: .2;
  }

  .testimonial-v2---card-03-content {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-featured-v2---grid-right-row {
    grid-column-gap: var(--gaps--gap-lg);
    grid-row-gap: var(--gaps--gap-lg);
    grid-template-columns: 1fr;
  }

  .hero-v3-image-wrapper {
    width: 65%;
  }

  .why-us-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-us-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .feature-v3-tab-image {
    max-width: 12rem;
  }

  .solutions-v3-tab-link-wrapper {
    min-height: 4.25rem;
  }

  .solutions-v3-tab-pane-image {
    width: 65%;
  }

  .solutions-v3-tab-pane-arrow {
    right: 16px;
  }

  .cta-v3-image,
  .testimonial-v3-card-image {
    width: 65%;
  }

  .hero-v4-image {
    width: 60%;
    margin-top: -10%;
  }

  .hero-v4-content {
    grid-column-gap: var(--gaps--gap-xl);
    grid-row-gap: var(--gaps--gap-xl);
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .values-card-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .accordion-wrapper {
    grid-column-gap: var(--gaps--gap-3xs);
    grid-row-gap: var(--gaps--gap-3xs);
    grid-template-columns: 1fr 40px;
  }

  .social-media-item {
    min-height: 80px;
  }

  .categories-badges-wrapper {
    flex-flow: column;
  }

  .categories-badges-wrapper.center {
    align-items: stretch;
  }

  .category-badge {
    padding-top: var(--spacing--3xs);
    padding-bottom: var(--spacing--3xs);
  }

  .category-badge.center {
    justify-content: center;
    align-items: center;
  }

  ._100-width-mbp {
    width: 100%;
  }

}

/* [A6] Generated node placement rules - tied to HTML ids */
#w-node-fe2c13a2-d498-f2b6-ab17-a433e8fd4a06-ea74134a,
#w-node-_0664b186-e519-ca95-3896-80bf2a470351-ea74134a {
  justify-self: start;
}

#w-node-_6329d291-9aec-ad05-9522-dea349422bac-ea74134a {
  justify-self: center;
}

#w-node-_9512d21e-09b0-4885-04ad-7f5b0cc4a184-ea74134a,
#w-node-_40e04b2f-74ac-ae12-6463-2f5f75a79bb7-ea74134a,
#w-node-c4bc49dd-e85f-8e62-0d40-fbba577defdf-ea74134a,
#w-node-d126d1f8-1897-a159-44f0-0ff810f24846-ea74134a,
#w-node-_8c3635db-0ff6-4139-9118-7087e2422ece-ea74134a,
#w-node-_6d476f1d-6abf-1de3-b5a6-661e4fd84cbe-ea74134a,
#w-node-_91cf400d-32e9-6c0a-17a4-282e7a5d6f19-ea74134a,
#w-node-_76dd5031-4a04-7c0f-14f8-eaf42a6de2bd-ea74134a,
#w-node-_16706cb6-60b8-9c41-c7fa-00d3057131ab-ea74134a,
#w-node-d6609b38-d2cd-8bcc-5929-38c03d1b06ee-ea74134a,
#w-node-_42639ff0-af37-9af5-7fd6-621904024444-ea74134a {
  justify-self: start;
}

#w-node-_6329d291-9aec-ad05-9522-dea349422bec-ea74134a {
  justify-self: end;
}

#w-node-_2c360169-48f4-dea9-7866-ef732649ec53-2649ec53,
#w-node-_2f725694-005e-05f2-8201-efc9c18e79db-c7949f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2184a2-ffb3-58ae-d6d7-3eeffb059a25-bd70a593 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb1d6348-a692-dc54-8902-888600228442-bd70a593 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_986cf9b5-c4ea-1c05-0b95-533682eb7bf3-bd70a593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b975b0d-6612-3232-d17e-673075df22c0-bd70a593 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b975b0d-6612-3232-d17e-673075df22ca-bd70a593 {
  align-self: stretch;
}

#w-node-_5c3a989b-f480-86a6-acff-0db2e6e0f407-bd70a593 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c3a989b-f480-86a6-acff-0db2e6e0f411-bd70a593 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-efc2cbc3-91a2-7126-d33d-040b8732b4c0-bd70a593 {
  align-self: end;
}

#w-node-efc2cbc3-91a2-7126-d33d-040b8732b4c5-bd70a593,
#w-node-efc2cbc3-91a2-7126-d33d-040b8732b4cb-bd70a593 {
  justify-self: start;
}

#w-node-b245548e-bd93-379e-cf4e-0aec9cd0d5ab-bd70a594 {
  justify-self: end;
}

#w-node-_5146ac43-0b34-fb53-0301-017f201d7024-bd70a594,
#w-node-_8374bd00-b060-155d-f5c7-f515eb01128c-bd70a594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36c769ba-13ed-c771-9a73-d4a46c105f6d-bd70a595 {
  justify-self: end;
}

#w-node-_79bb48f6-d93a-28c4-fc8d-145ebe5e34ad-bd70a595 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44c11fd5-19f6-75e2-6ecc-a116b367d188-bd70a595 {
  align-self: end;
}

#w-node-_6a93fb0d-feea-505b-6d34-b0bbe063cb55-bd70a597 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df5fb8f8-9992-4d6f-69af-5ae5290e7f35-bd70a59f {
  justify-self: end;
}

#w-node-a99b92f0-1d15-994d-d9bf-6cb84c9216fd-bd70a59f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6329d291-9aec-ad05-9522-dea349422bac-ea74134a {
    justify-self: end;
  }

  #w-node-_2f725694-005e-05f2-8201-efc9c18e79c3-c7949f34 {
    justify-self: start;
  }

  #w-node-ef2184a2-ffb3-58ae-d6d7-3eeffb059a25-bd70a593 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb1d6348-a692-dc54-8902-888600228442-bd70a593 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b975b0d-6612-3232-d17e-673075df22c0-bd70a593 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_169214d7-0012-715c-a8ec-4e5c667766d7-bd70a595 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6329d291-9aec-ad05-9522-dea349422bac-ea74134a {
    justify-self: stretch;
  }

  #w-node-_6329d291-9aec-ad05-9522-dea349422bec-ea74134a {
    justify-self: start;
  }

  #w-node-ef2184a2-ffb3-58ae-d6d7-3eeffb059a25-bd70a593,
  #w-node-bb1d6348-a692-dc54-8902-888600228442-bd70a593 {
    grid-column: span 1 / span 1;
  }

  #w-node-b245548e-bd93-379e-cf4e-0aec9cd0d5ab-bd70a594 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_5146ac43-0b34-fb53-0301-017f201d7024-bd70a594,
  #w-node-_8374bd00-b060-155d-f5c7-f515eb01128c-bd70a594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d15a18b-1847-4486-8f09-1b175e973639-5e973629,
  #w-node-df5fb8f8-9992-4d6f-69af-5ae5290e7f35-bd70a59f {
    order: -9999;
  }

  #w-node-_82148d6f-02a4-e849-479a-87ca144dedf7-bd70a59f {
    grid-area: 1 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f725694-005e-05f2-8201-efc9c18e79d2-c7949f34 {
    order: 9999;
  }

  #w-node-cc135127-1315-49b0-dc2c-a9ba9ff1f18c-bd70a595 {
    justify-self: center;
  }

  #w-node-a187528c-fad8-aaa2-376e-61aef079c0ec-f079c0e3 {
    grid-area: 1 / 2 / 3 / 3;
  }
}

/* [B1] Project font setup and runtime safeguards */
@font-face {
  font-family: "Hubot Sans";
  src: url("assets/fonts/HubotSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Hubot Sans";
  src: url("assets/fonts/HubotSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hubot Sans";
  src: url("assets/fonts/HubotSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hubot Sans";
  src: url("assets/fonts/HubotSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hubot Sans";
  src: url("assets/fonts/HubotSans-Italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Hubot Sans", Arial, sans-serif;
}

[style*="opacity:0"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
}

/* [B1] Project-owned shared media contract
   Opt-in only. Do not attach these classes globally; migrate section by section. */
.site-media,
.site-media__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
}

.site-media {
  position: relative;
}

.site-media__image {
  object-position: center;
}

.site-media--contain .site-media__image,
img.site-media--contain {
  object-fit: contain;
}

.site-media--cover .site-media__image,
img.site-media--cover {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .site-media--absolute-desktop {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .site-media--flow-mobile {
    position: static;
    inset: auto;
    transform: none;
  }

  .site-media--flow-mobile .site-media__image,
  img.site-media--flow-mobile {
    display: block;
    width: min(100%, var(--media-mobile-max, 28rem));
    height: auto;
    min-height: 0;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
  }
}

.asset-placeholder {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cfd5df;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, .38) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .38) 1px, transparent 1px), linear-gradient(135deg, #eef1f5, #d8dee8);
  background-size: 42px 42px, 42px 42px, auto;
}

.asset-placeholder[style*="--asset-h"] {
  aspect-ratio: var(--asset-w, 16) / var(--asset-h, 9);
  min-height: auto;
}

.asset-placeholder::after {
  content: "asset";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: #6b7482;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.logo-icon.asset-placeholder {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  aspect-ratio: 1;
  border-radius: 6px;
}

.logo-icon.asset-placeholder::after,
.icon.asset-placeholder::after,
.avatar-image.asset-placeholder::after {
  display: none;
}

.logo-wrapper .full-logo.asset-placeholder {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.asset-placeholder.logo-icon,
.asset-placeholder.avatar-image,
.asset-placeholder.blog-image,
.asset-placeholder.image,
.asset-placeholder.cover-image {
  object-fit: initial;
}

img.hero-image-v1,
img.hero-v4-image,
img.solutions-v1-image---01,
img.solutions-v1-image---02,
img.solutions-v1-image---03,
img.solutions-v1-image---04,
img.process-v1-tab-pane-image,
img.cta-v1-image,
img.cta-v3-image,
img.cta-v4-image,
img.testimonial-v1-image---01,
img.testimonial-v1-image---03,
img.testimonial-v2---card-02-image,
img.testimonial-v2---card-03-image,
img.card-feature-v2---image,
img.feature-v3-tab-image,
img.why-us-icon,
img.values-card-icon,
img.cover-image,
img.image {
  object-fit: contain;
  object-position: center;
}

img.blog-image,
img.blog-hero-image,
img.office-card-image {
  object-fit: cover;
  object-position: center;
}

/* [B2] Project static template placement repairs */
.section.hero-v1 {
  min-height: auto;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.section.hero-v1::after {
  content: none;
  display: none;
}

.section.hero-v1 .container-default,
.section.hero-v1 .hero-v1-grid,
.hero-card.hero---home-v2 .container-default,
.hero-card.hero-v4 .container-default {
  position: relative;
  z-index: 2;
}

img.hero-image-v1 {
  z-index: auto;
  width: min(100%, 46rem);
  max-width: 100%;
  height: auto;
  min-height: 0;
  justify-self: end;
  align-self: end;
  position: static;
  pointer-events: none;
  display: block;
  transform: none;
}

.hero-lightbox-wrapper {
  position: relative;
  z-index: 3;
}

.hero-lightbox-play-wrapper {
  width: 5.625rem;
  height: 5.625rem;
  flex: 0 0 5.625rem;
}

.asset-placeholder.hero-lightbox-play-icon {
  min-height: 100%;
  aspect-ratio: auto;
}

.logo-strip-item.asset-placeholder {
  width: clamp(6rem, 10vw, 8rem);
  height: 2rem;
  min-height: 2rem;
  aspect-ratio: auto;
  flex: 0 0 auto;
  border-radius: var(--border-radius--radius-5xs);
}

.logo-strip-item.asset-placeholder::after {
  display: none;
}

.hero-card.hero---home-v2,
.hero-card.hero-v4 {
  overflow: hidden;
}

.hero-v3-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.3fr) minmax(20rem, 1fr);
  align-items: center;
}

.hero-v3-image-wrapper {
  min-height: clamp(22rem, 32vw, 30rem);
}

.asset-placeholder.hero-v3-image---left,
.asset-placeholder.hero-v3-image---top,
.asset-placeholder.hero-v3-image---bottom {
  min-height: auto;
  aspect-ratio: 1;
}

img.hero-v3-image---right {
  align-self: flex-end;
}

img.hero-v4-image {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: min(56%, 48.75rem);
}

.pixelated-image-wrapper {
  min-height: clamp(28rem, 44vw, 39rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--_colors---neutrals--200);
}

.pixelated-image-wrapper>img.cover-image {
  width: 100%;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.process-v1-tab-pane {
  background-color: var(--_colors---neutrals--200);
}

img.process-v1-tab-pane-image {
  display: block;
  height: auto;
}

img.process-v2-image,
img.card-feature-v2---image,
img.blog-image,
img.blog-hero-image,
img.office-card-image {
  object-fit: cover;
}

/* [B3] Project component-level image placement */
.category-icon-wrapper .asset-placeholder,
.category-icon-wrapper img,
.career-category-icon.asset-placeholder,
.item-icon .asset-placeholder,
.features-v3-tab-icon .asset-placeholder,
.solutions-v3-tab-link-icon .asset-placeholder {
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  aspect-ratio: 1;
  border-radius: 3px;
}

.category-icon-wrapper .asset-placeholder::after,
.career-category-icon.asset-placeholder::after,
.item-icon .asset-placeholder::after,
.features-v3-tab-icon .asset-placeholder::after,
.solutions-v3-tab-link-icon .asset-placeholder::after {
  display: none;
}

.blog-image-wrapper {
  aspect-ratio: 16 / 9;
  background-color: var(--_colors---neutrals--200);
}

.blog-image-wrapper .blog-image,
.blog-image-wrapper .asset-placeholder.blog-image,
.blog-hero-image {
  width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
}

.blog-image-wrapper .asset-placeholder.blog-image {
  aspect-ratio: auto;
}

.card.blog-card>img.image,
.card.blog-card>.asset-placeholder.image {
  width: 100%;
  min-height: 14rem;
  margin-top: auto;
}

.image-wrapper.border-radius-image-default {
  aspect-ratio: 1;
  background-color: var(--_colors---neutrals--200);
  overflow: hidden;
}

.image-wrapper.border-radius-image-default>img.image,
.image-wrapper.border-radius-image-default>.asset-placeholder.image {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.story-grid {
  align-items: center;
}

.story-grid>img.image {
  width: min(72%, 34rem);
  justify-self: center;
}

.hero-card.hero---home-v2 {
  min-height: auto;
}

.hero-card.hero-v4 {
  min-height: 36rem;
}

img.hero-v4-image {
  width: min(58%, 42rem);
}

.section.hero-v3 {
  padding-top: clamp(7rem, 10vw, 9rem);
}

.hero-v3-grid {
  min-height: auto;
}

.hero-v3-content {
  min-height: auto;
}

.why-us-grid {
  align-items: center;
}

.card-section.neutral .why-us-grid {
  min-height: auto;
}

.values-card-icon,
.why-us-icon {
  object-fit: contain;
}

.office-card {
  display: grid;
}

.office-card-image.asset-placeholder,
img.office-card-image {
  height: 100%;
  min-height: 24rem;
  margin-top: 0;
}

.cta-v4-grid {
  position: relative;
}

img.cta-v4-image {
  max-height: 28rem;
}

.cta-v1-grid,
.cta-v2-grid {
  align-items: center;
}

img.cta-v1-image,
img.cta-v2-image,
img.cta-v3-image,
img.cta-v4-image {
  justify-self: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .header-nav.w-nav-menu {
    display: none;
  }

  .header-column-right {
    position: relative;
  }

  .header-nav.w-nav-menu.w--open {
    display: block;
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    z-index: 1001;
    width: min(22rem, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid var(--_colors---neutrals--300);
    border-radius: var(--border-radius--radius-5xs);
    background-color: var(--_colors---neutrals--100);
    box-shadow: 0 18px 45px rgba(6, 12, 26, 0.12);
  }

  .header-nav.w-nav-menu.w--open .header-list,
  .header-nav.w-nav-menu.w--open .header-nav-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .header-nav.w-nav-menu.w--open .header-list-item {
    width: 100%;
  }

  .header-nav.w-nav-menu.w--open .header-link,
  .header-nav.w-nav-menu.w--open .dropdown-toggle {
    width: 100%;
  }

  .header-nav.w-nav-menu.w--open .dropdown-nav.w-dropdown-list.w--open {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 0.75rem;
    transform: none;
  }

  .visibility-hidden-landscape {
    display: flex;
  }

  .header-column-right>.visibility-hidden-landscape .button {
    min-width: 8rem;
  }

  .header-column-right>.visibility-hidden-landscape .button-content-flex {
    white-space: nowrap;
  }

  .hamburger-menu.w-nav-button {
    display: flex;
  }

  .section.hero-v1 {
    min-height: calc(27.5rem + 67.7vw + clamp(2.5rem, 6vw, 4rem));
  }

  img.hero-image-v1 {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    position: static;
    display: block;
  }

  .section.hero-v1::after {
    display: none;
  }

  .hero-v3-grid {
    grid-template-columns: 1fr;
  }

  .hero-v3-image-wrapper {
    min-height: auto;
  }

  img.hero-v4-image {
    position: static;
    width: 90%;
    margin: var(--spacing--md) auto 0;
  }

  .pixelated-image-wrapper {
    min-height: 22rem;
  }

  .hero-card.hero-v4 {
    min-height: auto;
  }

  .story-grid>img.image,
  .why-us-grid>.inner-container img.image {
    width: min(82%, 28rem);
  }

  .office-card {
    grid-template-columns: 1fr;
  }

  .office-card-image.asset-placeholder,
  img.office-card-image {
    min-height: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-card.hero---home-v2 {
    padding-top: 7rem;
  }

  img.hero-image-v2 {
    width: 100%;
    margin-top: 2rem;
  }

  .section.hero-v3 {
    padding-top: 7rem;
  }

  .hero-v3-grid {
    min-height: auto;
  }

  .hero-v3-image-wrapper {
    display: none;
  }

  .hero-card.hero-v4 {
    padding-bottom: var(--_components---section--md);
  }

  img.hero-v4-image {
    display: none;
  }

  .story-grid>img.image,
  .why-us-grid>.inner-container img.image {
    width: 100%;
  }

  .story-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    row-gap: 2rem;
  }

  .story-grid>.inner-container {
    order: 1;
  }

  .story-grid>img.image {
    order: 2;
    margin-top: 0;
    display: none;
  }

  .section.hero-v1 {
    min-height: auto;
    padding-top: clamp(7rem, 22vw, 9rem);
    padding-bottom: clamp(2.5rem, 8vw, 4rem);
    overflow: visible;
  }

  .section.hero-v1::after {
    display: none;
  }

  .section.hero-v1 .hero-v1-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(1.5rem, 5vw, 2.25rem);
  }

  .section.hero-v1 .hero-v1---left-content {
    display: block;
  }

  img.hero-image-v1 {
    z-index: auto;
    width: min(100%, 28rem);
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
    display: block;
    position: static;
    transform: none;
  }

  .card.blog-card>img.image,
  .card.blog-card>.asset-placeholder.image {
    min-height: 11rem;
  }
}

@media screen and (max-width: 479px) {
  .blog-image-wrapper {
    aspect-ratio: 4 / 3;
  }

  .office-card-image.asset-placeholder,
  img.office-card-image {
    min-height: 14rem;
  }
}

/* [B4] Project page polish pass */
.stat-card-v2 .display-10,
.testimonial-v1-card-stat---02 {
  white-space: nowrap;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.process-v1-tab-pane {
  aspect-ratio: 19 / 6;
  min-height: 0;
}

.process-v1-tab-pane-image,
.process-v1-tab-pane>.asset-placeholder.process-v1-tab-pane-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.process-v1-tab-pane-text {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

.cta-v1-grid {
  grid-template-columns: minmax(18rem, 1fr) minmax(14rem, 0.65fr) minmax(18rem, 0.95fr);
  align-items: center;
}

.cta-v1-grid>.inner-container,
.cta-v1-grid>div:nth-child(2) {
  justify-self: start;
}

.cta-v1-grid>div:nth-child(2) {
  text-align: left;
}

.cta-v1-image {
  justify-self: end;
  width: min(100%, 25rem);
  max-height: 25rem;
  margin: 0;
}

.testimonial-v1-grid---top-row,
.testimonial-v1-grid---bottom-row,
.testimonial-v2-grid,
.testimonial-v3-slider-wrapper {
  align-items: stretch;
}

.testimonial-v1-image---01,
.testimonial-v1-image---03,
.testimonial-v2---card-02-image,
.testimonial-v2---card-03-image,
.testimonial-v3-card-image {
  width: 100%;
  max-height: 22rem;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.testimonial-v2---card-02-image {
  max-height: 20rem;
}

.testimonial-v2---card-03-image {
  max-height: 18rem;
}

.featured-cta {
  min-height: 0;
  align-items: center;
  overflow: hidden;
}

.featured-cta>img.image,
.featured-cta>.asset-placeholder.image {
  width: min(44%, 24rem);
  max-height: 18rem;
  min-height: 0;
  object-fit: contain;
  object-position: right center;
  align-self: center;
  margin: -1rem 0;
}

.featured-cta-content {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.hero-card.hero-v4 {
  min-height: 34rem;
  position: relative;
}

.hero-v4-content {
  position: relative;
  z-index: 2;
}

img.hero-v4-image {
  display: block;
  z-index: 1;
  width: min(54%, 42rem);
  max-height: 34rem;
  object-fit: contain;
}

.story-grid {
  gap: clamp(2rem, 4vw, 4rem);
}

.story-grid>img.image {
  max-height: 30rem;
  object-fit: contain;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
}

.accordion-paragraph-wrapper {
  max-height: 0;
  transition: max-height 280ms ease;
}

.accordion-wrapper.is-open .accordion-paragraph-wrapper {
  max-height: 16rem;
}

.accordion-wrapper .accordion-open {
  opacity: 1;
}

.accordion-wrapper .accordion-close {
  opacity: 0;
}

.accordion-wrapper.is-open .accordion-open {
  opacity: 0;
}

.accordion-wrapper.is-open .accordion-close {
  opacity: 1;
}

.hero-image-v2 {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.slider-mask.solutions-slider-v2-mask {
  max-width: 100%;
  overflow: hidden;
}

.slider-wrapper.solutions-slider-v2 {
  padding-bottom: 5rem;
}

.solutions-slider-v2 .w-slide {
  width: calc((100% - (var(--spacing--5xs) * 3)) / 3);
  height: auto;
}

.solutions-card-v2 {
  min-height: 27rem;
  justify-content: space-between;
}

.solutions-card-v2 .float-main-image-wrapper {
  width: 100%;
  max-height: 17rem;
  object-fit: contain;
}

.process-v2-grid>.process-v2-grid {
  display: contents;
}

.process-v2-tab-link-wrapper.w--current {
  min-height: 26rem;
}

.card-section.bottom-short.secondary-100 {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.cta-v2-grid {
  align-items: center;
}

.cta-v2-image {
  margin: -1rem 0;
}

.feature-card-v2 {
  align-items: center;
}

.card-feature-v2---image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-feature-v2---image {
  max-height: 23rem;
  object-fit: contain;
}

#services .card-feature-v2---image-wrapper {
  align-self: center;
  width: calc(100% - (var(--spacing--4xs) * 2));
  aspect-ratio: 1800 / 1530;
  margin: var(--spacing--4xs);
  overflow: hidden;
  border-radius: var(--border-radius--radius-5xs);
  background-color: var(--_colors---neutrals--200);
}

#services .card-feature-v2---image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.testimonial-v2---card-03-content {
  margin-top: -1rem;
}

.section.hero-v3 {
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.section.hero-v3 .hero-v3-grid {
  min-height: auto;
  align-items: center;
}

.section.hero-v3 .hero-v3-content {
  min-height: 0;
  justify-content: center;
}

.hero-v3-image-wrapper {
  max-width: 41.5rem;
  min-height: 0;
  padding-top: 18%;
  padding-bottom: 18%;
}

img.hero-v3-image---left {
  width: 34.5%;
  height: auto;
  object-fit: contain;
}

img.hero-v3-image---right {
  width: 42.75%;
  height: auto;
  align-self: flex-end;
  object-fit: contain;
}

img.hero-v3-image---top {
  width: 31%;
  height: auto;
  top: 10%;
  left: 27%;
  object-fit: contain;
}

img.hero-v3-image---bottom {
  width: 44%;
  height: auto;
  object-fit: contain;
}

.asset-placeholder.hero-v3-image---top {
  display: none;
}

.why-us-grid>.inner-container img.image {
  width: min(88%, 36rem);
  max-height: 30rem;
}

.features-v3-tabs-wrapper {
  min-height: 26rem;
}

.feature-v3-tab-image {
  max-height: 24rem;
  object-fit: contain;
}

.solutions-v3-tab-pane {
  min-height: 0;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.solutions-v3-tab-pane:not(.current) {
  display: none;
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-link-wrapper {
  border-bottom-color: var(--_colors---secondary--300);
  background-color: transparent;
  color: var(--_colors---neutrals--100);
  cursor: default;
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-link-wrapper:hover {
  color: var(--_colors---neutrals--100);
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-link-wrapper * {
  cursor: default;
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-link {
  position: absolute;
  inset: 0% 0% auto;
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-pane {
  align-items: end;
  background-color: transparent;
  border-radius: var(--border-radius--none);
  display: grid;
  padding-top: calc(clamp(2rem, 4vw, 3rem) + 5.75rem);
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-pane-content {
  justify-content: flex-end;
}

.solutions-v3-tabs-wrapper.is-expanded .solution-list-item {
  color: var(--_colors---neutrals--100);
  font-weight: var(--_typography---core--font--weight--regular);
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-number {
  display: none;
}

.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-link-icon,
.solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-pane-arrow {
  display: none;
}

.stats-grid-v2 .stat-card-v2 .operating-metric {
  align-items: baseline;
  display: flex;
  gap: .08em;
}

.stats-grid-v2 .stat-card-v2 .metric-unit {
  font-size: .5em;
  line-height: 1;
}

.stats-grid-v2 .stat-card-v2 .display-10+h3 {
  margin-top: var(--spacing--2xs);
}

.stats-grid-v2 .stat-card-v2 h3+.mg-top-5xs {
  margin-top: var(--spacing--3xs);
}

.solutions-v3-tab-link-wrapper.w--current .solutions-v3-tab-pane {
  display: grid;
}

.process-v3-card .image {
  width: 100%;
  max-height: 16rem;
  min-height: 0;
  object-fit: contain;
}

.process-v3-card-content {
  padding-top: 1.5rem;
}

.featured-blog-v1-grid .featured-cta {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  min-height: 0;
}

.featured-blog-v1-grid .featured-cta-content {
  padding: 0;
}

.featured-blog-v1-grid .featured-cta>img.image,
.featured-blog-v1-grid .featured-cta>.asset-placeholder.image {
  display: none;
}

@media screen and (max-width: 991px) {
  .cta-v1-grid {
    grid-template-columns: 1fr;
  }

  .cta-v1-image {
    justify-self: center;
  }

  .featured-cta>img.image,
  .featured-cta>.asset-placeholder.image {
    width: min(70%, 22rem);
    margin: 0 auto -1rem;
  }

  .process-v1-tab-pane {
    aspect-ratio: 16 / 7;
  }

  .process-v2-tab-link-wrapper.w--current {
    min-height: 23rem;
  }
}

@media screen and (max-width: 767px) {

  .stat-card-v2 .display-10,
  .testimonial-v1-card-stat---02 {
    font-size: clamp(3.25rem, 18vw, 5rem);
  }

  .section.hero-v3 {
    padding-top: clamp(7rem, 24vw, 8.5rem);
  }

  .section.hero-v3 .hero-v3-grid {
    display: flex;
    flex-direction: column;
    grid-row-gap: clamp(2rem, 8vw, 3rem);
    gap: clamp(2rem, 8vw, 3rem);
  }

  .section.hero-v3 .hero-v3-content {
    order: 1;
    display: block;
    min-height: 0;
  }

  .section.hero-v3 .hero-v3-image-wrapper {
    order: 2;
  }

  .hero-v3-image-wrapper {
    width: min(82%, 24rem);
    aspect-ratio: 1 / 1.08;
    height: auto;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  img.hero-v3-image---left {
    width: 34.5%;
    height: auto;
    min-height: 0;
    position: absolute;
    top: 18%;
    left: 5%;
  }

  img.hero-v3-image---right {
    width: 42.75%;
    height: auto;
    min-height: 0;
    position: absolute;
    top: 23%;
    right: 4%;
  }

  img.hero-v3-image---top {
    width: 31%;
    height: auto;
    min-height: 0;
    position: absolute;
    top: 0;
    left: 36%;
  }

  img.hero-v3-image---bottom {
    width: 44%;
    height: auto;
    min-height: 0;
    position: absolute;
    bottom: 2%;
    left: 22%;
  }

  .process-v1-tab-pane {
    aspect-ratio: 4 / 3;
  }

  .solutions-slider-v2 .w-slide {
    width: 100%;
  }

  .featured-cta {
    flex-direction: column;
  }
}

/* [B5] Project typography correction pass */
h1,
h2,
h3,
.display-2,
.display-4,
.display-5,
.display-6,
.display-7,
.display-10,
.text-titles,
.tab-link-title,
.process-v1-tab-link-title,
.accordion-title,
.blog-title,
.blog-title.v2,
.testimonial-v1-card-title---01,
.testimonial-v1-card-title---02,
.testimonial-v1-card-title---04,
.testimonial-v2-card-title,
.testimonial-v3-card-title,
.testimonial-v5-title,
.footer-pages-title {
  font-weight: 400;
}

.hero-v1-content h1,
.hero-card h1,
.hero-v3-content h1,
.blog-hero-title {
  font-weight: 400;
}

.progress-bar-text,
.stat-card-v2 .display-10,
.testimonial-v1-card-stat---02 {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.06em;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: clamp(2.75rem, 5.2vw, 4.25rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.progress-bar-text .count-up-number-animation,
.stat-card-v2 .display-10 .count-up-number-animation,
.testimonial-v1-card-stat---02 .count-up-number-animation {
  display: inline-block;
  white-space: nowrap;
}

.card.stat-card-v2 h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 400;
}

.button,
.button.w-button,
.button-content-flex,
.button-wrapper,
.button.inside-input,
.button.input-right-icon,
.pagination-button {
  font-weight: 400;
}

.button.is-primary,
.button.secondary,
.button.inside-input,
.button.input-right-icon {
  letter-spacing: 0;
}

.button-arrow,
.tab-arrow,
.arrow-link-icon>div {
  font-size: 0;
}

.button-arrow::before,
.tab-arrow::before,
.arrow-link-icon>div::before {
  content: "›";
  font-family: var(--_typography---core--font--family--primary-font);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.tab-arrow::before {
  font-size: 1.5rem;
}

.arrow-link-icon.large>div::before {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {

  .progress-bar-text,
  .stat-card-v2 .display-10,
  .testimonial-v1-card-stat---02 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }
}

/* [B6] Homepage review fixes */
.features-section-v1-left-content {
  position: static;
  max-width: 44rem;
  margin-bottom: var(--spacing--md);
}

.features-v1-tabs-menu {
  padding-top: 0;
}

.home-audience-section {
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.home-audience-section .solutions-v1-image---01,
.home-audience-section .solutions-v1-image---02,
.home-audience-section .solutions-v1-image---03,
.home-audience-section .solutions-v1-image---04 {
  height: auto;
  min-height: 0;
}

.home-audience-section .solutions-v1-image---01 {
  width: 90%;
  max-width: 340px;
}

.home-audience-section .solutions-v1-image---02 {
  width: 52%;
  max-width: 354px;
  position: absolute;
  right: var(--_components---cards--horizontal-pd--md);
}

.home-audience-section .solutions-v1-image---03 {
  width: 60%;
  max-width: 134px;
}

.home-audience-section .solutions-v1-image---04 {
  width: 40%;
  max-width: 130px;
}

.home-products-section .position-relative {
  grid-column-gap: var(--gaps--gap-xl);
  grid-row-gap: var(--spacing--lg);
  grid-template-columns: minmax(22rem, .85fr) minmax(24rem, 1fr);
  align-items: start;
  display: grid;
}

.home-products-section .features-section-v1-left-content {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  max-width: 28rem;
  margin-bottom: var(--spacing--lg);
  text-align: left;
}

.home-products-section .features-section-v1-left-content .buttons-row {
  justify-content: flex-start;
}

.home-products-section .features-v1-tabs-wrapper {
  display: contents;
}

.home-products-section .features-v1-tabs-menu {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
  padding-top: var(--spacing--md);
}

.home-products-section .w-tab-content {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.home-products-section #w-node-_4b975b0d-6612-3232-d17e-673075df22c0-bd70a593 {
  grid-area: 2 / 1 / 3 / 2;
}

.home-products-section #w-node-_4b975b0d-6612-3232-d17e-673075df22ca-bd70a593 {
  grid-area: 1 / 2 / 3 / 3;
}

.home-products-section .pixelated-image-wrapper {
  min-height: clamp(28rem, 44vw, 39rem);
}

.home-products-section .pixelated-image-wrapper>.cover-image {
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.products-hero-section .hero-card.hero---home-v2 {
  padding-bottom: 0;
}

.products-hero-section .hero-image-v2 {
  width: min(104%, 82rem);
  max-width: none;
  max-height: clamp(26rem, 34vw, 34rem);
  margin-bottom: 0;
  object-position: center bottom;
}

.product-principles-section .process-v2-image {
  object-fit: contain;
  object-position: right center;
}

.products-why-us-section .why-us-grid>.inner-container img.image {
  width: min(78%, 32rem);
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.products-invoice-section .float-main-image-wrapper {
  width: 100%;
  max-height: 17rem;
  object-fit: contain;
}

.capabilities-hero-section .hero-v3-image-wrapper {
  max-width: 41.5rem;
  min-height: 0;
}

.capabilities-hero-section .hero-v3-image---left,
.capabilities-hero-section .hero-v3-image---right,
.capabilities-hero-section .hero-v3-image---top,
.capabilities-hero-section .hero-v3-image---bottom {
  height: auto;
  object-fit: contain;
}

.capabilities-solutions-section .solutions-v3-tabs-wrapper.is-expanded .solutions-v3-tab-pane {
  display: grid;
  align-items: end;
}

.capabilities-solutions-section .solutions-v3-tabs-wrapper.is-expanded .solution-list-item {
  color: var(--_colors---neutrals--100);
}

.capabilities-solutions-section .solutions-v3-tab-pane-image {
  max-height: 22rem;
  object-fit: contain;
  object-position: center;
}

.capabilities-contact-section .cta-v2-image {
  max-height: 26rem;
  object-fit: contain;
}

.capabilities-testimonials-section .testimonial-v3-card-image {
  object-fit: contain;
  object-position: center bottom;
}

.key-figures-intro {
  grid-template-columns: 1fr;
}

.key-figures-intro .inner-container {
  max-width: none;
}

.home-operating-section .process-v1-tab-link {
  border-bottom: 1px solid var(--_colors---neutrals--300);
  padding-bottom: var(--spacing--2xs);
}

.home-operating-section .process-v1-tab-link.w--current {
  border-bottom-color: var(--_colors---primary--500);
}

.home-operating-section .process-v1-tab-link.w--current .process-v1-dot {
  background-color: var(--_colors---primary--500) !important;
}

.home-operating-section .process-v1-tab-link.w--current .process-v1-tab-link-title {
  color: var(--_globals---global--text-color--200) !important;
}

.home-operating-section .process-v1-tab-link.w--current .process-v1-tab-link-paragraph {
  color: var(--_globals---global--text-color--200) !important;
}

.home-operating-section .process-v1-tab-pane {
  background-color: var(--_colors---neutrals--200);
}

.home-operating-section .process-v1-tab-pane-image {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  padding: 0;
}

.card-section.cta-v1 .cta-v1-grid {
  grid-template-columns: minmax(18rem, 1fr) minmax(14rem, 0.65fr) minmax(18rem, 0.95fr);
  align-items: center;
}

.card-section.cta-v1 .cta-v1-image {
  justify-self: end;
  width: min(100%, 25rem);
  max-height: 25rem;
  margin: 0;
}

.hero-card.hero-v4.about-hero {
  min-height: 52rem;
}

.about-hero .about-hero-content {
  max-width: 34rem;
  align-items: flex-start;
}

.about-hero-description {
  margin-top: var(--spacing--xs);
}

.about-hero-actions {
  margin-top: var(--spacing--sm);
}

img.about-hero-globe {
  width: min(58%, 48rem);
  max-height: 40rem;
  height: auto;
  object-position: right bottom;
  inset: auto -4% -3% auto;
}

.footer-wrapper .contact-link.large {
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1.12;
}

.footer-wrapper .contact-link.large>div:first-child {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .home-products-section .position-relative,
  .home-products-section .w-tab-content {
    grid-template-columns: 1fr;
    grid-column: 1;
    grid-row: auto;
  }

  .home-products-section .features-section-v1-left-content {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: var(--spacing--md);
  }

  .home-products-section .features-v1-tabs-wrapper {
    display: grid;
  }

  .home-products-section .features-v1-tabs-menu {
    grid-column: 1;
    grid-row: auto;
    padding-top: 0;
  }

  .home-products-section #w-node-_4b975b0d-6612-3232-d17e-673075df22c0-bd70a593,
  .home-products-section #w-node-_4b975b0d-6612-3232-d17e-673075df22ca-bd70a593 {
    grid-area: auto;
  }

  .home-audience-section .solutions-v1-image---01,
  .home-audience-section .solutions-v1-image---02,
  .home-audience-section .solutions-v1-image---03,
  .home-audience-section .solutions-v1-image---04 {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .home-audience-section .solutions-v1-image---01 {
    width: 100%;
  }

  .home-audience-section .solutions-v1-image---02 {
    width: 60%;
  }

  .home-audience-section .solutions-v1-image---03,
  .home-audience-section .solutions-v1-image---04 {
    width: 50%;
  }

  .card-section.cta-v1 .cta-v1-grid {
    grid-template-columns: 1fr;
  }

  .card-section.cta-v1 .cta-v1-image {
    justify-self: center;
    width: min(80%, 25rem);
  }

  .hero-card.hero-v4.about-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  img.about-hero-globe {
    width: calc(100% + (var(--spacing--sm) * 2));
    max-width: none;
    max-height: none;
    margin: clamp(2rem, 7vw, 3rem) calc(var(--spacing--sm) * -1) 0;
    object-position: right bottom;
  }

  .footer-wrapper .contact-link.large>div:first-child {
    white-space: normal;
  }
}
