:root {
  --grey: #99a1a4;
  --black: black;
  --primary: #006aff;
  --black-2: black;
  --white: white;
  --secondary: #ecf2f8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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_form-block {
  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-vertical.margin-xsmall {
  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-vertical.padding-huge {
  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(0, 115, 230, 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: 1.5rem;
  height: 1.5rem;
  flex: none;
}

.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: #000;
}

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

.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 {
  grid-row-gap: 4rem;
  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: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.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: #fff;
}

.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: 0.5rem;
}

.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(0, 115, 230, 0.1);
  border: 1px dashed #0073e6;
  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: 1rem;
  line-height: 1.4;
}

.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: 0.875rem;
  line-height: 1.4;
}

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.4;
}

.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: #f2f2f2;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form_input:hover {
  border: 1px solid var(--black);
}

.form_input:focus {
  border: 1px solid #d0acff;
}

.form_input:focus-visible {
  border-style: solid;
}

.form_input[data-wf-focus-visible] {
  border-style: solid;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.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 {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

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

.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 {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 3.125rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: 0.5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: 0.125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: rgba(0, 106, 255, 0);
  border-radius: 3.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.button-arrow-icon {
  width: 1.5rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-arrow-icon.is-dropdown {
  width: 1rem;
  margin-top: 1rem;
  margin-left: 0;
}

.button-arrow-icon.is-white {
  color: #fff;
}

.nav_link-wrapper {
  display: flex;
}

.nav_action-button-link {
  padding: 0.75rem 1rem;
}

.nav_link {
  color: var(--black-2);
  align-items: center;
  padding: 1.5rem 1rem;
  transition: color 0.2s ease-out;
  display: flex;
}

.nav_link.w--current {
  color: var(--black-2);
  border-top: 0.25rem #ffa155;
  padding-top: 1.5rem;
}

.deopdown-list-wrapper {
  width: 50vw;
  background-color: var(--white);
  display: flex;
}

.deopdown-list-wrapper.is-product {
  width: 40vw;
}

.nav_logo {
  max-height: 1.5rem;
}

.dropdown-content-wrapper {
  width: 100%;
  background-color: var(--white);
  color: #777;
  border-right: 1px solid #ebebeb;
  padding: 2rem;
  transition: all 0.3s;
}

.dropdown-content-wrapper:hover {
  color: #232536;
  background-color: #ebebeb;
}

.nav_link-list {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.nav_label {
  font-weight: 400;
}

.nav_drop-list {
  color: #232536;
  background-color: #fff;
  padding: 0;
  transition: all 0.2s;
  display: none;
  box-shadow: 0 0 7rem rgba(0, 0, 0, 0.13);
}

.nav_dropdown {
  color: var(--black);
  justify-content: center;
  margin-right: 0;
  display: block;
}

.nav_dropdown-toggle {
  align-items: center;
  padding: 1.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.blank-space {
  height: 4.5625rem;
  display: none;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_component {
  z-index: 1000;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--black-2);
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -1rem;
  font-size: 0.7rem;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1rem;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-button {
  color: #000;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s ease-out;
  display: flex;
}

.text-button:hover {
  color: #313131;
}

.text-button.is-nav-button {
  color: #666dff;
}

.footer_top-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.footer_link-col {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}

.social-link:hover {
  opacity: 1;
}

.footer_bottom-left-content {
  align-items: center;
  display: flex;
}

.footer_logo {
  max-height: 1.2rem;
}

.footer_top-right-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.footer_address-wrapper {
  max-width: 16rem;
  border-top: 1px solid #ebebeb;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-row {
  grid-template-rows: auto;
  grid-template-columns: 10rem max-content 10rem;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer_link {
  color: var(--black);
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.footer-component {
  overflow: hidden;
}

.footer_logo-link {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
}

.footer_menu-wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.section {
  background-color: var(--black);
  color: var(--black);
}

.section.footer_bottom-wrapper {
  background-color: #f5f5f5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.is-marquee {
  background-color: var(--white);
  overflow: hidden;
}

.section.is-featured {
  z-index: 1;
}

.section.is-site-down {
  width: 100%;
  height: 100vh;
  background-color: #ececec;
}

.social-icon {
  width: auto;
  height: auto;
  color: #797979;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon:hover {
  color: #000;
}

.grid-repeat-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

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

.grid-content-right {
  flex-direction: column;
}

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

.grid-2-column.is-blog-authorles {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  overflow: hidden;
}

.grid-2-column.is-featured-cards-grid {
  z-index: 5;
  grid-column-gap: 2.5rem;
  grid-row-gap: 4.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section_component.is-featured {
  z-index: 1;
  position: relative;
}

.image-wrapper.is-marquee {
  width: 25rem;
  height: 14.9375rem;
}

.image-wrapper.is-tab_content {
  height: 40.9375rem;
}

.image-wrapper.is-testimonial {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}

.image-wrapper.is-blog-authorles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.is-home-hero-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.is-testimonial-1 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.image-wrapper.is-10-10 {
  width: 30rem;
  height: 10rem;
  overflow: hidden;
}

.image-wrapper.is-featured-card-img-wrapper {
  height: 18rem;
  position: relative;
}

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

.image-cover.is-blog-authorles {
  transition: transform 0.4s;
}

.image-cover.is-featured-card-img {
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-wrapper {
  width: 100%;
  height: 20em;
  position: relative;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item {
  background-color: #e8e8e8;
  margin-right: 2rem;
  padding: 2.5rem;
}

.marquee-item-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-button-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1rem;
  padding: 0;
}

.tab-button-wrap.w--current {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0;
}

.tab-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 4rem;
}

.tabs-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.tabs-menu_list {
  width: 50%;
  flex-direction: column;
  align-items: center;
  margin-left: 3.75rem;
  display: flex;
}

.tabs-content {
  width: 50%;
  margin-right: 3.75rem;
}

.tab-head {
  padding-top: 1.5rem;
  padding-right: 4rem;
}

.acc-container {
  flex-direction: column;
  align-items: center;
}

.acc {
  width: 60rem;
  border-bottom: 1px solid #000;
}

.acc-content {
  padding-right: 2rem;
}

.acc-container1 {
  flex-direction: column;
  align-items: center;
}

.acc1 {
  width: 100%;
  border-bottom: 1px solid #000;
}

.acc-content1 {
  padding-right: 2rem;
}

.roadmap-journey-content.is-mobile-on {
  display: none;
}

.dot {
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #dfdfdf;
  border-radius: 50%;
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
  position: relative;
}

.right-content-wrap {
  width: 40%;
  max-width: 43.5rem;
  justify-content: flex-end;
  display: block;
}

.content-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.scroll-wrap {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 100%;
}

.scroll-animate {
  width: 0.4375rem;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #005589;
  position: absolute;
  bottom: 0;
}

.roadmap-bottom {
  flex-direction: column;
  display: flex;
}

.left-content-wrap {
  width: 40%;
  max-width: 43.5rem;
  flex-direction: column;
  display: flex;
}

.scroll-base {
  width: 0.4375rem;
  height: 100%;
  background-color: #dfdfdf;
}

.step-block {
  min-height: 60vh;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.splide__arrows {
  align-items: center;
  display: flex;
}

.splide__arrows.is--mobile-center {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__embed {
  z-index: 2;
  position: relative;
  transform: rotate(0);
}

.splide__track {
  width: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.splide__arrow {
  z-index: 2;
  width: 3em;
  height: 3em;
  background-color: var(--black-2);
  background-image: url("../images/arrow-right-s-line-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #000;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.splide__arrow.splide__arrow--next {
  border-style: none;
}

.splide__arrow.splide__arrow--prev {
  width: 3em;
  transform-style: preserve-3d;
  border-style: none;
  position: relative;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.splide {
  position: relative;
}

.splide.slider1 {
  width: 100%;
  object-fit: fill;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.splide__list {
  display: flex;
}

.splide__slide {
  width: 33.3333%;
  flex: none;
}

.slider-pill {
  padding-bottom: 3.5em;
}

.slider-pill_img {
  width: 100%;
  object-fit: cover;
  border-radius: 100vw;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.slider-pill_photo,
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-wrapper {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.fs-slider_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.fs-slider_mask {
  position: relative;
}

.testimonial-bottom {
  grid-column-gap: 1rem;
  display: flex;
}

.testimonial-bottom-details {
  grid-row-gap: 0.1rem;
  flex-direction: column;
  display: flex;
}

.testimonial-right-arrow {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--black-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3rem;
}

.testimonial-arrow-icon {
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-0 {
  height: 0;
}

.spacer-0-125 {
  height: 0.125rem;
}

.spacer-0-25 {
  height: 0.25rem;
}

.spacer-0-5 {
  height: 0.5rem;
}

.spacer-1 {
  height: 1rem;
}

.spacer-2 {
  height: 2rem;
}

.spacer-3 {
  height: 3rem;
}

.spacer-xlarge {
  height: 4rem;
}

.spacer-5 {
  height: 5rem;
}

.spacer-6 {
  height: 6rem;
}

.spacer-custom1 {
  height: 1.5rem;
}

.spacer-custom2 {
  height: 2.5rem;
}

.spacer-custom3 {
  height: 4.5rem;
}

.blog-authorles_item-wrapper {
  height: 100%;
  color: var(--black);
  background-color: #f8f8f8;
  text-decoration: none;
}

.blog-authorles-left {
  height: 100%;
  overflow: hidden;
}

.blog-authorles-right {
  height: 100%;
  flex-direction: row;
  display: flex;
}

.blog-authorles_content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.blog-authorless_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-authorless_list-item {
  display: flex;
  overflow: hidden;
}

.spacer-12 {
  height: 12rem;
}

.spacer-8 {
  height: 8rem;
}

.swiper-bullet {
  width: 1.25em;
  min-height: 1.25em;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: #c8dd5e;
}

.slider-bottom-wrapper {
  margin-top: 2rem;
  display: flex;
}

.swiper-slide.is-slider-main {
  width: 33.3333%;
  height: 100%;
  flex: none;
}

.swiper-number-current {
  padding-right: 0.3rem;
}

.swiper-number-total {
  padding-left: 0.3rem;
}

.slider-main_arrow {
  z-index: 2;
  width: 3em;
  height: 3em;
  background-color: var(--black-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.2s;
  display: flex;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(0.9) translate(-50%);
}

.slider-main_arrow.swiper-next {
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(0.9) translate(50%);
}

.slider-main_inner-wrapper {
  position: relative;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main {
  width: auto;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-gallery_numbers {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
  color: #fff;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2em;
  display: flex;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.slider-main_img-height {
  width: 100%;
  padding-top: 114%;
  position: relative;
  overflow: hidden;
}

.slider-main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.4s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0) 57%
  );
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size 0.2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_title {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
  line-height: 0.7;
  text-decoration: none;
}

.slider-main_button-wrapper {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_button {
  width: 4rem;
  height: 4rem;
  background-color: var(--black);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
}

.slider-main_button-icon-2 {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon-2.is-reversed {
  transform: rotate(-180deg);
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  bottom: auto;
  left: auto;
  right: 0.5rem;
}

.play-wrapper {
  z-index: 3;
  width: 6em;
  height: 6em;
  color: #f8f1e2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, 0.45);
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-wrapper.is-close {
  width: 3em;
  height: 3em;
}

.video-popup-wrapper {
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.video-popup {
  width: 60vw;
  height: 42rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.is-magnetic.is-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon {
  width: 1.5rem;
  height: 1.5rem;
  max-width: none;
  filter: invert();
  object-fit: contain;
  transform: rotate(45deg);
}

.icon-play {
  z-index: 1;
  width: 6rem;
  height: 6rem;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-icon {
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  margin-left: 0.2em;
  font-size: 1.7em;
  display: flex;
}

.testimonial-wrapper-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-image-wrapper.is-marquee {
  width: 25rem;
  height: 14.9375rem;
}

.testimonial-image-wrapper.is-tab_content {
  height: 40.9375rem;
}

.testimonial-image-wrapper.is-testimonial {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial-image-wrapper.is-blog-authorles {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.testimonial-image-wrapper.is-home-hero {
  position: relative;
}

.testimonial-image-wrapper.is-testimonial-1 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.spacer-4 {
  height: 4rem;
}

.splide__arrow-2 {
  width: 6em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/arrow-right.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all 0.2s;
}

.splide__arrow-2:hover {
  background-color: rgba(55, 50, 53, 0.06);
}

.splide__arrow-2.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow-2.splide__arrow--prev:active {
  transform: scale(0.95) rotate(-180deg);
}

.splide__arrow-2.splide__arrow--next:active {
  transform: scale(0.95);
}

.splide-2 {
  width: 100%;
  position: relative;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  width: 3em;
  height: 4px;
  opacity: 0.2;
  background-color: #242022;
  margin-left: 0.3em;
  margin-right: 0;
  transition: all 0.3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__arrows-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.page-content {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.page-content.homepage {
  background-color: #f8f9fc;
}

.div-block {
  grid-column-gap: 4rem;
  display: flex;
}

.body {
  overflow: hidden;
}

.hero_heading-move {
  width: 100%;
}

.animations-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.animation-block {
  background-color: var(--black-2);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  transform: perspective(200px) perspective(200px) perspective(200px);
}

.text-animation {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.footer-copyrights {
  align-items: center;
  display: flex;
}

.footer-year {
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.marquee {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: var(--white);
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.text-size-xsmall {
  font-size: 0.75rem;
}

.text-size-xxsmall {
  font-size: 0.625rem;
}

.text-size-xlarge {
  font-size: 2rem;
  line-height: 1.4;
}

.text-size-xxlarge {
  font-size: 2.5rem;
  line-height: 1.4;
}

.text-size-huge {
  font-size: 3rem;
  line-height: 1.4;
}

.heading-style-display {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-custom1 {
  opacity: 0.4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff, #88ff86);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 21.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.featured-card-wrapper {
  z-index: 100;
  transform-origin: 50%;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 2.25rem 3.5rem;
  position: relative;
}

.featured-card-wrapper.is-3,
.featured-card-wrapper.is-2,
.featured-card-wrapper.is-4 {
  transform-origin: 50%;
}

.featured-card-bottom-info-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: flex-end;
  display: flex;
}

.cursor {
  z-index: 1;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor.is-2 {
  z-index: 6;
  mix-blend-mode: exclusion;
}

.cursor_move {
  z-index: -1;
  width: 60vw;
  height: 60vw;
  overflow: visible;
}

.cursor_tag {
  width: 100%;
  height: 100%;
  background-image: url("../images/Frame-427319304.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.6em 1.1em;
}

.cursor__dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  position: absolute;
}

.cursor__dot.is--larger {
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cursor__text {
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}

.button-primary {
  background-color: var(--primary);
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary_text-wrap {
  grid-column-gap: 0.75em;
  color: #fff;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button-primary_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: #1a1a1a;
  position: absolute;
}

.button3_icon {
  width: 1em;
  height: 1em;
}

.butto-primary_background {
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  position: absolute;
  bottom: 100%;
  left: 0;
}

.button3_text.is-sec {
  z-index: 1;
}

.button-secondary {
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary_text-wrap {
  grid-column-gap: 0.75em;
  color: #fff;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button-secondary_text-wrap.is-1 {
  color: var(--black);
}

.button-secondary_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: var(--white);
  position: absolute;
}

.button-secondary_background {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  bottom: 100%;
  left: 0;
}

.background-color-primary {
  background-color: var(--primary);
}

.fs-toc_richtext {
  padding: 3rem;
}

.fs-toc_link {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: #bcfd2e;
}

.fs-toc_link.is-h6 {
  color: #ccc;
  font-size: 0.875rem;
}

.fs-toc_link.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h3 {
  color: #ccc;
  letter-spacing: 0.025rem;
  font-size: 0.875rem;
}

.fs-toc_link.is-h3.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h5 {
  color: #ccc;
  font-size: 0.875rem;
}

.fs-toc_link.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h4 {
  color: #ccc;
  font-size: 0.875rem;
}

.fs-toc_link.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad00b0;
  padding: 0.15rem 0.35rem 0.125rem 0.4rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  width: 30%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px solid #252525;
  padding-left: 0.75rem;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #252525;
}

.fs-toc_link-wrapper.is-h5,
.fs-toc_link-wrapper.is-h6,
.fs-toc_link-wrapper.is-h3 {
  border-left: 1px solid #252525;
  padding-left: 0.75rem;
}

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

.image-background.is-blog-authorles {
  transition: transform 0.4s;
}

.image-background.is-featured-card-img {
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

  .button-arrow-icon.is-white {
    color: #000;
  }

  .nav_link-wrapper {
    height: 90vh;
    flex-direction: column;
    overflow: scroll;
  }

  .nav_action-button-link {
    border-bottom: 1px #ffe6d2;
    padding: 1.5rem 2.5rem;
    display: flex;
  }

  .nav_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }

  .nav_link:hover {
    clear: none;
  }

  .nav_link.w--current {
    color: #000;
    background-color: #ebebeb;
    border-top-style: none;
    padding-top: 1.5rem;
  }

  .deopdown-list-wrapper {
    width: auto;
    background-color: #f9f9ff;
    flex-direction: column;
  }

  .deopdown-list-wrapper.is-product {
    width: auto;
  }

  .dropdown-content-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    border-right-color: #424669;
  }

  .dropdown-content-wrapper:hover {
    background-color: #f9f9fe;
  }

  .nav_menu-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--black);
    align-items: center;
    display: flex;
  }

  .nav_link-list {
    height: auto;
    color: #000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .nav_label {
    font-weight: 500;
  }

  .nav_menu-button {
    width: 3rem;
    height: 3rem;
    color: #ffd3af;
    justify-content: center;
    align-items: center;
    margin-right: -0.75rem;
    padding: 0.75rem;
  }

  .nav_menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_drop-list.w--open {
    box-shadow: none;
    position: relative;
  }

  .nav_dropdown {
    width: 100%;
    margin-left: 0;
  }

  .nav_dropdown-toggle {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    font-weight: 500;
  }

  .nav_menu {
    background-color: var(--white);
  }

  .nav_component {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .icon {
    margin-right: 1rem;
  }

  .footer_top-wrapper {
    grid-column-gap: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .grid-repeat-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2-column.is-blog-authorles {
    grid-template-columns: 1fr;
  }

  .image-wrapper.is-marquee {
    width: 18rem;
    height: 12rem;
  }

  .image-wrapper.is-tab_content {
    height: 32rem;
  }

  .tabs-menu_list {
    margin-left: 1.5rem;
  }

  .tabs-content {
    margin-right: 1.5rem;
  }

  .acc {
    width: 40rem;
  }

  .step-block {
    min-height: 70vh;
  }

  .splide__track {
    overflow: hidden;
  }

  .splide__slide {
    width: 50%;
  }

  .testimonial-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-2 {
    height: 1.5rem;
  }

  .spacer-3 {
    height: 2.5rem;
  }

  .spacer-xlarge {
    height: 3rem;
  }

  .spacer-5 {
    height: 4rem;
  }

  .spacer-6 {
    height: 5rem;
  }

  .spacer-custom3 {
    height: 4rem;
  }

  .blog-authorless_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-12 {
    height: 8rem;
  }

  .spacer-8 {
    height: 6rem;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .play-wrapper:active {
    transform: scale(0.9);
  }

  .video-popup {
    width: 80vw;
    height: 24rem;
  }

  .testimonial-wrapper-inner {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .testimonial-image-wrapper.is-marquee {
    width: 18rem;
    height: 12rem;
  }

  .testimonial-image-wrapper.is-tab_content {
    height: 32rem;
  }

  .spacer-4 {
    height: 3.5rem;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: 0.3em;
  }

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

  .heading-style-display {
    font-size: 6.125rem;
  }

  .heading-style-custom1 {
    font-size: 8.25rem;
  }

  .cursor {
    display: none;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .image-background {
    object-fit: contain;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 6rem;
  }

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

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

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

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

  .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: 1.25rem;
  }

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

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

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

  .nav_action-button-link,
  .nav_link {
    padding: 1rem 1.25rem;
  }

  .nav_link.w--current {
    padding-top: 1rem;
  }

  .nav_dropdown-toggle {
    padding-left: 1.25rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .footer_top-wrapper {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .footer_bottom-left-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_address-wrapper {
    max-width: none;
  }

  .footer_bottom-row {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_logo-link {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }

  .footer_menu-wrapper {
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: space-between;
  }

  .grid-repeat-column,
  .grid-3-column,
  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .image-wrapper.is-blog-authorles {
    height: 20rem;
  }

  .tabs-wrapper {
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .tabs-menu_list {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    padding-top: 0;
  }

  .tabs-content {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .acc {
    width: 32rem;
  }

  .splide__slide {
    width: 75%;
  }

  .testimonial-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-2 {
    height: 1.25rem;
  }

  .spacer-3 {
    height: 1.5rem;
  }

  .spacer-xlarge {
    height: 2rem;
  }

  .spacer-5 {
    height: 3rem;
  }

  .spacer-6 {
    height: 3.5rem;
  }

  .spacer-custom3 {
    height: 2rem;
  }

  .blog-authorles_content-wrapper {
    padding: 1.5rem;
  }

  .blog-authorless_list {
    overflow: scroll;
  }

  .blog-authorless_list-item {
    width: 60%;
    flex: none;
  }

  .spacer-12 {
    height: 4.5rem;
  }

  .spacer-8 {
    height: 4rem;
  }

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

  .slider-main_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .close-button.auto-stop {
    right: 2.5rem;
  }

  .play-wrapper {
    width: 4em;
    height: 4em;
  }

  .icon-play {
    width: 4rem;
    height: 4rem;
  }

  .play-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .testimonial-wrapper-inner {
    grid-template-columns: 1fr 1fr;
  }

  .spacer-4 {
    height: 2.5rem;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .text-size-xxlarge {
    font-size: 1.75rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .heading-style-display {
    font-size: 3.75rem;
  }

  .heading-style-custom1 {
    font-size: 6.25rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }
}

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

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

  .deopdown-list-wrapper {
    flex-direction: column;
  }

  .dropdown-content-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(66, 70, 105, 0.1);
  }

  .nav_link-list {
    height: auto;
    overflow: visible;
  }

  .footer_bottom-row {
    flex-direction: column-reverse;
    grid-auto-columns: 1fr;
  }

  .grid-2-column.is-blog-authorles {
    width: 100%;
  }

  .image-wrapper.is-marquee {
    width: 14rem;
    height: 10rem;
  }

  .image-wrapper.is-tab_content {
    height: 24rem;
  }

  .image-wrapper.is-blog-authorles {
    height: 16rem;
  }

  .tabs-menu_list {
    margin-top: 1.5rem;
  }

  .acc {
    width: 18rem;
  }

  .roadmap-journey-content.is-mobile-on {
    display: block;
  }

  .dot {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right-content-wrap {
    width: 70%;
  }

  .scroll-wrap {
    top: -100%;
    bottom: auto;
    left: 2%;
    right: auto;
  }

  .left-content-wrap {
    display: none;
  }

  .step-block {
    min-height: 80vh;
  }

  .splide__slide {
    width: 100%;
  }

  .slider-pill_img,
  .slider-image-wrapper {
    padding-top: 148%;
  }

  .blog-authorles_item-wrapper {
    width: 100%;
  }

  .blog-authorles-right {
    height: 100%;
  }

  .blog-authorles_content-wrapper {
    height: 100%;
    padding-left: 1rem;
  }

  .blog-authorless_list {
    width: 100%;
    grid-column-gap: 1.5rem;
  }

  .blog-authorless_list-item {
    width: 80%;
    flex: none;
  }

  .close-button.auto-stop {
    right: 4rem;
  }

  .video-popup {
    padding: 1rem;
  }

  .testimonial-wrapper-inner {
    grid-template-columns: 1fr;
  }

  .testimonial-image-wrapper.is-marquee {
    width: 14rem;
    height: 10rem;
  }

  .testimonial-image-wrapper.is-tab_content {
    height: 24rem;
  }

  .testimonial-image-wrapper.is-blog-authorles {
    height: 16rem;
  }

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

  .heading-style-custom1 {
    font-size: 4rem;
  }
}

#w-node-c5a47639-01e6-dae4-24c4-43c21cc6571c-0f77768b,
#w-node-c5a47639-01e6-dae4-24c4-43c21cc6571d-0f77768b,
#w-node-_5c270373-0a60-710f-6a49-b258b3ba4356-0f77768b,
#w-node-_5c270373-0a60-710f-6a49-b258b3ba4359-0f77768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e235910-451e-a05f-aab0-44f502918f3a-02918f22 {
  justify-self: start;
}

#w-node-_0e235910-451e-a05f-aab0-44f502918f63-02918f22 {
  justify-self: end;
}

#w-node-_7eb86505-4b3b-0886-bd71-b5958ebd231c-0f77768e,
#w-node-_3fdbcef1-ef75-1b67-ba92-bc71fb602053-0f77768e,
#w-node-d34b805c-e237-c0c5-cd75-3970379efb09-0f77768e,
#w-node-e21035ea-1e64-9152-1f17-bad52363e7c1-0f77768e,
#w-node-_7eb86505-4b3b-0886-bd71-b5958ebd2339-0f77768e,
#w-node-_641aee5d-dab2-dd97-b0d8-7c8bd7373feb-0f77768e,
#w-node-_51513d42-a541-45c5-9ce7-b0698779f64a-0f77768e,
#w-node-c3a1b014-75ec-ba00-ddb3-f5424b10fe48-0f77768e,
#w-node-_7eb86505-4b3b-0886-bd71-b5958ebd2356-0f77768e,
#w-node-_7371416a-01b1-54fe-6fa7-8272c35a2b29-0f77768e,
#w-node-_0978724d-936d-497d-172b-b9474f6540a0-0f77768e,
#w-node-f961e3c1-7f94-6649-a604-d8d0e883aac3-0f77768e,
#w-node-_7eb86505-4b3b-0886-bd71-b5958ebd2373-0f77768e,
#w-node-b6fa5aa0-ab40-d47c-c0ab-c89492a49443-0f77768e,
#w-node-f56f991d-7c0b-3fb5-d31e-20b2b8dff96e-0f77768e,
#w-node-_2ad11307-eee9-663c-9fd2-9efc23d809fd-0f77768e,
#w-node-_7eb86505-4b3b-0886-bd71-b5958ebd2390-0f77768e,
#w-node-_2bc158d0-cdf0-8700-2d61-9764e81f5d59-0f77768e,
#w-node-_0a9c2343-827f-fba4-c757-b66240ac02fe-0f77768e,
#w-node-b3441d4a-48b9-c287-36a8-88c14684d340-0f77768e,
#stagger-wrapper.w-node-_220316ea-5aeb-1867-0a3b-fee6007ae09c-0f77768e,
#stagger-wrapper.w-node-ee4ce05e-d634-82f9-07a8-2771a89098f3-0f77768e,
#stagger-wrapper.w-node-_1b3a817a-de81-5022-7b70-d135a6bcdfce-0f77768e,
#stagger-wrapper.w-node-_3f3ca400-35b5-ce50-b626-fb77d7d365c2-0f77768e,
#stagger-wrapper.w-node-_1220aa6e-0129-feeb-7f6b-ade932ad8d9f-0f77768e,
#stagger-wrapper.w-node-_20d55086-7e4b-933f-116a-909c3be7cd61-0f77768e,
#stagger-wrapper.w-node-_6e08476f-dad9-d91d-ccbf-074f57c89f66-0f77768e,
#stagger-wrapper.w-node-_67397e24-c2c0-3f86-7c1a-ad604ddd09ee-0f77768e,
#w-node-_689fbcc7-c0a9-e860-8a2c-da8107bb4635-0f77768f,
#w-node-_689fbcc7-c0a9-e860-8a2c-da8107bb4636-0f77768f,
#w-node-dc2714cb-f107-01ec-a538-9bf28db1541d-0f777690,
#w-node-_1d1d9e9d-321e-f603-43cf-277781a9fa03-0f777696,
#w-node-_1d1d9e9d-321e-f603-43cf-277781a9fa06-0f777696,
#w-node-_56248dd8-7c50-d074-0ec1-a48f9b0a68bf-0f777696 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c11-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c16-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c1b-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c20-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c25-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c2a-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c2f-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c34-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c39-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c3e-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c43-0f777699 {
  justify-self: start;
}

#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c47-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c48-0f777699 {
  justify-self: start;
}

#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c4a-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c4d-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c52-0f777699,
#w-node-_5bd97006-72ad-87d5-4b00-a284641a7c57-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0f777699,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0f777699 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0f777699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0f777699 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_0e235910-451e-a05f-aab0-44f502918f63-02918f22 {
    justify-self: center;
  }
}
