:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--10-2: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--primary--10: #f2f6ff;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .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: .25rem;
}

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  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;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .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: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .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: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .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;
}

.margin-bottom.margin-large.contact {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: .7rem;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  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-vertical.padding-xhuge {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

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

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

.margin-top, .margin-top.margin-small {
  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: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.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-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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 {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .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: 2rem;
  font-weight: 700;
  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;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.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;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  border-bottom: 1px #000;
  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-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.text-weight-medium.text-color-gray900 {
  font-weight: 400;
}

.text-weight-medium.text-style-muted {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  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 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

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

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

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

.max-width-large.align-center {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.is-grey {
  color: #636d7e;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  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;
  width: 100%;
  display: grid;
}

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.page-wrapper {
  font-family: Outfit, sans-serif;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-align-center {
  text-align: center;
  margin-bottom: 40px;
}

.text-align-center.text-color-grey {
  color: #aaa;
}

.text-align-center.text-color-grey.margin-top {
  color: #fff;
  margin-bottom: 10px;
}

.text-align-center.text-size-small.text-color-grey {
  color: #ccc;
}

.form_component {
  margin-bottom: 0;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .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(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.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-highlight {
  text-align: center;
  font-size: 1.1rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-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: 2rem;
}

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.create_section {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.create_main-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.create_wrap {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 30px;
  display: flex;
  position: relative;
}

.create_top-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #061123;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.create_tittle-text {
  font-size: 1.25rem;
  font-weight: 500;
}

.create_form-wrap {
  width: 100%;
}

.create_google-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #061123;
  border: 1px solid #eaeff5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.create_google-link:hover {
  border-color: #949292;
}

.icon {
  width: 20px;
}

.top_img {
  width: 50px;
}

.form-block {
  margin-bottom: 0;
}

.create_divider-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.create_divider {
  background-color: #eaeff5;
  width: 100%;
  height: 1px;
}

.create_divider-text {
  color: #959fb2;
  font-size: .75rem;
}

.select-field {
  color: #061123;
  background-color: #0000;
  border: 1px solid #eaeff5;
  border-radius: 5px;
  min-height: 43px;
  margin-bottom: 12px;
}

.select-field:hover {
  border-color: #000;
}

.select-field:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px #5a5a5a33;
}

.create_field {
  color: #061123;
  border: 1px solid #eaeff5;
  border-radius: 5px;
  min-height: 43px;
  margin-bottom: 12px;
}

.create_field:hover {
  border-color: #000;
}

.create_field:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px #5a5a5a33;
}

.create_field::placeholder {
  color: #636d7e;
}

.create_button {
  background-color: #1c2536;
  border-radius: 5px;
  width: 100%;
  max-height: 40px;
  margin-top: 10px;
  line-height: 1.15;
  transition: opacity .3s;
}

.create_button:hover {
  background-color: #2c3b58;
}

.create_form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.create_label {
  color: #061123;
  font-size: .875rem;
}

.create_account_text {
  text-align: center;
  justify-content: center;
  font-size: .87rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.create_account_text:hover {
  color: #061123;
}

.bg_img {
  width: 320px;
  height: 700px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bg_img.is-right {
  width: 230px;
  position: fixed;
  inset: 140px 0% auto auto;
}

.show {
  background-color: #0000;
  padding: 0;
}

.show.w--current {
  background-color: #0000;
  display: none;
}

.eye {
  width: 20px;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.div-block {
  position: relative;
}

.tabs {
  position: absolute;
  inset: 33px 15px auto auto;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 10px 12px auto auto;
}

.show-password {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-size: 13.5px;
  display: flex;
  bottom: 0;
}

.show-password.w--current {
  background-color: #0000;
  display: none;
}

.eye-svg {
  filter: invert(50%);
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 0;
  display: flex;
}

.div-block-2 {
  position: relative;
}

.text-style-link-02 {
  color: #6941c6;
  font-weight: 500;
}

.uui-styleguide_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
  max-height: 80px;
}

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

.form-radio-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.form-radio-icon.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #7f56d9;
}

.form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #7f56d9;
  background-image: none;
}

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

.contact6-1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact6-1_icon-wrapper {
  color: #7f56d9;
  background-color: #e9d7fe4d;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding: 3px;
}

.navbar9-1_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar9-1_dropdown-content {
  width: 100%;
  display: flex;
}

.error-text {
  color: #e23939;
}

.page-wrapper-2 {
  background-image: radial-gradient(circle at 50% 12%, #d6bbfb7a, #fff0 9%);
}

.button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: #53389e;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.contact6-1_form-wrapper {
  background-color: #fff;
  background-image: radial-gradient(circle, #ee46bc21, #fff0 26%);
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}

.section-contact6-1 {
  border-bottom: 1px solid #eaecf0;
  padding-top: 20px;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.text-size-medium-2 {
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}

.navbar9-1_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.navbar9-1_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.show-tablet {
  display: block;
}

.contact6-1_item {
  display: flex;
}

.contact6-1_content {
  position: sticky;
  top: 42px;
}

.navbar9-1_menu-dropdown {
  font-weight: 500;
  position: static;
}

.heading-large {
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-span {
  color: #8056da;
}

.form-radio-label {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.image {
  border: 3px solid #d6bbfb;
  border-radius: 5px;
  min-height: 100%;
}

.text-size-small-2 {
  letter-spacing: normal;
  font-size: .875rem;
}

.navbar9-1_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar9-1_menu-button {
  padding: 0;
}

.main-wrapper-2 {
  margin-top: 0;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d900;
  background-image: radial-gradient(circle, #bda20a, #ffb908);
  border: 1px #7f56d9;
  border-radius: 6.8rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar9-1_icon-holder {
  flex: none;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.contact6-1_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 6.3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.content6_component {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-featured-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-featured-large._2 {
  background-color: #f4ebff00;
}

.navbar9-1_bottom-bar-background {
  background-color: #f9fafb;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #667085;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  color: #475467;
  background-color: #f9fafb;
}

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

.navbar9-1_logo-link {
  padding-left: 0;
}

.navbar9-1_link {
  color: #667085;
  align-items: center;
  padding: 1.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.navbar9-1_link:hover {
  color: #475467;
}

.navbar9-1_link.w--current {
  color: #667085;
}

.navbar9-1_link.w--current:hover {
  color: #1d2939;
}

.navbar9-1_item-right {
  color: #667085;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.nav-bar-hidden-menu {
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.nav-bar-hidden-menu.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.navbar9-1_component {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.form-field-2col {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar9-1_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.form-field-wrapper {
  position: relative;
}

.navbar9-1_dropdown-toggle {
  color: #667085;
  align-items: center;
  padding: 1.75rem 2rem 1.75rem 1rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.navbar9-1_dropdown-toggle:hover {
  color: #475467;
}

.navbar9-1_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar9-1_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.navbar9-1_dropdown-link:hover {
  background-color: #f9fafb;
}

.page-padding-3 {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar9-1_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar9-1_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.ipad-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  margin-bottom: 40px;
  display: grid;
}

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

.text-size-medium-3 {
  letter-spacing: normal;
  font-size: .8rem;
}

.heading {
  margin-top: .5rem;
  margin-bottom: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.price_bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #222;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.price_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.tick_icon {
  width: 50px;
  height: 50px;
}

.receipt_wrap {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 40px 20px;
  position: relative;
}

.div-block-3 {
  color: #fff;
  background-color: #ffe206;
  border-radius: 0 0 24px 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 36px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 30%;
}

.text-color-secondary-2 {
  color: #222;
}

.payment_wrap {
  color: #fff;
  background-image: linear-gradient(#0000, #ffc8008c 47%, #fff0), linear-gradient(#000000eb, #000000eb), url('../images/Frame-4281.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, contain;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 371px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.receipt_text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.receipt_bottom-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  border-right: 2px dotted #444;
  width: 25px;
  margin-right: 25px;
}

.zigzag_line {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dot_divider {
  background-color: #666;
  border-radius: 50px;
  width: 3px;
  height: 3px;
}

.button-3 {
  background-color: #cf0003;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  color: #000;
}

.section {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-default {
  max-width: 1218px;
  padding-left: 7%;
  padding-right: 7%;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current {
  transition-property: none;
}

.header-logo {
  max-width: 240px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.header {
  color: #3a3a3a;
  background-color: #ecd314;
  padding: 13px;
  font-weight: 600;
}

.paragraph {
  font-family: Poppins, sans-serif;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.wrapper-1296 {
  justify-content: space-between;
  align-items: center;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.header-stars-block-testimonial-position {
  font-size: 14px;
  line-height: 18px;
}

.header-stars-block-text {
  color: #3f3f46;
  max-width: 349px;
  margin-top: 26px;
  margin-bottom: 26px;
  line-height: 28px;
}

.header-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.header-stars-block {
  margin-top: 57px;
}

.nav-desktop-left {
  align-items: center;
  display: flex;
}

.header-grid-left {
  max-width: 600px;
}

.menu-mobile {
  display: none;
}

.header-sub {
  color: #12141db3;
  letter-spacing: -.5px;
  max-width: 486px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.nav-desktop-left-links {
  position: relative;
  top: 2px;
}

.nav-desktop-logo {
  margin-right: 80px;
}

.invert-img-hover {
  max-width: 100%;
  transition: all .375s ease-in;
  display: block;
}

.invert-img-hover:hover {
  filter: grayscale();
}

.menu-content {
  display: none;
}

.nav-link {
  color: #12141d;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.log-in {
  margin-right: 6px;
}

.button-4 {
  background-color: #2b59ff;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .325s;
}

.button-4:hover {
  background-color: #1e3eb1;
}

.nav-desktop {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.header-title {
  color: #12141d;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
}

.header-stars-block-testimonial-name {
  color: #18181b;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.header-stars-block-testimonial-right {
  padding-left: 11px;
}

.header-section {
  background-color: #f3f9fd;
  width: auto;
  padding: 40px 7%;
}

.header-stars-block-testimonial {
  align-items: center;
  display: flex;
}

.header-title-2 {
  color: #12141d;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
}

.layout392_card-large-horizontal-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout392_card-large-vertical-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #313131;
  border-radius: 10px;
  width: 100%;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.layout392_card-large-vertical {
  background-color: #f3f9fd;
  border: .1px #222;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout392_card-large-vertical-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout392_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout392_card-small {
  background-color: #f3f9fd;
  border: .1px #222;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

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

.layout392_card-large-horizontal-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-size-medium {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
}

.icon_wrapper {
  background-color: #b5d2ff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.padding-global-2 {
  padding-bottom: 40px;
  padding-left: 7%;
  padding-right: 7%;
}

.heading-style-h4-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout392_card-large-horizontal-image {
  color: #fef3f2;
  max-width: 90%;
}

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

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

.heading-style-h2-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout392_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f3f9fd;
  border: 1px #222;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 2rem;
  display: flex;
}

.layout392_card-large-vertical-image {
  object-fit: contain;
  height: 100%;
}

.ths01-cta-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #ec7545;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 60px;
  padding-left: 70px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.ths01-cta-button:hover {
  background-color: #bc5d37;
}

.ths01-button-icon {
  background-color: #fff;
  background-image: url('../images/3ths_01_ico_clock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: absolute;
  inset: 7.5px auto auto 7.5px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Droid Serif, serif;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
}

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

.ths01-features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.ths01-feature-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ths01-check-icon {
  background-image: url('../images/4ths_01_ico_check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 2px solid #221f204d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.ths01-feature-details {
  margin-left: 15px;
}

.ths01-feature-text-bold {
  color: #221f20;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ths01-feature-text {
  color: #6b6b6b;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial21_client {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial21_content-top {
  font-family: Poppins, sans-serif;
  font-size: .8rem;
}

.testimonial21_card {
  background-color: #f3f9fd;
  border: 1px #222;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: none;
}

.section_testimonial {
  width: 85%;
  overflow: hidden;
}

.testimonial21_loop-trigger {
  display: flex;
}

.left_overlay {
  z-index: 999;
  background-image: linear-gradient(90deg, #fff, #0000 15%);
  position: absolute;
  inset: 0%;
}

.text-size-medium-4 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}

.padding-section-large-4 {
  padding-top: 0;
  padding-bottom: 2rem;
  overflow: visible;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-large-4.is-rel {
  position: relative;
}

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

.right_overlay {
  z-index: 999;
  background-image: linear-gradient(270deg, #fff, #0000 15%);
  position: absolute;
  inset: 0%;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial21_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: none;
}

.testimonial21_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.process_progress {
  z-index: -2;
  background-color: #cce0fc80;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 15px;
}

.process_image {
  border-radius: .75rem;
  width: 100%;
  height: auto;
}

.process_circle {
  background-color: #2178f9;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.process_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-style-h2-4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.process_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.text-size-medium-5 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.process_image-wrapper {
  overflow: hidden;
}

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

.process_timeline {
  z-index: -3;
}

.process_progress-bar {
  z-index: -100;
  background-color: #2178f9;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.process_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.process_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.process_left {
  z-index: 0;
  padding-left: 3.5rem;
  position: relative;
}

.process_component {
  padding-left: 7%;
  padding-right: 7%;
}

.heading-style-display {
  z-index: -1;
  color: #cce0fc80;
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -30%);
}

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

.div-block-5 {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2 {
  background-image: linear-gradient(#fff 6%, #fff0 9%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer_social-link:hover {
  color: #2178f9;
}

.footer_social-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_logo-link {
  float: none;
  color: #fff;
  padding-left: 0;
  transition: color .2s;
}

.footer_logo-link:hover {
  color: #2178f9;
}

.footer_credit-text {
  font-size: .875rem;
}

.footer_logo-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

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

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.text-size-medium-6 {
  font-size: 1.13rem;
}

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

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  align-items: start;
  padding-bottom: 3rem;
}

.footer_legal-link {
  color: var(--border-color--border-primary);
  font-size: .875rem;
  text-decoration: underline;
  transition: color .2s;
}

.footer_legal-link:hover {
  color: #fbff00;
  text-decoration: none;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer_component {
  color: #fff;
  background-color: #021867;
  width: 100%;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_divider {
  border-top: 1px solid #fff3;
  width: 100%;
}

.social-icon {
  color: var(--border-color--border-primary);
  width: 1rem;
  height: 1rem;
}

.footer_link {
  color: var(--border-color--border-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: #2178f9;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #2178f9;
  border-radius: .25rem;
  padding: 1.25rem 2rem;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
}

.button-6:hover {
  background-color: #0025a9;
  transform: translate(0, -5px);
}

.button-6.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_cta {
  color: #fff;
  background-color: #021967;
  width: 100%;
}

.cta_content {
  flex: 1;
}

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

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-style-h1-2 {
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}

.feature-paragraph {
  color: #94a2b3;
  margin-bottom: 20px;
}

.feature-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.features {
  padding: 60px 5% 100px;
}

.text-center, .features-column {
  text-align: center;
}

.features-column._2 {
  margin-top: 50px;
}

.features-column._3 {
  margin-top: 100px;
}

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

.features__grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.image-2 {
  border-radius: 13px;
}

.image-3, .image-4, .image-5 {
  border-radius: 10px;
}

.wbs-hero-6-tagline-1 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(99deg, #1194f8 14%, #024fd9 91%);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.div-block-584 {
  background-image: linear-gradient(124deg, #edf6ff, #ecf9ff);
  border-radius: 9px;
  justify-content: space-between;
  width: 85%;
  margin-top: 40px;
  padding: 19px 10px;
  display: flex;
}

.div-block-546 {
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.header_relative-icon-wrapper {
  margin-right: .5rem;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10-2);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.material-icons.sysf-icon-right {
  margin-left: 4px;
}

.sysf-button-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-type-2 {
  color: #2f3ab7;
  text-align: center;
  background-color: #d2e6ff;
  border: 1px solid #2f42bb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 134px;
  height: 50px;
  min-height: auto;
  padding: 7px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 32px #0000001c, 1px 1px 3px #0000002b;
}

.button-type-2:hover {
  background-color: #f4c812;
}

.radial {
  background-color: #00000040;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.text-block-103 {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
}

.code-embed {
  display: block;
}

.arrow {
  width: auto;
  height: auto;
}

.faq-item {
  cursor: pointer;
  border-radius: .5rem;
  flex-flow: column;
  width: 70%;
  min-width: 70%;
  margin-top: 40px;
  padding: 0 1.5rem 1rem;
  display: flex;
  position: relative;
}

.faq-item:hover {
  background-color: #fff;
}

.heading-5 {
  font-size: 3.5rem;
  line-height: 1.15;
}

.faq-heading {
  text-align: center;
  max-width: 50ch;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-hover {
  border-radius: .5rem;
  transition: background-color .45s;
}

.faq-hover:hover {
  background-color: #fff;
}

.text-block-104 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.testimonial-author-name {
  font-size: 18px;
  line-height: 130%;
}

.testimonial-card {
  background-image: url('../images/quote.svg'), linear-gradient(#fffc, #fff0);
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px #5eccd333;
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
}

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px #5eccd34d;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-photo {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.bold-text-2 {
  font-size: 1rem;
}

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.f-modal-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-142 {
  border-radius: 18px;
}

.f-modal-form-card {
  margin-top: 0;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.form-field-news-update {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.uui-form-checkbox-icon-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4.spark-primary-color-background {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-form_input-2 {
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.f-button-primary {
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #3009b2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-top: 0;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: #282556;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 18px 10px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.f-modal-base-wide {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 22px;
  display: grid;
  position: relative;
  inset: 0%;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  width: 100%;
}

.paragraph-8 {
  color: #000;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.f-modal-form {
  grid-column-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

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

  .spacer-huge {
    padding-top: 5rem;
  }

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

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

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

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

  .nav_button {
    color: #fff;
  }

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

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

  .uui-styleguide_logotype-2 {
    flex: none;
    width: 100px;
    display: block;
  }

  .navbar9-1_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar9-1_dropdown-content {
    flex-direction: column;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-secondary-gray.show-tablet {
    display: block;
  }

  .contact6-1_content {
    position: static;
  }

  .navbar9-1_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9-1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: visible;
  }

  .navbar9-1_menu-button.w--open {
    background-color: #0000;
  }

  .uui-styleguide_logo {
    width: 100px;
    overflow: visible;
  }

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

  .navbar9-1_logo-link {
    z-index: 3;
    background-image: url('../images/GE-logo-black.png');
    background-position: 0 0;
    background-size: auto;
    width: 100px;
  }

  .navbar9-1_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar9-1_link:hover {
    color: #101828;
  }

  .nav-bar-hidden-menu {
    position: relative;
    overflow: hidden;
  }

  .nav-bar-hidden-menu.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar9-1_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar9-1_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar9-1_dropdown-toggle:hover {
    color: #101828;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9-1_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar9-1_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar9-1_dropdown-link:hover {
    background-color: #0000;
  }

  .navbar9-1_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar9-1_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header-wrapper, .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-stars-block-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header-content-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-stars-block {
    margin-top: 30px;
  }

  .header-grid-left {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-mobile {
    z-index: 1000;
    cursor: pointer;
    background-color: #2563eb;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .header-sub {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-desktop-left-links.hide-ipad {
    display: none;
  }

  .mobile-content-bottom {
    border-top: 1px solid #f3f9fd40;
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px 25px;
  }

  .menu-content {
    z-index: 100;
    background-color: #2563eb;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 300px;
    padding: 70px 30px 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-link {
    color: #f3f9fd;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: block;
  }

  .nav-link.log-in.hide-ipad {
    display: none;
  }

  .nav-link.center-mobile {
    text-align: center;
  }

  .menu-lottie {
    filter: invert();
    width: 30px;
    position: relative;
    top: 2px;
  }

  .button-4.nav-button-mobile {
    color: #2563eb;
    text-align: center;
    background-color: #f3f9fd;
    width: 100%;
    margin-top: 10px;
  }

  .button-4.hide-ipad {
    display: none;
  }

  .nav-desktop {
    margin-bottom: 60px;
  }

  .header-section {
    padding-bottom: 60px;
  }

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

  .layout392_card-small-content {
    padding: 2rem;
  }

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

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

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

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

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

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

  .process_item {
    grid-template-columns: 1fr 6rem 1fr;
  }

  .process_left {
    padding-left: 0;
  }

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

  .footer_link-list {
    width: 100%;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    width: 100%;
  }

  .cta_content {
    margin-right: 3rem;
  }

  .cta_component {
    grid-column-gap: 3rem;
  }

  .cta_button-row {
    flex: none;
  }

  .features__grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

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

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .testimonial-slider {
    width: 90%;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

  .text-weight-medium.text-style-muted {
    font-size: 13px;
  }

  .fs-styleguide_section-header {
    font-size: .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: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

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

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

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

  .create_wrap {
    max-width: 420px;
  }

  .navbar9-1_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link:hover {
    color: #6941c6;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .navbar9-1_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    background-color: #0000;
  }

  .navbar9-1_link {
    font-size: 1rem;
  }

  .navbar9-1_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar9-1_dropdown-toggle {
    font-size: 1rem;
  }

  .navbar9-1_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo {
    max-width: 220px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.header {
    padding: 7px;
  }

  .header-title {
    max-width: none;
    font-size: 30px;
    line-height: 50px;
  }

  .header-title-2 {
    max-width: none;
    font-size: 30px;
    line-height: 44px;
  }

  .layout392_card-large-horizontal-content {
    padding: 1.5rem;
  }

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

  .layout392_card-large-vertical-content {
    padding: 1rem 1.5rem 1.5rem;
  }

  .layout392_card-small-content {
    padding: 1.5rem;
  }

  .layout392_card-small {
    grid-template-columns: 1fr;
  }

  .layout392_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium {
    font-size: .9rem;
  }

  .padding-global-2 {
    padding-bottom: 0;
  }

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

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

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

  .paragraph-6 {
    font-size: 14px;
  }

  .ths01-features-wrapper {
    margin-top: 20px;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial21_card {
    padding: 1.5rem;
  }

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

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

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

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

  .process_progress {
    left: .375rem;
  }

  .process_centre {
    justify-content: flex-start;
  }

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

  .process_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-5 {
    font-size: .9rem;
  }

  .process_image-wrapper {
    margin-top: 2rem;
  }

  .section-2 {
    padding-top: 20px;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .cta_content {
    margin-right: 0;
  }

  .cta_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

  .features {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .features__grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-584 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-type-2 {
    width: 50%;
    min-width: auto;
    margin-top: 10px;
  }

  .faq-item {
    width: 90%;
    min-width: 90%;
  }

  .heading-5 {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .f-modal-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-142 {
    display: none;
  }

  .form-field-news-update {
    flex-flow: wrap;
    place-content: stretch space-between;
    display: flex;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .f-modal-base-wide {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

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

  .margin-bottom.margin-small {
    margin-bottom: 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;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .text-size-regular {
    font-size: .9rem;
  }

  .max-width-large.align-center {
    padding-top: 20px;
    padding-left: 0;
  }

  .container-large {
    width: auto;
  }

  .text-size-medium-highlight {
    font-weight: 600;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .create_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 100%;
    padding: 0 10px;
  }

  .create_tittle-text {
    font-size: 1.2rem;
  }

  .create_google-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon {
    width: 19px;
  }

  .top_img {
    width: 45px;
  }

  .create_field {
    margin-bottom: 10px;
  }

  .create_button {
    font-size: .9rem;
  }

  .create_form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bg_img {
    display: none;
  }

  .eye {
    width: 18px;
  }

  .tabs {
    right: 10px;
  }

  .page-wrapper-2 {
    background-image: radial-gradient(circle at 50% 11%, #d6bbfb7a, #fff0 2%);
  }

  .section-contact6-1 {
    padding-top: 10px;
  }

  .text-size-medium-2 {
    font-size: .9rem;
  }

  .navbar9-1_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .heading-large {
    font-size: 1.4rem;
  }

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

  .form-field-2col {
    grid-template-columns: 1fr;
  }

  .navbar9-1_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9-1_bottom-bar {
    align-items: center;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .receipt_wrap {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
  }

  .div-block-3 {
    left: 29%;
  }

  .payment_wrap {
    max-width: none;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .receipt_bottom-wrap {
    justify-content: space-between;
  }

  .container-large-2 {
    max-width: none;
  }

  .div-block-4 {
    width: 25px;
    margin-right: 25px;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo {
    max-width: 180px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.header {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph {
    font-size: .9rem;
  }

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

  .paragraph-2 {
    font-size: .9rem;
  }

  .header-stars-block-text {
    font-size: 15px;
  }

  .nav-desktop {
    margin-bottom: 40px;
  }

  .header-title {
    font-size: 27px;
    line-height: 40px;
  }

  .header-section {
    padding: 10px 20px 40px;
  }

  .header-title-2 {
    font-size: 25px;
    line-height: 36px;
  }

  .layout392_card-large-horizontal-content {
    display: block;
  }

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

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

  .layout392_card-large-horizontal {
    flex-direction: column;
    display: flex;
  }

  .padding-global-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .process_item {
    grid-template-columns: 2.25rem 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .features__grid {
    grid-column-gap: 19px;
  }

  .wbs-hero-6-tagline-1 {
    font-size: 16px;
  }

  .div-block-584 {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-546 {
    background-color: #fff;
    border-radius: 5px;
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-button-content-wrapper {
    justify-content: center;
  }

  .button-type-2 {
    width: 60%;
  }

  .faq-item {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .faq-bottom-content {
    display: flex;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .text-block-104 {
    font-size: 16px;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide {
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .uui-form-checkbox-label-2 {
    font-size: .8rem;
  }

  .f-modal-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .form-field-news-update {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4.spark-primary-color-background {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-form_input-2 {
    min-height: 2.9rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .8rem;
  }

  .f-button-primary {
    margin-top: 0;
  }

  .close-popup---brix {
    top: 15px;
    right: 10px;
  }

  .f-modal-base-wide {
    max-width: none;
    padding: 30px 10px 0;
  }

  .f-sub-heading-regular {
    font-size: 19px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .f-modal-form {
    flex-wrap: wrap;
    align-items: center;
  }
}

#w-node-_0f4bede8-0b56-ad3e-7b1f-40059fafcc40-989ee675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f4bede8-0b56-ad3e-7b1f-40059fafcc52-989ee675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a71-989ee675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a72-989ee675 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a80-989ee675 {
  align-self: start;
}

#w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a82-989ee675 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a8a-989ee675 {
  align-self: start;
}

#w-node-_114f2fca-bbaa-5cbc-880f-bbd226e7b29c-989ee675 {
  justify-self: center;
}

#w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b7e-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b88-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b8c-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b96-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b9a-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02ba4-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02ba8-989ee675, #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02bb2-989ee675, #w-node-b0bf6e11-0cfc-9e8b-2a72-4bdfa933037e-989ee675, #w-node-a21b0698-ae06-91f0-24ec-6d6f9f66a899-989ee675, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-989ee678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-989ee678, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-989ee678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-989ee678 {
  justify-self: start;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-989ee678, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-989ee678 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-989ee678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-989ee678 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-989ee678, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-989ee678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-f0f19ab0-bb1d-bbc4-b4ac-64906db94ebd-47ee8620, #w-node-_161b70a3-a7be-b42e-359c-09d187ab9ce8-45e69e0b {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a72-989ee675 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a82-989ee675 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b7e-989ee675 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b86-989ee675 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b8c-989ee675 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b94-989ee675 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02b9a-989ee675 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02ba2-989ee675 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02ba8-989ee675 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7133ef04-4fe8-e193-2f22-d43fc2e02bb0-989ee675 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8f608b1-d737-b1c7-a5e7-e69fd3f9bfa5-989ee675 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a72-989ee675, #w-node-f3ebed38-685e-b560-2a6d-6c8e29d13a82-989ee675 {
    grid-column: span 1 / span 1;
  }
}


