:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--white: white;
  --light-grey-background: #eff1f4;
  --font-family: Roobert, sans-serif;
  --base-color-brand--black: black;
  --base-color-neutral--white: white;
  --yellow: #d4ff5c;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-system--success-green-light: #ecfdf3;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --dark-green: #005741;
  --dark-grey: #696e75;
  --sea-green: #00bc8d;
  --base-color-neutral--neutral-dark: #444;
  --white-archive\<deleted\|variable-1766b841\>: white;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --accessible-components--dark-grey: #9b9b9b;
  --untitled-ui--warning300: #fec84b;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --light-grey: #e5e8ec;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  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: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 1100px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-large.align-center {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-width-large.align-center.div-100 {
  max-width: none;
}

.max-width-large.div-venue-wrapper {
  max-width: 22rem;
  background-color: var(--base-color-brand--white);
  border: 1px #ddd;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2);
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--light-grey-background);
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  width: 100%;
  max-width: 420px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 42px;
  display: flex;
}

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

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

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

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

.container-small.width-24 {
  max-width: 24rem;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 0;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge {
  margin: 3rem 0 0;
}

.margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium {
  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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  z-index: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

.margin-bottom.margin-xlarge.no-margin {
  margin-bottom: 0;
}

.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-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  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-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.medium-text-black {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.medium-text-black.text-color-white-medium {
  color: var(--base-color-neutral--white);
}

.medium-text-black.color-white---margin {
  font-family: var(--font-family);
  color: var(--base-color-brand--white);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.medium-text-black.padding-text {
  padding-bottom: 30px;
}

.medium-text-black.color-black {
  color: var(--base-color-brand--black);
}

.medium-text-black.text-align {
  text-align: center;
  margin-bottom: 20px;
}

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

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

.icon-embed-small {
  z-index: auto;
  width: 2rem;
  height: 2rem;
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.icon-embed-small.hide-mobile-landscape.color-white {
  color: var(--base-color-brand--black);
}

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

.rl-styleguide_callout-link-wrapper-colors {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  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 rgba(0, 0, 0, .14);
}

.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 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.form_checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  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-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button-1 {
  width: 100%;
  max-width: none;
  min-width: 240px;
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  font-family: var(--font-family);
  color: var(--base-color-neutral--black);
  text-align: center;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
}

.button-1:hover {
  border-color: var(--yellow);
  box-shadow: 0 0 20px -2px var(--yellow);
}

.button-1.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-1.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.button-1.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-1.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

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

.button-1.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-1.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button-1.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-1.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-1.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-1.button-min-width {
  min-width: 320px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-1.non-width {
  min-width: auto;
}

.button-1.font-18 {
  font-size: 20px;
  line-height: 30px;
}

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

.heading-style-h4 {
  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;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .18);
}

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

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

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: rgba(190, 74, 165, .1);
}

.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 {
  height: auto;
  min-height: 2.75rem;
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--light-grey-background);
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  border-radius: 6px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.form_input:focus {
  border-color: #000;
}

.form_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.form_input.is-select-input {
  background-image: none;
}

.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;
  align-items: center;
  justify-items: 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 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
}

.heading-2---cta {
  font-family: var(--font-family);
  color: var(--base-color-neutral--white);
  margin-bottom: 16px;
  font-size: 94px;
  font-weight: 500;
  line-height: 104px;
}

.background-color-white {
  background-color: var(--base-color-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 {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  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;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  color: var(--base-color-system--success-green-light);
}

.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(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.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;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  width: 100%;
  min-width: 100%;
  border: 4px #e83636;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: static;
}

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

.padding-section-large {
  width: 100%;
  object-fit: contain;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: visible;
}

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

.padding-section-large._5-padding {
  margin-left: 5%;
  margin-right: 5%;
}

.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;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  height: 100%;
  min-width: 3rem;
  background-color: #eee;
  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 {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  font-family: var(--font-family);
  color: var(--text-color--text-error);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

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

.rl-styleguide_component {
  width: 100%;
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.loader5_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader5_text-wrapper {
  display: flex;
}

.loader5_number {
  color: var(--base-color-neutral--white);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}

.loader5_progress-bar {
  width: 20%;
  height: 100%;
  background-color: var(--base-color-neutral--white);
}

.loader5_progress-content {
  align-self: flex-end;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.loader5_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

.loader5_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader5_instructions-list {
  padding-left: 1.25rem;
}

.loader5_progress {
  width: 100%;
  height: 3rem;
  border-bottom: 1px solid var(--base-color-neutral--white);
  position: relative;
}

.loader-5-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader5_component {
  z-index: 9999;
  height: 100dvh;
  background-color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader5_loading-animation {
  display: none;
}

.loader5_text {
  color: var(--base-color-neutral--white);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}

.loader5_instructions-list-item {
  padding-left: .5rem;
}

.loader-wrapper {
  min-height: 100vh;
  display: flex;
}

.small-title {
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.small-title.text-18 {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  font-size: 22px;
  line-height: 32px;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
}

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

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

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

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

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

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

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

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

.home_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--dark-green);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_hero-header_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.section_home_hero-header {
  position: relative;
}

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

.home_hero-header_card {
  min-height: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

.error-message {
  border-radius: 6px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.success-message {
  height: auto;
  min-height: auto;
  background-color: rgba(0, 255, 34, .19);
  border-radius: 6px;
  padding: 1.5rem;
}

.home_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--base-color-neutral--white);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.home_how-it-works_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home_how-it-works_timeline-wrapper {
  position: relative;
}

.home_how-it-works_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.home_how-it-works_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.home_how-it-works_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.home_how-it-works_progress-bar-wrapper {
  width: 2px;
  height: 75%;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.home_feature_image {
  width: 100%;
  height: 100%;
}

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

.success-text {
  max-width: none;
  font-family: var(--font-family);
  color: var(--dark-green);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.home_cta_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.error-text {
  font-family: var(--font-family);
  color: var(--text-color--text-error);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.home_cta_image {
  width: 100%;
  height: 100%;
}

.home_blog-list_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.home_blog-list_date-wrapper {
  align-items: center;
  display: flex;
}

.home_blog-list_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home_blog-list_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.home_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.home_blog-list_author-image-wrapper {
  margin-right: 1rem;
}

.home_blog-list_author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.home_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.home_blog-list_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.home_blog-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.home_blog-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_blog-list_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.home_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer6_column-heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

.footer6_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--base-color-neutral--black);
}

.footer6_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

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

.footer6_form-block {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0;
}

.loader4_progress-bar {
  width: 20%;
  height: 100%;
  background-color: var(--base-color-neutral--white);
}

.loader4_background-bottom {
  height: 50%;
  background-color: #005741;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_loading-animation {
  display: none;
}

.loader-4-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader4_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader4_instructions-list-item {
  padding-left: .5rem;
}

.loader4_progress-background {
  width: 100%;
  height: 100%;
  background-color: var(--base-color-neutral--white);
  opacity: .25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_progress-wrapper {
  z-index: 1;
  width: 40%;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.loader4_instructions-list {
  padding-left: 1.25rem;
}

.loader4_number {
  font-family: var(--font-family);
  color: var(--base-color-system--success-green-light);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.loader4_progress {
  width: 100%;
  height: .25rem;
  position: relative;
}

.loader4_background-top {
  height: 50%;
  background-color: #005741;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader4_progress-content {
  width: 100%;
  justify-content: space-between;
  margin-top: .75rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loader4_component {
  z-index: 9999;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader4_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader4_text-wrapper {
  display: flex;
}

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

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

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_component {
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px none var(--border-color--border-primary);
  background-color: rgba(0, 87, 65, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

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

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_link {
  z-index: auto;
  color: var(--base-color-neutral--white);
  padding: .5rem 1rem;
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.navbar2_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.home_2_hero-header_image {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  object-fit: cover;
}

.home_2_hero-header_component {
  max-width: 1200px;
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_home_2_hero-header {
  background-color: #005741;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_2_hero-header_content {
  z-index: 100;
  max-width: 35rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: relative;
}

.section_home_3_feature {
  z-index: 99;
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.home_4_testimonial_client-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.home_4_testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.button-wrapper {
  display: flex;
}

.home_4_testimonial_mask {
  width: 30%;
  align-items: flex-start;
  display: block;
  overflow: visible;
}

.home_4_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home_4_testimonial_logo {
  max-height: 3rem;
}

.home_4_testimonial_content {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--border-color--border-primary);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  transition: all .3s;
  display: grid;
  position: relative;
}

.home_4_testimonial_content:hover {
  border-top-style: none;
  box-shadow: 0 0 20px rgba(115, 115, 115, .2);
}

.home_4_testimonial_customer-image {
  width: 100%;
  height: auto;
  max-height: 240px;
  min-height: auto;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.home_4_testimonial_client {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_4_testimonial_slide {
  padding-right: 1.5rem;
}

.home_4_testimonial_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px none var(--border-color--border-primary);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 44%;
}

.home_4_testimonial_arrow:hover {
  opacity: 1;
  background-color: #d1d1d1;
}

.home_4_testimonial_arrow.is-left {
  background-color: var(--base-color-brand--black);
  right: 50%;
}

.home_4_testimonial_arrow.is-left:hover {
  opacity: 1;
  background-color: #d1d1d1;
}

.home_4_testimonial_logo-wrapper {
  height: 90px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.home_4_testimonial_component {
  width: 100%;
  height: auto;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0%;
  padding-bottom: 5rem;
  display: none;
  position: relative;
  overflow: visible;
}

.home_4_testimonial_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_4_testimonial_arrow-icon.color-black {
  color: var(--base-color-brand--black);
}

.section_home_4_testimonial {
  width: 100%;
  background-color: var(--light-grey-background);
  border: 10px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_home_4_testimonial.real {
  display: none;
}

.home_5_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.home_5_gallery_image-wrapper {
  width: 100%;
  border-radius: 10px;
}

.home_5_gallery_image2 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.home_5_gallery_image3 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.section_home_5_gallery {
  background-color: #eff1f4;
  display: none;
}

.home_5_gallery_image5, .home_5_gallery_image7, .home_5_gallery_image1, .home_5_gallery_image6 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.home_5_gallery_image4 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.home_5_gallery_component {
  column-count: 3;
  column-gap: 2rem;
}

.home_8_logo-list_logo {
  max-height: 3.5rem;
}

.home_8_logo-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_9_contact_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

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

.home_10_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_10_cta {
  min-height: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_10_cta_background-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_10_cta_background-image.desktop-bg-cta {
  width: 100%;
  height: 110%;
  max-width: none;
  object-fit: contain;
  display: none;
}

.home_10_cta_background-image.mobile-bg-cta {
  object-fit: contain;
  display: inline-block;
}

.heading-1 {
  font-family: var(--font-family);
  color: var(--yellow);
  letter-spacing: normal;
  font-size: 64px;
  font-weight: 300;
  line-height: 74px;
}

.icon-embed-custom {
  z-index: 1;
  width: 45rem;
  height: 100%;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.div-overview-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-2 {
  z-index: 1;
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  align-items: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  display: block;
  position: relative;
}

.icon-embed-custom-2 {
  z-index: auto;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
}

.icon-embed-custom-2.color-yellow {
  color: #d4ff5c;
}

.div-heading-wrapper {
  position: relative;
}

.icon-embed-custom-3 {
  width: 100%;
  height: auto;
  max-width: 95%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: auto;
}

.icon-embed-custom-4 {
  width: 10rem;
  height: 2rem;
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-text-2 {
  font-family: var(--font-family);
  color: var(--dark-grey);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.medium-text-white {
  font-family: var(--font-family);
  color: var(--base-color-brand--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.navbar-no-shadow {
  z-index: 1000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: 1100px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: auto;
  max-width: 900px;
  background-color: #005741;
  border: 1px #005741;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--base-color-brand--white);
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #d4ff5c;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #68ff86;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #68ff86;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #d4ff5c;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.button-2 {
  width: 100%;
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta3_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-color-white-2 {
  color: var(--base-color-neutral--white);
}

.section_cta3 {
  max-height: none;
  border-top: 1px solid #fff;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.small-title-2 {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  margin-top: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-4 {
  margin-top: 10px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image {
  width: 100%;
  max-height: 200px;
  min-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.link-button-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-button-2:hover {
  color: var(--sea-green);
}

.icon-embed-custom-6 {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 50%;
  right: auto;
}

.text-size-medium-3 {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  background-color: #fff;
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.text-align-center-2 {
  text-align: center;
  align-items: flex-start;
  display: flex;
}

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

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

.link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-button:hover {
  color: var(--sea-green);
}

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

.contact-modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_contact-modal1 {
  position: relative;
}

.contact-modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--base-color-neutral--white);
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: grid;
  position: relative;
  overflow: auto;
}

.padding-section-large-2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: static;
}

.padding-section-large-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.form_checkbox-icon-2 {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 6px;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

.contact-modal1_form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.contact-modal1_component {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.container-large-4 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contact-modal1_close-button {
  color: var(--base-color-neutral--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header5 {
  min-height: auto;
  background-color: var(--dark-green);
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header5_content {
  height: 100%;
  max-height: 50rem;
  min-height: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

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

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

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

.icon-embed-custom-7 {
  width: 90rem;
  height: 56.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-8 {
  width: 72.75rem;
  height: 67.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-text {
  font-family: var(--font-family);
  color: var(--base-color-system--success-green-light);
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.icon-embed-custom-9 {
  width: 10rem;
  height: 3rem;
  color: var(--base-color-system--success-green-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-10 {
  width: .5625rem;
  height: .5rem;
  color: var(--base-color-system--success-green-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-11 {
  width: 6rem;
  height: 3rem;
  color: var(--base-color-system--success-green-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-logos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-4 {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.medium-text-grey {
  font-family: var(--font-family);
  color: var(--dark-grey);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.button-3 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-3.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.layout352_circle {
  width: .9375rem;
  height: .9375rem;
  background-color: var(--base-color-neutral--black);
  box-shadow: 0 0 0 8px var(--base-color-neutral--white);
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to top, var(--base-color-neutral--white), rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout352_timeline {
  z-index: -3;
}

.layout352_date-text {
  text-align: right;
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 24px;
  line-height: 34px;
}

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

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

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

.layout352_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #b3b3b3;
  position: absolute;
}

.layout352_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: var(--base-color-neutral--black);
  position: fixed;
  top: 0;
  bottom: 50vh;
}

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

.layout-352-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
}

.layout352_heading {
  background-color: var(--base-color-neutral--white);
}

.layout352_image-wrapper {
  overflow: hidden;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout352_fade-overlay-top {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to bottom, var(--base-color-neutral--white), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

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

.section_layout352 {
  z-index: -3;
  display: none;
  position: relative;
}

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

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

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

.medium-title {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

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

.button-4 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-4.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.section_layout414 {
  background-color: #fff;
  display: none;
  overflow: hidden;
}

.layout414_content-bottom {
  width: 100vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.layout414_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout414_content-top {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout414_image-wrapper {
  width: 30vw;
}

.layout414_image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

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

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

.button-5 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-5.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.layout428_content-left {
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.section_layout428 {
  background-color: #fff;
  display: none;
}

.layout428_content-left-bottom {
  margin-top: 5rem;
  margin-left: 10%;
  margin-right: 5%;
}

.layout428_image-wrapper {
  width: 100%;
}

.max-width-medium-3 {
  width: 100%;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout428_image1 {
  width: 100%;
  height: 100%;
  max-width: 20rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

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

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

.layout428_image2 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

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

.button-6 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-6.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.section_layout420 {
  background-color: #fff;
  display: none;
}

.layout420_content-left {
  height: 100vh;
  max-width: 35rem;
  flex-direction: column;
  justify-content: center;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout420_content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout420_card {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout420_card.card-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Placeholder-Image-3.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout420_card.card-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Placeholder-Image-4.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout420_card.card-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Placeholder-Image-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout420_card.card-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Placeholder-Image-1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout420_card-content {
  max-width: 35rem;
}

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

.layout415_component {
  height: 300vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.button-7 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-7.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout415 {
  background-color: #fff;
  display: none;
}

.layout415_content {
  height: 100vh;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

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

.layout-415-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

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

.layout415_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout415_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout415_card.card-3.z-index-3, .layout415_card.card-1 {
  z-index: 3;
}

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

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

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

.text-size-medium-9.text-weight-bold {
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 20px;
  line-height: 30px;
}

.button-8 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

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

.faq9_item {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  cursor: auto;
  border-top: 1px solid #efefef;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1.5rem 0;
  transition: all .3s;
  display: grid;
}

.faq9_item:hover {
  background-color: rgba(239, 241, 244, 0);
}

.faq9_item.first-item-faq9 {
  cursor: pointer;
  border-top-style: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq9_item.first-item-faq9:hover {
  background-color: rgba(246, 246, 246, 0);
}

.section_faq9 {
  background-color: #fff;
  position: relative;
}

.container-large-10 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.div-speakers-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.small-text-3 {
  font-family: var(--font-family);
  color: var(--base-color-neutral--neutral-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

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

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

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

.gallery6_image {
  width: 100%;
  height: 100%;
  max-height: 190px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
}

.gallery6_image.big-image {
  max-height: 280px;
  aspect-ratio: auto;
  object-fit: cover;
}

.gallery6_image-wrapper, .gallery6_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.section_gallery6 {
  background-color: var(--light-grey-background);
  position: relative;
}

.container-large-11 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-custom-12 {
  width: 3.8125rem;
  height: 4.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-9 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_content-wrapper {
  z-index: 1000;
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  position: static;
  overflow: scroll;
}

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

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

.modal-content-replace-this-div {
  width: 100%;
  height: 150vh;
  border: 2px dashed rgba(0, 0, 0, .1);
}

.modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-10 {
  color: var(--background-color--background-alternate);
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  margin-top: 0;
  padding: 0;
  font-family: "Versostest Bf 64644 B 6 F 9286 B";
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.text-block, .text-block-2 {
  font-family: var(--font-family);
  color: var(--base-color-system--success-green-light);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-5 {
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.heading-5.no-margin-top {
  margin-top: 0;
}

.mediu {
  margin-bottom: 20px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.icon-embed-custom-14 {
  width: 3rem;
  height: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.div-block {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.section_onboarding6 {
  display: flex;
  position: relative;
}

.onboarding6_progress-wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.onboarding6_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.onboarding6_block {
  margin-bottom: 0;
}

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

.onboarding6_navbar {
  width: 100%;
  height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.onboarding6_progress {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.onboarding6_progress.progress-current, .onboarding6_progress.completed {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.onboarding6_component {
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.onboarding6_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.onboarding6_footer {
  width: 100%;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.onboarding6_radio-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  margin: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.onboarding6_radio-icon.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.onboarding6_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.form_input-2 {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input-2.is-icon-left {
  padding-left: 2.75rem;
}

.form_input-2.is-select-input {
  background-image: none;
}

.onboarding6_progress-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.onboarding6_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.onboarding6_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
}

.success-message-2 {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.onboarding6_form {
  width: 100%;
  max-width: 45rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.onboarding6_radio {
  border: 1px solid var(--border-color--border-primary);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.onboarding6_radio.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.onboarding6_button-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.button-11 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.modal1_component-2 {
  z-index: 1000000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button-12 {
  border: 1px none var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button-13 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-14 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-15 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-16, .button-17, .button-18, .button-19 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.div-block-2 {
  display: flex;
}

.backtotop_component {
  z-index: 100;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.backtotop_button {
  width: 3rem;
  height: 3rem;
  background-color: var(--sea-green);
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.backtotop_button:hover {
  opacity: .64;
}

.button-20 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-20.is-tooltip-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.tooltip2_card-wrapper {
  z-index: 2;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.tooltip2_responsive {
  display: none;
}

.tooltip2_pointer {
  z-index: 2;
  width: .75rem;
  height: .75rem;
  background-color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip2_pointer.is-bottom-pointer {
  margin-top: .375rem;
  margin-bottom: 0;
  top: 0%;
  bottom: auto;
}

.tooltip2_image-wrapper {
  width: 100%;
  margin-bottom: .75rem;
}

.tooltip2_tooltip-wrapper {
  width: 15rem;
  padding-bottom: .75rem;
  position: absolute;
  bottom: 100%;
}

.tooltip2_tooltip-wrapper.is-bottom-wrapper {
  padding-top: .75rem;
  padding-bottom: 0;
  top: 100%;
  bottom: auto;
}

.tooltip2_image {
  width: 100%;
  height: 100%;
}

.tooltip2_component {
  z-index: 2;
  width: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button-21 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-21.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-21.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.section_layout254 {
  display: none;
}

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.layout254_image-wrapper {
  width: 100%;
  position: relative;
}

.layout254_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.layout254_image {
  width: 100%;
  height: 100%;
}

.layout254_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.section_layout397 {
  display: none;
}

.button-22 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-22.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

.layout397_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

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

.layout397_card-small {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout397_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

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

.section_layout477 {
  display: none;
}

.button-23 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-23.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-23.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.layout477_image2 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.layout477_image3 {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.layout477_image-wrapper2 {
  width: 35%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.layout477_image-group {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.layout477_image-wrapper1 {
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.layout477_image-wrapper3 {
  width: 40%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.layout477_image1 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

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

.cta38_link-image {
  width: 75%;
  max-width: 35rem;
}

.cta38_link-block {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.section_cta38 {
  display: none;
}

.cta38_instructions-list {
  padding-left: 1.25rem;
}

.cta38_link-image-wrapper {
  z-index: 1;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta38_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.cta38_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cta38_instructions-list-item {
  padding-left: .5rem;
}

.cta38_link-text {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta-38-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

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

.cta38_instructions-callout-image {
  margin-top: 1.5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.cta38_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-3 {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 42px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  color: var(--base-color-brand--black);
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.heading-6.min-width {
  width: 60px;
  font-family: var(--font-family);
  font-weight: 600;
}

.icon-embed-small-2 {
  width: 2rem;
  height: 2rem;
  color: #d4ff5c;
  position: absolute;
  top: 8.1%;
  bottom: auto;
  left: auto;
  right: 7.2%;
}

.icon-embed-custom-15 {
  width: 12.25rem;
  height: 27.5rem;
  color: var(--sea-green);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-embed-custom-16 {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.div-block-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-embed-custom-17 {
  width: 9rem;
  height: 9rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.html-embed {
  width: 2rem;
  height: 2rem;
  color: var(--sea-green);
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 4%;
  transform: rotate(45deg);
}

.html-embed.html-embed-2 {
  color: var(--sea-green);
  right: 6%;
}

.html-embed.html-embed-3 {
  right: 8%;
}

.modal1_content-wrapper-2 {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  overflow: scroll;
}

.button-24 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.icon-embed-custom-18 {
  width: 4rem;
  height: 4rem;
  color: var(--base-color-system--success-green-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.div-block-8 {
  width: 7rem;
  height: 7rem;
  background-color: #005741;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.first-list-item {
  padding-left: 0;
}

.logo1_logo {
  width: 12rem;
  max-height: 4rem;
}

.logo1_logo.okx {
  width: 6rem;
}

.logo1_logo.dfg {
  width: 7rem;
}

.logo1_logo.token {
  width: 12rem;
}

.logo1_logo.desig {
  width: 7rem;
}

.logo1_logo.p12 {
  width: 4rem;
}

.logo1_logo.anim {
  width: 6rem;
  color: #13aced;
  cursor: auto;
}

.logo1_logo.cov {
  width: 10rem;
}

.logo1_logo.curve, .logo1_logo.sushi {
  width: 8rem;
}

.logo1_logo.mask {
  width: 9rem;
}

.logo1_logo.social {
  width: 10rem;
}

.logo1_logo.sub {
  width: 12rem;
}

.logo1_logo.bic {
  width: 9rem;
  color: #ff4e17;
}

.logo1_logo.eth {
  width: 8rem;
}

.logo1_logo.trust {
  width: 9rem;
}

.logo1_logo.sky {
  width: 6rem;
}

.logo1_logo.pyth {
  width: 9rem;
}

.logo1_logo.cyber, .logo1_logo.vista {
  width: 12rem;
}

.logo1_logo.vista {
  width: 10rem;
}

.logo1_logo.part {
  width: 13rem;
}

.logo1_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.logo-wrapper {
  width: 100%;
  height: 100px;
  cursor: auto;
  background-color: #f7f7f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.logo-wrapper:hover {
  opacity: 1;
}

.icon-embed-custom-19 {
  width: 21.6875rem;
  height: 4.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.uui-navbar08_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

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

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

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

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar08_dropdown-list.w--open {
  width: 40rem;
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  padding: 1.25rem;
  left: -100%;
}

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

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

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

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

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

.uui-navbar08_component {
  min-height: 5rem;
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.link-block {
  display: none;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.uui-navbar07_link {
  font-family: var(--font-family);
  color: var(--base-color-brand--white);
  align-items: center;
  padding: .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .3s;
}

.uui-navbar07_link:hover, .uui-navbar07_link.w--current {
  color: var(--sea-green);
}

.uui-navbar07_link.last-item-navlink {
  padding-right: 1.5rem;
}

.uui-navbar07_link.first-navlink {
  padding-left: 1.5rem;
}

.uui-navbar07_link.black {
  color: var(--base-color-brand--black);
}

.uui-navbar07_link.black:hover, .uui-navbar07_link.black.w--current, .uui-navbar07_link.current {
  color: var(--sea-green);
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

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

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

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

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar07_dropdown-list.w--open {
  width: 20rem;
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  padding: .75rem;
  right: -100%;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu {
  background-color: rgba(0, 87, 65, 0);
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: 0;
  display: flex;
  position: static;
}

.uui-navbar07_menu.white {
  background-color: var(--base-color-brand--white);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, .2);
}

.uui-navbar07_logo-link {
  padding-left: 0;
  display: none;
}

.uui-navbar07_container {
  width: auto;
  height: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  width: 100%;
  min-height: auto;
  border-bottom: 1px none var(--untitled-ui--gray100);
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.uui-navbar07_component.fixed {
  position: fixed;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.uui-navbar05_link {
  color: var(--untitled-ui--gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

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

.uui-navbar05_bottom-bar-background {
  width: 200vw;
  background-color: var(--untitled-ui--gray50);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50vw;
  right: -50vw;
}

.uui-navbar05_bottom-bar {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

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

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

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

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

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

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar05_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  min-width: 100vw;
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 5.0625rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_menu-dropdown {
  position: static;
}

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

.uui-navbar05_logo-link {
  padding-left: 0;
}

.uui-navbar05_component {
  min-height: 5rem;
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.html-embed-4 {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0;
  transform: rotate(-45deg);
}

.text-block-3 {
  display: none;
}

.container {
  max-width: 100%;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_component {
  background-color: var(--base-color-brand--black);
}

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

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

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.container-large-17 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer3_credit-text {
  font-family: var(--font-family);
  color: var(--base-color-brand--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.icon-embed-custom-20 {
  width: 9.4rem;
  height: 2rem;
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-4 {
  font-family: var(--font-family);
  color: var(--dark-grey);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.icon-embed-custom-21, .icon-embed-custom-22 {
  width: 3.8125rem;
  height: 4.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-wrapper-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.logos-wrapper-container.plat-sponsor, .logos-wrapper-container.gold-sponsor, .logos-wrapper-container.silver-sponsor {
  grid-template-rows: auto;
}

.heading-7 {
  background-color: var(--base-color-brand--white);
  font-family: var(--font-family);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.div-block-10 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11 {
  width: 100%;
  height: 1px;
  background-color: #e5e8ec;
  position: absolute;
}

.icon-embed-custom-23 {
  width: 3rem;
  height: 3rem;
  color: var(--dark-green);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-embed-custom-24 {
  width: 3rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0);
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  font-family: var(--font-family);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.fs_modal-2_heading {
  font-family: var(--font-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  width: 100%;
  object-fit: cover;
}

.fs_modal-2_wrapper {
  z-index: 100000;
  width: 100%;
  max-width: 700px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: fixed;
}

.fs_modal-2_cover {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_popup {
  z-index: 1000000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--font-family);
  color: var(--base-color-brand--black);
  cursor: pointer;
  background-color: rgba(19, 120, 209, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.fs_modal-2_button:hover {
  background-color: rgba(0, 87, 65, .1);
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: flex;
}

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

.icon-embed-custom-25 {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.heading-8 {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.icon-embed-custom-26 {
  width: 7rem;
  height: 2rem;
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  position: static;
  right: -14%;
}

.image-3.bg-desktop {
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.image-3.bg-mobile {
  display: none;
}

.icon-embed-custom-27 {
  width: 11.9375rem;
  height: 2.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-28 {
  width: 5.9375rem;
  height: 1.8125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-29 {
  width: 8.3125rem;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-30 {
  width: 3.25rem;
  height: 1.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-31 {
  width: 8.25rem;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-32 {
  width: 16.0625rem;
  height: 2.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-33 {
  width: 7.125rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  width: 62%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-span {
  display: none;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: var(--base-color-brand--white);
  font-size: 94px;
  font-weight: 500;
  line-height: 104px;
}

.icon-embed-custom-34 {
  width: 6.4375rem;
  height: 1.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-35 {
  width: 10.375rem;
  height: 2.6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-36 {
  width: 10rem;
  height: 2.4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-37, .icon-embed-custom-38 {
  width: 13.375rem;
  height: 3.5625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-39 {
  width: 10.5rem;
  height: 3.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-40 {
  width: 12.625rem;
  height: 3.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-41 {
  width: 13.375rem;
  height: 3.5625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-42 {
  width: 10.625rem;
  height: 2.3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-43 {
  width: 7rem;
  height: 2.8125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-44 {
  width: 11.125rem;
  height: 3.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-45 {
  width: 6rem;
  height: 2.8125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-46 {
  width: 9.875rem;
  height: 2.5625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-47 {
  width: 13.75rem;
  height: 2.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.uui-testimonial15_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial15_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.collection-list {
  width: 33%;
  align-items: flex-start;
  display: flex;
}

.swiper-button {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.container-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swiper-button__border {
  width: 100%;
  height: 100%;
  border: 1px dashed #ff5e00;
  border-radius: 100rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-team {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.swiper.is-team {
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
}

.swiper-slide.is-team {
  width: 20rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.swiper-top {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.wrapper {
  overflow: hidden;
}

.item {
  width: 30vw;
  height: 50vh;
  min-width: 30vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading {
  font-size: 1.6rem;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.section-2 {
  min-height: 100vh;
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

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

.content {
  background-color: #111;
}

.fs-slider_collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.fs-slider_collection-list-wrapper {
  display: flex;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.fs-slider_mask {
  width: 30%;
  overflow: visible;
}

.fs-slider_slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 7rem;
  display: flex;
}

.fs-slider_slide {
  margin-right: 1.5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-nav {
  display: none;
}

.logo_speaker {
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 150px;
  min-height: 50px;
  min-width: 140px;
  object-fit: contain;
}

.icon-embed-custom-50 {
  width: 8.375rem;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-embed-custom-52 {
  width: 10rem;
  height: 2.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-53 {
  width: 3.375rem;
  height: 2.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-54 {
  width: 14.75rem;
  height: 2.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .max-width-large.div-venue-wrapper {
    max-width: 28rem;
    border: 1px #ddd;
  }

  .medium-text-black {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
  }

  .medium-text-black.color-white---margin {
    font-size: 26px;
    line-height: 36px;
  }

  .form_checkbox-label.text-size-small {
    font-size: 16px;
    line-height: 26px;
  }

  .button-1.button-min-width, .button-1.non-width {
    font-size: 20px;
    line-height: 30px;
  }

  .form_input {
    background-color: var(--light-grey-background);
    font-size: 18px;
    line-height: 28px;
  }

  .heading-2---cta {
    font-size: 104px;
    line-height: 114px;
  }

  .padding-section-large._4-rem-padding {
    padding-top: 10rem;
  }

  .small-title.text-18 {
    font-size: 24px;
    line-height: 34px;
  }

  .success-text {
    font-size: 18px;
    line-height: 28px;
  }

  .home_2_hero-header_content {
    max-width: none;
    margin-left: 0;
  }

  .home_4_testimonial_content {
    height: auto;
  }

  .home_4_testimonial_logo-wrapper {
    display: flex;
  }

  .section_home_10_cta {
    min-height: 33.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home_10_cta_background-image.desktop-bg-cta {
    height: 100%;
    display: inline-block;
  }

  .home_10_cta_background-image.mobile-bg-cta {
    display: none;
  }

  .heading-1 {
    letter-spacing: normal;
    font-size: 84px;
    line-height: 94px;
  }

  .div-overview-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 58px;
  }

  .icon-embed-custom-3 {
    width: 100%;
    max-width: 95%;
  }

  .small-text-2, .medium-text-white, .small-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .image {
    max-height: 280px;
  }

  .link-button-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-size-medium-3 {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
  }

  .link-button {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-modal1_component {
    display: none;
  }

  .icon-embed-custom-9 {
    width: 16rem;
  }

  .icon-embed-custom-10 {
    width: 2rem;
    height: 1rem;
  }

  .icon-embed-custom-11 {
    width: 8rem;
    height: 3.5rem;
  }

  .medium-text-grey {
    font-size: 18px;
    line-height: 28px;
  }

  .medium-title {
    font-size: 28px;
    line-height: 38px;
  }

  .small-text-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-2 {
    width: 54px;
    height: 54px;
  }

  .logo-wrapper {
    width: 100%;
    height: 100px;
  }

  .uui-navbar07_link, .text-block-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .logos-wrapper-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fs_modal-2_component {
    display: flex;
  }

  .image-3 {
    right: -20%;
  }

  .image-3.bg-desktop {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    margin-right: 0;
  }

  .image-wrapper {
    width: 55%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-span-2 {
    letter-spacing: normal;
    font-size: 104px;
    line-height: 114px;
  }

  .fs-slider_mask {
    width: 30%;
  }
}

@media screen and (min-width: 1440px) {
  .section_home_10_cta {
    min-height: 38rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header5_content {
    min-height: auto;
  }

  .logo-wrapper {
    width: 100%;
    height: 100px;
  }

  .uui-navbar07_link.first-navlink {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logos-wrapper-container {
    grid-row-gap: 1rem;
  }

  .image-3.bg-desktop {
    object-fit: cover;
  }

  .image-wrapper {
    width: 50%;
  }

  .text-span-2 {
    letter-spacing: normal;
  }

  .fs-slider_mask {
    width: 28%;
  }
}

@media screen and (min-width: 1920px) {
  .section_home_10_cta {
    min-height: 52rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrapper {
    width: 40%;
  }

  .fs-slider_mask {
    width: 26%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-large.div-venue-wrapper {
    max-width: 22rem;
  }

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

  .medium-text-black {
    z-index: 1;
    font-size: 16px;
    line-height: 26px;
    position: relative;
  }

  .medium-text-black.color-white---margin {
    font-size: 22px;
    line-height: 32px;
  }

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

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

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

  .form_checkbox-label.text-size-small {
    font-size: 14px;
    line-height: 24px;
  }

  .button-1.button-min-width {
    min-width: 280px;
  }

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

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

  .form_input {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-2---cta {
    font-size: 80px;
    line-height: 90px;
  }

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

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

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

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

  .padding-section-large._5-padding {
    margin-left: 12%;
    margin-right: 12%;
  }

  .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 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    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;
  }

  .loader5_text {
    font-size: 6rem;
  }

  .small-title.text-18 {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

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

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

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

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

  .navbar1_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_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .home_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .home_feature_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .success-text {
    font-size: 16px;
    line-height: 26px;
  }

  .home_cta_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .error-text {
    font-size: 16px;
    line-height: 26px;
  }

  .home_blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

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

  .footer6_form-block {
    min-width: auto;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

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

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

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

  .home_2_hero-header_image {
    height: auto;
    max-height: none;
  }

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

  .home_2_hero-header_content {
    width: 100%;
    max-width: none;
    margin-left: 10%;
    margin-right: 5%;
    position: static;
  }

  .home_4_testimonial_mask {
    width: 40%;
  }

  .home_4_testimonial_content {
    height: auto;
    padding: 1rem;
  }

  .home_4_testimonial_slide {
    padding-right: 1rem;
  }

  .home_4_testimonial_arrow {
    right: 44%;
  }

  .home_4_testimonial_arrow.is-left {
    right: 52%;
  }

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

  .home_9_contact_component {
    grid-column-gap: 2rem;
  }

  .home_10_cta_background-image.desktop-bg-cta {
    height: 105%;
    object-fit: contain;
  }

  .heading-1 {
    font-size: 64px;
    line-height: 74px;
  }

  .icon-embed-custom {
    width: 100%;
    position: absolute;
    right: -50%;
  }

  .div-overview-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .icon-embed-custom-3 {
    width: 100%;
    height: auto;
  }

  .small-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .medium-text-white {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #005741;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .link-button-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .icon-embed-custom-6 {
    left: 55%;
  }

  .text-size-medium-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .link-button {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .contact-modal1_component {
    display: none;
  }

  .header5_content {
    width: 100%;
    max-height: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    overflow: hidden;
  }

  .container-large-5 {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 46px;
  }

  .medium-text-grey {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .medium-title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .layout414_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .layout428_content-left-bottom {
    margin-top: 4.5rem;
  }

  .layout420_content-left {
    height: 100svh;
    margin-right: 3rem;
  }

  .layout420_card {
    height: 100svh;
  }

  .layout415_component {
    height: 300svh;
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout415_content {
    height: 100svh;
  }

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

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

  .small-text-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

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

  .gallery6_image {
    max-height: 260px;
  }

  .gallery6_image.big-image {
    max-height: 440px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .icon-embed-custom-13 {
    width: 8rem;
    height: 1.8rem;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .cta38_link-text {
    font-size: 3.25rem;
  }

  .div-block-3 {
    border-top: 1px solid #e7e7e7;
    border-left-style: none;
    padding-top: 42px;
    padding-left: 0;
  }

  .heading-6.min-width {
    width: 80px;
  }

  .icon-embed-small-2 {
    top: 8.4%;
    right: 9%;
  }

  .icon-embed-custom-15 {
    width: 10rem;
    height: 25rem;
  }

  .icon-embed-custom-16 {
    width: 2.8rem;
    height: 2.8rem;
    top: 18%;
    left: 2%;
  }

  .div-block-5 {
    top: -1.2%;
  }

  .icon-embed-custom-17 {
    top: -11%;
  }

  .html-embed {
    bottom: 1%;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logo1_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .logo-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar08_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet-2 {
    display: none;
  }

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

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

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

  .uui-navbar08_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

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

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    height: 100vh;
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

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

  .uui-navbar07_link {
    width: 100%;
    color: var(--base-color-brand--white);
    padding: .75rem;
    font-size: 15px;
    line-height: 25px;
  }

  .uui-navbar07_link:hover {
    color: var(--sea-green);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--untitled-ui--gray900);
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    height: auto;
    border-top: 1px none var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 87, 65, 0);
    background-clip: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 0;
    position: static;
    overflow: auto;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

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

  .uui-navbar05_link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui--gray900);
  }

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

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    height: 100vh;
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

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

  .text-block-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .logos-wrapper-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-embed-custom-24 {
    right: 30%;
  }

  .fs_modal-2_content {
    padding: 3rem;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .image-3 {
    max-height: 100%;
    max-width: 100%;
    right: -10%;
  }

  .image-3.bg-desktop {
    display: none;
  }

  .image-3.bg-mobile {
    display: inline-block;
  }

  .image-wrapper {
    width: 100%;
    position: static;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-slider_mask {
    width: 40%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-large.div-venue-wrapper {
    max-width: 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-bottom.margin-large.no-margin {
    margin-bottom: 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;
  }

  .medium-text-black {
    font-size: 16px;
  }

  .medium-text-black.color-white---margin {
    font-size: 20px;
    line-height: 30px;
  }

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

  .icon-embed-small {
    top: 4.7%;
    right: 3.8%;
  }

  .icon-embed-small.hide-mobile-landscape {
    color: var(--base-color-neutral--white);
    display: none;
  }

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

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

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

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

  .form_checkbox-label.text-size-small {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .button-1 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-1.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .button-1.button-min-width {
    min-width: 240px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-1.non-width, .button-1.font-18 {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .heading-2---cta {
    font-size: 70px;
    line-height: 80px;
  }

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

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

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

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

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

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

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

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

  .loader5_text {
    font-size: 4rem;
  }

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

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

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

  .image-overlay-layer {
    z-index: 1;
    background-color: var(--dark-green);
  }

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

  .home_hero-header_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .home_how-it-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .home_how-it-works_progress-bar-wrapper {
    left: 2rem;
  }

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

  .success-text {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .home_cta_component {
    grid-row-gap: 3rem;
  }

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

  .footer6_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .loader4_progress-wrapper {
    width: 70%;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .home_2_hero-header_component {
    padding-top: 4rem;
  }

  .home_2_hero-header_content {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5%;
    padding-top: 0;
    display: flex;
  }

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

  .home_4_testimonial_mask {
    width: 50%;
  }

  .home_4_testimonial_content {
    height: auto;
    padding: 1rem;
  }

  .home_4_testimonial_client {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .home_4_testimonial_slide {
    padding-right: 1.5rem;
  }

  .home_4_testimonial_arrow {
    right: 38%;
  }

  .home_4_testimonial_arrow.is-left {
    right: 50%;
  }

  .home_4_testimonial_logo-wrapper {
    height: 70px;
  }

  .home_5_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .home_5_gallery_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .home_8_logo-list_logo {
    max-height: 3rem;
  }

  .home_8_logo-list_component {
    padding-top: 1rem;
  }

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

  .home_10_cta_background-image.desktop-bg-cta {
    display: none;
  }

  .home_10_cta_background-image.mobile-bg-cta {
    object-fit: contain;
    display: block;
  }

  .heading-1 {
    font-size: 64px;
    line-height: 74px;
  }

  .icon-embed-custom {
    padding-top: 80px;
    position: static;
  }

  .div-overview-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .icon-embed-custom-4 {
    width: 8rem;
    height: 1.5rem;
  }

  .small-text-2 {
    line-height: 26px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: center;
    padding: 6px;
  }

  .nav-link {
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 0;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .section_cta3 {
    max-height: none;
  }

  .small-title-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .image {
    max-height: 280px;
  }

  .icon-embed-custom-6 {
    display: none;
    top: auto;
    bottom: 20%;
    left: auto;
    right: 0%;
  }

  .text-size-medium-3 {
    font-size: 16px;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .link-button {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    height: auto;
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem 5%;
    display: flex;
  }

  .padding-section-large-2 {
    z-index: auto;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

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

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

  .contact-modal1_component {
    align-items: center;
    display: none;
  }

  .header5_content {
    width: 100%;
    min-height: auto;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 0;
  }

  .container-large-5 {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .small-text {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 42px;
  }

  .medium-text-grey {
    font-size: 16px;
  }

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

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

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    width: 100%;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
  }

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

  .medium-title {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .layout414_content-top {
    grid-template-columns: 1fr;
  }

  .layout414_image-wrapper {
    width: 40vw;
  }

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

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

  .layout428_content-left-bottom {
    margin-top: 3rem;
  }

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

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

  .layout420_content-left {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .layout420_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .layout420_content-right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

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

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

  .layout415_content {
    height: 100%;
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }

  .layout415_card {
    margin-left: 1.5rem;
  }

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

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

  .faq9_item {
    grid-column-gap: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .image-2 {
    width: 42px;
    height: 42px;
  }

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

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

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

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .icon-embed-custom-14 {
    right: 14%;
  }

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

  .onboarding6_progress-wrapper {
    flex-wrap: wrap;
  }

  .onboarding6_navbar, .onboarding6_footer {
    height: 4rem;
  }

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

  .onboarding6_step {
    padding: 2rem;
  }

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

  .modal1_component-2 {
    align-items: flex-start;
  }

  .text-size-medium-12, .text-size-medium-13, .text-size-medium-14, .text-size-medium-15, .text-size-medium-16 {
    font-size: 1rem;
  }

  .layout254_left {
    grid-row-gap: 3rem;
  }

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

  .layout254_right {
    grid-row-gap: 3rem;
  }

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

  .layout397_card-large-content {
    padding: 1.5rem;
  }

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

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

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

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

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta38_link-text {
    font-size: 2.25rem;
  }

  .cta38_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .div-block-3 {
    padding-top: 24px;
  }

  .icon-embed-custom-15 {
    width: 8rem;
    height: 20rem;
  }

  .icon-embed-custom-16 {
    width: 2.2rem;
    height: 2.2rem;
    top: 17%;
    left: 2%;
  }

  .div-block-5 {
    top: -1%;
  }

  .icon-embed-custom-17 {
    width: 7rem;
    height: 7rem;
    top: -9%;
  }

  .html-embed {
    width: 1.5rem;
    height: 1.5rem;
    bottom: 2%;
  }

  .modal1_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .logo1_logo.okx, .logo1_logo.dfg {
    width: 5rem;
  }

  .logo1_logo.token {
    width: 10rem;
  }

  .logo1_logo.desig {
    width: 5rem;
  }

  .logo1_logo.p12 {
    width: 3rem;
  }

  .logo1_logo.anim {
    width: 5rem;
  }

  .logo1_logo.cov {
    width: 7rem;
  }

  .logo1_logo.curve, .logo1_logo.sushi, .logo1_logo.mask {
    width: 6rem;
  }

  .logo1_logo.social, .logo1_logo.sub {
    width: 8rem;
  }

  .logo1_logo.bic, .logo1_logo.eth, .logo1_logo.trust {
    width: 6rem;
  }

  .logo1_logo.sky {
    width: 4rem;
  }

  .logo1_logo.pyth {
    width: 6rem;
  }

  .logo1_logo.cyber {
    width: 9rem;
  }

  .logo1_logo.vista {
    width: 10rem;
  }

  .logo1_logo.part {
    width: 11rem;
  }

  .logo1_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .logo-wrapper {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-custom-19 {
    width: 9rem;
    height: 3rem;
  }

  .menu-icon_line-bottom {
    width: 18px;
    background-color: var(--base-color-brand--black);
    color: var(--base-color-brand--white);
  }

  .menu-icon_line-bottom.white {
    background-color: var(--base-color-brand--white);
  }

  .menu-icon_line-middle {
    width: 20px;
    background-color: var(--base-color-brand--black);
    color: var(--base-color-brand--black);
  }

  .menu-icon_line-middle.white {
    background-color: var(--base-color-brand--white);
  }

  .menu-icon_line-top {
    width: 18px;
    background-color: var(--base-color-brand--black);
    color: var(--base-color-brand--white);
  }

  .menu-icon_line-top.white {
    background-color: var(--base-color-brand--white);
  }

  .menu-icon_component {
    width: 48px;
    margin-right: 0;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: rgba(0, 0, 0, 0);
  }

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

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-text-size-small.hide-mobile-landscape, .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar08_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--base-color-brand--black);
    border-bottom: 1px #e7e7e7;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: .25rem .5rem .25rem 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
  }

  .uui-navbar07_link:hover, .uui-navbar07_link.w--current {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-color: var(--yellow);
  }

  .uui-navbar07_link.last-item-navlink {
    border-bottom-style: none;
    margin-top: .25rem;
    margin-bottom: 0;
    padding-right: .5rem;
  }

  .uui-navbar07_link.first-navlink {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    line-height: 26px;
  }

  .uui-navbar07_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-navbar07_menu {
    height: auto;
    background-color: var(--base-color-brand--white);
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px 20px;
    position: absolute;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .2);
  }

  .uui-navbar07_logo-link {
    display: flex;
  }

  .uui-navbar07_container {
    width: auto;
    height: auto;
    background-color: var(--base-color-brand--white);
    border-radius: 6px;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 1rem;
    margin-right: 0;
    padding: 0;
  }

  .uui-navbar07_container.green {
    background-color: var(--dark-green);
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar05_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

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

  .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-3 {
    font-family: var(--font-family);
    color: var(--base-color-brand--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    position: absolute;
    top: 11px;
    left: -50px;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .logos-wrapper-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .logos-wrapper-container.plat-sponsor {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-10 {
    margin-bottom: 20px;
  }

  .icon-embed-custom-23 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .icon-embed-custom-24 {
    width: 3rem;
    height: 4rem;
    display: none;
    top: 10%;
    right: 0%;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_description {
    font-size: 15px;
    line-height: 25px;
  }

  .fs_modal-2_heading {
    font-size: 28px;
    line-height: 38px;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_wrapper {
    max-width: 90%;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-3 {
    max-height: 100%;
    max-width: 100%;
    position: static;
  }

  .image-3.bg-desktop {
    display: none;
  }

  .image-3.bg-mobile {
    z-index: 11;
    display: inline-block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-wrapper {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .text-span {
    display: flex;
  }

  .text-span-2 {
    font-size: 78px;
    line-height: 88px;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

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

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

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .fs-slider_mask {
    width: 50%;
  }

  .logo_speaker {
    width: 100%;
    max-height: 50px;
    max-width: 120px;
    min-height: 30px;
    min-width: 120px;
  }
}

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

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

  .max-width-large.div-venue-wrapper {
    padding: 16px;
  }

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

  .medium-text-black {
    font-size: 14px;
    line-height: 24px;
  }

  .medium-text-black.color-white---margin {
    font-size: 18px;
    line-height: 28px;
  }

  .medium-text-black.text-align {
    font-size: 14px;
    line-height: 24px;
  }

  .icon-embed-small {
    right: 4.5%;
  }

  .form_checkbox-label.text-size-small {
    font-size: 14px;
    line-height: 24px;
  }

  .button-1 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-1.button-min-width {
    min-width: 200px;
    font-size: 16px;
    line-height: 26px;
  }

  .button-1.non-width {
    font-size: 16px;
    line-height: 26px;
  }

  .button-1.font-18 {
    font-size: 18px;
    line-height: 28px;
  }

  .form_input {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-2---cta {
    font-size: 54px;
    line-height: 64px;
  }

  .icon-embed-xxsmall {
    width: 1.3rem;
    height: 1.3rem;
    color: var(--base-color-brand--white);
    display: flex;
  }

  .icon-embed-xxsmall.color-black {
    width: 1rem;
    height: 1rem;
    color: var(--base-color-brand--black);
  }

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

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

  .small-title.text-18 {
    font-size: 18px;
    line-height: 28px;
  }

  .home_hero-header_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_how-it-works_component, .home_feature_component {
    grid-template-columns: 1fr;
  }

  .success-text {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .error-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer6_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home_2_hero-header_component {
    grid-template-columns: 1fr;
  }

  .section_home_3_feature {
    z-index: 99;
  }

  .home_4_testimonial_mask {
    width: 80%;
    height: auto;
  }

  .home_4_testimonial_slide {
    padding-right: 1rem;
  }

  .home_4_testimonial_arrow {
    right: 32%;
  }

  .home_4_testimonial_logo-wrapper {
    height: 60px;
  }

  .home_8_logo-list_component {
    justify-content: center;
  }

  .home_10_cta_background-image.mobile-bg-cta {
    display: block;
  }

  .heading-1 {
    font-size: 46px;
    line-height: 56px;
  }

  .icon-embed-custom {
    padding-top: 100px;
  }

  .div-overview-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .icon-embed-custom-4 {
    width: 8rem;
    height: 2rem;
  }

  .small-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .medium-text-white {
    font-size: 14px;
    line-height: 24px;
  }

  .navbar-no-shadow {
    background-color: rgba(0, 87, 65, 0);
  }

  .navbar-wrapper {
    background-color: #005741;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .nav-menu {
    border-radius: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    z-index: 100;
    cursor: pointer;
    background-color: rgba(0, 188, 141, 0);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all .3s;
    display: block;
    top: 0;
    right: 0;
  }

  .menu-button:hover {
    opacity: 1;
    background-color: rgba(1, 149, 112, 0);
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: rgba(0, 188, 141, 0);
  }

  .small-title-2, .link-button-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .icon-embed-custom-6 {
    width: 2rem;
    height: 2rem;
    display: none;
    bottom: 5%;
  }

  .text-size-medium-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .link-button {
    font-size: 16px;
    line-height: 26px;
  }

  .show-mobile-landscape {
    max-width: 80%;
  }

  .contact-modal1_component {
    display: none;
  }

  .contact-modal1_close-button {
    top: 12px;
    right: 12px;
  }

  .small-text {
    font-size: 16px;
    line-height: 26px;
  }

  .icon-embed-custom-9 {
    width: 9rem;
    height: 2.5rem;
  }

  .icon-embed-custom-11 {
    width: 5rem;
    height: 3rem;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .medium-text-grey {
    font-size: 14px;
    line-height: 24px;
  }

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

  .medium-title {
    font-size: 18px;
    line-height: 28px;
  }

  .medium-title.color-grey {
    color: var(--dark-grey);
    font-size: 14px;
    line-height: 24px;
  }

  .layout414_content-top, .layout415_component {
    grid-template-columns: 1fr;
  }

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

  .small-text-3 {
    font-size: 12px;
    line-height: 22px;
  }

  .div-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-2 {
    width: 36px;
    height: 36px;
  }

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

  .modal1_component {
    display: none;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .icon-embed-custom-13 {
    width: 6rem;
    height: 1.6rem;
  }

  .icon-embed-custom-14 {
    width: 1.5rem;
    height: 4rem;
  }

  .div-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .onboarding6_form-content {
    grid-row-gap: 1.5rem;
  }

  .onboarding6_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    display: grid;
  }

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

  .onboarding6_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .modal1_component-2 {
    display: none;
  }

  .backtotop_component {
    right: 10px;
  }

  .backtotop_button {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
  }

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

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

  .menu-burger {
    color: var(--base-color-neutral--white);
    display: flex;
    position: absolute;
    bottom: -10px;
    right: 0;
  }

  .icon-embed-small-2 {
    right: 12%;
  }

  .icon-embed-custom-15 {
    width: 6rem;
    height: 16rem;
  }

  .icon-embed-custom-16 {
    width: 1.5rem;
    height: 1.5rem;
    top: 20%;
    left: 3%;
  }

  .icon-embed-custom-17 {
    width: 5rem;
    height: 5rem;
    top: -6%;
  }

  .html-embed.html-embed-2 {
    right: 8%;
  }

  .html-embed.html-embed-3 {
    right: 12%;
  }

  .first-list-item {
    padding-left: .5rem;
  }

  .logo1_logo.vista {
    width: 6rem;
  }

  .logo1_logo.part {
    width: 9rem;
  }

  .logo1_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
  }

  .logo-wrapper {
    width: 100%;
    height: 80px;
    border-radius: 6px;
    padding: 0;
  }

  .icon-embed-custom-19 {
    width: 9rem;
    height: 2rem;
    color: var(--base-color-brand--white);
    display: flex;
  }

  .menu-icon_line-bottom, .menu-icon_line-middle, .menu-icon_line-top {
    width: 18px;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .line-menu {
    width: 24px;
    height: 2px;
    min-height: auto;
    min-width: auto;
    background-color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-close {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--base-color-brand--white);
    display: none;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .link-block {
    display: flex;
  }

  .uui-navbar07_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .uui-navbar07_link.first-navlink {
    line-height: 24px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar07_menu {
    border: 1px #000;
    border-radius: 6px;
  }

  .uui-navbar07_container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

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

  .html-embed-4 {
    width: 1rem;
    height: 1rem;
    margin-bottom: 2px;
  }

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

  .footer3_bottom-wrapper {
    padding-bottom: 1rem;
  }

  .icon-embed-custom-20 {
    width: 8.6rem;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .logos-wrapper-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .logos-wrapper-container.plat-sponsor {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .icon-embed-custom-23 {
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-custom-24 {
    display: none;
  }

  .fs_modal-2_description {
    font-size: 14px;
    line-height: 24px;
  }

  .fs_modal-2_heading {
    font-size: 24px;
    line-height: 34px;
  }

  .fs_modal-2_content {
    border-radius: 6px;
    padding: 1rem;
  }

  .fs_modal-2_wrapper {
    border-radius: 6px;
  }

  .fs_modal-2_popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .fs_modal-2_button {
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-13 {
    align-items: flex-start;
    padding-top: 20px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .icon-embed-custom-26 {
    width: 6rem;
    height: 1.5rem;
  }

  .text-span-2 {
    font-size: 56px;
    line-height: 66px;
  }

  .icon-embed-custom-49 {
    background-color: #e0e0e0;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

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

  .fs-slider_mask {
    width: 80%;
  }

  .logo_speaker {
    width: 100%;
  }
}

#w-node-d20a6796-2fab-e30d-0b73-9df81fcb804e-9823e1f7, #w-node-d20a6796-2fab-e30d-0b73-9df81fcb804f-9823e1f7, #w-node-_1d5c0358-13af-6fa9-f395-ac9bf708bf23-9823e1f7, #w-node-_1d5c0358-13af-6fa9-f395-ac9bf708bf24-9823e1f7, #w-node-e5dc6694-d5c0-0453-18c8-74cd9a851d6d-9823e1f7, #w-node-_067608aa-5002-e7e6-b47d-42927daf88f2-9823e1f7, #w-node-_067608aa-5002-e7e6-b47d-42927daf88f3-9823e1f7, #w-node-d02701ac-4d1f-2925-8962-43ca807bb06d-9823e1f7, #w-node-b1856259-b296-0ff7-c5e9-e825c8a67b4d-9823e1f7, #w-node-b1856259-b296-0ff7-c5e9-e825c8a67b50-9823e1f7, #w-node-_04de445e-5fae-6cf0-2424-cbc1ec6bcb79-9823e1f7, #w-node-_04de445e-5fae-6cf0-2424-cbc1ec6bcb7c-9823e1f7, #w-node-_35a0451d-616c-c6d7-4d1c-fd47344f4792-9823e1f7, #w-node-_35a0451d-616c-c6d7-4d1c-fd47344f4795-9823e1f7, #w-node-_27077472-87ad-c8cd-b578-cd06054b0873-9823e1f7, #w-node-_27077472-87ad-c8cd-b578-cd06054b0874-9823e1f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3198b988-a597-fda4-0c81-0024affe5248-9823e1f7 {
  align-self: auto;
}

#w-node-_3198b988-a597-fda4-0c81-0024affe5249-9823e1f7, #w-node-_3198b988-a597-fda4-0c81-0024affe524c-9823e1f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3198b988-a597-fda4-0c81-0024affe524f-9823e1f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3198b988-a597-fda4-0c81-0024affe5252-9823e1f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_47c5f051-76a7-24b1-47c7-50c5c159eb69-9823e1f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7bcdafa-b8fc-4acb-1e38-1a4038e21705-9823e1f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_068af377-bb27-b9c4-1f97-2d5624b9850f-9823e1f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b93a3429-2432-fdc5-dd2a-8c3dd56182d0-9823e1f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78cd25a8-fa62-e47d-952d-cf2ba3d01a4a-9823e1f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7654be2-52d4-47aa-7777-7eb16e07d510-9823e1f7, #w-node-d7654be2-52d4-47aa-7777-7eb16e07d512-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a24265-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a2426d-9823e1f7, #w-node-_1231abe5-ee97-7ab7-1c66-37e3e685e0f1-9823e1f7, #w-node-_098bc195-c197-5dae-42d8-d093a9843be9-9823e1f7, #w-node-ea258ab4-6eab-cf9b-141f-c2875f180939-9823e1f7, #w-node-d3702174-b535-3d80-93bb-416c4c465e6c-9823e1f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de5d445a-354f-f7ac-8f0b-b9da3c4f5f16-9823e1f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0041ec65-41bd-2cb4-55e6-c3ecde51a0b0-9823e1f7 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-9823e236 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-9823e236 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-9823e236, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-9823e236, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-9823e236, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-9823e236, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-9823e236, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-9823e236 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-9823e236 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-9823e236 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-9823e236, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-9823e236, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-9823e236 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-9823e236, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-9823e236, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-9823e236 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-9823e236, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-9823e236, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-9823e236 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-9823e236, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-9823e236, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-9823e236 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-9823e236, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-9823e236, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-9823e236 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-9823e236, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-9823e236, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-9823e236 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-9823e236, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-9823e236, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-9823e236 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-9823e236, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-9823e236, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-9823e236 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-9823e236, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-9823e236 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-9823e236 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-9823e236 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-9823e236, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-9823e236, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-9823e236, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-9823e236, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-9823e236, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-9823e236, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-9823e236 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-9823e236, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-9823e236, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-9823e236 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-9823e236, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-9823e236, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-9823e236 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-9823e236, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-9823e236, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-9823e236 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-9823e236, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-9823e236, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-9823e236 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-9823e236, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-9823e236, #w-node-ee961e8d-845a-edc3-3307-509470022457-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-9823e236 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-9823e236, #w-node-ee961e8d-845a-edc3-3307-50947002245b-9823e236, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-9823e236 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-9823e236, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-9823e236, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-9823e236 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-9823e236, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-9823e236, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-9823e236 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-9823e236, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-9823e236, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-9823e236 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-9823e236, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-9823e236, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-9823e236 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-9823e236, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-9823e236, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-9823e236 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-9823e236 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-9823e236 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-9823e236 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-9823e236 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-9823e236 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-9823e236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-9823e236 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_78cd25a8-fa62-e47d-952d-cf2ba3d01a4a-9823e1f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f17aa56a-b5ab-f093-c8df-282b9c327013-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a2426d-9823e1f7, #w-node-_098bc195-c197-5dae-42d8-d093a9843be9-9823e1f7, #w-node-ea258ab4-6eab-cf9b-141f-c2875f180939-9823e1f7, #w-node-d3702174-b535-3d80-93bb-416c4c465e6c-9823e1f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1f95365-a42b-009b-6dbd-c1c97eceee18-9823e1f7, #w-node-_235ca8ed-5b1c-e140-bd1c-755e45ce2281-9823e1f7, #w-node-c1ea6704-2130-aee6-5858-a4938bed778e-9823e1f7, #w-node-_39aab282-6ec9-5c50-343a-5e15547c0bc2-9823e1f7, #w-node-d7654be2-52d4-47aa-7777-7eb16e07d510-9823e1f7, #w-node-d7654be2-52d4-47aa-7777-7eb16e07d512-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a24265-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a2426d-9823e1f7, #w-node-_098bc195-c197-5dae-42d8-d093a9843be9-9823e1f7, #w-node-ea258ab4-6eab-cf9b-141f-c2875f180939-9823e1f7, #w-node-d3702174-b535-3d80-93bb-416c4c465e6c-9823e1f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b1a321a-2520-28bc-9c0b-5c484e0370b0-9823e1f7, #w-node-a0c0691d-81b6-cb65-b494-412a06d1ccbe-9823e1f7, #w-node-_3198b988-a597-fda4-0c81-0024affe5249-9823e1f7, #w-node-_3198b988-a597-fda4-0c81-0024affe524c-9823e1f7, #w-node-_3198b988-a597-fda4-0c81-0024affe524f-9823e1f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3198b988-a597-fda4-0c81-0024affe5252-9823e1f7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_47c5f051-76a7-24b1-47c7-50c5c159eb69-9823e1f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b93a3429-2432-fdc5-dd2a-8c3dd56182d0-9823e1f7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e1f95365-a42b-009b-6dbd-c1c97eceee18-9823e1f7, #w-node-_235ca8ed-5b1c-e140-bd1c-755e45ce2281-9823e1f7, #w-node-c1ea6704-2130-aee6-5858-a4938bed778e-9823e1f7, #w-node-_39aab282-6ec9-5c50-343a-5e15547c0bc2-9823e1f7, #w-node-d7654be2-52d4-47aa-7777-7eb16e07d510-9823e1f7, #w-node-d7654be2-52d4-47aa-7777-7eb16e07d512-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a24265-9823e1f7, #w-node-_45d7af32-ea1e-dafa-9f64-692b00a2426d-9823e1f7, #w-node-_098bc195-c197-5dae-42d8-d093a9843be9-9823e1f7, #w-node-ea258ab4-6eab-cf9b-141f-c2875f180939-9823e1f7, #w-node-d3702174-b535-3d80-93bb-416c4c465e6c-9823e1f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}