.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0)
    rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

/* .w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
} */

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

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

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

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

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

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

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

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

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

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

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

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

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

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

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

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

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

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

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

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

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

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

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

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

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-tabs {
  position: relative;
}

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

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

.w-ix-emptyfix:after {
  content: "";
}

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

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

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --color-general--section-bg: var(--theme-dark--color-general-section-bg);
  --color-light--body: var(--theme-dark--color-light-body);
  --font-size--regular: 1rem;
  --line-height--medium: 1.5em;
  --line-height--xxsmall: 1em;
  --font-size--h3: 4rem;
  --line-height--small: 1.25em;
  --font-size--h4: 2.5rem;
  --line-height--xsmall: 1.2em;
  --font-size--h5: 2rem;
  --font-size--h6: 1.5rem;
  --font-size--large: 1.25rem;
  --color-dark--black: var(--theme-dark--color-dark-black);

  --color-light--white: var(--theme-dark--color-light-white);
  --font-size--tiny: 0.75rem;
  --font-size--small: 0.875rem;
  --font-size--medium: 1.125rem;
  --font-size--h2: 4.5rem;
  --radius--pill: 9999px;
  --color-gradient--pink: #fe5cae;
  --color-gradient--button-pink-first: #ff1479;
  --color-gradient--button-pink-last: #e3186f;
  --color-general--transparent: transparent;
  --color-dark--black-opacity-40: var(
    --theme-dark--color-dark-black-opacity-40
  );
  --white: white;
  --color-light--heading: var(--theme-dark--color-light-heading);
  --color-light--body-lighter: var(--theme-dark--color-light-body-lighter);
  --color-dark--body: var(--theme-dark--color-dark-body);
  --color-dark--link: var(--theme-dark--color-dark-link);
  --color-gradient--orange: #ffa03e;
  --color-general--section-noise: var(
    --theme-dark--color-general-section-noise
  );
  --color-general--indicator-line: var(
    --theme-dark--color-general-indicator-line
  );
  --color-general--value-card-bg-1: var(
    --theme-dark--color-general-value-card-bg-1
  );
  --color-general--value-card-bg-2: var(
    --theme-dark--color-general-value-card-bg-2
  );
  --theme-light--color-general-section-bg: var(
    --theme-dark--color-general-section-light
  );
  --color-gradient--purple: #9e52ff;
  --line-height--xlarge: 0px;
  --line-height--large: 0px;
  --color-general--section-light: var(
    --theme-dark--color-general-section-light
  );
  --theme-dark--color-dark-black: black;
  --theme-dark--color-dark-black-opacity-40: rgba(0, 0, 0, 0.4);
  --theme-dark--color-dark-link: dimgrey;
  --theme-dark--color-general-indicator-line: #57575b;
  --theme-dark--color-general-section-light: #efeff3;
  --theme-dark--color-general-value-card-bg-1: rgba(61, 61, 65, 0.6);
  --theme-dark--color-general-value-card-bg-2: rgba(34, 34, 37, 0.6);
  --theme-dark--color-light-white: white;
  --theme-dark--color-dark-body: #675d5d;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --theme-dark--color-light-heading: #ebe9ec;
  --theme-dark--color-light-body: #bebec2;
  --theme-dark--color-light-body-lighter: #ebedf4;
  --theme-light--color-dark-black: var(--theme-dark--color-light-white);
  --theme-light--color-dark-black-opacity-40: var(
    --theme-dark--color-light-body
  );
  --theme-light--color-dark-body: var(--theme-dark--color-light-body);
  --theme-light--color-dark-link: #ebedf4;
  --theme-light--color-general-indicator-line: #57575b;
  --theme-light--color-general-value-card-bg-1: rgba(255, 255, 255, 0.6);
  --theme-light--color-general-section-light: var(
    --theme-dark--color-dark-black
  );
  --theme-light--color-general-value-card-bg-2: rgba(223, 223, 223, 0.6);
  --theme-light--color-light-white: var(--theme-dark--color-dark-black);
  --theme-light--color-light-heading: var(--theme-dark--color-dark-black);
  --theme-light--color-light-body: var(--theme-dark--color-dark-body);
  --theme-light--color-light-body-lighter: var(--theme-dark--color-dark-black);
  --black: black;
  --theme-light--color-general-section-noise: var(
    --theme-dark--color-general-section-light
  );
  --theme-dark--color-general-section-noise: rgba(239, 239, 243, 0);
  --theme-dark--color-general-section-bg: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--color-general--section-bg);
  color: var(--color-light--body);
  font-family: Neue Montreal, sans-serif;
  font-size: var(--font-size--regular);
  line-height: var(--line-height--medium);
}

p {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.25rem;
}

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

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  background-size: 90%;
  border-radius: 0.125rem;
  margin: 0 0.5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  margin: 0 0.5rem 0 0;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(
    to top,
    rgba(45, 64, 234, 0.1),
    rgba(255, 255, 255, 0)
  );
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: var(--font-size--h3);
  line-height: var(--line-height--small);
  font-weight: 500;
}

.text-rich-text ul,
.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 59.875rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: var(--font-size--tiny);
  line-height: var(--line-height--medium);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, 0.05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: var(--font-size--regular);
  line-height: var(--line-height--medium);
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: 0.6;
}

.text-size-small {
  font-size: var(--font-size--small);
  line-height: var(--line-height--medium);
}

.heading-style-h4 {
  font-size: var(--font-size--h4);
  line-height: var(--line-height--xsmall);
  font-weight: 500;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form_radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
}

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

.display-inlineflex {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}

