:root {
  --theme-color--background: var(--theme-grey-100--background);
  --font-family--body: Inter, Arial, sans-serif;
  --theme-color--text: var(--theme-grey-100--text);
  --_responsive---text--regular: 1rem;
  --line-height--1-4: 1.4;
  --font-family--heading: Aeonik, Arial, sans-serif;
  --theme-color--heading: var(--theme-grey-100--heading);
  --_responsive---heading--h1: 5.5rem;
  --line-height--0-9: .9;
  --font-weight--250: 250;
  --letter-spacing--1-negative: -.01em;
  --_responsive---heading--h2: 4.5rem;
  --line-height--1-0: 1;
  --_responsive---heading--h3: 4rem;
  --_responsive---heading--h4: 3.5rem;
  --_responsive---heading--h5: 2.5rem;
  --_responsive---heading--h6: 2rem;
  --_responsive---border-radius--tiny: .125rem;
  --colors-greyscale--grey-900: #181818;
  --colors-primary--white: white;
  --colors-primary--orange: #ff7323;
  --colors-primary--black: black;
  --colors-greyscale--grey-100: #f1f1f1;
  --colors-greyscale--grey-300: #cbcbcd;
  --colors-greyscale--grey-500: #929295;
  --colors-greyscale--grey-600: #626262;
  --container--large: 82rem;
  --_responsive---page-padding--regular: 4rem;
  --container--medium: 75rem;
  --container--small: 55rem;
  --_responsive---text--large: 1.25rem;
  --_responsive---text--medium: 1.125rem;
  --_responsive---text--tiny: .75rem;
  --_responsive---text--small: .875rem;
  --font-weight--400: 400;
  --colors-greyscale--grey-200: #e7e7e7;
  --_responsive---heading--display-2: 5.5rem;
  --colors-primary--color-3\<deleted\|variable-b5469426-512c-b0f6-bdf8-02a01e861046\>: #646775;
  --colors-secondary--color-5: #8f92a0;
  --colors-secondary--color-6: #b3b5bd;
  --_responsive---padding-section--small: 6rem;
  --_responsive---padding-section--is-mobile-smaller: 0px;
  --_responsive---padding-section--is-mobile-smaller2: 0px;
  --_responsive---padding-section--medium: 7.5rem;
  --_responsive---padding-section--large: 10rem;
  --_responsive---padding-section--is-mobile-larger: 0px;
  --_responsive---padding-section--xsmall: 4rem;
  --_responsive---padding-section--xlarge: 12.5rem;
  --_responsive---padding-section--xxlarge: 15rem;
  --_responsive---border-radius--large: 1rem;
  --_responsive---border-radius--medium: .5rem;
  --_responsive---border-radius--small: .25rem;
  --colors-secondary--color-7: #cacacc;
  --_responsive---heading--display-1: 8rem;
  --font-weight--200: 200;
  --line-height--1-1: 1.1;
  --colors-greyscale--grey-800: #333;
  --theme-color--compliance-card-dot: var(--theme-grey-100--compliance-card-dot);
  --_responsive---button--style-1: .875rem;
  --_responsive---label--1: 1rem;
  --line-height--1-2: 1.2;
  --letter-spacing--1-positive: .01em;
  --_responsive---label--2: .875rem;
  --_responsive---button--style-2: .75rem;
  --theme-color--card-background: var(--theme-grey-100--card-background);
  --theme-color--invert-logo: var(--theme-grey-100--invert-logo);
  --theme-black--background: var(--colors-primary--black);
  --line-height--1-5: 1.5;
  --_responsive---padding-section--huge: 18rem;
  --_responsive---subtitle--1: 1.5rem;
  --theme-color--testimonial-quote: var(--theme-grey-100--testimonial-quote);
  --theme-color--testimonial-background: var(--theme-grey-100--testimonial-background);
  --_responsive---heading--h7: 1.5rem;
  --theme-color--compliance-card-border: var(--theme-grey-100--compliance-card-border);
  --theme-color--compliance-card-background: var(--theme-grey-100--compliance-card-background);
  --theme-color--invert-logo-opposite: var(--theme-grey-100--invert-logo-opposite);
  --theme-black--card-background: var(--colors-greyscale--grey-900);
  --theme-black--heading: var(--colors-greyscale--grey-200);
  --theme-black--text: var(--colors-greyscale--grey-300);
  --theme-black--invert-logo: 100%;
  --theme-black--invert-logo-opposite: 0%;
  --theme-black--compliance-card-background: #2b2b2b80;
  --theme-black--compliance-card-border: #464646;
  --theme-black--compliance-card-dot: var(--colors-primary--orange);
  --theme-black--testimonial-quote: var(--colors-primary--white);
  --theme-black--testimonial-background: var(--colors-greyscale--grey-800);
  --theme-white--background: var(--colors-primary--white);
  --theme-white--heading: var(--colors-greyscale--grey-900);
  --theme-white--text: var(--colors-greyscale--grey-900);
  --theme-white--invert-logo: 0%;
  --theme-white--invert-logo-opposite: 100%;
  --theme-white--card-background: var(--colors-greyscale--grey-100);
  --theme-white--compliance-card-background: #ffffff80;
  --theme-white--compliance-card-border: var(--colors-greyscale--grey-300);
  --theme-white--compliance-card-dot: var(--colors-greyscale--grey-900);
  --theme-white--testimonial-quote: var(--colors-greyscale--grey-900);
  --theme-white--testimonial-background: var(--colors-greyscale--grey-100);
  --theme-grey-100--background: var(--colors-greyscale--grey-100);
  --theme-grey-100--heading: var(--colors-greyscale--grey-900);
  --theme-grey-100--text: var(--colors-greyscale--grey-900);
  --theme-grey-100--invert-logo: 0%;
  --theme-grey-100--invert-logo-opposite: 100%;
  --theme-grey-100--card-background: var(--colors-primary--white);
  --theme-grey-100--compliance-card-background: #ffffff80;
  --theme-grey-100--compliance-card-border: var(--colors-greyscale--grey-200);
  --theme-grey-100--compliance-card-dot: var(--colors-greyscale--grey-900);
  --theme-grey-100--testimonial-quote: var(--colors-primary--black);
  --theme-grey-100--testimonial-background: var(--colors-primary--white);
  --theme-dark-900--background: var(--colors-greyscale--grey-900);
  --theme-dark-900--heading: var(--colors-greyscale--grey-200);
  --theme-dark-900--text: var(--colors-greyscale--grey-300);
  --theme-dark-900--invert-logo: 100%;
  --theme-dark-900--invert-logo-opposite: 0%;
  --theme-dark-900--card-background: var(--colors-primary--black);
  --theme-dark-900--compliance-card-background: #2b2b2b80;
  --theme-dark-900--compliance-card-border: #464646;
  --theme-dark-900--compliance-card-dot: white;
  --theme-dark-900--testimonial-quote: var(--colors-primary--black);
  --theme-dark-900--testimonial-background: var(--colors-primary--white);
  --theme-safari--background: #1a1a1a;
  --line-height--1-3: 1.3;
  --_responsive---subtitle--2: 0px;
  --_responsive---subtitle--3: 0px;
  --_responsive---subtitle--4: 0px;
  --_responsive---quote--1: 2rem;
  --_responsive---quote--2: 1.5rem;
  --letter-spacing--2-negative: -.02em;
  --letter-spacing--3-negative: -.03em;
  --z-index--navbar-dropdown: 0;
}

body {
  background-color: var(--theme-color--background);
  font-family: var(--font-family--body);
  color: var(--theme-color--text);
  font-size: var(--_responsive---text--regular);
  line-height: var(--line-height--1-4);
}

