@font-face {
  font-family: Caviardreams;
  src: url('../fonts/CaviarDreams_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo Variable;
  src: url('../fonts/Archivo-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: #f5f2ed;
  --_typography---font-styles--body: "Archivo Variable", Arial, sans-serif;
  --color-scheme-1--text: #1e284c;
  --_typography---font-styles--heading: Caviardreams, Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --color-scheme-1--text-ivory: #e0dcd3;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 24px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 4px;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 48px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.z-10 {
  z-index: 20;
  position: relative;
}

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .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-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxhuge.margin-mobile {
  margin-bottom: 12rem;
}

.margin-bottom.margin-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  text-transform: none;
  font-size: 1.35rem;
  font-weight: 300;
}

.text-size-medium.text-color-dark {
  color: var(--color-scheme-1--text);
}

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

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

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

.heading-style-h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  color: var(--color-scheme-1--text);
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: var(--color-scheme-1--text-ivory);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

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

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

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

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

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

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

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

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

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

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

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

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

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

.button-group.is-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
}

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

.text-color-white.text-style-tagline {
  font-size: .9rem;
}

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

.text-weight-semibold {
  text-transform: uppercase;
  font-weight: 300;
}

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

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

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

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

.icon-embed-large.is-absolute-1 {
  opacity: .1;
  mix-blend-mode: difference;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -30% -12% auto auto;
}