.heading-style-h6 {
  font-size: var(--font-size--h6);
  line-height: var(--line-height--xsmall);
  font-weight: 500;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-large {
  font-size: var(--font-size--large);
  line-height: var(--line-height--medium);
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, 0.05);
}

.heading-style-h2 {
  font-size: var(--font-size--h2);
  line-height: var(--line-height--xxsmall);
  font-weight: 500;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.75rem 0.3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: var(--font-size--h5);
  line-height: var(--line-height--xsmall);
  font-weight: 500;
}

.container-large {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  min-height: 100vh;
  overflow: visible;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: 0.25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

/* .button:hover {
  transform: scale(1.05);
}

.button.is-text {
  background-color: var(--color-general--transparent);
  background-image: none;
}

.button.is-small {
  min-height: 0;
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
  font-size: var(--font-size--regular);
  background-image: none;
  padding: 0.625rem 1.25rem;
} */

/* .button.is-small.is-icon {
  padding-right: 0.7rem;
} */

.section-noise-bg {
  z-index: -1;
  background-image: linear-gradient(
      to bottom,
      var(--color-general--section-bg),
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0) 80%,
      var(--color-general--section-bg)
    ),
    linear-gradient(
      to bottom,
      var(--color-general--section-noise),
      var(--color-general--section-noise)
    ),
    url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd1e9_noise-effect.webp");
  opacity: 0.9;
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 1440px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-noise-bg.second-layer {
  opacity: 0.32;
}

.section-noise-bg.brand-hero-noise-bg {
  opacity: 0.4;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd237_brand-hero-noise-bg.webp");
  background-position: 50% 0;
  background-size: contain;
  margin-top: -5.375rem;
}

.section-noise-bg.brand-hero-noise-bg.margin-0 {
  margin-top: 0;
}

.section-noise-bg.brand-career-section-bg {
  top: -10%;
  bottom: -10%;
}

.section-noise-bg.without-linear {
  background-image: linear-gradient(
      to bottom,
      var(--color-general--section-noise),
      var(--color-general--section-noise)
    ),
    url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd1e9_noise-effect.webp");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 1440px;
}

.home-section_hiw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: visible;
}

.home-hiw_heading {
  text-align: center;
  margin-bottom: 4rem;
}

.home-hiw-tabs {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 4.5rem;
  display: flex;
  overflow: visible;
}

.home-hiw-tabs_menu {
  width: 53.95%;
  flex-direction: column;
  flex: none;
  display: flex;
}

.home-hiw-tabs_content {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  padding-left: 5rem;
  display: flex;
  overflow: visible;
}

.tabs_tab-link {
  background-color: var(--color-general--transparent);
  white-space: normal;
  padding: 0 0 0;
  position: relative;
}

.tabs_tab-link.w--current {
  background-color: var(--color-general--transparent);
}

.tabs_tab-link.padding-0,
.tabs_tab-link.last {
  padding-bottom: 0;
}

.tabs_tab-link.hiw-tab-link,
.tabs_tab-link.hiw-tab-link-last,
.tabs_tab-link.gs-tab-link {
  padding-bottom: 3rem;
}

.tabs_tab-link-head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  display: flex;
  position: relative;
}

.tabs_tab-link-head.stretch,
.tabs_tab-link-head.gs-tab-link-head {
  align-items: stretch;
}

.tabs_tab-link-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.tabs_tab-link-content.gs-tab-link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.tabs_tab-link-icon {
  width: 3.25rem;
  height: 3.25rem;
  background-image: linear-gradient(#5c5c5f, #373739);
  border-radius: 8px;
  flex: none;
  padding: 1px;
  overflow: hidden;
}

.tabs_tab-link-icon-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #3d3d41 7.26%, #222225 99.35%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  display: flex;
}

.home-hiw-tabs_tab-pane {
  width: 100%;
  height: 100%;
  max-width: 17.5rem;
  position: relative;
}

.home-hiw-tabs_content-image {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.home-hiw-tabs_content-ornament-1 {
  z-index: -1;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-64%, -40%);
}

.home-hiw-tabs_content-ornament-2 {
  z-index: -1;
  width: 100px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(84%, -8%);
}