h1 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h1);
  line-height: var(--line-height--0-9);
  font-weight: var(--font-weight--250);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h2);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h3 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h3);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h4 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h4);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h5);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h6);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.text-weight-light {
  font-weight: 300;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button:hover:where(.w-variant-0620db77-081d-6e60-dac5-bc7245386fc9), .button:hover:where(.w-variant-5e4a1c01-2484-775e-7d27-687017c13660), .button:hover:where(.w-variant-f1fb1c6f-bcc4-a313-62b8-ac99274d20da) {
  background-color: #0000;
}

.button.is-navbar-custom, .button.is-navbar-custom.is-dropdown-opened {
  background-color: var(--colors-primary--black);
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: var(--_responsive---border-radius--tiny);
  background-color: var(--colors-greyscale--grey-900);
  font-family: var(--font-family--body);
  color: var(--colors-primary--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 2rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button:where(.w-variant-db2c61db-8ff2-c2a1-d296-78c971ff944f) {
  padding: .75rem 1rem;
}

.button:where(.w-variant-46736fef-ccfc-e8c9-05e4-39701d884e65) {
  padding: 1.25rem 2rem;
}

.button:where(.w-variant-a3c11a41-50e7-52a7-2929-a3d6c99e40f0) {
  background-color: var(--colors-primary--white);
  color: var(--colors-greyscale--grey-900);
}

.button:where(.w-variant-0620db77-081d-6e60-dac5-bc7245386fc9) {
  color: var(--colors-greyscale--grey-900);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button:where(.w-variant-5e4a1c01-2484-775e-7d27-687017c13660) {
  color: var(--colors-primary--white);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button:where(.w-variant-9c0dd168-29ce-dbfd-700f-07e652d60e5a) {
  background-color: var(--colors-primary--orange);
}

.button:where(.w-variant-f1fb1c6f-bcc4-a313-62b8-ac99274d20da) {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  color: var(--colors-primary--white);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button:hover:where(.w-variant-0620db77-081d-6e60-dac5-bc7245386fc9), .button:hover:where(.w-variant-5e4a1c01-2484-775e-7d27-687017c13660), .button:hover:where(.w-variant-f1fb1c6f-bcc4-a313-62b8-ac99274d20da) {
  background-color: #0000;
}

.button.is-small {
  padding: 1rem 1.5rem;
}

.button.is-large {
  padding: 1.5rem 3rem;
}

.button.is-light {
  color: #000;
  background-color: #fff;
}

.button.secondary-dark---medium {
  color: var(--colors-primary--black);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button.secondary-dark---medium:hover {
  background-color: #0000;
}

.button.primary-light---medium-3 {
  background-color: var(--colors-primary--white);
  color: var(--colors-greyscale--grey-900);
}

.button.primary-light---medium-3:hover {
  background-color: var(--colors-greyscale--grey-300);
}

.button.secondary-dark---medium-3 {
  color: var(--colors-greyscale--grey-900);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button.secondary-dark---medium-3:hover {
  background-color: #0000;
}

.button.secondary-dark---grey-500 {
  color: var(--colors-greyscale--grey-500);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button.secondary-dark---grey-500:hover {
  background-color: #0000;
}

.button.is-navbar-custom, .button.is-navbar-custom.is-dropdown-opened {
  background-color: var(--colors-primary--black);
}

.button.secondary-dark---grey-600 {
  color: var(--colors-greyscale--grey-600);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button.secondary-dark---grey-600:hover {
  background-color: #0000;
}

.button.primary-light---medium {
  background-color: var(--colors-primary--white);
  color: var(--colors-primary--black);
}

.button.primary-light---medium:hover {
  background-color: var(--colors-greyscale--grey-100);
}

.button.primary-light---medium.is-error-custom {
  justify-content: center;
  align-items: center;
}

.button.is-navbar-custom, .button.is-navbar-custom.is-dropdown-opened {
  background-color: var(--colors-primary--black);
}

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

.hide {
  display: none;
}

.page-wrapper {
  overflow: clip;
}

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

.padding-global {
  padding-right: var(--_responsive---page-padding--regular);
  padding-left: var(--_responsive---page-padding--regular);
}

.padding-global.no-shrink {
  flex: none;
}

.padding-global.is-cta-custom {
  width: 100%;
}

.padding-global.is-nav-dropdown {
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-size-large {
  font-family: var(--font-family--body);
  font-size: var(--_responsive---text--large);
  font-family: var(--font-family--body);
  font-size: var(--_responsive---text--large);
}

.text-size-tiny {
  font-family: var(--font-family--body);
  font-size: var(--_responsive---text--tiny);
  font-family: var(--font-family--body);
  font-size: var(--_responsive---text--tiny);
}

.text-size-small {
  font-family: var(--font-family--body);
  font-size: var(--_responsive---text--small);
}

.text-size-small.is-home-compliance-card {
  color: var(--theme-color--heading);
}

.heading-style-h1 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h1);
  line-height: var(--line-height--1-0);
  font-weight: var(--font-weight--250);
  letter-spacing: var(--letter-spacing--1-negative);
}

.heading-style-h1.is-home-header-custom {
  color: var(--colors-primary--white);
}

.heading-style-h4 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h4);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  font-weight: 400;
}

.heading-style-h4.is-industriy-header {
  color: var(--colors-greyscale--grey-900);
}

.heading-style-h4.text-weight-light {
  font-weight: var(--font-weight--250);
  font-weight: var(--font-weight--250);
}

.heading-style-h5 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h5);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  font-weight: 400;
}

.heading-style-h5:where(.w-variant-0f31013e-3c8a-994a-9a29-c515e0812eda) {
  color: var(--colors-greyscale--grey-900);
}

.heading-style-h5.is-product-graph-number {
  justify-content: flex-end;
  align-items: flex-start;
  width: 3.5ch;
  display: flex;
}

.heading-style-h6.is-mobile-h2.text-weight-light, .heading-style-h6.text-weight-light {
  font-weight: var(--font-weight--250);
}

.heading-style-h6 {
  font-family: var(--font-family--heading);
  color: var(--theme-color--heading);
  font-size: var(--_responsive---heading--h6);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  font-weight: 400;
}

.heading-style-h6:where(.w-variant-21642d0e-d19a-8532-c664-c181a8d1d6c5) {
  color: var(--colors-greyscale--grey-200);
}

.heading-style-h6.product-feature_runtime-number {
  z-index: 3;
  color: var(--colors-primary--orange);
  position: absolute;
  bottom: 48%;
  right: 29%;
}

.heading-style-h6.is-mobile-h2.text-weight-light, .heading-style-h6.text-weight-light {
  font-weight: var(--font-weight--250);
}

.text-color-black {
  color: var(--colors-primary--black);
}

.text-color-white {
  color: var(--colors-primary--white);
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.display-inlineblock {
  display: inline-block;
}

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colors-greyscale--grey-500);
  color: var(--colors-greyscale--grey-200);
  background-color: #0000;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 0;
  transition: all .35s;
}

.form_input:hover, .form_input:active {
  border-bottom-color: var(--colors-primary--white);
}

.form_input:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--colors-primary--white);
  border-left-style: none;
  border-left-color: #0000;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-top-style: none;
  border-left-style: none;
  border-left-color: #0000;
  border-right-style: none;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-section-small {
  padding-top: var(--_responsive---padding-section--small);
}

.padding-section-large {
  padding-top: var(--_responsive---padding-section--large);
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-custom1 {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-custom2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-custom3 {
  width: 100%;
  padding-top: 2.5rem;
}

.padding-section-xsmall {
  padding-top: var(--_responsive---padding-section--xsmall);
}

.padding-section-xlarge {
  padding-top: var(--_responsive---padding-section--xlarge);
}

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

.text-color-grey-200 {
  color: var(--colors-greyscale--grey-200);
}

.text-color-grey-500 {
  color: var(--colors-greyscale--grey-500);
}

.text-color-grey-600 {
  color: var(--colors-greyscale--grey-600);
}

.background-color-grey-800 {
  background-color: var(--colors-greyscale--grey-800);
}

.background-color-grey-900 {
  background-color: var(--colors-greyscale--grey-900);
}

.button_icon {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
}

.background-pattern {
  line-height: var(--line-height--1-0);
  justify-content: center;
  align-items: center;
  width: .86625rem;
  display: flex;
}

.background-pattern.is-center-left {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto auto auto 0%;
}

.background-pattern.is-center-right {
  position: absolute;
  inset: auto 0% auto auto;
}

.background-pattern.is-center-center {
  width: 1.73188rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0;
}

.background-pattern.is-top-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-pattern.is-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-pattern.is-top-center {
  width: 1.73188rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0 auto;
}

.background-pattern.is-bottom-center {
  width: 1.73188rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0;
}

.background-pattern.is-bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-pattern.is-bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
}

.icon_regular {
  max-width: 12.5rem;
}

.page-script {
  display: none;
}

.section:where(.w-variant-0f31013e-3c8a-994a-9a29-c515e0812eda) {
  background-color: var(--colors-greyscale--grey-100);
  background-color: var(--colors-greyscale--grey-100);
}

.swiper.is-leaders, .swiper.is-cs-industries {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.swiper.is-testimonial {
  z-index: 2;
  max-width: 48.375rem;
  position: relative;
}

.swiper.is-leaders, .swiper.is-cs-industries {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.swiper.is-home-industries {
  position: relative;
  overflow-x: clip;
}

.swiper.is-gallery {
  width: 100%;
  margin-top: -2.2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.swiper.is-gallery-description {
  width: 100%;
  overflow: hidden;
}

.swiper.is-leaders {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.is-gallery, .swiper-wrapper.is-gallery-description {
  justify-content: flex-start;
  align-items: center;
}

.swiper-slide.is-testimonial {
  border-radius: var(--_responsive---border-radius--small);
  flex: none;
  max-width: 57.125rem;
  overflow: hidden;
}

.swiper-slide.is-cs-industries {
  border-radius: var(--_responsive---border-radius--small);
  flex: none;
  max-width: 100%;
  overflow: visible;
}

.swiper-slide.is-home-industries {
  flex: none;
}

.swiper-slide.is-gallery {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 59.5%;
  transition: width .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.swiper-slide.is-gallery-description {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: width .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.swiper-slide.is-leaders {
  border-radius: var(--_responsive---border-radius--small);
  flex: none;
  max-width: 100%;
  overflow: hidden;
}

.swiper-arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.swiper-arrow {
  aspect-ratio: 1;
  border-radius: var(--_responsive---border-radius--small);
  color: var(--colors-greyscale--grey-500);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  transition: all .35s;
  display: flex;
}

.swiper-arrow:hover {
  color: var(--colors-primary--orange);
}

.swiper-arrow.is-home-industries-prev-2 {
  z-index: 3;
  width: 13.5rem;
  height: 22.625rem;
  position: absolute;
  inset: 4.6rem auto auto 0%;
}

.swiper-arrow.is-home-industries-next-2 {
  z-index: 3;
  width: 13.5rem;
  height: 22.625rem;
  position: absolute;
  inset: 4.6rem 0 auto auto;
}

.swiper-pagination {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-navigation.is-light.is-home-industries {
  z-index: 5;
  z-index: 5;
  width: 67%;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  transform: translate(0, 2150%);
}

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

.swiper-icon {
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  display: flex;
}

.swiper-icon.icon-full.icon-current-color.is-swiper {
  width: 1.375rem;
}

.page-style {
  display: none;
}

.cta_component {
  aspect-ratio: 2550 / 1000;
  justify-content: flex-start;
  align-items: center;
  min-height: 34.5rem;
  padding: 9rem 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_component:where(.w-variant-b166b8f5-1ebb-4098-a28b-78b7f02edd79) {
  aspect-ratio: auto;
}

.cta_content {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta_background {
  z-index: 4;
  max-width: var(--container--large);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 4rem;
}

.section_cta:where(.w-variant-c75bf2d0-c357-112f-6f11-a02c5ba7a70b) {
  background-color: var(--colors-greyscale--grey-900);
}

.section_cta:where(.w-variant-018a58a7-7be3-586d-30fe-316b4c47faff) {
  background-color: var(--colors-greyscale--grey-100);
}

.section_cta:where(.w-variant-b166b8f5-1ebb-4098-a28b-78b7f02edd79) {
  background-color: var(--colors-greyscale--grey-900);
}

.section_cta.text-color-white:where(.w-variant-b166b8f5-1ebb-4098-a28b-78b7f02edd79) {
  background-color: var(--colors-primary--black);
  background-color: var(--colors-primary--black);
}

.section_footer {
  color: var(--colors-primary--white);
}

.footer-nav_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 14.634% 58.5366%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.footer-social_component {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-legal_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-cetification_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: .625rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 33.125% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-certification_image {
  object-fit: scale-down;
  object-fit: scale-down;
}

.footer-nav_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer-nav_wrapper.is-without-solutions {
  margin-left: auto;
}

.footer-nav_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--colors-primary--white);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-nav_link {
  color: var(--colors-greyscale--grey-500);
  font-size: var(--_responsive---text--large);
  font-weight: 300;
  transition: all .3s;
}

.footer-nav_link:hover {
  color: var(--colors-primary--orange);
}

.button-1-style {
  font-size: var(--_responsive---button--style-1);
  line-height: var(--line-height--1-0);
  font-weight: 500;
}

.footer-nav_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_brand-link {
  color: var(--colors-primary--white);
  width: 49.0854%;
  max-width: 40.25rem;
  transition: all .7s;
}

.footer_brand-link:hover {
  color: var(--colors-primary--orange);
}

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

.footer-social_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  width: 23.628%;
  display: flex;
}

.footer-social_link {
  color: var(--colors-primary--white);
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  transition: all .3s;
  display: flex;
}

.footer-social_link:hover {
  color: var(--colors-primary--orange);
}

.footer-social_link.is-empty {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social_icon {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
}

.footer-legal_link {
  color: var(--colors-primary--white);
  font-size: var(--_responsive---text--tiny);
  transition: all .3s;
}

.footer-legal_link:hover {
  color: var(--colors-primary--orange);
}

.footer-legal_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal_block {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  width: 23.628%;
  display: flex;
}

.navbar_block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_link {
  z-index: 3;
  color: var(--colors-primary--white);
  font-size: var(--_responsive---text--small);
  transition: all .3s;
  position: relative;
}

.navbar_link:hover {
  color: var(--colors-greyscale--grey-300);
}

.navbar_link.w--current {
  opacity: .5;
  pointer-events: none;
}

.navbar_link.w--current:hover {
  opacity: .5;
  color: var(--colors-greyscale--grey-300);
}

.navbar_brand {
  z-index: 5;
  width: 9.25rem;
  transition: color .4s, transform .4s, opacity .4s;
  position: relative;
}

.navbar_brand:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
  color: var(--colors-primary--black);
}

.navbar_brand:hover {
  opacity: .7;
}

.navbar_brand.invisible {
  opacity: 0;
}

.navbar_brand.is-navbar-scrolled {
  transform: translate(1.5rem);
}

.navbar_brand.is-navbar-scrolled:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d), .navbar_brand.is-dropdown-opened, .navbar_brand.is-dropdown-opened:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
  color: var(--colors-primary--white);
}

.navbar_brand-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.navbar_wrapper {
  z-index: 9999;
  color: var(--colors-primary--white);
  transition: all .4s;
  position: relative;
  inset: 0% 0% auto;
}

.navbar_wrapper:where(.w-variant-84dc9815-fe8f-4e38-0dcb-257b44cd9ebd) {
  color: var(--colors-primary--black);
}

.navbar_wrapper.is-navbar-scrolled {
  color: var(--colors-primary--white);
}

.navbar_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_responsive---border-radius--small);
  justify-content: flex-start;
  align-items: center;
  padding: .3125rem .3125rem .3125rem 2rem;
  display: flex;
}

.navbar_content:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
  background-color: var(--colors-greyscale--grey-900);
}

.navbar_top-padding {
  width: 100%;
  height: 3rem;
  transition: height .4s;
}

.navbar_top-padding.is-navbar-scrolled {
  height: 1.5rem;
}

.navbar_dropdown {
  z-index: 2;
  position: static;
}

.navbar_dropdown-toggle {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_dropdown-list {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  transition: top .4s;
  display: none;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  overflow: visible;
}

.navbar_dropdown-list.show {
  opacity: 1;
  display: flex;
}

.navbar_dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: none;
}

.label-ibm {
  font-family: IBM Plex Mono, Arial, sans-serif;
  font-size: var(--_responsive---label--2);
  line-height: var(--line-height--1-4);
  text-transform: uppercase;
}

.label-ibm.is-runtime-custom {
  font-size: .75rem;
}

.label-ibm.is-resources {
  text-transform: none;
}

.max-width-custom-attribute.margin-right-auto {
  margin-right: auto;
}

.navbar_hamburguer {
  display: none;
}

.navbar_content-wrapper {
  z-index: 2;
  margin-left: auto;
  position: static;
}

.show-mobile-landscape {
  display: none;
}

.section_demo-header {
  background-color: var(--theme-black--background);
  background-color: var(--theme-black--background);
  width: 100%;
  position: relative;
  overflow: clip;
}

.demo-header_content {
  width: 36.7399%;
  max-width: 27.1875rem;
}

.demo-header_component {
  background-color: var(--colors-greyscale--grey-900);
  justify-content: space-between;
  padding: 6.25rem 4rem;
  display: flex;
}

.demo-header_time-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors-greyscale--grey-500);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demo-header_settings {
  width: 50.6757%;
  max-width: 37.5rem;
}

.demo-header_form-block {
  margin-bottom: 0;
}

.floating-label {
  pointer-events: none;
  color: var(--colors-greyscale--grey-500);
  font-size: var(--_responsive---text--regular);
  line-height: var(--line-height--1-5);
  margin-bottom: 0;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  inset: .5rem auto auto 0%;
}

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

.demo-header_form-radio {
  border-radius: var(--_responsive---border-radius--medium);
  background-color: var(--colors-greyscale--grey-800);
  font-size: var(--_responsive---text--small);
  cursor: pointer;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: all .4s;
}

.demo-header_form-radio:hover {
  background-color: var(--colors-greyscale--grey-500);
}

.demo-header_form-radio-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.demo-header_form-success {
  text-align: left;
  background-color: #0000;
  min-height: 33.55rem;
  padding: 0;
}

.navbar-bg {
  z-index: 0;
  border-radius: var(--_responsive---border-radius--small);
  background-color: var(--colors-greyscale--grey-900);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  left: auto;
  right: 0;
}

.navbar-bg:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
  background-color: var(--colors-greyscale--grey-900);
}

.navbar-bg.is-navbar-scrolled {
  opacity: 1;
}

.navbar-trigger {
  height: 15vh;
  position: absolute;
}

.lottie-full {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0%;
  position: absolute;
  inset: 0%;
}

.lottie-full.is-secondary {
  background-image: url("https://cdn.prod.website-files.com/6876329ca21b6c2032209295/6876329ca21b6c203220931e_poster-otherpages.png");
  background-position: 50%;
  background-size: cover;
}

.lottie-full.is-home {
  width: 100.3%;
}

.navbar_component {
  z-index: 99999;
}

.lottie-full_wrapper {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-full_wrapper.is-secondary {
  background-image: url("https://cdn.prod.website-files.com/6876329ca21b6c2032209295/6876329ca21b6c203220931e_poster-otherpages.png");
  background-position: 50%;
  background-size: cover;
}

.navbar_button-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-size: var(--_responsive---text--small);
  display: flex;
  position: relative;
}

.background-grain_image {
  z-index: 3;
  mix-blend-mode: overlay;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.background-grain_image.is-multiply {
  mix-blend-mode: multiply;
}

.background-grain_image.is-other {
  opacity: 1;
  filter: saturate(51%) brightness(103%) contrast(105%);
  mix-blend-mode: overlay;
}

.background-grain_image.is-overlay-v2 {
  filter: brightness();
}

.background-grain_image.is-sm-grain {
  background-image: url("https://cdn.prod.website-files.com/6876329ca21b6c2032209295/6876329ca21b6c20322094ec_%5Bsm%5DgrainOverlay.webp");
  background-position: 0 0;
  background-size: 600px 600px;
}

.background-grain_image.is-sm-grain-copy {
  background-image: url("https://cdn.prod.website-files.com/6876329ca21b6c2032209295/6876329ca21b6c20322094ec_%5Bsm%5DgrainOverlay.webp");
  background-position: 0 0;
  background-size: 600px 600px;
  flex: none;
  width: 140vw;
  height: 200vh;
  inset: auto;
}

.background-grain_image.is-sm-grain-copy.opacity-50 {
  opacity: .5;
}

.background-grain_image.is-sm-grain-copy.opacity-50.is-home-header-custom {
  top: -25vh;
}

.horizontal-line {
  height: 1px;
  padding: 0;
}

.horizontal-line.background-color-grey-900.opacity-20 {
  opacity: .2;
}

.home-leaders_component {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  color: var(--theme-color--testimonial-quote);
  grid-template-rows: auto auto;
  grid-template-columns: 27.8125rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-leader_wrapper {
  border-radius: var(--_responsive---border-radius--small);
  background-color: var(--theme-color--testimonial-background);
  border-radius: var(--_responsive---border-radius--small);
  background-color: var(--theme-color--testimonial-background);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-leaders_quote blockquote {
  font-size: var(--_responsive---text--large);
  border-left-style: none;
  padding: 0;
  font-weight: 300;
}

.home-leaders_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 7rem;
  padding-right: 6rem;
  display: flex;
}

.home-leaders_author-image {
  border-radius: var(--_responsive---border-radius--small);
  width: 32.809%;
  max-width: 9.125rem;
  margin-bottom: -.18rem;
  position: absolute;
}

.home-leader_content {
  padding-left: 7rem;
  padding-right: 7rem;
}

.home-header_photo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon_arrow {
  justify-content: center;
  align-items: center;
  width: .6875rem;
  display: flex;
  position: absolute;
}

.navbar_dropdown-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar_dropdown-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar_dropdown-link {
  color: var(--colors-primary--white);
  font-size: var(--_responsive---heading--h6);
  line-height: var(--line-height--1-0);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
}

.navbar_dropdown-link:hover {
  color: var(--colors-primary--orange);
}

.navbar_dropdown-link.w--current {
  color: var(--colors-primary--white);
}

.navbar_dropdown-link.w--current:hover {
  color: var(--colors-primary--orange);
}

.navbar_dropdown-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 39.939% 53.4299%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
}

.navbar_dropdown-image {
  border-radius: var(--_responsive---border-radius--small);
  transition: opacity .7s;
}

.navbar-dropdown_heading {
  font-family: var(--font-family--heading);
  color: var(--colors-greyscale--grey-500);
  font-size: var(--_responsive---heading--h7);
  line-height: var(--line-height--1-0);
  letter-spacing: var(--letter-spacing--1-negative);
  font-weight: 400;
}

.navbar-dropdown_heading.product-feature_runtime-number {
  z-index: 3;
  color: var(--colors-primary--orange);
  position: absolute;
  bottom: 48%;
  right: 29%;
}

.navbar_dropdown-close-menu {
  display: none;
}

.navbar_dropdown-background-inner {
  z-index: -1;
  background-color: var(--colors-greyscale--grey-900);
  opacity: 0;
  width: 100%;
  height: calc(100% - 1.25rem);
  display: flex;
  position: absolute;
  top: 1.25rem;
  transform: none;
}

.navbar_dropdown-background-inner.is-right {
  width: 30vw;
  height: 150%;
  inset: auto 0 0% auto;
  transform: translate(99%);
}

.navbar_dropdown-background-inner.is-full {
  pointer-events: none;
  width: 100vw;
  height: 150%;
  margin-left: auto;
  margin-right: auto;
  inset: auto auto 0%;
  transform: none;
}

.navbar_button-block {
  transition: opacity .3s;
  transform: translate(0, .06rem);
}

.navbar_button-block:hover {
  opacity: .7;
}

.demo-header_form-success-icon {
  margin-top: -.1rem;
  margin-left: -3.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-header_form-success-wrapper {
  position: relative;
}

.demo-header_form-success-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.demo-header_form-success-content {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.demo-header_form-success-span {
  color: var(--colors-primary--white);
  transition: all .35s;
}

.demo-header_form-success-span:hover {
  color: var(--colors-primary--orange);
}

.home-leader_frame {
  z-index: 1;
  width: 27.8125rem;
  max-width: 27.8125rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-leader_frame.is-light {
  opacity: var(--theme-color--invert-logo-opposite);
}

.home-leader_frame.is-dark {
  opacity: var(--theme-color--invert-logo);
}

.opacity-0 {
  opacity: 0;
}

.cta_content-wrapper {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  background-color: var(--colors-primary--orange);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.banner_component {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.banner_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--colors-primary--white);
  color: var(--colors-primary--white);
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.banner_button:hover {
  opacity: .5;
}

.button_icon-small {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  transition: all .3s;
  display: flex;
}

.banner_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner_close {
  color: var(--colors-primary--white);
  cursor: pointer;
  transition: all .3s;
}

.banner_close:hover {
  opacity: .5;
}

.icon-24 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.navbar_wrap {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_dropdown-wrapper.is-navbar {
  padding-left: 1.5rem;
}

.home-header_background {
  z-index: 1;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 54rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.home-header_background.is-full-width {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.home-header_background-line {
  z-index: 2;
  flex: none;
  width: 1px;
  height: 100%;
  display: block;
  position: relative;
}

.home-header_background-line.new {
  background-image: linear-gradient(#e77331, #e77331 66%, #471312);
}

.home-header_background-line-wrapper {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 86.1325rem;
  max-width: 90rem;
  height: 45.4375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: none;
}

.home-header_background-line-wrapper.is-products {
  top: -2%;
  transform: translate(0, -5%);
}

.home-header_background-dot {
  aspect-ratio: 1;
  background-color: #d85319;
  border-radius: 100%;
  flex: none;
  width: .288125rem;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -200%;
  transform: none;
}

.home-header_background-dot.is-vertical-first {
  z-index: 2;
  top: 48%;
}

.home-header_background-dot.is-vertical-first.is-industry {
  top: 35.5%;
}

.home-header_background-dot.is-vertical-second {
  top: 41.6%;
}

.home-header_background-dot.is-vertical-second.is-industry {
  top: 29.1%;
}

.home-header_background-dot.is-vertical-third {
  top: 35%;
}

.home-header_background-dot.is-vertical-third.is-industry {
  top: 22.5%;
}

.home-header_background-dot.is-vertical-fourth {
  top: 28.45%;
}

.home-header_background-dot.is-vertical-fourth.is-industry {
  top: 15.95%;
}

.home-header_background-dot.is-vertical-fifth {
  top: 22.1%;
}

.home-header_background-dot.is-vertical-fifth.is-industry {
  top: 9.6%;
}

.home-header_background-dot.is-vertical-sixth {
  top: 45.7%;
}

.home-header_background-dot.is-vertical-sixth.is-industry {
  top: 41.2%;
}

.home-header_background-dot.is-vertical-seventh {
  top: 52.1%;
}

.home-header_background-dot.is-vertical-seventh.is-industry {
  top: 47.6%;
}

.home-header_background-dot.is-vertical-eight {
  top: 58.7%;
}

.home-header_background-dot.is-vertical-eight.is-industry {
  top: 54.2%;
}

.home-header_background-dot.is-vertical-ninth {
  top: 65.1%;
}

.home-header_background-dot.is-vertical-ninth.is-industry {
  top: 60.6%;
}

.home-header_background-dot.is-vertical-tenth {
  top: 71.5%;
}

.home-header_background-dot.is-vertical-tenth.is-industry {
  top: 67%;
}

.home-header_background-line-horizontal {
  z-index: 1;
  width: 86.4113rem;
  position: absolute;
  top: 22.15%;
  left: auto;
  right: auto;
}

.home-header_background-line-horizontal.is-mobile, .home-header_dots-trigger {
  display: none;
}

.navbar_dropdown-image-wrapper {
  position: relative;
}

.navbar_dropdown-image-product {
  z-index: 2;
  border-radius: var(--_responsive---border-radius--small);
  opacity: 0;
  transition: opacity .7s;
  position: absolute;
  inset: 0%;
}

.navbar_dropdown-arrow, .menu-border {
  display: none;
}

.home-leaders_logo {
  max-width: 12.5rem;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---text--regular: 1rem;
    --_responsive---heading--h1: 5.5rem;
    --_responsive---heading--h2: 4.5rem;
    --_responsive---heading--h3: 4rem;
    --_responsive---heading--h4: 3.5rem;
    --_responsive---heading--h5: 2.5rem;
    --_responsive---heading--h6: 2rem;
    --_responsive---border-radius--tiny: .125rem;
    --_responsive---page-padding--regular: 2rem;
    --_responsive---text--large: 1.25rem;
    --_responsive---text--medium: 1.125rem;
    --_responsive---text--tiny: .75rem;
    --_responsive---text--small: .875rem;
    --_responsive---heading--display-2: 5.5rem;
    --_responsive---padding-section--small: 5rem;
    --_responsive---padding-section--is-mobile-smaller: 0px;
    --_responsive---padding-section--is-mobile-smaller2: 0px;
    --_responsive---padding-section--medium: 6rem;
    --_responsive---padding-section--large: 8rem;
    --_responsive---padding-section--is-mobile-larger: 0px;
    --_responsive---padding-section--xsmall: 4rem;
    --_responsive---padding-section--xlarge: 10rem;
    --_responsive---padding-section--xxlarge: 12rem;
    --_responsive---border-radius--large: 1rem;
    --_responsive---border-radius--medium: .5rem;
    --_responsive---border-radius--small: .25rem;
    --_responsive---heading--display-1: 6rem;
    --_responsive---button--style-1: .875rem;
    --_responsive---label--1: 1rem;
    --_responsive---label--2: .875rem;
    --_responsive---button--style-2: .75rem;
    --_responsive---padding-section--huge: 15rem;
    --_responsive---subtitle--1: 1.5rem;
    --_responsive---heading--h7: 1.5rem;
    --_responsive---subtitle--2: 0px;
    --_responsive---subtitle--3: 0px;
    --_responsive---subtitle--4: 0px;
    --_responsive---quote--1: 2rem;
    --_responsive---quote--2: 1.5rem;
  }

  h1 {
    font-size: 4rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .button.is-navbar-custom {
    background-color: var(--colors-primary--black);
    background-color: var(--colors-primary--black);
  }

  .hide-tablet {
    display: none;
  }

  .text-rich-text h1 {
    margin-bottom: 25px;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .ss-sidebar {
    border-bottom: 1px solid #d0d5dd;
    border-right-style: none;
    max-width: 100%;
    height: auto;
    display: none;
    position: static;
  }

  .ss_header {
    position: relative;
  }

  .ss-body {
    display: block;
  }

  .ss_content-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ss_content {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .ss_card-content {
    grid-row-gap: .5rem;
  }

  .home-header_component-old {
    grid-template-columns: 50% 40%;
  }

  .swiper-arrow.is-home-industries-prev-2, .swiper-arrow.is-home-industries-next-2, .swiper-arrow.is-home-industries-prev-2, .swiper-arrow.is-home-industries-next-2 {
    width: 10.95rem;
    height: 18.625rem;
    top: 4.3rem;
  }

  .swiper-navigation.is-light.is-home-industries {
    transform: translate(0, 1850%);
  }

  .cta_component {
    aspect-ratio: auto;
    border-radius: var(--_responsive---border-radius--small);
    min-height: auto;
    overflow: hidden;
  }

  .navbar_block {
    justify-content: space-between;
  }

  .navbar_link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .navbar_link {
    text-transform: uppercase;
    font-family: IBM Plex Mono, Arial, sans-serif;
    font-size: 1.25rem;
  }

  .navbar_link.w--current {
    line-height: var(--line-height--1-0);
  }

  .navbar_brand.is-navbar-scrolled {
    transform: none;
  }

  .navbar_brand.is-navbar-scrolled:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
    color: var(--colors-primary--white);
    transform: none;
  }

  .navbar_brand.is-menu-open:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
    color: var(--colors-primary--white);
  }

  .navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_wrapper.is-solid {
    background-color: var(--colors-greyscale--grey-900);
    color: var(--colors-primary--white);
    background-color: var(--colors-greyscale--grey-900);
  }

  .navbar_content {
    z-index: 2;
    padding: 12rem var(--_responsive---page-padding--regular) 2.5rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar_top-padding {
    display: none;
  }

  .navbar_dropdown {
    z-index: 5;
    width: 100%;
  }

  .navbar_dropdown-toggle {
    justify-content: space-between;
  }

  .navbar_dropdown-list {
    z-index: 2;
    opacity: 1;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    transition: none;
    display: flex;
    position: static;
    top: auto;
    bottom: 0;
    overflow: hidden;
  }

  .navbar_dropdown-list.is-navbar-scrolled {
    top: auto;
  }

  .navbar_dropdown-icon {
    width: 1.875rem;
    display: flex;
  }

  .navbar_hamburguer {
    z-index: 5;
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
    position: relative;
  }

  .navbar_line {
    background-color: var(--colors-primary--white);
    flex: none;
    width: 1.75rem;
    height: 2px;
    padding: 0;
    transition: background-color .4s;
    position: absolute;
  }

  .navbar_line:where(.w-variant-84dc9815-fe8f-4e38-0dcb-257b44cd9ebd), .navbar_line:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
    background-color: var(--colors-primary--black);
  }

  .navbar_line.is-first {
    transform: translate(0, -200%);
  }

  .navbar_line.is-second {
    transform: translate(0, 200%);
  }

  .navbar_line.is-menu-open:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
    background-color: var(--colors-primary--white);
  }

  .navbar_content-wrapper {
    z-index: 3;
    background-color: var(--colors-greyscale--grey-900);
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar_content-wrapper.open {
    height: 100dvh;
    display: flex;
  }

  .demo-header_component {
    padding: 4rem 2rem;
  }

  .demo-header_form-success {
    min-height: 34.5rem;
  }

  .navbar-bg.is-navbar-scrolled {
    background-color: #0000;
  }

  .navbar_button-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-office_card {
    flex-flow: column;
    padding: 2rem;
    display: flex;
  }

  .home-leaders_author-wrapper {
    margin-left: 3rem;
    padding-right: 3rem;
  }

  .home-leader_content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .industry-header_component {
    grid-template-columns: 45% 45%;
    justify-content: space-between;
  }

  .industry-header_image-wrapper {
    position: relative;
    left: -6%;
  }

  .padding-section-industry-header {
    padding-top: 8rem;
  }

  .navbar_dropdown-link-wrapper {
    width: 100%;
  }

  .navbar_dropdown-link {
    font-family: var(--font-family--heading);
    color: var(--colors-greyscale--grey-500);
    font-size: var(--_responsive---heading--h5);
  }

  .navbar_dropdown-component {
    grid-template-columns: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_dropdown-image {
    display: none;
  }

  .navbar-dropdown_heading {
    color: var(--colors-primary--white);
    font-family: IBM Plex Mono, Arial, sans-serif;
    font-size: var(--_responsive---text--medium);
    line-height: var(--line-height--1-4);
    letter-spacing: 0;
    text-transform: uppercase;
    display: none;
  }

  .navbar_dropdown-close-menu {
    width: 100%;
    display: flex;
  }

  .navbar_button-block {
    transform: none;
  }

  .about-stats_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-stats_block {
    position: relative;
  }

  .about-stats_hidden-block {
    display: none;
  }

  .section_home-header {
    margin-bottom: 0;
  }

  .home-header_sticky {
    min-height: 0;
  }

  .home-header_spacer {
    height: 45dvh;
    max-height: 30rem;
    display: none;
  }

  .home-product_component {
    min-height: auto;
  }

  .home-product_sticky {
    min-height: 0;
    position: static;
  }

  .home-product_wrapper-old {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    aspect-ratio: auto;
    flex-flow: column;
    max-height: none;
    display: flex;
    transform: none;
  }

  .home-product_block-old {
    padding-top: 9rem;
    padding-bottom: 9rem;
    padding-left: 3.5rem;
    position: relative;
  }

  .home-product_analyzer-graph-wrapper-old {
    left: 0%;
  }

  .home-compliance_component {
    min-height: 200vh;
  }

  .home-compliance_card-component.is-1 {
    left: 0%;
  }

  .home-compliance_card-component.is-2 {
    top: 0%;
  }

  .home-compliance_card-component.is-3 {
    right: -2%;
  }

  .home-compliance_card-component.is-4 {
    left: 10%;
  }

  .home-compliance_card-component.is-6 {
    left: 35%;
  }

  .home-header_spline {
    display: none;
    transform: translate(0, -3%)scale(.95);
  }

  .home-industries_drag-wrapper {
    display: none;
  }

  .padding-section-home-header {
    height: 0;
  }

  .navbar_dropdown-wrapper.is-navbar {
    padding-left: 0;
  }

  .home-header_sticky-wrapper, .home-header_sticky-wrapper.is-slower, .home-header_sticky-wrapper.is-slower {
    min-height: 0;
  }

  .header_padding-top-mobile {
    display: block;
  }

  .header_padding-top-mobile-regular {
    height: 10rem;
  }

  .header_padding-top-mobile-banner {
    height: 6rem;
  }

  .section_home-product-old {
    margin-top: 0;
  }

  .home-header_tag {
    display: none;
    transform: translate(350%, 20%);
  }

  .navbar_dropdown-image-product {
    display: none;
  }

  .home-header_mobile-image {
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .navbar_dropdown-icon-wrapper {
    color: var(--colors-primary--white);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar_dropdown-arrow {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    position: absolute;
  }

  .menu-border {
    z-index: 9999;
    background-color: var(--colors-greyscale--grey-800);
    opacity: 0;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .home-platform_secure-label {
    margin-bottom: 16.5rem;
  }

  .home-header_background-frame-bottom {
    width: 100%;
    margin-right: -2rem;
  }

  .home-header_background-frame-top {
    width: 100%;
    top: -1rem;
  }

  .home-header_heading-wrapper {
    width: 100%;
  }

  .home-product_block-new {
    padding-top: 9rem;
    padding-bottom: 9rem;
    padding-left: 3.5rem;
    position: relative;
  }

  .home-product_wrapper-new {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    aspect-ratio: auto;
    flex-flow: column;
    max-height: none;
    display: flex;
    transform: none;
  }

  .home-header_spline-copy {
    transform: translate(0, -3%)scale(.95);
  }

  .home-header_mobile-box-wrapper {
    justify-content: center;
    align-items: center;
    width: 55%;
    margin: 35vw auto 0;
    display: flex;
    position: relative;
  }

  .home-header_mobile-chip {
    z-index: 3;
    position: absolute;
    bottom: 20%;
  }

  .home-header_mobile-lid {
    z-index: 6;
    position: absolute;
    inset: auto 0% 27%;
  }

  .home-header_mobile-light {
    z-index: 4;
    width: 130%;
    max-width: none;
    position: absolute;
    inset: auto auto -27%;
  }

  .home-header_mobile-box {
    z-index: 1;
    position: relative;
    inset: 0%;
  }

  .home-header_mobile-box-top {
    z-index: 5;
    position: absolute;
    inset: auto 0% 0%;
  }

  .home-header_mobile-box-top.is-with-dot {
    z-index: 6;
    z-index: 6;
  }

  .home-header_mobile-tag {
    z-index: 10;
    width: 80%;
    position: absolute;
    inset: -15% 0% 0% auto;
  }

  .home-product_block {
    padding-top: 9rem;
    padding-bottom: 9rem;
    padding-left: 3.5rem;
    position: relative;
  }

  .home-product_image-wrapper {
    width: 100%;
  }

  .home-product_dashboard {
    width: 300%;
  }

  .home-product_runtime-top {
    top: 0%;
    left: 10%;
  }

  .home-product_analyzer-top {
    top: 0%;
  }

  .home-product_wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    aspect-ratio: auto;
    flex-flow: column;
    max-height: none;
    display: flex;
    transform: none;
  }

  .section_home-product {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---text--regular: 1rem;
    --_responsive---heading--h1: 2.5rem;
    --_responsive---heading--h2: 2rem;
    --_responsive---heading--h3: 1.75rem;
    --_responsive---heading--h4: 2rem;
    --_responsive---heading--h5: 1.5rem;
    --_responsive---heading--h6: 1.25rem;
    --_responsive---border-radius--tiny: .125rem;
    --_responsive---page-padding--regular: 1rem;
    --_responsive---text--large: 1rem;
    --_responsive---text--medium: 1rem;
    --_responsive---text--tiny: .75rem;
    --_responsive---text--small: .75rem;
    --_responsive---heading--display-2: 2.5rem;
    --_responsive---padding-section--small: 4rem;
    --_responsive---padding-section--is-mobile-smaller: 2rem;
    --_responsive---padding-section--is-mobile-smaller2: 3rem;
    --_responsive---padding-section--medium: 4rem;
    --_responsive---padding-section--large: 4rem;
    --_responsive---padding-section--is-mobile-larger: 8rem;
    --_responsive---padding-section--xsmall: 3rem;
    --_responsive---padding-section--xlarge: 6rem;
    --_responsive---padding-section--xxlarge: 6rem;
    --_responsive---border-radius--large: 1rem;
    --_responsive---border-radius--medium: .5rem;
    --_responsive---border-radius--small: .125rem;
    --_responsive---heading--display-1: 4.5rem;
    --_responsive---button--style-1: .875rem;
    --_responsive---label--1: .875rem;
    --_responsive---label--2: .75rem;
    --_responsive---button--style-2: .75rem;
    --_responsive---padding-section--huge: 7.5rem;
    --_responsive---subtitle--1: 1.25rem;
    --_responsive---heading--h7: 1rem;
    --_responsive---subtitle--2: 0px;
    --_responsive---subtitle--3: 0px;
    --_responsive---subtitle--4: 0px;
    --_responsive---quote--1: 1.5rem;
    --_responsive---quote--2: 1.25rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button.secondary-dark---grey-500.is-mobile-space-between, .button.is-mobile-space-between:where(.w-variant-5e4a1c01-2484-775e-7d27-687017c13660), .button.is-mobile-space-between:where(.w-variant-f1fb1c6f-bcc4-a313-62b8-ac99274d20da), .button.secondary-dark---grey-600.is-mobile-space-between, .button.secondary-dark---grey-500.is-mobile-space-between, .button.secondary-dark---grey-500.is-mobile-space-between, .button.is-mobile-space-between:where(.w-variant-5e4a1c01-2484-775e-7d27-687017c13660), .button.is-mobile-space-between:where(.w-variant-f1fb1c6f-bcc4-a313-62b8-ac99274d20da), .button.secondary-dark---grey-600.is-mobile-space-between, .button.secondary-dark---grey-600.is-mobile-space-between {
    justify-content: space-between;
  }

  .text-rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-tiny.is-mobile-text-color-black {
    color: var(--colors-primary--black);
  }

  .text-size-small.text-weight-light.is-mobile-font-regular {
    font-size: var(--_responsive---text--regular);
    font-size: var(--_responsive---text--regular);
    font-size: var(--_responsive---text--regular);
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-home-header-custom {
    font-weight: var(--font-weight--400);
    font-weight: var(--font-weight--400);
  }

  .heading-style-h2.is-mobile-h1 {
    font-size: var(--_responsive---heading--h1);
    font-size: var(--_responsive---heading--h1);
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4.text-weight-light.text-color-white.is-mobiile-weight-regular {
    font-weight: var(--font-weight--400);
    font-weight: var(--font-weight--400);
  }

  .heading-style-h4.text-weight-light.is-mobile-text-color-black {
    color: var(--colors-primary--black);
  }

  .heading-style-h6.is-mobile-label-ibm {
    font-family: IBM Plex Mono, Arial, sans-serif;
    font-size: var(--_responsive---text--tiny);
    line-height: var(--line-height--1-4);
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .heading-style-h6.is-mobile-display2 {
    font-size: var(--_responsive---heading--display-2);
  }

  .heading-style-h6.is-mobile-h2 {
    font-size: var(--_responsive---heading--h4);
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .display-inlineblock.is-mobile-regular {
    display: inline;
  }

  .form_input {
    margin-bottom: 1.5rem;
  }

  .padding-section-small:where(.w-variant-3bd919b7-ef7f-b7fd-05e2-b502292fa6e3) {
    display: none;
  }

  .padding-section-small:where(.w-variant-ab9aef7d-4067-cdc0-8025-c2526636038a) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-small:where(.w-variant-e1b91b1a-1e5d-e8d4-ca4a-951e4f77c827) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-medium:where(.w-variant-9a125be7-44e2-7c79-8e2c-692d4d8b4149) {
    display: none;
  }

  .padding-section-medium:where(.w-variant-ddd49547-76fa-9b9f-b539-7b6db5920996) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-medium:where(.w-variant-b7212d0b-47e4-24d4-bd1a-1331d37fbc71) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-large {
    padding-top: var(--_responsive---padding-section--medium);
  }

  .padding-section-large:where(.w-variant-f65d2411-e213-9525-e993-77911537e77b) {
    display: none;
  }

  .padding-section-large:where(.w-variant-ac4b2e58-3be5-3461-2f25-7be39ed03a69) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-large:where(.w-variant-fbaf29e3-2b09-da10-a43f-73095e2c03fd) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-large:where(.w-variant-191f4e3c-aa21-b47d-4c17-a9168d542739) {
    padding-top: var(--_responsive---padding-section--is-mobile-larger);
  }

  .ss_elements.more-columns {
    grid-template-columns: 1fr 1fr;
  }

  .ss_card-content {
    padding: 2rem;
  }

  .spacer-medium.is-blog-card-custom, .spacer-medium.is-mobile-smaller {
    padding-top: 1rem;
  }

  .spacer-medium.is-blog-card-custom, .spacer-medium.is-mobile-smaller {
    padding-top: 1rem;
  }

  .spacer-medium.is-mobile-smaller2 {
    padding-top: 1.5rem;
  }

  .spacer-medium.is-mobile-larger2 {
    padding-top: 3rem;
  }

  .spacer-medium.is-mobile-larger {
    padding-top: 2.5rem;
  }

  .spacer-large.is-mobile-smaller2 {
    padding-top: 1.5rem;
  }

  .spacer-large.is-mobile-smaller3 {
    padding-top: 2rem;
  }

  .spacer-large.is-mobile-smaller4 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge.is-mobile-smaller3 {
    padding-top: 2rem;
  }

  .spacer-xlarge.is-mobile-smaller2 {
    padding-top: 1.5rem;
  }

  .spacer-xlarge.is-mobile-smaller4 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge.is-mobile-larger {
    padding-top: 4rem;
  }

  .spacer-xlarge.is-mobile-smaller5 {
    padding-top: 3rem;
  }

  .spacer-xxlarge.is-mobile-smaller2 {
    padding-top: 4rem;
  }

  .spacer-xxlarge.is-mobile-larger, .spacer-xxlarge.is-mobile-smaller2 {
    padding-top: 4rem;
  }

  .spacer-xxlarge.is-mobile-smaller1 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge.is-mobile-smaller {
    padding-top: 2rem;
  }

  .spacer-xxlarge.is-mobile-smaller3 {
    padding-top: 3rem;
  }

  .spacer-xxlarge.is-mobile-larger, .spacer-huge.is-mobile-smaller {
    padding-top: 4rem;
  }

  .spacer-huge.is-mobile-smaller {
    padding-top: 4rem;
  }

  .spacer-huge.is-mobile-smaller2 {
    padding-top: 2rem;
  }

  .spacer-huge.is-mobile-smaller3 {
    padding-top: 1.5rem;
  }

  .spacer-xhuge.is-mobile-smaller {
    padding-top: 3rem;
  }

  .spacer-custom2.is-mobile-smaller, .spacer-custom3.is-mobile-smaller {
    padding-top: 1rem;
  }

  .spacer-custom3.is-mobile-smaller {
    padding-top: 1rem;
  }

  .spacer-custom3.is-mobile-smaller2 {
    padding-top: 1.5rem;
  }

  .spacer-custom3.is-mobile-larger {
    padding-top: 3rem;
  }

  .spacer-custom3.is-mobile-larger2 {
    padding-top: 5rem;
  }

  .padding-section-xsmall:where(.w-variant-1642945e-3e33-907e-b1a9-c070bf0ebd18) {
    display: none;
  }

  .padding-section-xsmall:where(.w-variant-cc8922b1-559a-7159-27ec-ed8131f1cbfd) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-xsmall:where(.w-variant-02f21610-13b9-4e52-45b7-83cae0a8ea88) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-xsmall:where(.w-variant-fb980c5e-ff14-3509-08ec-0ce05d2911ca) {
    padding-top: var(--_responsive---padding-section--medium);
  }

  .padding-section-xlarge:where(.w-variant-a6bf9efc-2f5b-6710-2d17-ed77cb9bc554) {
    display: none;
  }

  .padding-section-xlarge:where(.w-variant-0f4a53f6-d592-c6fe-59dd-b1823da0f2a2) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-xlarge:where(.w-variant-44dad2f7-e1dc-1f61-282e-5a658fa919a1) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-xlarge:where(.w-variant-135f4a44-4116-f429-4326-645f02f25266) {
    padding-top: var(--_responsive---padding-section--medium);
  }

  .padding-section-xxlarge:where(.w-variant-c9b0cef3-988c-1aa6-3ff0-5a3186e99efc) {
    display: none;
  }

  .padding-section-xxlarge:where(.w-variant-7552a37a-f2ce-10e2-71a9-61740edefb01) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-xxlarge:where(.w-variant-ffa153c7-ca33-cc66-fe55-1c4c4c4462c5) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-xxlarge:where(.w-variant-718cacdb-d80b-1f90-5a0b-6c528977a94d) {
    padding-top: var(--_responsive---padding-section--medium);
  }

  .heading-display-2 {
    font-size: 2.5rem;
  }

  .section_home-header-old {
    aspect-ratio: auto;
    height: auto;
    min-height: 35.5rem;
  }

  .home-header_component-old {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home-header_box-old {
    background-color: #0000;
    padding: 0;
  }

  .background-pattern.is-center-left.hide-mobile-portrait {
    display: none;
  }

  .splide__list.is-compliance-custom {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section.is-testimonials-custom {
    background-color: var(--colors-primary--white);
    background-color: var(--colors-primary--white);
  }

  .home-intro_component-old {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .home-intro_card {
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-stats_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-stats_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-compliance_content-old {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-compliance_card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-compliance_card-old {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    min-width: 0;
    height: 100%;
    padding: 0;
  }

  .card-pattern.is-mobile-visible {
    display: flex;
  }

  .swiper.is-gallery {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slide {
    flex: none;
  }

  .swiper-slide.is-testimonial, .swiper-slide.is-leaders, .swiper-slide.is-cs-industries {
    max-width: 100%;
  }

  .swiper-slide.is-testimonial, .swiper-slide.is-leaders, .swiper-slide.is-cs-industries {
    max-width: 100%;
  }

  .swiper-slide.is-gallery {
    width: 100%;
  }

  .swiper-arrow {
    width: 3rem;
  }

  .swiper-arrow.is-home-industries-prev-2, .swiper-arrow.is-home-industries-next-2, .swiper-arrow.is-home-industries-prev-2, .swiper-arrow.is-home-industries-next-2 {
    display: none;
  }

  .swiper-navigation.is-light.is-home-industries {
    width: 100%;
    margin-top: .5rem;
    position: relative;
    transform: none;
  }

  .home-testimonial_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-industries_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .home-industries_tabs {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-industries_tabs-accordion-title, .home-industries_tabs-accordion-detail {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-industries_tabs-button {
    width: 2rem;
    height: 2rem;
  }

  .grid-3col {
    grid-template-columns: 1fr;
  }

  .blog_card-link {
    align-items: stretch;
  }

  .layout-hotizontal-center-center.is-mobile-align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .cta_component {
    min-height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_background {
    inset: 3rem 1rem;
  }

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

  .footer-nav_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start stretch;
    display: flex;
  }

  .footer-legal_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-cetification_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-certification_image {
    width: auto;
  }

  .footer-certification_image.is-gptw {
    max-width: 3.3125rem;
    margin-right: auto;
  }

  .footer-nav_wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-nav_wrapper.is-without-solutions {
    margin-left: 0;
  }

  .footer_brand-link.w--current, .footer-social_wrapper {
    width: 100%;
  }

  .footer-legal_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }

  .footer-legal_block {
    width: 100%;
  }

  .navbar_link-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .navbar_brand {
    width: 6.25rem;
  }

  .navbar_brand.is-navbar-scrolled:where(.w-variant-a06dfe08-7048-6be5-6f08-718bf367a58d) {
    color: var(--colors-primary--white);
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-icon {
    width: 1.875rem;
  }

  .product-header_component.is-centered {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-header_component.is-layout-horizontal {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .product-header_content.is-centered {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-header_content.is-layout-horizontal {
    width: 100%;
  }

  .label-ibm.is-runtime-custom {
    font-size: .5rem;
  }

  .product-header_image-wrapper, .product-header_image-wrapper.is-analyzer-custom {
    margin-bottom: 0%;
  }

  .product-header_image-wrapper.is-analyzer-custom {
    margin-bottom: 0%;
  }

  .product-header_image-wrapper.is-layout-horizontal {
    aspect-ratio: auto;
    width: 100%;
    margin-bottom: -5%;
  }

  .product-feature_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .product-feature_component.is-center-aligned {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .product-feature_component.is-center-aligned.is-mobile-gap-larger {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .product-feature_image {
    width: 100%;
  }

  .product-feature_image.is-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .product-feature_image.is-platform-graph {
    width: 100%;
  }

  .product-feature_image.is-platform-graph.is-mobile-last {
    order: 1;
  }

  .product-feature_image.is-careers-custom {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .product-feature_content.is-bottom-padding-custom, .product-feature_content.is-about-custom {
    order: -1;
    width: 100%;
    padding-bottom: 0;
  }

  .product-feature_content.is-small {
    width: 100%;
  }

  .product-feature_content.is-large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .product-feature_content.is-bottom-padding-custom, .product-feature_content.is-about-custom {
    order: -1;
    width: 100%;
    padding-bottom: 0;
  }

  .product-intro_component {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-feature_content-block {
    padding: 0;
  }

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

  .navbar_line {
    width: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .blog_card-button-wrapper {
    width: 100%;
  }

  .platform-stats_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .platform-stats_card-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .platform-stats_card {
    padding: 0;
  }

  .platform_feature-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .platform_feature-card {
    padding: 1rem;
  }

  .platform_feature-card-logo {
    max-width: .8125rem;
  }

  .platform_feature-card-image-wrapper {
    max-width: 2rem;
  }

  .platform-integrations_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .platform-integrations_card {
    padding: 1rem;
  }

  .section_demo-header {
    aspect-ratio: auto;
    min-height: 35.5rem;
  }

  .demo-header_content {
    width: 100%;
    max-width: none;
  }

  .demo-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding: 2rem 1rem;
  }

  .demo-header_settings {
    width: 100%;
    max-width: none;
  }

  .demo-header_form-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .legal-content_rte h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .legal-content_rte h4 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .legal-content_rte p {
    margin-bottom: 1rem;
  }

  .padding-section-huge:where(.w-variant-c9b0cef3-988c-1aa6-3ff0-5a3186e99efc) {
    display: none;
  }

  .padding-section-huge:where(.w-variant-7552a37a-f2ce-10e2-71a9-61740edefb01) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-huge:where(.w-variant-ffa153c7-ca33-cc66-fe55-1c4c4c4462c5) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-huge:where(.w-variant-718cacdb-d80b-1f90-5a0b-6c528977a94d) {
    padding-top: var(--_responsive---padding-section--medium);
  }

  .demo-header_form-success {
    min-height: 0;
  }

  .home-compliance_card-logo-old {
    object-fit: scale-down;
    object-position: 0% 50%;
    max-height: 2rem;
  }

  .product-header_button-wrapper.is-mobile-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-mobile-300 {
    max-width: 18.75rem;
  }

  .navbar_button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .max-width-mobile-240 {
    max-width: 15rem;
  }

  .max-width-mobile-260 {
    max-width: 16.25rem;
  }

  .home-industries_image, .background-grain_image.is-sm-grain-copy.opacity-50.is-home-header-custom, .background-grain_image.is-sm-grain-copy.opacity-50.is-home-header-custom, .background-grain_image.is-sm-grain-copy.opacity-50.is-home-header-custom, .background-grain_image.is-sm-grain-copy.opacity-50.is-home-header-custom {
    display: none;
  }

  .home-office_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .product-feature_content-logo {
    max-width: 1.5rem;
    margin-top: -.3rem;
  }

  .careers-benefits_block {
    padding-top: 0;
  }

  .careers-benefits_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .careers-benefits_component.is-small {
    width: 100%;
  }

  .careers-benefits_component.is-large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .careers-benefits_component.is-bottom-padding-custom {
    order: -1;
    width: 100%;
    padding-bottom: 0;
  }

  .careers-hiring_component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 1rem;
  }

  .product-feature_graph-wrap {
    padding: 5.625rem 3.125rem;
  }

  .product-feature_graph-bg {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .product-feature_graph-img {
    max-height: 90%;
  }

  .home-leaders_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: var(--theme-color--text);
    grid-template-columns: 27.7778% 1fr;
    align-content: space-between;
    height: 100%;
  }

  .home-leader_wrapper {
    background-color: var(--colors-primary--white);
  }

  .home-leaders_quote {
    color: var(--colors-primary--black);
  }

  .home-leaders_author-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .home-leaders_author-image {
    border-radius: .25rem;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    position: static;
  }

  .home-leaders_author-block {
    order: -1;
  }

  .home-leader_content {
    padding-left: 0;
    padding-right: 0;
  }

  .section_industry-header {
    aspect-ratio: auto;
    height: auto;
    min-height: 35.5rem;
  }

  .industry-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .industry-header_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    left: 0%;
  }

  .industry-header_image {
    width: 100%;
  }

  .industry-header_image.is-bottom {
    margin-top: 3rem;
    margin-bottom: 0%;
  }

  .industry-header_image.is-top {
    margin-bottom: 3rem;
  }

  .padding-section-industry-header {
    padding-top: 6.63rem;
  }

  .padding-section-industry-header:where(.w-variant-f65d2411-e213-9525-e993-77911537e77b) {
    display: none;
  }

  .padding-section-industry-header:where(.w-variant-ac4b2e58-3be5-3461-2f25-7be39ed03a69) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller);
  }

  .padding-section-industry-header:where(.w-variant-fbaf29e3-2b09-da10-a43f-73095e2c03fd) {
    padding-top: var(--_responsive---padding-section--is-mobile-smaller2);
  }

  .padding-section-industry-header:where(.w-variant-191f4e3c-aa21-b47d-4c17-a9168d542739) {
    padding-top: var(--_responsive---padding-section--is-mobile-larger);
  }

  .industry-stats_component.is-platform-custom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .industry-cs_component {
    grid-template-columns: 1fr;
  }

  .accordion_title, .accordion_detail {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem 1fr;
  }

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

  .navbar_dropdown-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-dropdown_heading {
    font-size: var(--_responsive---text--tiny);
  }

  .navbar-dropdown_heading.is-mobile-label-ibm {
    font-family: IBM Plex Mono, Arial, sans-serif;
    font-size: var(--_responsive---text--tiny);
    line-height: var(--line-height--1-4);
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .navbar-dropdown_heading.is-mobile-display2 {
    font-size: var(--_responsive---heading--display-2);
  }

  .partners-perfect_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .partners-perfect_card {
    padding: 0;
  }

  .partners-perfect_block-content {
    padding-top: 0;
  }

  .partners-perfect_content-logo {
    max-width: 1.5rem;
    margin-top: 0;
  }

  .demo-header_form-success-icon {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    position: static;
  }

  .about-stats_wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-accordion_content-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-accordion_content-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .about-backed_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: 0;
    height: 100%;
    padding: 0;
  }

  .about-backed_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section_home-header {
    margin-bottom: 0;
    position: static;
  }

  .home-header_component {
    min-height: 0;
  }

  .home-header_sticky {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    position: relative;
  }

  .home-header_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-header_spacer {
    display: none;
  }

  .heading-style-h7.is-mobile-h6 {
    font-size: 1.25rem;
  }

  .home-platform_component {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-platform_background {
    display: none;
  }

  .section-padding-home-platform {
    height: 4rem;
  }

  .home-product_wrapper-old {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-product_block-old {
    flex-flow: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .home-product_content-old {
    max-width: none;
    padding: 2.5rem 1.25rem;
  }

  .home-product_image-wrapper-old {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .home-product_image-wrapper-old.is-analyzer, .home-product_image-wrapper-old.is-runtime-new, .home-product_image-wrapper-old.is-analyzer-new, .home-product_image-wrapper-old.is-analyzer, .home-product_image-wrapper-old.is-runtime-new, .home-product_image-wrapper-old.is-analyzer-new {
    width: 100%;
  }

  .home-product_runtime-top-old {
    top: 31%;
    left: 12%;
  }

  .home-product_analyzer-graph-wrapper-old {
    top: 33%;
    left: 3%;
  }

  .stats_background {
    z-index: 1;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: -50%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    transform: none;
  }

  .home-compliance_content {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    position: static;
  }

  .home-compliance_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .home-compliance_card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    aspect-ratio: auto;
    justify-content: space-between;
    min-width: 0;
    height: 100%;
    padding: 1.25rem 1rem;
  }

  .home-compliance_card-logo {
    object-fit: scale-down;
    object-position: 0% 50%;
    max-height: 2rem;
  }

  .home-compliance_card-component {
    width: 100%;
    position: static;
  }

  .home-compliance_card-component.is-2, .home-compliance_card-component.is-2-new, .home-compliance_card-component.is-2, .home-compliance_card-component.is-2-new {
    left: 0%;
  }

  .home-leader_frame {
    display: none;
  }

  .home-compliance_card-logo-wrapper {
    border-top-style: none;
  }

  .home-header_spline {
    display: none;
  }

  .swiper-description_component {
    min-height: 12rem;
  }

  .banner_component {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .banner_content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner_close {
    color: var(--colors-primary--black);
    transform: translate(0, -.375rem);
  }

  .home-platform_background-gradient {
    width: 3rem;
    left: -1rem;
  }

  .home-platform_background-gradient.is-right {
    right: -1rem;
  }

  .padding-section-home-header {
    display: block;
  }

  .home-header_background {
    background-image: none;
  }

  .home-header_background-line-wrapper {
    display: none;
  }

  .home-header_background-line-wrapper.is-products {
    inset: auto -25% 0% auto;
    display: flex;
    position: absolute;
    inset: auto -25% 0% auto;
  }

  .home-header_background-dot {
    background-color: #a44616;
  }

  .home-header_background-dot.is-vertical-sixth {
    background-color: #d14c00;
  }

  .home-header_background-line-horizontal.is-mobile {
    opacity: .5;
    opacity: .5;
    display: block;
  }

  .home-header_sticky-wrapper {
    min-height: 0;
    display: block;
  }

  .home-header_sticky-wrapper.is-slower {
    min-height: 0;
  }

  .header_padding-top-mobile {
    display: block;
  }

  .header_padding-top-mobile-regular {
    height: 5.5rem;
  }

  .header_padding-top-mobile-banner {
    height: 6rem;
    transition: all .5s;
  }

  .section_home-product-old {
    margin-top: 0;
  }

  .home-header_tag {
    display: none;
  }

  .video_full.is-globe {
    mix-blend-mode: lighten;
    mix-blend-mode: lighten;
  }

  .home-header_mobile-image {
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -1.2rem;
  }

  .home-header_mobile-tag-old {
    z-index: 10;
    position: absolute;
    inset: 0%;
    transform: translate(0, 15%);
  }

  .product-feature_connection {
    font-size: 1.8vw;
  }

  .home-platform_pill {
    z-index: 2;
    position: absolute;
    inset: 0%;
  }

  .home-platform_lottie {
    width: 100vw;
    margin-top: 0;
    margin-left: -1rem;
  }

  .home-platform_secure-label {
    width: 18.75%;
    height: auto;
    margin-bottom: 0;
    bottom: 30%;
  }

  .image-full-background.is-book-demo-mobile {
    object-position: 50% 100%;
    object-position: 50% 100%;
    display: block;
  }

  .home-header_background-new {
    background-image: none;
  }

  .home-header_mobile-lid-old {
    z-index: 6;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    inset: 0%;
    transform: translate(0, 10%);
  }

  .home-header_mobile-box-old {
    z-index: 2;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    inset: 0%;
    transform: translate(0);
  }

  .home-header_mobile-chip-old {
    z-index: 3;
    position: relative;
  }

  .home-header_mobile-light-old {
    z-index: 4;
    position: absolute;
    inset: 0%;
  }

  .header_mobile-box-trigger {
    width: 0;
    height: 10dvh;
    padding: 0;
    display: block;
    position: absolute;
    inset: 80dvh auto auto 0%;
  }

  .home-header_background-image {
    width: 100%;
    min-width: 38.945rem;
    top: 0%;
  }

  .home-header_background-frame-bottom {
    width: 100%;
    left: auto;
    right: auto;
  }

  .home-header_background-frame-top {
    top: 0;
  }

  .home-product_block-new {
    flex-flow: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .home-product_block-new.is-runtime.fade-in-tablet-0, .home-product_block-new.is-analyzer.fade-in-tablet-0, .home-product_block-new.is-runtime.fade-in-tablet-0, .home-product_block-new.is-runtime.fade-in-tablet-0, .home-product_block-new.is-analyzer.fade-in-tablet-0, .home-product_block-new.is-analyzer.fade-in-tablet-0 {
    aspect-ratio: auto;
  }

  .home-product_wrapper-new {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .stats_globe-mobile {
    background-color: var(--theme-color--background);
    margin-bottom: -50%;
    display: flex;
  }

  .section_home-stats {
    overflow: hidden;
  }

  .section_home-stats.is-testimonials-custom {
    background-color: var(--colors-primary--white);
    background-color: var(--colors-primary--white);
  }

  .home-stats_video {
    width: 112%;
    height: auto;
    padding: 0;
  }

  .home-header_spline-copy {
    display: none;
  }

  .home-header_background-image-new {
    width: 100%;
    min-width: 38.945rem;
    top: 0%;
  }

  .home-header_mobile-box-wrapper {
    justify-content: center;
    align-items: center;
    width: 74.3056%;
    margin: 58vw auto 0;
    display: flex;
    position: relative;
  }

  .home-header_mobile-chip {
    z-index: 3;
    position: absolute;
    bottom: 20%;
  }

  .home-header_mobile-lid {
    z-index: 6;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    inset: auto 0% 27%;
  }

  .home-header_mobile-light {
    z-index: 4;
    width: 130%;
    max-width: none;
    position: absolute;
    inset: auto auto -27%;
  }

  .home-header_mobile-box {
    z-index: 1;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    position: relative;
    inset: 0%;
    transform: translate(0);
  }

  .home-header_mobile-box-top {
    z-index: 5;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0);
  }

  .home-header_mobile-box-top.is-with-dot {
    z-index: 6;
    opacity: 0;
    z-index: 6;
    opacity: 0;
  }

  .home-header_mobile-tag {
    z-index: 10;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .home-product_block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    aspect-ratio: auto;
    flex-flow: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .home-product_block.is-runtime.fade-in-tablet-0, .home-product_block.is-analyzer.fade-in-tablet-0, .home-product_block.is-runtime.fade-in-tablet-0, .home-product_block.is-runtime.fade-in-tablet-0, .home-product_block.is-analyzer.fade-in-tablet-0, .home-product_block.is-analyzer.fade-in-tablet-0 {
    aspect-ratio: auto;
  }

  .home-product_image-wrapper {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .home-product_image-wrapper.is-analyzer, .home-product_image-wrapper.is-runtime-new, .home-product_image-wrapper.is-analyzer-new, .home-product_image-wrapper.is-analyzer, .home-product_image-wrapper.is-runtime-new, .home-product_image-wrapper.is-analyzer-new {
    width: 100%;
  }

  .home-product_dashboard {
    width: 190%;
    position: relative;
    bottom: 0%;
  }

  .home-product_runtime-top {
    width: 60%;
    top: 28%;
    left: 16%;
  }

  .home-product_analyzer-top {
    width: 60%;
    top: 31%;
    left: 12%;
  }

  .home-product_content {
    max-width: none;
    padding: 0;
  }

  .home-product_wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .section_home-product {
    margin-top: 0;
  }

  .product-header_image {
    width: 100%;
    position: relative;
    left: 0%;
  }

  .section_about-team.is-testimonials-custom {
    background-color: var(--colors-primary--white);
    background-color: var(--colors-primary--white);
  }

  .about_globe-block {
    z-index: 1;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: -50%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    transform: translate(-3%, 5%);
  }

  .about_globe-wrapper {
    width: 130%;
  }

  .about_globe-wrapper.is-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .about_globe-wrapper.is-platform-graph {
    width: 100%;
  }

  .about_globe-wrapper.is-platform-graph.is-mobile-last {
    order: 1;
  }

  .industry_background {
    background-image: none;
    display: none;
  }

  .industry-header_background-line-horizontal.is-mobile {
    opacity: .5;
    opacity: .5;
    display: block;
  }

  .industry-cs_logo {
    width: 27.7778%;
    max-width: none;
  }

  .industry-cs_globe {
    width: 157%;
    max-width: none;
  }

  .section-background_gradient {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .industry-stats_gradient {
    height: 135%;
  }

  .background_line-wrapper {
    display: none;
  }

  .background_line-wrapper.is-products {
    inset: auto -25% 0% auto;
    display: flex;
    position: absolute;
    inset: auto -25% 0% auto;
  }

  .runtime-feature_image {
    width: 100%;
  }

  .runtime-feature_image.is-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .runtime-feature_image.is-platform-graph {
    width: 100%;
  }

  .runtime-feature_image.is-platform-graph.is-mobile-last {
    order: 1;
  }

  .runtime-feature_image.is-careers-custom {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .section-background_mobile-lines {
    width: 42.9375rem;
    max-width: none;
    display: block;
    position: absolute;
    inset: -2% 3% auto auto;
  }

  .section_blog-header {
    aspect-ratio: auto;
    height: auto;
    min-height: 35.5rem;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .ss_elements, .ss_elements.more-columns, .ss_elements.more-columns {
    grid-template-columns: 1fr;
  }

  .section_home-header-old, .section_demo-header {
    justify-content: center;
  }

  .product-feature_graph-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-feature_graph-number-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
  }

  .product-feature_graph-time {
    padding-bottom: 1.5rem;
  }

  .product-feature_graph-grad {
    max-height: 128px;
  }

  .product-feature_bars-animation {
    padding-bottom: 2%;
  }

  .home-leaders_author-wrapper {
    padding-right: 0;
  }

  .section_industry-header {
    justify-content: center;
  }

  .industry-stats_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .industry-stats_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-header_mobile-image {
    top: -1rem;
  }

  .home-header_mobile-box-old {
    z-index: 2;
    position: absolute;
    inset: 0%;
  }

  .home-header_background-image {
    object-fit: scale-down;
    object-position: 50% 0%;
  }

  .video-asset {
    border-radius: .5rem;
  }

  .home-header_mobile-box-wrapper {
    position: relative;
  }

  .div-block-4 {
    transition: opacity .2s cubic-bezier(.064, .656, .211, .989);
  }

  .industry-cs_image-wrapper {
    width: 100%;
  }

  .product-feature_graph-text {
    font-size: .6rem;
  }

  .section-background_mobile-lines {
    top: -25%;
    right: -33%;
  }

  .section_blog-header {
    justify-content: center;
  }
}

#w-node-_9d4bfa0b-9319-1a9d-4a44-34a935fc8793-35fc878c, #w-node-_659621a6-49a3-db4c-8486-90f252981bd1-52981bc3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_659621a6-49a3-db4c-8486-90f252981bd8-52981bc3 {
  align-self: end;
}

#w-node-_659621a6-49a3-db4c-8486-90f252981bda-52981bc3 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_659621a6-49a3-db4c-8486-90f252981bd1-52981bc3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_659621a6-49a3-db4c-8486-90f252981bd8-52981bc3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_659621a6-49a3-db4c-8486-90f252981bda-52981bc3 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-_8206eb49-6093-252d-0f1d-9d1ec63c2c4b-c63c2beb {
    order: 9999;
  }
}