.icon-embed-large.is-absolute-2 {
  z-index: 100;
  opacity: 1;
  mix-blend-mode: normal;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.icon-embed-large.is-absolute-3 {
  z-index: 2;
  opacity: .4;
  mix-blend-mode: normal;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

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

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

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

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

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

.text-size-small {
  font-size: 1.125rem;
  font-weight: 300;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

.text-size-large {
  font-family: var(--_typography---font-styles--body);
  font-size: 2rem;
  font-weight: 300;
}

.text-size-large.text-weight-semibold {
  font-family: var(--_typography---font-styles--heading);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

.text-style-tagline {
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-size-medium-2 {
  color: var(--_primitives---opacity--white-5);
}

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

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

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

.event-item-header3_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 1px;
  border-color: #ffffff40;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.event-item-header3_background-image-wrapper {
  z-index: -1;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.event-item-header3_background-image-wrapper.z-5 {
  z-index: 1;
}

.event-item-header3_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60dvh;
  padding-top: 12rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-size-medium-2 {
  letter-spacing: .02em;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.text-size-medium-2.text-style-tagline.text-color-primary {
  color: var(--color-scheme-1--text);
  text-transform: uppercase;
}

.heading-style-h2-2 {
  color: #e0dcd3;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-2.text-color-alternate {
  color: #1e284c;
}

.form_input-2 {
  color: #1e284c;
  background-color: #0000;
  min-height: 3rem;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
}

.form_input-2::placeholder {
  color: #444;
}

.form_input-2.is-primary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 1px solid #ffffff80;
  border-radius: 20rem;
  margin-bottom: 0;
  transition: all .2s;
}

.form_input-2.is-primary:hover, .form_input-2.is-primary:focus {
  background-color: #ffffff80;
}

.form_input-2.is-primary::placeholder {
  color: #1e284ccc;
}

.wrapper-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 14rem;
  display: flex;
}

.event-item-header3_component {
  z-index: 1;
  position: relative;
}

.form_message-success-2 {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.event-item-header3_form-block {
  max-width: 36rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-fill {
  height: 100%;
}

.ethereal-shadows {
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ethereal-shadows.is-overlay2 {
  opacity: .5;
  background-color: #e0dcd3;
}

.form_message-error-2 {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-logo {
  height: 14rem;
}

.button-2 {
  color: #1e284c;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.button-2:hover {
  color: #fff;
  background-color: #1e284c;
  border-color: #1e284c;
}

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

.image-overlay-layer {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#1e284c, #1e284c00 8% 87%, #1e284c 104%);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.is-disabled {
  background-image: none;
}

.image-overlay-layer.is-video1 {
  background-image: linear-gradient(#e0dcd3, #1e284c00 8% 87%, #e0dcd3 104%);
  width: 100%;
  height: 100%;
  inset: 0%;
}

.image-overlay-layer.is-video1.is-overlay {
  z-index: 3;
  background-image: linear-gradient(#e0dcd3, #1e284c00 27% 75%, #e0dcd3 104%);
}

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

.section_event-item-header3 {
  position: relative;
}

.section_event-item-header3.text-color-white {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

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

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

.button-3.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-3.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  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;
}

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

.layout89_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout89_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-embed-logo {
  color: #1e284c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 6rem;
  display: flex;
}

.navbar3_component {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: linear-gradient(#ffffff4d, #ffffff1a);
  border-bottom: 1px solid #ffffff05;
  align-items: center;
  width: 100%;
  min-height: 8rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_link {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem .8rem;
  font-size: .9rem;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

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

.navbar3_tablet-menu-button {
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_menu-button {
  padding: 0;
}

.header82_component {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-medium-4 {
  color: var(--color-scheme-1--text);
  text-transform: uppercase;
  font-size: 1.125rem;
}

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

.button-4.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.header82_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.button-5.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .5rem 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.section_header47 {
  background-color: var(--_primitives---opacity--transparent);
  background-image: linear-gradient(180deg, #e0dbd1, var(--color-scheme-1--background) 40%);
  color: var(--color-scheme-1--text);
}

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

.header47_content-left {
  padding-right: 30%;
}

.header47_content-right {
  min-width: 620px;
  padding-left: 50%;
  padding-right: 0;
}

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

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

.button-6.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.layout392_card-large-vertical {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

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

.button-7.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  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;
}

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

.layout392_card-large-vertical-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout392_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

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

.layout392_card-large-horizontal-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout392_card-small {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.layout392_item-icon-wrapper {
  display: inline-block;
}

.slider5_component {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  overflow: visible;
}

.slider5_mask {
  width: 50%;
  overflow: visible;
}

.slider5_slide {
  padding-right: 2rem;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider5_arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider5_arrow.left {
  right: 4rem;
}

.slider5_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider5_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.button-group-left.is-center {
  justify-content: flex-start;
  align-items: center;
}

.button-2-transparent {
  color: #1e284c;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.button-2-transparent:hover {
  color: #fff;
  background-color: #1e284c;
  border-color: #1e284c;
}

.button-2-transparent.is-small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-color: #ffffff80;
  border-radius: 20rem;
  padding: .5rem 1.25rem;
}

.button-2-transparent.is-small:hover {
  color: #1e284c;
  background-color: #ffffff80;
}

.button-2-transparent.is-small-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-color: #ffffff80;
  border-radius: 20rem;
  padding: .75rem 1.25rem;
}

.button-2-transparent.is-small-copy:hover {
  color: #1e284c;
  background-color: #ffffff80;
}

.section_layout515 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  margin-top: 220px;
  margin-bottom: 12rem;
}

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

.layout515_image-wrapper {
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.layout515_content-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.layout515_item {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: absolute;
}

.layout515_item.item-1 {
  position: relative;
}

.layout515_item-content {
  z-index: 10;
  max-width: 40rem;
  margin-left: 5rem;
  margin-right: 5vw;
  position: relative;
}

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

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

.button-8.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-8.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout515_image-wrapper-mobile {
  width: 100%;
  display: none;
}

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

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

.button-9.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-9.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout484_split-text {
  display: none;
}

.section_layout421 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
  position: relative;
}

.layout421_component {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.layout421_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

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

.button-10.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-10.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout421_content-bottom {
  z-index: 1;
  flex-direction: column;
  height: 120vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout421_images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout421_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  max-width: 30vw;
  position: absolute;
  overflow: hidden;
}

.layout421_image-wrapper.is-image1 {
  transform: translate(0, 10%);
}

.layout421_image-wrapper.is-image2 {
  transform: translate(60%, 40%);
}

.layout421_image-wrapper.is-image3 {
  border-radius: var(--_ui-styles---radius--small);
  transform: translate(-25%, -40%);
}

.layout421_image-wrapper.is-image4 {
  transform: translate(100%, -20%);
}

.layout421_image-wrapper.is-image5 {
  transform: translate(-100%);
}

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

.layout421_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.bold-text {
  text-transform: uppercase;
}

.section_team21 {
  background-color: var(--color-scheme-1--background);
  background-image: linear-gradient(180deg, var(--color-scheme-1--background) 65%, #121729);
  color: var(--color-scheme-1--text);
}

.team21_component {
  flex-flow: column;
  position: relative;
}

.team21_header {
  margin-top: 5rem;
  position: sticky;
  top: 50vh;
  transform: translate(0, -50%);
}

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

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

.team21_list {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.team21_item {
  border-radius: var(--_ui-styles---radius--small);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center;
  background-color: #ffffff80;
  padding: 20px;
}

.team21_item.item-padding {
  margin-top: 4rem;
}

.team21_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.team21_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

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

.team21_empty-space {
  width: 100%;
  height: 100%;
}

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

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-item {
  padding-left: .5rem;
}

.layout424_heading-list {
  height: 7.25rem;
  position: relative;
  overflow: hidden;
}

.layout424_heading-list.heading-list-visible {
  overflow: visible;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.layout424_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

.layout424_content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout424_heading {
  white-space: nowrap;
  font-size: 6rem;
}

.layout424_heading.heading-1 {
  position: relative;
}

.layout424_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.italic-text {
  font-size: 4rem;
  position: static;
}

.section_layout417 {
  background-color: var(--color-scheme-1--text);
  color: var(--color-scheme-1--text);
  background-image: linear-gradient(#0006, #0006), url('../images/blue-bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.layout417_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 20rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
}

.layout417_card.card-2 {
  z-index: 2;
  border-color: var(--_primitives---opacity--white-60);
  border-radius: var(--_ui-styles---radius--small);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transform: rotate(3deg);
}

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

.layout417_card.card-3 {
  z-index: 1;
  border-color: var(--_primitives---opacity--white-60);
  border-radius: var(--_ui-styles---radius--small);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--color-scheme-1--text);
  overflow: hidden;
  transform: rotate(6deg);
}

.layout417_card.card-3.z-index-3 {
  z-index: 3;
}

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

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

.layout417_card.card-1 {
  z-index: 3;
  border-color: var(--_primitives---opacity--white-60);
  border-radius: var(--_ui-styles---radius--small);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow: 0 0 #0000, .2px .3px #00000006, .5px .7px #00000007, .8px 1.1px .1px #00000008, 1.1px 1.6px .1px #00000009, 1.6px 2.4px .3px #00000009, 2.3px 3.3px .6px #0000000a, 3.2px 4.6px .9px #0000000a, 4.4px 6.3px 1.5px #0000000a, 6.1px 8.7px 2.3px #0000000b, 8.3px 12px 3.5px #0000000b, 11.4px 16.4px 5.1px #0000000b, 15.5px 22.4px 7.4px #0000000b, 21.3px 30.6px 10.6px #0000000b, 29.4px 42.2px 15.1px #0000000c, 41px 59px 21.6px #0000000c, 58.5px 84.1px 31.5px #0000000c, 87px 125.2px 47.8px #0000000d, 142.3px 204.8px 79.4px #0000000e;
}

.layout417_component {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.layout417_content {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout417_title-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout417_title {
  color: var(--color-scheme-1--text-ivory);
  -webkit-text-stroke-color: var(--color-scheme-1--text-ivory);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 7rem;
}

.layout417_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.layout417_icon-wrapper {
  display: inline-block;
}

.layout417_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.italic-text-2 {
  color: var(--color-scheme-1--text);
  text-align: center;
  font-size: 2rem;
}

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

.layout518_component {
  height: 250vh;
  position: relative;
}

.layout518_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout518_grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 90vh;
  display: grid;
}

.layout518_card-large {
  border-radius: var(--_ui-styles---radius--large);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout518_card-large.text-color-white {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

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

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

.button-11.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-11.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-11.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout518_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout518_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout518_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.layout518_card-small-top {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_icon-wrapper {
  display: inline-block;
}

.layout518_card-small-bottom {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_ix-trigger {
  z-index: -1;
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer8_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer8_link {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer8_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: .75rem;
  display: flex;
}

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

.button-12.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_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: flex;
}

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

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

.text-block {
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
}

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

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_logo-link {
  width: 100%;
  height: 20rem;
  padding-left: 0;
}

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

.footer4_link {
  color: var(--color-scheme-1--text);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_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;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}

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

.footer4_bottom-wrapper {
  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: flex;
}

.footer4_credit-text {
  color: var(--color-scheme-1--text);
  font-size: .875rem;
}

.footer4_legal-link {
  color: var(--color-scheme-1--text);
  font-size: .875rem;
  text-decoration: underline;
}

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

.svg-2 {
  min-width: 60px;
  min-height: 60px;
}

.svg-3, .svg-4, .svg-5, .svg-6, .svg-7 {
  width: 100%;
  height: 100%;
}

.padding-section-hero {
  margin-bottom: -10rem;
  padding-top: 16rem;
  padding-bottom: 0;
}

.text-size-xl {
  font-family: var(--_typography---font-styles--body);
  font-size: 2rem;
  font-weight: 300;
}

.text-size-xl.text-weight-semibold, .text-emphasis {
  font-family: var(--_typography---font-styles--heading);
}

.heading-style-h1-super {
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-embed-footer {
  color: #1e284c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.button-13.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.footer17_image {
  max-height: 20rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.footer17_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer17_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer17_bottom-wrapper.margin-footer {
  z-index: 20;
  margin-bottom: -24rem;
  position: relative;
}

.footer17_image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer17_legal-link {
  font-size: 1rem;
  text-decoration: none;
}

.footer17_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer17_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: flex;
}

.footer17_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer17_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.footer17_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: .75rem;
  display: flex;
}

.footer17_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

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

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

.footer17_component {
  width: 100%;
  color: var(--color-scheme-1--text);
  border-top: 1px #ffffff80;
  position: relative;
}

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

.icon-embed-custom-copy {
  opacity: .17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.icon-embed-custom-2 {
  opacity: .1;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.wrapper-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .event-item-header3_form {
    grid-column-gap: 1rem;
  }

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

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

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon3_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .header82_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header82_content-bottom {
    justify-content: center;
  }

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

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

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

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

  .slider5_mask {
    width: 100%;
  }

  .slider5_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .layout515_image-wrapper {
    height: 100svh;
  }

  .layout421_content-bottom {
    justify-content: center;
    height: 70svh;
    top: 0;
  }

  .layout421_image-wrapper {
    max-width: 35vw;
  }

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

  .layout424_content {
    height: 100svh;
  }

  .layout417_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout417_content {
    height: 100svh;
  }

  .layout417_title {
    font-size: 7.5rem;
  }

  .layout518_component {
    height: auto;
  }

  .layout518_content {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .layout518_card-large {
    width: 100%;
    padding: 6rem 2rem;
  }

  .layout518_cards-wrapper {
    padding-left: 0;
  }

  .layout518_card-small-top, .layout518_card-small-bottom {
    width: 100%;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

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

  .footer17_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer17_form-block {
    min-width: auto;
  }
}

@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-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .event-item-header3_form {
    grid-column-gap: 1rem;
  }

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

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

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

  .layout89_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .header82_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .header47_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .slider5_component {
    padding-bottom: 3rem;
  }

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

  .slider5_arrow.left {
    right: 3.5rem;
  }

  .layout515_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout515_content-right {
    position: sticky;
    top: 0;
  }

  .layout515_content-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    position: static;
  }

  .layout515_item {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .layout515_item.item-2, .layout515_item.item-3, .layout515_item.item-4 {
    position: static;
  }

  .layout515_item-content {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .layout515_image-wrapper-mobile {
    margin-top: 2rem;
    display: block;
  }

  .layout421_content {
    min-height: 0;
  }

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

  .layout421_content-bottom {
    height: 80svh;
  }

  .layout421_image-wrapper {
    max-width: 55vw;
  }

  .team21_header {
    position: static;
    top: 0;
  }

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

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

  .team21_item.item-padding {
    margin-top: 0;
  }

  .team21_empty-space {
    display: none;
  }

  .layout424_heading-list {
    height: 4.75rem;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout424_content {
    min-height: 0;
  }

  .layout424_heading {
    font-size: 4rem;
  }

  .layout417_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .layout417_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .layout417_title-wrapper {
    padding-top: 5rem;
    inset: 0% 0% auto;
  }

  .layout417_title {
    font-size: 5.5rem;
  }

  .layout417_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
  }

  .layout518_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .layout518_card-large {
    padding: 4rem 1.5rem;
  }

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

  .layout518_card-small-top, .layout518_card-small-bottom {
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

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

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

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

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

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

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

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

  .footer17_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

  .footer17_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer17_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start start;
    width: 100%;
  }

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

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

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

  .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-xxhuge.margin-mobile {
    margin-bottom: 6rem;
  }

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

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

  .event-item-header3_form {
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .event-item-header3_content {
    align-items: stretch;
    min-height: 80dvh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-medium-2.text-style-tagline.text-color-primary {
    font-size: .8rem;
  }

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

  .wrapper-middle {
    margin-bottom: 7rem;
  }

  .ethereal-shadows.is-overlay2 {
    opacity: .5;
    background-color: #fff;
  }

  .icon-height-logo {
    height: 8rem;
  }

  .button-2 {
    min-height: 3rem;
  }

  .image-overlay-layer.is-video1 {
    background-image: linear-gradient(#e0dcd3, #1e284c00 8%, #e0dcd3 89% 104%);
  }

  .image-overlay-layer.is-video1.is-overlay {
    z-index: 100;
  }

  .layout89_content, .header47_content {
    grid-template-columns: 1fr;
  }

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

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

  .button-2-transparent {
    min-height: 3rem;
  }

  .layout421_content-bottom {
    height: 60svh;
    margin-top: -5rem;
  }

  .layout421_ix-trigger {
    margin-top: 80vh;
  }

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

  .layout424_heading-list {
    height: 3.25rem;
  }

  .layout424_heading {
    font-size: 2.75rem;
  }

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

  .layout417_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout417_title {
    font-size: 3.25rem;
  }

  .layout417_list {
    margin-top: 3rem;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer8_link-list {
    justify-content: center;
    align-items: flex-start;
  }

  .footer8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer17_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer17_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}

#w-node-e343b226-53df-affb-033b-18c23c82a516-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a517-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a52c-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a541-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a542-463e5065, #w-node-e738db1b-82fd-a611-dbcc-f74d78f9a6c9-463e5065, #w-node-de17f03f-68bf-acbd-148b-ee17660f5091-463e5065, #w-node-_9bf8b55f-e76e-5ff9-eaae-08f127ce646e-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a598-463e5065, #w-node-e343b226-53df-affb-033b-18c23c82a599-463e5065, #w-node-_156da752-7993-40f3-2cd7-6c5de869788c-463e5065, #w-node-_5aac0c74-93ab-18d1-9d9f-36f90bb11b9e-463e5065, #w-node-_83ce25ce-6be3-0ece-4160-72e39afa8f7f-463e5065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a84eb69d-a139-c870-77af-78dc2ba6d4e6-2ba6d4d0 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-463e5068 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-463e5068 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-463e5068 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-463e5068 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-463e5068 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-463e5068 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-463e5068 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-463e5068 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-463e5068, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-463e5068 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-463e5068, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-463e5068, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-463e5068 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-463e5068, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-463e5068 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-463e5068, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-463e5068 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-463e5068, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-463e5068, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-463e5068, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-463e5068, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-463e5068, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-463e5068, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-463e5068, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-463e5068 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-463e5068 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-463e5068 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-463e5068 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-463e5068 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-463e5068, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-463e5068 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-463e5068, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-463e5068, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-463e5068, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-463e5068, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-463e5068, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-463e5068, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-463e5068 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-463e5068, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-463e5068, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-463e5068 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-463e5068, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-463e5068, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-463e5068 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-463e5068, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-463e5068, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-463e5068 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-463e5068, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-463e5068, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-463e5068 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-463e5068, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-463e5068, #w-node-ee961e8d-845a-edc3-3307-509470022457-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-463e5068 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-463e5068, #w-node-ee961e8d-845a-edc3-3307-50947002245b-463e5068, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-463e5068 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-463e5068, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-463e5068, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-463e5068 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-463e5068, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-463e5068, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-463e5068 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-463e5068, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-463e5068, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-463e5068 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-463e5068, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-463e5068, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-463e5068 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-463e5068, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-463e5068, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-463e5068 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-463e5068 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-463e5068 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-463e5068 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-463e5068 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-463e5068 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-463e5068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-463e5068 {
  justify-self: start;
}


@font-face {
  font-family: 'Caviardreams';
  src: url('../fonts/CaviarDreams_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Variable';
  src: url('../fonts/Archivo-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}