.tabs-indicator {
  z-index: -1;
  width: 1.5rem;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tabs-indicator_line {
  width: 2px;
  height: 100%;
  background-color: var(--color-general--indicator-line);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tabs-indicator_line-gradient {
  width: 2px;
  height: 0%;
  background-image: linear-gradient(to right, #ff99d2, #ff4da4 50%, #9e52ff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tabs-indicator_circle {
  z-index: 1;
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(#5c5c5f, #373739);
  border-radius: 50%;
  padding: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%, 50%);
}

.tabs-indicator_circle.hidden {
  display: none;
}

.tabs-indicator_circle-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #3d3d41 7.26%, #222225 99.35%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-indicator_circle-dot {
  width: 0.5rem;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
}

.home-hiw_ornament-1 {
  z-index: -2;
  width: 1081px;
  height: 876px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(66%) translate(-50%, -50%);
}

.home-values_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  display: grid;
}

.value-card {
  width: 100%;
  height: 100%;
  min-height: 240px;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(
    140deg,
    var(--color-general--value-card-bg-1) 7.26%,
    var(--color-general--value-card-bg-2) 99.35%
  );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.value-card.value-card-1 {
  transform: translate(4%, -18%) rotate(-7.15deg);
}

.value-card.value-card-2 {
  transform: translate(-6%, 24%) rotate(2.15deg);
}

.value-card.value-card-3 {
  transform: translate(-10%, -2%) rotate(9.92deg);
}

.value-card.value-card-4 {
  transform: translate(-8%, 7%) rotate(-12.64deg);
}

.home-section_values {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.wave-divider {
  z-index: -3;
  width: 100%;
  aspect-ratio: 1440 / 260;
  margin-top: -19%;
  margin-bottom: -2px;
  position: relative;
}

.wave-divider_top {
  width: 100%;
  margin-bottom: -21%;
}

.wave-divider_bottom {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: var(--color-dark--black);
}

.home-section_products {
  position: relative;
}

.home-values_heading {
  text-align: center;
  margin-bottom: 4rem;
}

.home-products_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-partnership_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partnership-card_icon {
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(#5c5c5f, #373739);
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
}

.partnership-card_icon-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #3d3d41 7.26%, #222225 99.35%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  display: flex;
}

.home-section_benefits {
  position: relative;
}

.benefit-card {
  width: 100%;
  height: 100%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(
    140deg,
    var(--color-general--value-card-bg-1) 7.26%,
    var(--color-general--value-card-bg-2) 99.35%
  );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.benefit-card_icon {
  width: 40px;
  aspect-ratio: 1 / 1;
}

.tabs_tab-link-title {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.home-section_get-started {
  position: relative;
}

.home-get-started_heading {
  text-align: center;
  margin-bottom: 4rem;
}

.text-color-pink {
  color: var(--color-gradient--pink);
}

.home-get-started-tabs {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  overflow: visible;
}

.home-get-started-tabs_content {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
  overflow: visible;
}

.home-get-started-tabs_menu {
  width: 50%;
  flex-direction: column;
  flex: none;
  padding-left: 4.5rem;
  display: flex;
}

.home-get-started-tabs_tab-pane {
  width: 100%;
  height: 100%;
  max-width: 29rem;
}

.home-get-started-tabs_content-image {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-get-started-tabs_indicator {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 50%;
  transform: translate(100%);
}

.home-get-started-tabs_content-overlay {
  width: 116%;
  max-width: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.home-section_tools {
  background-color: var(--color-dark--black);
  position: relative;
}

.home-tools_heading {
  max-width: 52.6875rem;
  text-align: left;
}

.table_cell {
  padding: 12px 24px;
}

.table_cell.has-bg {
  background-color: #1d1d1d;
}

.table_header {
  background-color: #1d1d20;
  padding: 12px;
}

.table_header.fixed-column {
  width: 136px;
}

.table_component {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.table_cell-icon {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table_content-image {
  width: auto;
  height: 32px;
}

.home-section_faq {
  z-index: 2;
  background-color: var(--color-dark--black);
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.faq-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd1ca_faq-card_bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

.faq-card_heading {
  max-width: 22.875rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.faq-card_content {
  width: 48.5%;
  flex: none;
}

.faq-card_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown_toggle {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-dropdown_icon {
  width: 32px;
  height: 32px;
  color: var(--color-light--white);
}

.faq-dropdown_menu {
  background-color: var(--color-general--transparent);
  position: static;
  overflow: hidden;
}

.home-faq_bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 27%);
}

.home-section_footer {
  z-index: 1;
  background-color: var(--theme-light--color-general-section-bg);
  padding-top: 8rem;
  position: relative;
}

.footer_spacer {
  width: 100%;
  aspect-ratio: 1440 / 145.26;
}

.footer_top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.footer_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_social-link {
  color: var(--color-dark--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer_copy,
.footer_link {
  color: var(--color-dark--link);
}

.footer_link:hover {
  color: var(--color-dark--black);
}

.footer_bottom {
  transform: scale(1.01724);
}

.home-products_ornament-1 {
  z-index: -2;
  width: 1081px;
  height: 876px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: scale(1.2) rotate(50deg) translate(0%, 8%) translate(-50%, -50%);
}

.home-benefits_ornament-wrap {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 26%);
}

.home-hiw-tabs_content-image-wrap,
.home-get-started-tabs_content-image-wrap {
  position: relative;
}

.home-hero_content-paragraph {
  max-width: 43.25rem;
}

.tabs_tab-dot {
  width: 1.5rem;
  height: 1.625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4.5rem;
  right: auto;
}

.tabs-indicator-inside {
  z-index: -1;
  width: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: -1.625rem;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(-4.5rem);
}

.tabs-indicator-inside.last {
  bottom: 0;
}

.tabs-indicator-inside.first {
  top: 0;
}

.faq-dropdown_menu-inner {
  padding-top: 1rem;
}

.tabs-indicator_circle-dot-2 {
  width: 0.5rem;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
}

.text-color-light-heading-2 {
  color: #ebe9ec;
}

.tabs_tab-link-2 {
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 3rem;
  position: relative;
}

.tabs_tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tabs_tab-link-2.last {
  padding-bottom: 0;
}

.tabs-indicator_line-2 {
  width: 2px;
  height: 100%;
  background-color: #57575b;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.text-color-gradient-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffa03e 13.81%, #fe5cae 89.1%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-hiw_sticky {
  height: 100%;
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.home-hiw_track {
  height: 400vh;
  position: relative;
}

.home-hiw_sticky-content {
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hiw_indicator-tab-1 {
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-hiw_indicator-tab-2 {
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-hiw_indicator-tab-3 {
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 75%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-hiw_indicator-tab-4 {
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-hiw_section-ornaments {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tabs_tab-link-content-mobile {
  display: none;
}

.brand-section_hero {
  margin-top: 5.375rem;
  padding-top: 6rem;
  position: relative;
  overflow: visible;
}

.brand-hero_content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-hero_title {
  width: 100%;
  max-width: 63.5rem;
}

.brand-hero_paragraph {
  max-width: 47.375rem;
}

.brand-section_company {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

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

.brand-company_content {
  max-width: 1900px;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-company_content-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.brand-company_content-item {
  width: auto;
  height: 4.5rem;
  flex: none;
  padding-right: 5.5rem;
}

.brand-company_content-item.integration-company {
  padding-right: 5rem;
}

.brand-company_content-overlay {
  width: 4.5rem;
  height: 100%;
  background-image: linear-gradient(
    to right,
    var(--color-general--section-bg),
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brand-company_content-overlay.right {
  transform-style: preserve-3d;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.brand-section_about {
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.brand-about_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-about_content-left {
  z-index: -2;
  max-width: 29.5rem;
  flex: 1;
  position: relative;
}

.brand-about_content-right {
  width: 48.5%;
  flex: none;
}

.brand-about_paragraph {
  margin-top: 1.5rem;
}

.brand-about_image {
  z-index: -2;
  width: 100%;
  height: auto;
  position: relative;
}

.brand-section_process {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.brand-process_title {
  text-align: center;
  margin-bottom: 4rem;
}

.brand-process_content {
  flex-direction: column;
  display: flex;
}

.brand-process-item {
  min-height: 50vh;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.brand-process-item.z-index-5 {
  z-index: 5;
}

.brand-process-item.z-index-4 {
  z-index: 4;
}

.brand-process-item.z-index-3 {
  z-index: 3;
}

.brand-process-item_column {
  width: 40%;
  flex: none;
}

.brand-process-item_image {
  width: 100%;
  height: auto;
  padding: 2rem;
}

.brand-process-line {
  width: 2px;
  height: 100%;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.brand-process-line_active {
  width: 100%;
  height: 0%;
  background-image: linear-gradient(#ff99d2, #ff4da4 52%, #9e52ff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-process-line_circle {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(#5c5c5f, #373739);
  border-radius: 50%;
  padding: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%, 50%);
}

.brand-process-line_circle.hidden {
  display: none;
}

.brand-process-line_circle.active {
  width: 0;
  height: 0;
  opacity: 0;
  background-image: linear-gradient(135deg, #ff8cc8, #c351dd);
  box-shadow: 0 1px 20px rgba(255, 77, 164, 0.75);
}

.brand-process-line_circle-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #3d3d41 7.26%, #222225 99.35%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-process-line_circle-inner.active {
  background-image: linear-gradient(135deg, #ff99d2, #ff4da4 52%, #9e52ff);
}

.brand-process-line_circle-dot {
  width: 0.5rem;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
}

.brand-section_why {
  padding-top: 8rem;
  padding-bottom: 20rem;
  position: relative;
}

.brand-why_title {
  margin-bottom: 4rem;
}

.brand-why_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-company_content-group-integration {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.brand-section_career {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.brand-career_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-career_content-left {
  width: 48.64%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.brand-career_content-right {
  flex: 1;
  position: relative;
}

.brand-career_paragraph {
  margin-top: 1.5rem;
}

.brand-career_cta-group {
  margin-top: 2rem;
}

.section-group {
  position: relative;
  overflow: hidden;
}

.section-group.overflow-visible {
  overflow: visible;
}

.brand-hero-illustration {
  z-index: -2;
  width: 840px;
  aspect-ratio: 2 / 1;
  margin-top: 5rem;
  position: relative;
}

.brand-hero-illustration-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-hero_ornament-3 {
  z-index: -11;
  width: 1271px;
  height: 1953px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(4%, -10%) translate(-50%, -50%);
}

.brand-hero_ornament-2 {
  z-index: -11;
  width: 1842px;
  height: 1312px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(20%, -24%) translate(-50%);
}

.brand-hero_ornament-1 {
  z-index: -11;
  width: 1081px;
  height: 876px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-65%, -36%) translate(-50%);
}

.brand-about_ornament {
  z-index: -2;
  width: 1180px;
  height: 983px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-60%, -20%) translate(-50%);
}

.brand-process_ornament-1 {
  z-index: -2;
  width: 1081px;
  height: 876px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(66%, 50%) translate(-50%);
}

.brand-process_ornament-2 {
  z-index: -2;
  width: 1180px;
  height: 983px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-54%, -38%) translate(-50%);
}

.brand-why_ornament {
  z-index: -2;
  width: 1180px;
  height: 983px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-4deg) translate(-8%, 32%) translate(50%);
}

.brand-career_ornament {
  z-index: -2;
  width: 1000px;
  height: 983px;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0) rotateY(180deg) rotateZ(4deg) translate(96%, -24%)
    translate(-50%);
}

.brand-process-line_gray {
  width: 100%;
  background-color: #57575b;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0.75rem;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.brand-process-line_gray.full {
  bottom: 0;
}

.home-hero_ornament-wrap {
  z-index: -1;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.brand-career-illustration {
  width: 100%;
  aspect-ratio: 530 / 605;
  position: relative;
}

.brand-career-illustration-1 {
  z-index: 1;
  width: 85%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brand-career-illustration-2 {
  z-index: 3;
  width: 58.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brand-career-illustration-3 {
  z-index: 4;
  width: 16.4%;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0.75%;
  right: auto;
}

.brand-career-illustration-3_inner {
  transform-origin: 50%;
  transform: rotate(30deg);
}

.brand-career-illustration-4 {
  z-index: 2;
  width: 18.11%;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0%;
  transform: translate(66%, 36%);
}

.brand-hero-illustration_overlay {
  z-index: 10;
  background-image: linear-gradient(
    to top,
    var(--color-dark--black),
    var(--color-dark--black) 28%,
    rgba(0, 0, 0, 0.4) 36%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 48%
  );
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -10%;
  right: -10%;
}

.brand-hero-illustration_circle-1 {
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-1-bg {
  width: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd233_circle-1-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-hero-illustration_circle-1-line {
  width: 122.5%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-1-line-image {
  width: 100%;
  height: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd234_circle-1-line.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.brand-hero-illustration_circle-2 {
  z-index: 2;
  width: 80.6%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-2-bg {
  width: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd235_circle-2-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-hero-illustration_circle-2-line {
  width: 122.5%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-2-line-image {
  width: 100%;
  height: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd231_circle-2-line.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.brand-hero-illustration_circle-3 {
  z-index: 3;
  width: 63.565%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-3-bg {
  width: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd239_circle-3-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-hero-illustration_circle-3-line {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.brand-hero-illustration_circle-3-line-image {
  width: 100%;
  height: 100%;
  background-image: url("https://assets-global.website-files.com/65ba81a50d3c3786415cd151/65ba81a50d3c3786415cd232_circle-3-line.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.brand-hero-illustration_person-1 {
  z-index: 10;
  width: 6.2%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 1%;
  left: 27%;
}

.brand-hero-illustration-front {
  z-index: 0;
  width: 840px;
  aspect-ratio: 2 / 1;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.brand-hero-illustration_person-2 {
  z-index: 10;
  width: 8.955%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 21.32%;
  left: 66.18%;
}

.brand-hero-illustration_person-3 {
  z-index: 10;
  width: 6.92%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 45%;
  left: 28.38%;
}

.brand-hero-illustration_person-4 {
  z-index: 10;
  width: 5%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 1.45%;
  left: 66.4%;
}

.brand-hero-illustration_person-5 {
  z-index: 10;
  width: 8.25%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 73.6%;
  left: 84.4%;
}

.brand-hero-illustration_chart-1 {
  z-index: 10;
  width: 24.7%;
  -webkit-backdrop-filter: blur(9.6px);
  backdrop-filter: blur(9.6px);
  position: absolute;
  top: 22.6%;
  left: -13.36%;
}

.brand-hero-illustration_chart-2 {
  z-index: 10;
  width: 28.8%;
  -webkit-backdrop-filter: blur(9.6px);
  backdrop-filter: blur(9.6px);
  position: absolute;
  top: 20%;
  right: -18.75%;
}

.brand-hero_bubble {
  z-index: -2;
  width: 4.375rem;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(
    315deg,
    rgba(255, 134, 250, 0.14),
    rgba(255, 255, 255, 0)
  );
  border-radius: 50%;
}

.brand-hero_bubble.bubble-2 {
  bottom: 25.5rem;
  left: 82.5%;
}

.brand-hero_bubble.bubble-3 {
  bottom: 22.5rem;
  right: 90%;
}

.brand-hero_bubble-wrap-1 {
  z-index: -2;
  position: absolute;
  bottom: 22.5rem;
  right: 50%;
  transform: translate(-21rem);
}

.brand-hero_bubble-wrap-2 {
  z-index: -2;
  position: absolute;
  bottom: 26rem;
  left: 50%;
  transform: translate(28.875rem);
}

.brand-hero_bubble-wrap-3 {
  z-index: -2;
  position: absolute;
  bottom: 23rem;
  right: 50%;
  transform: translate(-38.5rem);
}

.brand-hero_bubble-wrap-4 {
  z-index: -2;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(38.5rem);
}

.brand-section_get-started {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.home-hero_companies {
  width: 100%;
  flex: none;
  display: none;
}

.hiw-tab-link_paragraph {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.home-get-started-tabs_content-image-mobile {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gs-slider {
  height: 240px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.gs-slider-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gs-slider-item_number-inactive {
  color: var(--color-light--heading);
  font-size: 3rem;
  line-height: var(--line-height--xxsmall);
  margin-bottom: 3rem;
  font-weight: 500;
  overflow: hidden;
}

.gs-slider-item_title {
  color: var(--color-light--white);
  overflow: hidden;
}

.gs-slider-item_title-inactive {
  font-weight: 500;
  overflow: hidden;
}

.gs-slider-item_desc {
  margin-top: 1rem;
  overflow: hidden;
}

.gs-slider-item_number {
  font-size: 3rem;
  line-height: var(--line-height--xxsmall);
  margin-bottom: 3rem;
  font-weight: 500;
  overflow: hidden;
}

.gs-slider-line {
  width: 100%;
  height: 2px;
  background-color: #57575b;
  position: absolute;
  top: 4.5rem;
  left: 0%;
}

.gs-slider-line-active {
  width: 0%;
  height: 100%;
  background-image: linear-gradient(to right, #ff99d2, #ff4da4 50%, #9e52ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.gs-slider-line-dot {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}

.gs-slider-sticky-holder {
  height: 300vh;
}

.gs-slider-sticky {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.gs-slider-item-trigger-1 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 25%;
  left: 0%;
}

.gs-slider-item-trigger-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
}

.gs-slider-item-trigger-3 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 75%;
  left: 0%;
}

.section-ornaments-wrap {
  z-index: -1;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.brand-process_ornament-3 {
  z-index: -2;
  width: 1081px;
  height: 876px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(70%) translate(-50%);
}

.brand-get-started_ornament {
  z-index: -2;
  width: 1000px;
  height: 983px;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotateX(0) rotateY(180deg) rotateZ(0) translate(-104%, -24%)
    translate(50%);
}

.mouse-over-trigger {
  z-index: -999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-loader {
  z-index: 9999;
  background-color: var(--color-general--section-bg);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-loader_icon {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-loader_icon-wrap {
  width: 62.167%;
  height: auto;
  flex: none;
}

.page-loader_bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  font-size: 3.5rem;
}

.brand-comany_content-wrapper,
.brand-company_content-group-wrapper {
  display: flex;
}

.gs-slider-line-dot_inner {
  z-index: 1;
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(#5c5c5f, #373739);
  border-radius: 50%;
  padding: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%, 50%);
}

.gs-slider-line-dot_inner.hidden {
  display: none;
}

.gs-slider-line-dot_inner.active {
  background-image: linear-gradient(135deg, #ff8cc8, #c351dd);
  position: static;
  transform: none;
  box-shadow: 0 1px 20px rgba(255, 77, 164, 0.75);
}

.brand-section_performance {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.brand-perf_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-perf_paragraph {
  max-width: 626px;
  margin-top: 1.5rem;
}

.brand-perf_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.perf-card {
  width: 100%;
  height: 100%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(
    140deg,
    var(--color-general--value-card-bg-1) 7.26%,
    var(--color-general--value-card-bg-2) 99.35%
  );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.perf-card.perf-card-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 3rem;
}

.perf-card.perf-card-2 {
  justify-content: flex-end;
  padding-top: 3.5rem;
  padding-bottom: 0.25rem;
}

.perf-card.perf-card-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
}

.perf-card-1__item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.perf-card-1__item.gap-medium {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.perf-card-1__bottom {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  display: flex;
}

.perf-card-1__item-title {
  color: var(--color-light--heading);
}

.perf-card__chart {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .container-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-medium-pp {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .nav_brand {
    padding: 0;
  }

  .nav_menu {
    background-color: var(--color-dark--black);
    flex-direction: column;
    padding-top: 2rem;
  }

  .nav_link {
    margin-bottom: 2rem;
    display: block;
  }

  .nav_side-left {
    flex: none;
  }

  .home-hero_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .home-hero_content-left {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-hero_content-right {
    width: 100%;
    max-width: 708px;
    aspect-ratio: 1 / 1.075;
    flex: none;
    margin-left: 0;
  }

  .home-hero_title {
    justify-content: center;
  }

  .home-hero_image-1 {
    left: 50%;
    transform: translate(-56%);
  }

  .home-hero_image-2 {
    top: auto;
    bottom: 0%;
    left: 50%;
    transform: translate(-48%);
  }

  .home-hiw-tabs {
    padding-left: 3rem;
  }

  .home-hiw-tabs_menu {
    width: 50%;
  }

  .home-hiw-tabs_content {
    align-items: flex-end;
  }

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

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

  .home-get-started-tabs_menu {
    width: 56%;
    padding-left: 3rem;
  }

  .home-get-started-tabs_indicator {
    right: 56%;
  }

  .table_header.fixed-column {
    width: 88px;
    min-width: 88px;
  }

  .footer_top,
  .footer_text {
    flex-direction: column;
  }

  .footer_copy {
    order: 1;
  }

  .tabs_tab-dot {
    left: -3rem;
  }

  .tabs-indicator-inside {
    transform: translate(-3rem);
  }

  .brand-section_company.inside-hero {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .brand-about_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brand-process-item_image {
    padding: 0;
  }

  .brand-why_title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brand-why_content {
    grid-template-columns: 1fr 1fr;
  }

  .brand-career_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brand-career_content-left {
    width: 44%;
  }

  .brand-hero-illustration {
    width: 640px;
    margin-top: 4rem;
  }

  .brand-hero-illustration-front {
    width: 640px;
  }

  .brand-hero-illustration_chart-1 {
    left: -10.36%;
  }

  .brand-hero-illustration_chart-2 {
    right: -14.75%;
  }

  .home-hero_companies {
    width: 100%;
    flex: none;
    margin-top: 3rem;
    display: block;
  }

  .gs-slider {
    height: 280px;
  }

  .brand-perf_content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .perf-card.perf-card-1 {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: var(--font-size--h4);
    line-height: var(--line-height--small);
  }

  h4 {
    font-size: 1.75rem;
    line-height: var(--line-height--xsmall);
  }

  h5 {
    font-size: var(--font-size--h6);
    line-height: var(--line-height--xsmall);
  }

  h6 {
    font-size: var(--font-size--large);
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xsmall.mobile-padding-0 {
    padding: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: 0.75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: var(--font-size--medium);
  }

  .text-size-large.mobile-text-size-regular {
    font-size: var(--font-size--regular);
    line-height: var(--line-height--medium);
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version,
  .heading-style-h5 {
    font-size: 0.875rem;
  }

  .container-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-medium-pp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .nav_side-left {
    flex: none;
  }

  .home-section_hero {
    margin-top: 4.75rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .home-hero_content-right {
    aspect-ratio: 1 / 1.44;
  }

  .home-hero_company-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-hero_company {
    align-items: center;
    display: flex;
  }

  .home-hero_ornament-1 {
    width: 540.5px;
    height: 438px;
    transform: translate(-52%, -64%) translate(-50%, -50%);
  }

  .home-hero_ornament-2 {
    width: 921px;
    height: 656px;
    transform: translate(28%, 10%) translate(-50%, -50%);
  }

  .home-hero_ornament-3 {
    display: none;
  }

  .home-hero_image-1 {
    width: 90%;
    height: auto;
  }

  .home-hero_image-2 {
    width: 60%;
    height: auto;
  }

  .home-section_hiw {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-hiw-tabs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    padding-left: 0;
  }

  .home-hiw-tabs_menu {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .home-hiw-tabs_content {
    height: 25rem;
    flex: none;
    order: -1;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .tabs_tab-link {
    border-bottom: 1px solid #57575b;
    flex-direction: column;
    display: flex;
  }

  .tabs_tab-link.padding-0 {
    border-bottom-style: none;
  }

  .tabs_tab-link.get-started-tab-link {
    padding-bottom: 2rem;
  }

  .tabs_tab-link.last {
    border-bottom-style: none;
  }

  .tabs_tab-link.hiw-tab-link {
    text-align: center;
    align-items: center;
    padding-bottom: 4rem;
  }

  .tabs_tab-link.hiw-tab-link-last {
    text-align: center;
    border-bottom-style: none;
    align-items: center;
    padding-bottom: 0;
  }

  .tabs_tab-link.gs-tab-link {
    padding-bottom: 3rem;
  }

  .tabs_tab-link-head.gs-tab-link-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

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

  .tabs_tab-link-content.hiw-tab-link-content {
    align-items: center;
  }

  .tabs_tab-link-content.gs-tab-link-content {
    text-align: center;
    align-items: center;
  }

  .home-hiw-tabs_tab-pane {
    max-width: none;
  }

  .home-hiw-tabs_content-image {
    width: 80%;
    max-width: 480px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .home-hiw-tabs_content-ornament-1,
  .home-hiw-tabs_content-ornament-2 {
    width: 64px;
    height: 64px;
  }

  .tabs-indicator {
    margin-top: 28rem;
    display: none;
  }

  .home-hiw_ornament-1 {
    display: none;
  }

  .home-values_content {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .value-card {
    min-height: 200px;
  }

  .value-card.value-card-1 {
    transform: rotate(-7.15deg);
  }

  .value-card.value-card-2 {
    transform: rotate(2.15deg);
  }

  .value-card.value-card-3 {
    transform: rotate(9.92deg);
  }

  .value-card.value-card-4 {
    transform: rotate(-12.64deg);
  }

  .home-section_values {
    padding-top: 6rem;
  }

  .home-values_heading {
    margin-bottom: 2.5rem;
  }

  .home-products_heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
  }

  .home-partnership_heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-partnership_heading-left {
    text-align: center;
  }

  .home-partnership_heading-right {
    height: 360px;
    flex: none;
    justify-content: center;
  }

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

  .partnership-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .benefit-card {
    padding: 1.5rem;
  }

  .tabs_tab-link-title {
    display: none;
  }

  .home-get-started_heading {
    margin-bottom: 3rem;
  }

  .home-get-started-tabs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-top: 0;
  }

  .home-get-started-tabs_content {
    height: 400px;
    flex: none;
    align-items: center;
    padding-right: 0;
    display: none;
  }

  .home-get-started-tabs_menu {
    width: 100%;
    padding-left: 2.5rem;
  }

  .home-get-started-tabs_menu.gs-tab-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 0;
  }

  .home-get-started-tabs_tab-pane {
    max-width: none;
  }

  .home-get-started-tabs_content-image {
    align-items: center;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .home-get-started-tabs_indicator {
    right: 100%;
  }

  .home-get-started-tabs_content-overlay {
    width: 120%;
    transform: translate(-50%, -20%);
  }

  .home-tools_content {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: auto;
  }

  .table_cell {
    padding: 8px 12px;
  }

  .table_cell.has-bg,
  .table_header {
    padding: 8px;
  }

  .table_header.first-column {
    width: 240px;
    min-width: 240px;
  }

  .home-section_faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
  }

  .faq-card_heading {
    max-width: none;
  }

  .faq-card_content {
    width: 100%;
  }

  .home-section_footer {
    padding-top: 6rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
  }

  .footer_links {
    grid-row-gap: 1.5rem;
  }

  .home-products_ornament-1 {
    display: none;
  }

  .home-benefits_ornament-wrap {
    display: none;
  }

  .home-hiw-tabs_content-image-wrap {
    height: 100%;
    position: relative;
  }

  .home-get-started-tabs_content-image-wrap {
    height: 100%;
  }

  .tabs_tab-dot {
    left: -2.5rem;
  }

  .tabs-indicator-inside {
    transform: translate(-2.5rem);
  }

  .home-hiw_sticky {
    position: static;
  }

  .home-hiw_track {
    display: none;
  }

  .home-hiw_sticky-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .tabs_tab-link-content-mobile {
    display: block;
  }

  .brand-section_hero {
    margin-top: 4.75rem;
    padding-top: 4rem;
  }

  .brand-section_company {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brand-company_content.mobile-margin-top-large {
    margin-top: 2.5rem;
  }

  .brand-company_content-item {
    height: 2.5rem;
    padding-right: 2rem;
  }

  .brand-company_content-item.integration-company {
    padding-right: 2rem;
  }

  .brand-company_content-overlay {
    width: 2rem;
  }

  .brand-section_about {
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }

  .brand-about_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .brand-about_content-left {
    max-width: 25rem;
    flex: 0 auto;
    align-self: center;
  }

  .brand-about_content-right {
    width: 100%;
    text-align: center;
    order: -1;
  }

  .brand-about_paragraph {
    margin-top: 1rem;
  }

  .brand-section_process {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brand-process_title {
    margin-bottom: 3rem;
  }

  .brand-process-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
  }

  .brand-process-item.z-index-5 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .brand-process-item.z-index-1 {
    padding-bottom: 0;
  }

  .brand-process-item_column {
    width: 100%;
  }

  .brand-process-item_column.column-image {
    width: 100%;
    order: 1;
    align-self: center;
  }

  .brand-process-item_image {
    padding: 0;
  }

  .brand-process-line {
    left: 0.75rem;
  }

  .brand-section_why {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .brand-why_title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .brand-why_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .brand-section_career {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brand-career_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .brand-career_content-left {
    width: 100%;
    text-align: center;
    order: -1;
    align-items: center;
  }

  .brand-career_content-right {
    width: 100%;
    max-width: 24rem;
    order: -1;
    align-self: center;
  }

  .brand-career_paragraph {
    margin-top: 1rem;
  }

  .brand-career_cta-group {
    margin-top: 1.5rem;
  }

  .brand-hero-illustration {
    width: 400px;
  }

  .brand-hero_ornament-3 {
    display: none;
  }

  .brand-hero_ornament-2 {
    width: 921px;
    height: 656px;
    transform: translate(20%, 5%) translate(-50%);
  }

  .brand-hero_ornament-1 {
    width: 540.5px;
    height: 438px;
  }

  .brand-about_ornament {
    width: 540.5px;
    height: auto;
  }

  .brand-process_ornament-2 {
    height: auto;
    transform: translate(-52%, -64%) translate(-50%, -50%);
  }

  .brand-why_ornament {
    width: 540.5px;
    height: 438px;
    transform: translate(-52%, -64%) translate(-50%, -50%);
  }

  .brand-career_ornament {
    width: 540.5px;
    height: 438px;
    display: none;
  }

  .brand-hero-illustration-front {
    width: 400px;
  }

  .mobile-text-size-small {
    font-size: var(--font-size--small);
    line-height: var(--line-height--medium);
  }

  .mobile-text-size-regular {
    font-size: var(--font-size--regular);
    line-height: var(--line-height--medium);
  }

  .brand-section_get-started {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-hero_companies {
    margin-top: 0;
  }

  .value-card_title {
    font-size: var(--font-size--h3);
  }

  .home-benefits_heading {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-get-started-tabs_content-image-mobile {
    width: 80%;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .gs-slider {
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex;
  }

  .gs-slider-item_number-inactive,
  .gs-slider-item_title-inactive {
    display: none;
  }

  .gs-slider-item_desc {
    margin-top: 0.5rem;
  }

  .gs-slider-item_number.text-color-gradient {
    font-size: 2.5rem;
    line-height: var(--line-height--xxsmall);
    margin-bottom: 1.5rem;
  }

  .gs-slider-line,
  .gs-slider-sticky-holder {
    display: none;
  }

  .gs-slider-sticky {
    height: auto;
    position: relative;
    bottom: auto;
  }

  .brand-get-started_ornament {
    width: 540.5px;
    height: 438px;
    display: none;
  }

  .page-loader_icon-wrap {
    width: 80%;
  }

  .brand-section_performance {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brand-perf_paragraph {
    margin-top: 1rem;
  }

  .brand-perf_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .container-large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .nav_brand {
    height: 1.5rem;
  }

  .image-full._w-auto.medium {
    width: 7.8rem;
  }

  .home-hiw-tabs_content-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-values_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .value-card.value-card-1 {
    transform: rotate(-7deg);
  }

  .value-card.value-card-2 {
    transform: rotate(2.5deg);
  }

  .value-card.value-card-3 {
    transform: rotate(8deg);
  }

  .value-card.value-card-4 {
    transform: rotate(4deg);
  }

  .home-products_heading {
    align-items: stretch;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .home-partnership_heading-right {
    height: 200px;
  }

  .home-partnership_heading-image {
    width: 240px;
    height: auto;
    margin-right: -72px;
  }

  .home-tools_content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-card {
    background-position: 0%;
    padding: 2rem;
  }

  .footer_top {
    flex-direction: column-reverse;
  }

  .footer_links {
    flex-direction: column;
  }

  .brand-company_content-item {
    height: 2.5rem;
  }

  .brand-section_why {
    padding-bottom: 8rem;
  }

  .brand-company_content-group-integration {
    padding-left: 0.1rem;
  }

  .brand-career_cta-group {
    align-self: stretch;
  }

  .brand-hero-illustration {
    width: 108vw;
    margin-top: 12rem;
    margin-bottom: 2rem;
  }

  .brand-hero_ornament-2 {
    height: auto;
    transform: translate(18%, 28%) translate(-50%);
  }

  .brand-hero_ornament-1 {
    height: auto;
    transform: translate(-12%, -40%) translate(-50%);
  }

  .brand-about_ornament {
    top: auto;
    bottom: 0%;
    transform: translate(-40%, -26%) translate(-50%);
  }

  .brand-process_ornament-1 {
    width: 640px;
    transform: translate(20%, 24%) translate(-50%);
  }

  .brand-process_ornament-2 {
    transform: translate(-16%, -80%) translate(-50%, -50%);
  }

  .brand-career-illustration {
    aspect-ratio: 1 / 1.9;
  }

  .brand-career-illustration-1 {
    width: 112%;
    left: 50%;
    transform: translate(-50%);
  }

  .brand-career-illustration-2 {
    width: 72%;
    right: 50%;
    transform: translate(50%);
  }

  .brand-career-illustration-3 {
    z-index: 0;
    width: 24%;
    top: 1.5%;
    left: auto;
    right: 6%;
  }

  .brand-career-illustration-4 {
    z-index: 3;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(50%);
  }

  .brand-hero-illustration-front {
    width: 108vw;
    margin-bottom: 2rem;
  }

  .brand-hero-illustration_chart-1 {
    width: 37.65%;
    top: -68%;
    left: 2%;
  }

  .brand-hero-illustration_chart-2 {
    width: 35.9%;
    top: -50%;
    right: -5.5%;
  }

  .brand-process_ornament-3 {
    width: 800px;
    transform: translate(24%, 12%) translate(-50%);
  }

  .page-loader_icon-wrap {
    width: 92%;
  }

  .perf-card {
    padding: 1.75rem 1.5rem;
  }

  .perf-card.perf-card-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 1.75rem 1.5rem;
  }

  .perf-card.perf-card-2 {
    display: none;
  }

  .perf-card.perf-card-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    align-items: center;
  }

  .perf-card-1__item.gap-medium {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .perf-card-1__bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}
