@font-face {
  font-family: Apfel Grotezk;
  src: url('../fonts/ApfelGrotezk-Regular.woff2') format("woff2"), url('../fonts/ApfelGrotezk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apfel Grotezk;
  src: url('../fonts/ApfelGrotezk-Mittel.woff2') format("woff2"), url('../fonts/ApfelGrotezk-Mittel.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--c-white--100);
  --_typography---font-styles--body: Inter, Arial, sans-serif;
  --c-dark--80: #000c;
  --_typography---font-styles--heading: "Apfel Grotezk", Arial, sans-serif;
  --_typography---t-heading--1-rg: 4.5rem;
  --_typography---t-heading--4-rg: 2rem;
  --_typography---t-heading--2-rg: 3rem;
  --_typography---t-heading--3-rg: 2.5rem;
  --_typography---t-heading--5-rg: 1.5rem;
  --_typography---t-heading--6-rg: 1rem;
  --_typography---t-paragraph--1-rg: 1.125rem;
  --color-scheme-1--text: var(--c-dark--100);
  --_primitives---colors--white\<deleted\|relume-variable-neutral-white\>: #fff;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --c-indigo--100: #052699;
  --color-scheme-1--accent: var(--c-indigo--100);
  --c-white--100: #fff;
  --_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>: transparent;
  --c-gray--100: #ced0cf;
  --c-brand--white: #fff;
  --c-azure--100: #126af9;
  --c-brand--bluelight: #126af9;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--c-gray--50);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--c-deep-sea--10);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest\<deleted\|relume-variable-neutral-shade-1\>: #eee;
  --_ui-styles---radius--large: 0px;
  --_typography---t-paragraph--2-rg: 1rem;
  --c-brand--black: #000;
  --_typography---t-paragraph--3-rg: .875rem;
  --c-dark--70: #000000b3;
  --c-dark--50: #00000080;
  --green: #43a047;
  --c-dark--10: #0000001a;
  --c-gray--50: #e6e8e7;
  --c-deep-sea--10: #f7f8fc;
  --c-white--90: #ffffffe6;
  --c-deep-sea--40: #e2e5ef;
  --content-mobile-width: calc(100vw - 16px);
  --input-width: calc(100vw - 55px);
  --mobile-signup-button-width: calc(100vw - 10px);
  --4-rg: .7rem;
  --text--warning: #d08700;
  --_ui-styles---stroke--divider-width: 1px;
  --c-brand--bluedark: #052699;
  --c-brand--darkgray: #ced0cf;
  --c-brand--lightgray: #e6e8e7;
  --c-dark--100: #000;
  --c-dark--20: #0003;
  --c-deep-sea--80: #687193;
  --c-deep-sea--60: #a5abc2;
  --c-deep-sea--20: #f1f2f9;
  --c-deep-sea--100: #222d53;
  --c-gray--20: #f7f7f7;
  --c-white--20: #fff3;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--c-dark--80);
  --_typography---font-styles--body: Inter, Arial, sans-serif;
  --_typography---font-styles--heading: "Apfel Grotezk", Arial, sans-serif;
  --_typography---t-heading--1-rg: 4.5rem;
  --_typography---t-heading--4-rg: 2rem;
  --_typography---t-heading--2-rg: 3rem;
  --_typography---t-heading--3-rg: 2.5rem;
  --_typography---t-heading--5-rg: 1.5rem;
  --_typography---t-heading--6-rg: 1rem;
  --_typography---t-paragraph--1-rg: 1.125rem;
  --_typography---t-paragraph--2-rg: 1rem;
  --_typography---t-paragraph--3-rg: .875rem;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--1-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--2-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--3-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--4-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--5-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--6-rg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-size: var(--_typography---t-paragraph--1-rg);
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  font-size: var(--_typography---t-paragraph--1-rg);
  text-decoration: underline;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 0;
}

img {
  max-width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

em {
  font-style: italic;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.demo_outer_container {
  margin-top: 76px;
}

.container-large.contact-us-large {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large.contact-us-large.email-confirmation-large {
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
}

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

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

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

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  justify-content: center;
  align-items: center;
}

.main-wrapper.is-404 {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.container-10-col {
  width: 100%;
  max-width: 68.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-10-col.security-position {
  position: relative;
}

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.icon-embed-small.is-table-icon {
  display: none;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

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

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

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--c-indigo--100);
  background-color: #0000;
  background-image: linear-gradient(105deg, var(--color-scheme-1--accent), #126af9);
  color: var(--c-white--100);
  text-align: center;
  border-radius: 3rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .35s ease-in-out;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--c-gray--100);
  background-color: var(--c-brand--white);
  color: var(--c-dark--80);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.button.is-secondary.is-small {
  background-image: none;
  justify-content: center;
  align-items: center;
  transition: color .35s ease-in-out, border-color .35s ease-in-out;
  display: flex;
}

.button.is-secondary.is-small:hover {
  border-color: var(--c-azure--100);
  background-color: var(--c-brand--white);
  color: var(--c-azure--100);
}

.button.is-small {
  background-image: linear-gradient(105deg, var(--color-scheme-1--accent), var(--color-scheme-1--accent));
  padding: .5rem 1.25rem;
}

.button.is-small.is-nav-cta:hover {
  border-color: #0000;
}

.button.is-small.is-nav-cta.email-confirmation-button {
  margin-top: 32px;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.button.is-secondary-no-border {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--c-brand--white);
  color: var(--color-scheme-1--accent);
  border-style: none;
  border-width: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.is-secondary-no-border.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.button.is-secondary-no-border.is-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-scheme-1--accent);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button.is-secondary-no-border.is-small.is-tab-btn {
  background-image: none;
  transition: color .35s ease-in-out, background-color .35s ease-in-out;
}

.button.is-secondary-no-border.is-small.is-tab-btn:hover {
  color: var(--c-azure--100);
}

.button.is-secondary-no-border.is-video {
  background-image: none;
  padding: .75rem 2rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.button.is-secondary-no-border.is-video:hover {
  color: var(--c-brand--bluelight);
}

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

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  background-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

.background-color-white {
  background-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--color-scheme-1--text);
  -webkit-text-stroke-color: var(--color-scheme-1--text);
}

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

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

.padding-global.padding-section-large.is-top-only {
  padding-bottom: 0;
}

.padding-global.is-position-relative {
  z-index: 1;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest\<deleted\|relume-variable-neutral-shade-1\>);
  background-color: var(--_primitives---colors--neutral-lightest\<deleted\|relume-variable-neutral-shade-1\>);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.t-heading-1-rg {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--1-rg);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 90%;
}

.t-heading-2-rg {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---t-heading--2-rg);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

.t-paragraph-1-rg {
  font-family: var(--_typography---font-styles--body);
  font-size: var(--_typography---t-paragraph--1-rg);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  font-weight: 400;
  line-height: 150%;
}

.t-paragraph-1-rg.text-color-white {
  text-align: justify;
}

.t-paragraph-1-rg.is-link {
  color: var(--color-scheme-1--accent);
  text-decoration: underline;
  transition: color .35s ease-in-out;
}

.t-paragraph-1-rg.is-link:hover {
  color: var(--c-azure--100);
}

.t-paragraph-2-rg {
  font-family: var(--_typography---font-styles--body);
  font-size: var(--_typography---t-paragraph--2-rg);
  text-align: justify;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.t-paragraph-2-rg.is-link {
  color: var(--c-brand--black);
}

.t-paragraph-2-rg.is-link:hover {
  color: var(--color-scheme-1--accent);
  text-decoration: underline;
}

.t-paragraph-3-rg {
  font-family: var(--_typography---font-styles--body);
  font-size: var(--_typography---t-paragraph--3-rg);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 160%;
}

.t-paragraph-3-rg.transp-70-table {
  color: var(--c-dark--70);
  display: none;
}

.t-paragraph-3-rg.demo_paragraph {
  margin-top: 16px;
  margin-bottom: 24px;
}

.t-quote-1-rg {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Apfel Grotezk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.t-link-3-md {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
}

.t-link-3-md.is-overlay {
  color: var(--color-scheme-1--accent);
  text-transform: uppercase;
  font-weight: 400;
}

.t-link-3-md.is-50 {
  color: var(--c-dark--50);
}

.t-link-3-md.text-color-50-dark {
  transition: color .35s ease-in-out;
}

.t-link-3-md.text-color-50-dark:hover {
  color: var(--color-scheme-1--accent);
}

.t-link-3-md.is-nav-linl {
  color: var(--c-dark--80);
  margin-right: .5rem;
  transition: color .35s ease-in-out;
}

.t-link-3-md.is-nav-linl:hover {
  color: var(--color-scheme-1--accent);
}

.t-link-2-md {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.t-link-1-md {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.t-heading-3-rg {
  font-size: var(--_typography---t-heading--3-rg);
  font-weight: 400;
  line-height: 1.2;
}

.t-heading-3-rg.demo_heading {
  margin-bottom: 8px;
}

.t-heading-4-rg {
  font-size: var(--_typography---t-heading--4-rg);
  font-weight: 400;
  line-height: 1.3;
}

.t-heading-4-rg.signup-success-heading {
  color: var(--green);
}

.t-heading-4-rg.signup-header {
  margin-top: -5px;
}

.t-heading-5-rg {
  font-size: var(--_typography---t-heading--5-rg);
  font-weight: 400;
  line-height: 1.4;
}

.t-heading-6-rg {
  font-size: var(--_typography---t-heading--6-rg);
  font-weight: 400;
  line-height: 1.4;
}

.navbar_component {
  background-color: #fff;
  align-items: center;
  margin-bottom: 8px;
  display: block;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.navbar_logo {
  position: static;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.navbar_menu-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.section_hp-hero {
  z-index: 1;
  color: var(--c-white--100);
  position: relative;
  overflow: hidden;
}

.hp-hero_bg {
  z-index: -1;
  background-image: linear-gradient(#052699, #126af9);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.hp-hero_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hp-hero_bg-wrapper {
  z-index: -1;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hp-hero_bg-inner-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.max-width-8-col {
  width: 100%;
  max-width: 54.5rem;
  margin-left: auto;
  margin-right: auto;
}

.hp-hero_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-6-col {
  width: 100%;
  max-width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
}

.button-cta {
  color: var(--color-scheme-1--accent);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.button-cta:hover {
  color: var(--c-azure--100);
}

.button-cta_left-part {
  background-color: var(--c-brand--white);
  border-radius: 3.5rem;
  padding: .75rem 2rem;
}

.button-cta_left-part:where(.w-variant-a13793da-33b4-c43c-f78a-e6950f9454ca) {
  background-color: var(--c-indigo--100);
  color: var(--c-white--100);
}

.button-cta_right-part {
  background-image: linear-gradient(90deg, #fff, #fff6);
  border-radius: 3.5rem;
  padding: .75rem 1.5rem;
}

.button-cta_right-part:where(.w-variant-a13793da-33b4-c43c-f78a-e6950f9454ca) {
  color: var(--c-white--100);
  background-image: linear-gradient(90deg, #052699, #126af9);
}

.hp-hero_bg-img {
  aspect-ratio: 1318 / 708;
  width: 100%;
  max-width: 82.375rem;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hp-hero_bg-img.careers-bg {
  height: 135%;
}

.hp-hero_asset {
  aspect-ratio: 1096 / 520;
  width: 100%;
  height: auto;
}

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

.partners_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partners_left-part {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33.5rem;
  display: flex;
}

.partners_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partners_img {
  aspect-ratio: 484 / 584;
  width: 100%;
  max-width: 26.5rem;
}

.hp-hero_copy-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.75rem;
  display: flex;
}

.tabs_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tabs_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs_paragraph-part {
  width: 100%;
  max-width: 30.5rem;
}

.tabs_componet {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.tabs_link-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid var(--c-dark--50);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  transition: border-color .35s, color .35s ease-in-out;
  display: flex;
}

.tabs_link-item:hover {
  border-bottom-color: var(--c-azure--100);
  color: var(--c-azure--100);
}

.tabs_link-item.w--current {
  border-bottom-color: var(--c-azure--100);
  color: var(--c-azure--100);
  background-color: #0000;
}

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

.tabs_panel-card {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--c-dark--10);
  background-color: var(--c-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs_icon {
  filter: none;
  width: 2rem;
  height: 2rem;
  transition: filter .35s ease-in-out;
  position: sticky;
}

.tabs_card-text-part {
  flex-flow: column;
  transition: color .3s ease-in-out;
  display: flex;
}

.tabs_card-btn-part {
  opacity: 0;
  height: 0;
  transition: opacity .2s ease-in-out, height .35s ease-in-out;
  overflow: hidden;
}

.btn-links_styles {
  display: none;
}

.tabs_card-bg {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease-in-out;
  position: absolute;
  inset: 0%;
}

.tabs_panel-emty-card {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--c-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners_img-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 26.5rem;
  text-decoration: none;
  display: flex;
}

.partners_img-col {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.partners_box-empty-top {
  grid-row-gap: 40px;
  background-image: linear-gradient(0deg, #f7f8fc, #f7f8fc00);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.partners_box-empty-top.is-top-tight {
  height: 2rem;
}

.partners_img-box {
  grid-row-gap: 2.5rem;
  background-color: #f7f8fc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.partners_img-single {
  aspect-ratio: 8.75 / 5.25;
  object-fit: fill;
  width: 100%;
  height: auto;
  position: sticky;
  overflow: hidden;
}

.partners_box-empty-bottom {
  grid-row-gap: 2.5rem;
  background-image: linear-gradient(0deg, #f7f8fc00, #f7f8fc);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.partners_box-empty-bottom.is-bottom-left {
  height: 2rem;
}

.frame-633197 {
  grid-row-gap: 40px;
  background-image: linear-gradient(0deg, #f7f8fc 0%, #f7f8fc00 100%);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 40px;
  display: flex;
}

.frame-633198 {
  grid-row-gap: 40px;
  background-image: linear-gradient(0deg, #f7f8fc00 0%, #f7f8fc 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 40px;
  display: flex;
}

.section_testimonials {
  overflow: hidden;
}

.testimonials_wraper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.testimonials_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials_paragraph-part {
  width: 100%;
  max-width: 33.5rem;
}

.testimonials_paragraph-part.table_paragraph {
  max-width: none;
}

.testimonials_content-grid {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--c-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 20.5rem;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 .125rem .1875rem #0526990f;
}

.testimonials_qoute-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonials_qoute-author-part {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.data-control_-ard-empty {
  background-color: var(--c-brand--white);
  opacity: .3;
  border-radius: 1rem;
}

.data-control_bg-sphere-box {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.data-control_bg-sphere {
  flex: none;
  width: 110%;
  height: 110%;
}

.section_bottom-gradient {
  background-image: linear-gradient(#e2e5ef00, #e2e5ef 20% 80%, #e2e5ef00);
  overflow: hidden;
}

.data_copy-part {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.data_wraper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.data_content-grid {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.data_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.elements-styles {
  display: none;
}

.data_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--c-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.data_img {
  aspect-ratio: 360 / 156;
  width: 100%;
  height: auto;
  position: static;
}

.data_card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.build-by_top-part {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.build-by_label-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url('../images/bg-border.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 1.75rem;
  display: flex;
}

.build-by_logo-box {
  aspect-ratio: 82 / 20;
  width: 5.125rem;
  height: auto;
  position: sticky;
}

.build-by_label-text {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--accent);
  font-weight: 500;
}

.build-by_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.build-by_left-part {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 26.5rem;
  display: flex;
}

.build-by_heaading-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.build-by_img {
  aspect-ratio: 424 / 308;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: static;
  overflow: clip;
}

.build-by_img.is-abs {
  z-index: -12;
  aspect-ratio: 1319 / 815;
  object-fit: contain;
  object-position: 50% 0%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
  transform: translate(0, -18rem);
}

.build-by_img.about-us-img {
  object-fit: contain;
  object-position: 50% 50%;
}

.build-by_right-part {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 26.5rem;
  display: flex;
}

.build-by_right-part.is-top-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.build-by_content-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.section_cta-box {
  z-index: 10;
  position: relative;
}

.cta-box_wrapper {
  z-index: 1;
  background-image: linear-gradient(#052699, #126af9);
  border-radius: 1.5rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-box_copy-part {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--c-brand--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding: 8rem 2rem 8rem 5rem;
  display: flex;
}

.cta-box_logo-img {
  aspect-ratio: 132 / 32;
  width: 8.25rem;
  height: auto;
  position: sticky;
}

.cta-box_abs-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-box_abs-bg-left-part {
  background-image: url('../images/asset-cta-box-half-linear.svg');
  background-position: 100%;
  background-size: auto;
  width: 50%;
  height: 100%;
}

.cta-box_abs-bg-right-part {
  background-image: url('../images/asset-cta-box-half-gradient_1.webp');
  background-position: 0%;
  background-size: 660px;
  border-bottom-right-radius: 1.5rem;
  width: 50%;
  height: 100%;
}

.cta-box_sreen-part {
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: auto;
  padding-top: 6.5rem;
  padding-left: 6.5rem;
  display: flex;
  overflow: hidden;
}

.cta-box_sreen-img {
  aspect-ratio: 556 / 520;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: static;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.footer_col {
  flex: none;
}

.footer_col.is-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.footer_logo-img {
  opacity: .2;
  width: 2rem;
  height: 2rem;
}

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

.section_table {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.table_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

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

.table_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table_row.is-abs-bg {
  width: 100%;
  height: 100%;
}

.table_row-left-part {
  flex-flow: column;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.table_row-left-part.is-heading {
  padding-top: 1rem;
}

.table_row-left-part.is-abs-bg {
  padding: 2.5rem 0;
}

.table_row-right-part {
  margin-left: -1.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.table_row-right-part.is-heading {
  height: 3.5rem;
}

.table_row-right-part.is-abs-bg {
  padding-left: 0;
  padding-right: 0;
}

.table_icon-before {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.table_row-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--c-gray--50);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.table_row-item-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--c-gray--50);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  padding-bottom: 2rem;
  display: grid;
}

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

.table_icon-after {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  box-shadow: 0 .25rem 1rem #0526994d;
}

.table_row-tables {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

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

.table_row-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table_row-img {
  aspect-ratio: 115 / 28;
  width: auto;
  height: 1.75rem;
  position: relative;
}

.table_row-img.is-small {
  display: none;
  position: relative;
}

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

.table_abs-table {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.table_abs-bg-sec {
  background-color: var(--c-deep-sea--10);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 100%;
}

.table_abs-bg-primary {
  background-color: var(--c-white--90);
  filter: drop-shadow(0 2px 5px #021f860d) drop-shadow(0 24px 48px #15296e1a);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.table_abs-el-img {
  z-index: -10;
  aspect-ratio: 710 / 1149;
  width: 44.375rem;
  height: auto;
  position: absolute;
  inset: 7.875rem -11.5625rem auto auto;
}

.swiper.testimonials_content {
  width: 100%;
}

.swiper.is-compare {
  z-index: 1;
  width: 100%;
}

.swiper-wrapper.testimonials_content-grid {
  width: 100%;
  display: flex;
}

.swiper-wrapper.testimonials_content-grid.swiper-mobile {
  display: none;
}

.swiper-wrapper.is-compare {
  z-index: 1;
  flex-flow: row;
  display: flex;
  position: relative;
}

.swiper-slide.testimonials_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.swiper-slide.is-compare {
  background-color: var(--c-brand--white);
  flex: none;
  width: 100%;
}

.swiper-pagination.is-table, .swiper-pagination.is-testimonial, .swiper-pagination.is-compare {
  display: none;
}

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

.section_compare {
  overflow: hidden;
}

.compare_heading-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.compare_tabs-box {
  z-index: 1;
  display: block;
  position: relative;
}

.compare_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 6.25rem;
  display: flex;
}

.compare_img {
  aspect-ratio: 1088 / 200;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.compare_left-part {
  justify-content: space-between;
  width: 43%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.compare_trigger-box {
  z-index: 1;
  aspect-ratio: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.compare_tabs-content {
  z-index: 1;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  position: relative;
}

.compare_right-part {
  justify-content: space-between;
  width: 43%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.compare_trigger-icon {
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  transition: filter .35s ease-in-out;
  inset: auto;
}

.compare_trigger-icon.is-small {
  width: 1.75rem;
  height: 1.75rem;
}

.compare_trigger-bg {
  opacity: 0;
  filter: blur(10px);
  background-image: linear-gradient(90deg, #0526994d, #052699);
  border-radius: 50%;
  width: 85%;
  height: 8.25rem;
  transition: background-color .35s ease-in-out, opacity .35s ease-in-out;
}

.compare_trigger-bg.is-1 {
  width: 80%;
}

.compare_trigger-bg.is-2 {
  background-image: linear-gradient(90deg, #052699, #000c);
}

.compare_trigger-bg.is-3 {
  background-image: linear-gradient(90deg, #000c, #052699);
}

.compare_trigger-bg.is-4 {
  background-image: linear-gradient(270deg, #0526994d, #052699);
  width: 80%;
}

.compare_trigger-bg.is-abs {
  z-index: -2;
  opacity: 1;
  background-color: #fff;
  background-image: none;
  position: absolute;
  overflow: hidden;
}

.compare_trigger-bg.is-centered {
  z-index: -1;
  background-image: repeating-radial-gradient(circle, #052699, #000c);
  height: 80%;
  margin-bottom: 0;
}

.compare_center-tab {
  z-index: -1;
  aspect-ratio: 1;
  background-image: url('../images/center-tab.png');
  background-position: 50%;
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 15.25rem;
  height: 15.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.is-centered {
  z-index: 1;
  cursor: pointer;
  background-color: #ffffffb3;
  border: .125rem solid #e6e8e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 4.625rem;
  margin-bottom: -1.5rem;
  display: flex;
  position: relative;
}

.compare_center-abs-bg {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/center-tab-hover.png');
  background-position: 50%;
  background-size: 245px;
  width: 100%;
  height: 100%;
  transition: opacity .35s ease-in-out;
  position: absolute;
  inset: 0%;
}

.compare_center-abs-bg.hovered-bg {
  opacity: 1;
}

.compare_label-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.compare_label-line {
  background-color: #e6e8e7;
  width: .125rem;
  height: 1.5rem;
}

.compare_label-circle {
  background-color: #e6e8e7;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
}

.compare_label-text-part {
  opacity: .6;
  color: #222d53;
  text-align: center;
  background-color: #0000;
  padding-top: 0;
  transition: opacity .35s ease-in-out, padding .35s;
}

.compare_bottom-part {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.compare_slider-part {
  z-index: 1;
  width: 100%;
  max-width: 54.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.compare_slide-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  display: flex;
}

.compare_slide-img-wrapper {
  aspect-ratio: 872 / 548;
  width: 100%;
  height: auto;
  position: static;
}

.partners_abs-img {
  z-index: -1;
  aspect-ratio: 1035 / 1389;
  pointer-events: none;
  object-fit: cover;
  width: auto;
  height: 86.8125rem;
  position: absolute;
  inset: -29% 100% 0% auto;
  transform: translate(20.0625rem);
}

.section_404-hero {
  z-index: 1;
  color: var(--c-white--100);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 37.5rem;
  display: flex;
  position: relative;
}

._404-hero_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 54.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

._404_bg-wrapper {
  z-index: -1;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._404-hero_bg {
  z-index: -1;
  background-image: linear-gradient(#052699, #126af9);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

._404_bg-img {
  aspect-ratio: 1318 / 708;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 82.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-embed-custom, .icon-embed-404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5.0625rem;
  display: flex;
}

._404-hero_copy-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hp-hero_bottom-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.hp-hero_bottom-wrapper.toast_wrap {
  aspect-ratio: 1096 / 520;
  width: 100%;
  height: auto;
  position: relative;
}

.toast_item {
  position: absolute;
  inset: 0%;
  transform: scale(.85);
  box-shadow: 0 -3px .9375rem #0937b112;
}

.toast_wrap {
  z-index: 1;
  aspect-ratio: 1096 / 520;
  width: 100%;
  height: auto;
  margin-bottom: -1rem;
  position: relative;
}

.compare_link-nav {
  z-index: 10;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-120%, 50%);
}

.compare_link-nav.is-right {
  left: auto;
  right: 0%;
  transform: translate(120%, 50%);
}

.compare_link-nav-wrapper {
  border: 1px solid var(--c-deep-sea--40);
  background-color: var(--c-brand--white);
  color: var(--c-indigo--100);
  border-radius: 3.5rem;
  padding: .75rem;
  transition: border-color .35s ease-in-out;
}

.compare_link-nav-wrapper:where(.w-variant-a13793da-33b4-c43c-f78a-e6950f9454ca) {
  color: var(--c-white--100);
  background-image: linear-gradient(90deg, #052699, #126af9);
}

.compare_link-nav-wrapper:hover {
  border-color: var(--c-brand--bluelight);
}

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

.terms_wrapper {
  max-width: 54.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.terms_rich-el {
  overflow: visible;
}

.terms_rich-el h1 {
  color: var(--color-scheme-1--text);
  margin-bottom: 2rem;
}

.terms_rich-el h2 {
  color: var(--color-scheme-1--text);
  margin-bottom: 1.5rem;
}

.terms_rich-el h3 {
  margin-bottom: 1rem;
}

.terms_rich-el h4, .terms_rich-el h5 {
  color: var(--color-scheme-1--text);
  margin-bottom: 1rem;
}

.terms_rich-el h6 {
  color: var(--color-scheme-1--text);
  margin-bottom: 1rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.terms_rich-el p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.terms_rich-el ol {
  padding-left: 0;
  overflow: visible;
}

.terms_rich-el a {
  color: var(--c-azure--100);
  text-decoration: underline;
  transition: color .35s ease-in-out;
}

.terms_rich-el a:hover {
  color: var(--color-scheme-1--accent);
}

.terms_rich-el em {
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  height: 600px;
  padding: 40px;
  display: flex;
}

.image {
  max-width: none;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.image-2 {
  z-index: -1;
}

.container-2 {
  display: flex;
}

.container-3 {
  width: 430px;
  height: 550px;
}

.body {
  background-color: var(--color-scheme-1--background);
}

.section_signin {
  z-index: 1;
  background-image: url('../images/auth-gradient.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-4498 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.signin_left-part {
  background-image: url('../images/preauth-banner-bg.svg'), linear-gradient(#052699, #126af9);
  background-position: 100%, 0 0;
  background-size: 100%, auto;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 380px;
  height: 550px;
  padding: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-633190 {
  z-index: 0;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1163.22px;
  height: 616.848px;
  text-decoration: none;
  display: flex;
}

.title-style {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 35.72px;
  text-decoration: none;
  position: static;
  top: 484px;
  left: 60px;
}

.signin_logo-linear {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 61.9999px;
  height: 62.6952px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 404.491px;
  left: 60px;
}

.singin_right-part {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px #1c2b5e17;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 600px;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 24px 48px #15296e1a, 0 2px 5px #021f860d;
}

.singin_right-part.signup-content-frame {
  width: 650px;
  height: auto;
  min-height: 45rem;
}

.singin_right-part.signup-content-frame.google-signup-layout {
  min-height: 40rem;
}

.singin_right-part.signin-mobile-layout {
  width: 650px;
  font-size: .9rem;
}

.logo {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.signing_logotype {
  height: auto;
  position: static;
}

.signin_form-part {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.signin_form-part.signup-spacing {
  grid-row-gap: 1rem;
}

.signin_heading-part {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.signin_heading-part.signup-mobile-header {
  grid-row-gap: 0rem;
  padding-top: 1rem;
}

.button-text {
  color: #373737;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.instruction {
  color: #727272;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.signin_input-part {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-633378 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.signin_label {
  color: #373737;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.signin-login-input {
  grid-row-gap: 8px;
  color: var(--color-scheme-1--text);
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding: .5rem .5rem .5rem 2.375rem;
  font-size: 12px;
  display: flex;
}

.signin-login-input.signup-input {
  width: 500px;
  padding-left: 1rem;
  font-size: 12px;
}

.signin-login-input.signup-input.contact-us-input {
  background-color: var(--color-scheme-1--background);
  width: 100%;
}

.signin-login-input.signup-input.contact-us-input.contact-us-textarea {
  height: 155px;
  padding-top: 1rem;
}

.signin-login-input.login-text {
  width: 500px;
  font-size: 12px;
}

.container-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.email-icon {
  height: auto;
  position: absolute;
  inset: .8125rem auto 0% .8125rem;
  overflow: hidden;
}

.email {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.signin-btn {
  grid-column-gap: 8px;
  background-color: #0a3fbc;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .75rem 2rem;
  text-decoration: none;
  display: flex;
}

.signin-btn.signup-submit-button {
  margin-bottom: -15px;
  font-size: .9rem;
}

.signin-btn.signup-submit-button.signup-only-button {
  width: 400px;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.sign-up-prompt {
  width: 175px;
  display: flex;
}

.sign-up-prompt.signin-prompt {
  width: 159px;
}

.title-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 35.72px;
  text-decoration: none;
}

.title-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35.72px;
  text-decoration: none;
  position: absolute;
  top: 484px;
  left: 60px;
}

.title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 35.72px;
  text-decoration: none;
}

.signin_footer-text {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.signin_footer-link {
  color: #235dee;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.signin_footer-link.prompt-2, .signin_footer-link.prompt-2.w--current {
  width: 50px;
}

.image-3 {
  z-index: -1;
}

.signin_input-box {
  display: flex;
  position: relative;
}

.signin_input-box.signup-input-container {
  margin-bottom: 8px;
}

.signin_input-box.signup-input-container.hidden {
  display: none;
}

.signin_form {
  width: 100%;
}

.nav-mobile, .signin_bg-logo-bottom, .signin_bg-mobile {
  display: none;
}

.text-span {
  color: #0a3fbc;
}

.select-field {
  color: var(--color-scheme-1--text);
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 44px;
}

.select-field.attr-select-field {
  background-image: url('../images/chevron-down.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  width: 500px;
  margin-bottom: 0;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 12px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.checkbox {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #0a3fbc;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox-label {
  font-size: 14px;
}

.checkbox-label.signup-link {
  color: #2769f2;
  margin-left: 4px;
  text-decoration: none;
}

.signin_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.signin_wrapper.is-sign-up {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.signin_footer-copy {
  display: flex;
}

.text-block-2 {
  color: red;
  background-color: #ffdbdb;
  border: 1px solid #c10007;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 44px;
  padding-left: 16px;
  font-size: 12px;
  display: none;
}

.text-block-2.error-signup {
  border-radius: 4px;
}

.text-block-2.error-signup.contact-us-error {
  width: 100%;
}

.signin_form-block {
  width: 100%;
  margin-bottom: 0;
}

.build-by_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.build-by_bottom-part {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--c-dark--10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.5rem;
  display: flex;
  position: relative;
}

.page-styles {
  display: none;
}

.signup-success-image {
  width: 94px;
  height: 94px;
  margin-bottom: -16px;
  margin-left: -8px;
  position: static;
}

.google-button {
  color: var(--c-dark--70);
  background-color: #f3f4f6;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: -3px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.div-block-6 {
  border-bottom: 1px solid #d1d5dc;
  width: 240px;
}

.text-block-3 {
  color: var(--c-dark--50);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}

.google-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: static;
  inset: 41px 0% auto 32%;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 16px;
  display: flex;
}

.rich-privacy-embed {
  width: 100%;
  height: auto;
}

.demo_container {
  filter: drop-shadow(0 24px 48px #15296e1a);
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.demo_image {
  position: static;
}

.demo_image.demo_image_top {
  margin-bottom: 24px;
}

.demo_image.demo_image_top.demo_icon_ambient {
  margin-top: -5px;
  margin-left: -5px;
}

.demo_right_div {
  background-color: var(--color-scheme-1--foreground);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  width: 50%;
  padding: 36px;
}

.demo_left_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 52px;
  display: flex;
}

.t-paragraph-4-rg {
  font-size: var(--4-rg);
  margin-top: 4px;
  margin-bottom: 24px;
}

.t-paragraph-4-rg.demo_paragraph {
  margin-top: 16px;
}

.arrow_button_text {
  margin-right: 8px;
}

.contact-us-container {
  background-color: var(--c-white--90);
  color: var(--c-dark--80);
  border-radius: 16px;
  width: 100%;
  max-width: 870px;
  padding: 64px 64px 52px;
  box-shadow: 0 24px 48px #15296e1a;
}

.contact-us-bg {
  z-index: -1;
  right: -30%;
}

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

.form-block {
  margin-top: 32px;
}

.text-span-2 {
  color: var(--text--warning);
  font-weight: 400;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.form.career-form {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.field-label {
  font-size: var(--_typography---t-paragraph--2-rg);
  font-weight: 400;
}

.div-block-9 {
  width: 100%;
}

.div-block-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 33%;
  display: grid;
}

.image-5 {
  max-width: none;
  height: auto;
  position: static;
}

.link-block {
  position: absolute;
  inset: 0% 5% 0% auto;
}

.image-6 {
  position: static;
}

.blog-banner-link {
  background-color: var(--color-scheme-1--border);
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.link {
  color: var(--color-scheme-1--accent);
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .build-by_img.is-abs {
    transform: translate(0, -21rem);
  }

  .build-by_right-part {
    max-width: 33.4375rem;
  }

  .signin_left-part {
    background-image: url('../images/preauth-banner-bg.svg'), linear-gradient(#052699, #126af9);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .signin-login-input.signup-input {
    padding-left: 14px;
  }

  .demo_container {
    max-width: 1320px;
  }

  .demo_right_div {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .button.is-secondary-no-border.is-small {
    border: 1px solid var(--c-gray--100);
    color: var(--c-dark--80);
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .t-link-3-md.is-nav-linl {
    margin-right: 0;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  }

  .menu-icon1 {
    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-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hp-hero_bg {
    overflow: hidden;
  }

  .hp-hero_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hp-hero_bg-img {
    height: 70%;
  }

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

  .partners_img {
    max-width: 50%;
  }

  .tabs_menu {
    margin-bottom: 2.5rem;
  }

  .tabs_panel-grid {
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .tabs_card-btn-part {
    opacity: 1;
    height: auto;
    padding-top: .75rem;
  }

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

  .testimonials_card {
    min-height: 0;
  }

  .data-control_-ard-empty {
    display: none;
  }

  .data_content-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .data_card {
    flex-flow: wrap;
    width: 40%;
  }

  .cta-box_wrapper {
    flex-flow: column;
  }

  .cta-box_copy-part {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .cta-box_sreen-part {
    border-radius: 0;
    width: 100%;
    padding-top: 0;
  }

  .footer_col.is-right {
    flex: 1;
  }

  .table_row-left-part, .table_row-right-part {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .swiper-wrapper.testimonials_content-grid {
    flex-flow: column;
  }

  .swiper-wrapper.testimonials_content-grid.swiper-pc {
    flex-flow: row;
  }

  .compare_trigger-box.is-centered {
    margin-bottom: -2rem;
  }

  .compare_trigger-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .compare_center-tab {
    background-position: 50%;
    background-size: 100%;
    width: 12rem;
    height: 12rem;
  }

  .partners_abs-img {
    max-width: 50%;
    display: none;
  }

  ._404-hero_wrapper {
    padding: 2rem;
  }

  ._404-hero_bg {
    overflow: hidden;
  }

  .compare_link-nav.is-left {
    transform: translate(-50%, 50%);
  }

  .compare_link-nav.is-right {
    transform: translate(50%, 50%);
  }

  .signin_left-part {
    display: none;
  }

  .singin_right-part.signup-content-frame, .singin_right-part.signin-mobile-layout, .signin-login-input.signup-input.contact-us-input {
    width: 100%;
  }

  .demo_right_div, .demo_left_div {
    padding: 16px;
  }

  .div-block-9, .div-block-10 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-styles--body: Inter, Arial, sans-serif;
    --_typography---font-styles--heading: "Apfel Grotezk", Arial, sans-serif;
    --_typography---t-heading--1-rg: 2.5rem;
    --_typography---t-heading--4-rg: 1.5rem;
    --_typography---t-heading--2-rg: 2rem;
    --_typography---t-heading--3-rg: 2rem;
    --_typography---t-heading--5-rg: 1rem;
    --_typography---t-heading--6-rg: .875rem;
    --_typography---t-paragraph--1-rg: 1rem;
    --_typography---t-paragraph--2-rg: .875rem;
    --_typography---t-paragraph--3-rg: .75rem;
  }

  h4 {
    line-height: 1.4;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .icon-embed-small.is-table-icon {
    display: block;
  }

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

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

  .button.is-secondary-no-border.is-video {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: .875rem;
    line-height: 140%;
  }

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

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

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

  .icon-embed-xxsmall.is-small {
    width: .75rem;
    height: .75rem;
  }

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .t-paragraph-3-rg.transp-70-table {
    display: block;
  }

  .t-quote-1-rg {
    font-size: 1.25rem;
  }

  .t-heading-4-rg {
    line-height: 1.4;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar_logo {
    width: 11rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .hp-hero_wrapper {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hp-hero_bg-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hp-hero_heading-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hp-hero_bg-img {
    object-fit: cover;
    height: 100%;
  }

  .partners_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .partners_left-part {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .partners_img {
    max-width: 33.5rem;
  }

  .hp-hero_copy-wrapper {
    padding-bottom: 3rem;
  }

  .tabs_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tabs_heading-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs_menu {
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: auto;
  }

  .tabs_link-item {
    min-width: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs_panel-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs_panel-card {
    padding: 1.5rem;
  }

  .tabs_card-text-part {
    height: 100%;
  }

  .tabs_card-btn-part {
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .partners_img-wrapper {
    grid-column-gap: .5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .partners_img-col {
    grid-row-gap: .5rem;
  }

  .section_testimonials {
    overflow: visible;
  }

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

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

  .testimonials_content-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .testimonials_qoute-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .data-control_-ard-empty {
    display: none;
  }

  .data-control_bg-sphere-box {
    aspect-ratio: 1;
    width: auto;
    height: 60vw;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section_bottom-gradient {
    width: 100%;
    overflow: hidden;
  }

  .data_wraper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .data_card {
    width: 100%;
  }

  .build-by_top-part {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .build-by_content {
    flex-flow: column;
  }

  .build-by_content.is--bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .build-by_left-part {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .build-by_heaading-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .build-by_img.is-abs {
    transform: translate(0, -8rem);
  }

  .build-by_right-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .cta-box_copy-part {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem 1.5rem;
  }

  .cta-box_logo-img {
    width: 6.25rem;
  }

  .cta-box_sreen-part {
    border-radius: 0;
    padding-left: 1.5rem;
  }

  .footer_wrapper {
    flex-flow: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_col.is-right {
    justify-content: center;
  }

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

  .table_heading-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
  }

  .table_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .table_row-right-part {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table_row-item {
    text-align: center;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .table_row-item-main {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: center;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .table_row-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .table_row-tables {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table_btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .table_row-heading {
    display: none;
  }

  .table_row-img {
    height: 1.125rem;
  }

  .table_row-img.is-small {
    display: block;
  }

  .table_content {
    margin-top: 1.5rem;
  }

  .table_abs-table, .table_abs-el-img {
    display: none;
  }

  .table_row-left-copy-part {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
  }

  .swiper.table_content {
    width: 100%;
    overflow: hidden;
  }

  .swiper.testimonials_content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .swiper-wrapper.table_row-tables {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    width: 100%;
  }

  .swiper-wrapper.testimonials_content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .swiper-wrapper.testimonials_content-grid.swiper-mobile {
    display: flex;
  }

  .swiper-wrapper.testimonials_content-grid.swiper-pc {
    display: none;
  }

  .swiper-slide.table_row, .swiper-slide.testimonials_card {
    flex: none;
    width: 100%;
  }

  .swiper-pagination.is-table {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0;
    display: flex;
  }

  .swiper-pagination.is-testimonial {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    padding: 2.75rem 0 0;
    display: flex;
  }

  .swiper-pagination.is-compare {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0;
    display: flex;
  }

  .compare_heading-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .compare_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 2.5rem;
  }

  .compare_tabs-content {
    display: none;
  }

  .compare_slide-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .partners_abs-img {
    max-width: 33.5rem;
  }

  ._404-hero_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._404_bg-wrapper {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._404_bg-img {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .icon-embed-404 {
    width: 4rem;
    height: 4rem;
  }

  ._404-hero_copy-wrapper {
    padding-bottom: 3rem;
  }

  .compare_link-nav.is-left, .compare_link-nav.is-right {
    display: none;
  }

  .compare_link-nav-wrapper {
    padding: .5rem;
  }

  .terms_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .terms_rich-el ol {
    padding-left: 1.5rem;
  }

  .section {
    background-image: url('../images/preauth-banner-bg.svg'), linear-gradient(0deg, #126af9, #052699);
    background-position: 0%, 0 0;
    background-size: contain, auto;
    height: 200px;
  }

  .signin_form-part {
    grid-row-gap: 2rem;
  }

  .image-3 {
    object-fit: cover;
  }

  .build-by_bottom-part {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 2.5rem;
  }

  .demo_container {
    flex-flow: column;
  }

  .demo_right_div, .demo_left_div {
    width: 100%;
  }

  .contact-us-container {
    padding: 32px 32px 24px;
  }

  .image-5 {
    margin-top: 10px;
  }

  .link-block {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--_typography---t-heading--4-rg);
    font-weight: 500;
  }

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

  .container-large.is-signin {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-small.is-nav-cta.email-confirmation-button {
    margin-top: 16px;
    margin-bottom: 1rem;
  }

  .button.is-secondary-no-border.is-video {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .t-heading-4-rg.signup-header {
    margin-top: 0;
    line-height: 1.1;
  }

  .hp-hero_wrapper, .hp-hero_bg-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs_wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tabs_heading-part, .tabs_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs_panel-grid {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials_heading-part {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials_card {
    min-height: 0;
    padding: 1.5rem;
  }

  .data-control_bg-sphere-box {
    height: 100vw;
    top: 53%;
  }

  .data_heading-part {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .data_card {
    padding: 1.5rem;
  }

  .build-by_img.is-abs {
    transform: translate(0, -6rem);
  }

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

  .table_row-item, .table_row-group {
    justify-content: flex-start;
    align-items: center;
  }

  .compare_heading-part, ._404-hero_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .terms_rich-el ol {
    padding-left: 2rem;
  }

  .section-2 {
    padding: 16px;
  }

  .container {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
  }

  .section_signin {
    background-color: #fff;
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: .5rem;
  }

  .singin_right-part {
    width: var(--content-mobile-width);
    border-radius: 8px;
    height: 100%;
    max-height: 68vh;
    padding: 1rem 1rem 2rem;
  }

  .singin_right-part.signup-content-frame {
    height: auto;
    max-height: none;
    margin-top: 120px;
    padding-bottom: 1rem;
  }

  .singin_right-part.signup-content-frame.google-signup-layout, .singin_right-part.signup-content-frame.signup-form-buttons {
    min-height: auto;
  }

  .singin_right-part.signin-mobile-layout {
    height: auto;
    margin-top: 12.5rem;
    padding: 1rem 1rem 16px;
  }

  .singin_right-part.signin-mobile-layout.signup-success-mobile-layout {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .signing_logotype {
    display: none;
  }

  .signin_form-part {
    grid-row-gap: 30px;
  }

  .signin_heading-part.signup-mobile-header {
    padding-top: 0;
  }

  .button-text {
    font-size: 16px;
  }

  .button-text.signup-mobile-h2 {
    font-size: 14px;
    font-weight: 400;
  }

  .instruction {
    line-height: 130%;
  }

  .signin-login-input {
    width: var(--input-width);
  }

  .signin-login-input.signup-input {
    font-size: 11px;
  }

  .signin-login-input.login-text {
    width: 100%;
    font-size: 11px;
  }

  .signin-btn {
    width: 100%;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .9rem;
  }

  .signin-btn.signup-submit-button {
    font-size: var(--_typography---t-heading--6-rg);
  }

  .signin-btn.signup-submit-button.signup-only-button {
    width: var(--mobile-signup-button-width);
  }

  .sign-up-prompt {
    width: 151px;
  }

  .sign-up-prompt.signin-prompt {
    width: 136px;
  }

  .signin_footer-text {
    font-size: 12px;
  }

  .signin_footer-link {
    width: 47px;
    font-size: 12px;
  }

  .signin_footer-link.prompt-2 {
    width: 43px;
  }

  .container-7 {
    background-color: #fff;
    width: 100%;
    height: 56px;
  }

  .nav-mobile {
    z-index: 1;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-left: 18px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-4 {
    height: 20px;
    position: static;
  }

  .signin_bg-logo-bottom {
    z-index: -1;
    background-image: radial-gradient(circle at 50% 100%, #000c, #052699 50%, #05269900);
    height: 50vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .signin_bg-mobile {
    background-image: url('../images/auth-mobile-bg.svg'), linear-gradient(#052699, #126af9);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    width: 100%;
    height: 12.5rem;
    padding: 16px;
    display: block;
    position: absolute;
    inset: 56px 0% auto;
  }

  .text-block {
    color: var(--color-scheme-1--background);
    font-size: 14px;
    font-weight: 700;
  }

  .text-block.sub {
    font-weight: 400;
  }

  .select-field.attr-select-field {
    width: var(--input-width);
    max-width: 100%;
    padding-right: 1.3rem;
    font-size: 11px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .signin_wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .signin_footer-copy.google-signup-footer, .signin_footer-copy.signin-footer-layout {
    margin-top: 16px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 11px;
  }

  .signup-success-image {
    display: none;
  }

  .google-button, .div-block-5 {
    width: 100%;
  }

  .text-block-4 {
    font-size: var(--_typography---t-heading--6-rg);
  }

  .div-block-7 {
    width: 100%;
  }

  .contact-us-container {
    padding: 1rem 1rem 0;
  }

  .form-block {
    margin-top: 20px;
  }

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-4aa6e155 {
  justify-self: start;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114de-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114df-4aa6e155 {
  justify-self: start;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114e3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114e4-4aa6e155 {
  justify-self: start;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114e8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2765faea-40aa-1cb4-e0c1-edf5c19114e9-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-4aa6e155 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-4aa6e155 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-4aa6e155 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-4aa6e155 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-4aa6e155 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-4aa6e155 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-4aa6e155 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-4aa6e155, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-4aa6e155 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-4aa6e155, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-4aa6e155, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-4aa6e155 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-4aa6e155, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-4aa6e155 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-4aa6e155, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-4aa6e155 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-4aa6e155, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-4aa6e155, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-4aa6e155, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-4aa6e155, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-4aa6e155, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-4aa6e155, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-4aa6e155, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-4aa6e155 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-4aa6e155 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-4aa6e155 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-4aa6e155 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-4aa6e155 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-4aa6e155, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-4aa6e155 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-4aa6e155, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-4aa6e155, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-4aa6e155, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-4aa6e155, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-4aa6e155, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-4aa6e155, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-4aa6e155 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-4aa6e155, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-4aa6e155, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-4aa6e155 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-4aa6e155, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-4aa6e155, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-4aa6e155 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-4aa6e155, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-4aa6e155, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-4aa6e155 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-4aa6e155, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-4aa6e155, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-4aa6e155 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-4aa6e155, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-4aa6e155, #w-node-ee961e8d-845a-edc3-3307-509470022457-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-4aa6e155 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-4aa6e155, #w-node-ee961e8d-845a-edc3-3307-50947002245b-4aa6e155, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-4aa6e155 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-4aa6e155, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-4aa6e155, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-4aa6e155 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-4aa6e155, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-4aa6e155, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-4aa6e155 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-4aa6e155, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-4aa6e155, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-4aa6e155 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-4aa6e155, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-4aa6e155, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-4aa6e155 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-4aa6e155, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-4aa6e155, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-4aa6e155 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-4aa6e155 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-4aa6e155 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-4aa6e155 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-4aa6e155 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-4aa6e155 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-4aa6e155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-4aa6e155 {
  justify-self: start;
}


@font-face {
  font-family: 'Apfel Grotezk';
  src: url('../fonts/ApfelGrotezk-Regular.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apfel Grotezk';
  src: url('../fonts/ApfelGrotezk-Mittel.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Mittel.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}