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

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

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

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-RegularItalic.woff2') format("woff2"), url('../fonts/Metropolis-RegularItalic.woff') format("woff"), url('../fonts/Metropolis-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.woff2') format("woff2"), url('../fonts/Metropolis-SemiBold.woff') format("woff"), url('../fonts/Metropolis-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Velcro Font 2023";
  src: url('../fonts/velcro-font-2023Regular.woff2') format("woff2"), url('../fonts/velcro-font-2023Regular.woff') format("woff"), url('../fonts/velcro-font-2023Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_typography---font-styles--body-type: Metropolis, Arial, sans-serif;
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-corporate);
  --_typography---font-styles--body-weight: 400;
  --_typography---font-styles--heading-type: Metropolis, Arial, sans-serif;
  --_typography---font-sizes--heading-1: calc(33px + (40 - 33) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 700;
  --_typography---font-sizes--heading-2: calc(28px + (33 - 28) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(23px + (28 - 23) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(20px + (23 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(18px + (20 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(16px + (18 - 16) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--text-large: 1.44rem;
  --opacity--transparent: transparent;
  --_sizes---ui-units--button-radius: var(--_sizes---radius--small);
  --brand--brand-group: #faa629;
  --colors--white: #fafaf9;
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_typography---font-sizes--text-small: .833rem;
  --_typography---font-sizes--text-medium: 1.2rem;
  --_sizes---ui-units--input-corner: var(--_sizes---radius--small);
  --_typography---font-sizes--text-tiny: .75rem;
  --_sizes---ui-units--img-corner: var(--_sizes---radius--small);
  --_typography---font-styles--heading-trim-top: calc(-.5lh + .42em);
  --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .31em);
  --_typography---font-sizes--text-regular: 1rem;
  --opacity--white-10: color-mix(in srgb, var(--colors--white) 10%, transparent);
  --_sizes---radius--small: .25rem;
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
  --_sizes---ui-units--padding-global-horizontal: calc(20px + (32 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_sizes---ui-units--max-width: 1690px;
  --_sizes---ui-units--padding-global-vertical: calc(48px + (80 - 48) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-xlarge: calc(57px + (69 - 57) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(48px + (57 - 48) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-small: calc(40px + (48 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-huge: calc(69px + (83 - 69) * ((100vw - 478px) / (1440 - 478)));
  --_sizes---ui-units--navbar-height: 66px;
  --colors--neutral-darkest: #191919;
  --_sizes---ui-units--container-corner: var(--_sizes---radius--small);
  --opacity--neutral-darkest-40: color-mix(in srgb, var(--colors--neutral-darkest) 40%, transparent);
  --opacity--neutral-darkest-50: color-mix(in srgb, var(--colors--neutral-darkest) 50%, transparent);
  --opacity--neutral-darkest-30: color-mix(in srgb, var(--colors--neutral-darkest) 30%, transparent);
  --opacity--neutral-darkest-20: color-mix(in srgb, var(--colors--neutral-darkest) 20%, transparent);
  --brand--brand-corporate: #c8c6af;
  --brand--brand-leisure: #dadbee;
  --brand--brand-events: #de7857;
  --brand--brand-black: #26241f;
  --colors--neutral-lightest: #eee;
  --_sizes---radius--large: 0px;
  --colors--neutral-lighter: #ccc;
  --colors--neutral-light: #aaa;
  --_sizes---radius--medium: .5rem;
  --colors--neutral: #666;
  --_sizes---stroke--border-width: 1px;
  --colors--neutral-dark: #444;
  --colors--neutral-darker: #222;
  --_sizes---stroke--divider-width: 1px;
  --opacity--white-5: color-mix(in srgb, var(--colors--white) 5%, transparent);
  --opacity--white-15: color-mix(in srgb, var(--colors--white) 15%, transparent);
  --opacity--white-20: color-mix(in srgb, var(--colors--white) 20%, transparent);
  --opacity--white-30: color-mix(in srgb, var(--colors--white) 30%, transparent);
  --opacity--white-40: color-mix(in srgb, var(--colors--white) 40%, transparent);
  --opacity--white-50: color-mix(in srgb, var(--colors--white) 50%, transparent);
  --opacity--white-60: color-mix(in srgb, var(--colors--white) 60%, transparent);
  --opacity--neutral-darkest-5: color-mix(in srgb, var(--colors--neutral-darkest) 5%, transparent);
  --opacity--neutral-darkest-10: color-mix(in srgb, var(--colors--neutral-darkest) 10%, transparent);
  --opacity--neutral-darkest-15: color-mix(in srgb, var(--colors--neutral-darkest) 15%, transparent);
  --opacity--neutral-darkest-60: color-mix(in srgb, var(--colors--neutral-darkest) 60%, transparent);
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

body {
  background-color: var(--_color-schemes---osiris-theme--surface-background);
  font-family: var(--_typography---font-styles--body-type);
  color: var(--_color-schemes---osiris-theme--foreground);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--_typography---font-styles--body-weight);
  --_typography---font-styles--body-type: Metropolis, Arial, sans-serif;
  --_typography---font-styles--body-weight: 400;
  --_typography---font-styles--heading-type: Metropolis, Arial, sans-serif;
  --_typography---font-sizes--heading-1: calc(33px + (40 - 33) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 700;
  --_typography---font-sizes--heading-2: calc(28px + (33 - 28) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(23px + (28 - 23) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(20px + (23 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(18px + (20 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(16px + (18 - 16) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--text-large: 1.44rem;
  --_typography---font-sizes--text-small: .833rem;
  --_typography---font-sizes--text-medium: 1.2rem;
  --_typography---font-sizes--text-tiny: .75rem;
  --_typography---font-styles--heading-trim-top: calc(-.5lh + .42em);
  --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .31em);
  --_typography---font-sizes--text-regular: 1rem;
  --_typography---font-sizes--heading-xlarge: calc(57px + (69 - 57) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(48px + (57 - 48) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-small: calc(40px + (48 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-huge: calc(69px + (83 - 69) * ((100vw - 478px) / (1440 - 478)));
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

h1 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-1);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-2);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  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: 5px;
  font-size: .875rem;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--_color-schemes---osiris-theme--foreground);
  font-size: var(--_typography---font-sizes--text-large);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  line-height: 1.5;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrapper {
  flex: 1;
}

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

.button {
  border: 1px solid var(--opacity--transparent);
  border-radius: var(--_sizes---ui-units--button-radius);
  background-color: var(--brand--brand-group);
  color: var(--colors--white);
  text-align: center;
  padding: .75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: color-mix(in srgb, var(--colors--white) 10%, var(--brand--brand-group));
}

.button.is-secondary {
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  color: var(--_color-schemes---osiris-theme--foreground);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, var(--opacity--transparent));
}

.button.is-secondary.is-alternate {
  border-color: var(--_color-schemes---osiris-theme--surface-background);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1rem;
  font-size: .875rem;
}

.button.is-link {
  color: var(--_color-schemes---osiris-theme--foreground);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

.button.is-link:hover {
  text-decoration: underline;
}

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

.button.is-link.is-icon.is-alternate {
  background-color: #0000;
}

.button.is-link.is-alternate {
  color: var(--_color-schemes---osiris-theme--surface-lighter);
  background-color: #0000;
}

.button.is-link.is-alternate:hover {
  background-color: #0000;
}

.button.is-alternate {
  background-color: var(--_color-schemes---osiris-theme--foreground);
  color: var(--_color-schemes---osiris-theme--surface-lighter);
}

.button.is-alternate:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 20%, var(--_color-schemes---osiris-theme--foreground));
}

.button.is-alternate.is-small.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-tertiary {
  background-color: var(--_color-schemes---osiris-theme--surface-background);
  color: var(--_color-schemes---osiris-theme--foreground);
}

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

.text-size-small {
  font-size: var(--_typography---font-sizes--text-small);
}

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

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

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top.margin-0, .margin-top.margin-xlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.button-group.align-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group.is-hero {
  padding-top: 1.5rem;
}

.button-group.is-grid-text {
  justify-content: flex-end;
  align-items: center;
}

.button-group.has-mt-12 {
  margin-top: .75rem;
}

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

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

.text-size-medium {
  font-size: var(--_typography---font-sizes--text-medium);
}

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

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

.hide {
  display: none;
}

.text-size-large {
  font-size: var(--_typography---font-sizes--text-large);
}

.form_input {
  border-top-left-radius: var(--_sizes---ui-units--input-corner);
  border-top-right-radius: var(--_sizes---ui-units--input-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--input-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--input-corner);
  height: auto;
  min-height: 3rem;
  color: inherit;
  background-color: #0000;
  border: 1px solid;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input::placeholder {
  color: color-mix(in srgb, currentColor 30%, transparent);
}

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

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

.text-size-tiny {
  font-size: var(--_typography---font-sizes--text-tiny);
}

.form_message-success-wrapper {
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  border-top-left-radius: var(--_sizes---ui-units--img-corner);
  border-top-right-radius: var(--_sizes---ui-units--img-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--img-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--img-corner);
  color: inherit;
  background-color: #0000;
  border: 1px solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  border-radius: var(--_sizes---ui-units--img-corner);
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .25rem;
}

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

.form_checkbox-icon {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 30%, transparent);
  border-right-color: color-mix(in srgb, currentColor 30%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 30%, transparent);
  border-left-color: color-mix(in srgb, currentColor 30%, transparent);
  border-radius: .25rem;
  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-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.form_checkbox-icon.w--redirected-checked {
  border-top-color: color-mix(in srgb, currentColor 100%, transparent);
  border-right-color: color-mix(in srgb, currentColor 100%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 100%, transparent);
  border-left-color: color-mix(in srgb, currentColor 100%, transparent);
  background-color: #0000;
}

.form_checkbox-icon.w--redirected-focus {
  border-top-color: color-mix(in srgb, currentColor 100%, transparent);
  border-right-color: color-mix(in srgb, currentColor 100%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 100%, transparent);
  border-left-color: color-mix(in srgb, currentColor 100%, transparent);
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.padding-global {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

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

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

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

.heading-style-h1 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-1);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

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

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

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

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

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

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

.heading-style-h6 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-6);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.heading-style-h2 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-2);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

.heading-style-h3 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-3);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

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

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

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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-label {
  margin-bottom: 0;
}

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

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

.heading-style-h4 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-4);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.heading-style-h5 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-5);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

.margin-vertical.margin-xsmall, .margin-vertical.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-0, .margin-vertical.margin-xlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.tabs-menu {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.text-size-regular {
  font-size: var(--_typography---font-sizes--text-regular);
}

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

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

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

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

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

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

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

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

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

.background-color-black {
  background-color: #000;
}

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

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

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

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

.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 blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.text-rich-text figcaption {
  border-left: 2px solid var(--_color-schemes---osiris-theme--foreground);
  font-size: var(--_typography---font-sizes--text-small);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
}

.text-rich-text.is-contacts-card a {
  text-decoration: none;
}

.text-rich-text.is-contacts-card a:hover {
  text-decoration: underline;
}

.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 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.theme-corporate {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-corporate);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.rl-styleguide_scheme-wrapper {
  background-color: var(--_color-schemes---osiris-theme--surface-background);
  color: var(--_color-schemes---osiris-theme--foreground);
  padding: 1rem;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: #000;
}

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

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

.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 {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

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

.form_component {
  margin-bottom: 0;
}

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

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

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-small, .padding-left.padding-huge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

.margin-left, .margin-left.margin-0, .margin-left.margin-xlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

.margin-right.margin-tiny, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-small, .margin-right.margin-xxlarge, .margin-right.margin-xsmall, .margin-right.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right.margin-0, .margin-right.margin-xlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

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

.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_spacing-all {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  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;
}

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

.opacity-90 {
  opacity: .9;
}

.opacity-80 {
  opacity: .8;
}

.opacity-70 {
  opacity: .7;
}

.opacity-60 {
  opacity: .6;
}

.opacity-50 {
  opacity: .5;
}

.opacity-40 {
  opacity: .4;
}

.opacity-30 {
  opacity: .3;
}

.opacity-20 {
  opacity: .2;
}

.opacity-10 {
  opacity: .1;
}

.bg-color-secondary {
  background-color: #ffd154;
}

.bg-color-secondary-10 {
  background-color: #f9f9f5;
}

.bg-color-secondary-50 {
  background-color: #f0e9d7;
}

.bg-color-purple-10 {
  background-color: #f5eaff;
}

.theme-leisure {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-leisure);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.theme-events {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-events);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.theme-group {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-group);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.navbar-menu-button {
  padding: 0;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-link {
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
}

.navbar-link:hover {
  text-decoration: underline;
}

.navbar-link.w--current {
  color: var(--_color-schemes---osiris-theme--foreground);
  text-decoration: none;
}

.navbar-dropdown-list {
  background-color: #0000;
}

.navbar-dropdown-list.w--open {
  background-color: #0000;
  padding-top: .65rem;
  position: absolute;
  left: 0;
  right: 0;
}

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

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

.dropdown-chevron.is-filter {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-dropdown-link {
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.navbar-menu-dropdown {
  position: static;
}

.navbar-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--white-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--white-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--white-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--white-10);
  border-top-left-radius: var(--_sizes---radius--small);
  border-top-right-radius: var(--_sizes---radius--small);
  border-bottom-left-radius: var(--_sizes---radius--small);
  border-bottom-right-radius: var(--_sizes---radius--small);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 80%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.navbar-component {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding: .75rem var(--_sizes---ui-units--padding-global-horizontal);
  background-color: #0000;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.footer-menu-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  align-items: start;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-legal-link {
  font-size: var(--_typography---font-sizes--text-small);
  text-decoration: none;
}

.footer-legal-link:hover, .footer-legal-link.w--current {
  text-decoration: underline;
}

.footer-bottom-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.footer-link {
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--_color-schemes---osiris-theme--foreground);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.footer-link.w--current {
  color: var(--_color-schemes---osiris-theme--foreground);
}

.footer-bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.footer-top-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-link-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 15rem;
  display: flex;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-form-block {
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground);
  margin-bottom: 0;
}

.divider-horizontal {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  width: 100%;
  height: 1px;
}

.divider-horizontal.is-metrics-card {
  background-color: color-mix(in srgb, currentColor 20%, transparent);
}

.footer {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
}

.nav-menu-link-wrapper {
  flex: 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-credit-text {
  font-size: var(--_typography---font-sizes--text-small);
}

.footer-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-padding {
  padding: var(--_sizes---ui-units--padding-global-vertical) var(--_sizes---ui-units--padding-global-horizontal);
}

.section-padding.bottom-0 {
  padding-bottom: 0;
}

.section-padding.sides-0 {
  padding-left: 0;
  padding-right: 0;
}

.section-padding.is-top-0 {
  padding-top: 0;
}

.main-container {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container.is-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
}

.footer-velcro {
  opacity: .6;
  width: 74px;
  height: 21px;
  padding-right: 3px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.footer-velcro:hover {
  opacity: 1;
}

.velcro-right {
  align-items: flex-start;
  height: 21px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% 71px;
}

.velcro-full {
  align-items: flex-start;
  width: 100%;
  height: 21px;
  margin-right: 3px;
  display: inline-block;
}

.velcro-bg {
  align-items: flex-start;
  height: 21px;
  display: inline-block;
  position: absolute;
  inset: 0 0% 0% 44px;
}

.footer-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.text-color-foreground {
  color: var(--_color-schemes---osiris-theme--foreground);
}

.heading-style-xlarge {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-xlarge);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.heading-style-xlarge.text-weight-normal {
  font-weight: 400;
}

.heading-style-large {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-large);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.heading-style-small {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-small);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.footer-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link-header {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  color: var(--_color-schemes---osiris-theme--foreground);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
  text-decoration: none;
}

.footer-link-header:hover {
  text-decoration: underline;
}

.footer-form-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-top-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer-menu-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-social-links {
  border-top-left-radius: var(--_sizes---ui-units--button-radius);
  border-top-right-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-left-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-right-radius: var(--_sizes---ui-units--button-radius);
  opacity: .6;
  width: 2rem;
  height: 2rem;
  color: inherit;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  font-family: "Velcro Font 2023", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.footer-social-links:hover {
  opacity: 1;
}

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

.footer-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-partner-link {
  opacity: .9;
  max-width: 8.125rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .2s;
}

.footer-partner-link:hover {
  opacity: 1;
}

.footer-partner-link.is-secondary {
  opacity: .5;
}

.footer-partner-link.is-secondary:hover {
  opacity: 1;
}

.footer-logos-main-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-left-radius: var(--_sizes---radius--small);
  border-top-right-radius: var(--_sizes---radius--small);
  border-bottom-left-radius: var(--_sizes---radius--small);
  border-bottom-right-radius: var(--_sizes---radius--small);
  width: auto;
  color: var(--_color-schemes---osiris-theme--foreground);
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-right-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-left-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  padding: .75rem;
  display: grid;
}

.footer-partner-link-wrapper {
  flex: 0 auto;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-dropdown-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--white-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--white-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--white-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--white-10);
  border-top-left-radius: var(--_sizes---radius--small);
  border-top-right-radius: var(--_sizes---radius--small);
  border-bottom-left-radius: var(--_sizes---radius--small);
  border-bottom-right-radius: var(--_sizes---radius--small);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 95%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.navbar-dropdown-link-text {
  margin-bottom: .25rem;
  font-weight: 600;
  line-height: 1.2;
}

.nav-link-background {
  border-radius: var(--_sizes---radius--small);
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: -.5rem;
}

.position-relative {
  position: relative;
}

.image-cover {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover.is-video {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  pointer-events: auto;
  padding: 0;
}

.image-cover.is-launch-block {
  opacity: .5;
}

.navbar-menu-dropdown-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-main-link-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-menu-primary {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-primary-content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 38.625rem;
  display: flex;
}

.header-primary-content-left.is-home {
  max-width: 49.25rem;
}

.heading-style-huge {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-size: var(--_typography---font-sizes--heading-huge);
  letter-spacing: -.02em;
  line-height: 1;
}

.header-primary-content {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-primary-content.is-contacts {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header-primary {
  width: 100%;
  min-height: 100dvh;
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-bottom: var(--_sizes---ui-units--padding-global-horizontal);
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header-primary.is-shorter {
  min-height: 40rem;
}

.section-header-primary.is-soon {
  height: 56.25vw;
  min-height: auto;
  max-height: 100dvh;
}

.image-foreground-overlay {
  background-color: var(--_color-schemes---osiris-theme--foreground);
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-primary-bg-container {
  z-index: 0;
  opacity: .8;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header-cta-slider {
  border-top-left-radius: var(--_sizes---radius--small);
  border-top-right-radius: var(--_sizes---radius--small);
  border-bottom-left-radius: var(--_sizes---radius--small);
  border-bottom-right-radius: var(--_sizes---radius--small);
  background-color: color-mix(in srgb, var(--colors--neutral-darkest) 80%, transparent);
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  flex-direction: column;
  width: 25rem;
  max-width: 25rem;
  padding: .75rem .75rem .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-foreground-lighter {
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
}

.header-primary-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.scroll-next {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-buttons-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.embed-css {
  display: none;
}

.swiper-slide.is-home-highlight {
  flex: none;
  width: auto;
  display: flex;
}

.swiper-slide.is-testimonials {
  flex: none;
  width: 34.5rem;
  display: flex;
}

.slider-main_component {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-home-highlight {
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-bottom-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-bottom-container.is-home-highlight {
  margin-top: .5rem;
}

.swiper-bottom-container.is-testimonials {
  margin-top: 1rem;
}

.swiper-bullet {
  text-align: center;
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 50%, transparent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .25rem;
  height: .25rem;
  padding: 0;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.swiper-bullet.is-active {
  background-color: var(--_color-schemes---osiris-theme--foreground);
}

.swiper-bullet-wrapper.is-highlight, .swiper-bullet-wrapper.is-testimonials {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper.is-home-highlight, .swiper.is-testimonials {
  width: 100%;
  position: relative;
  overflow: visible;
}

.header-cta-shortcuts {
  border-radius: var(--_sizes---ui-units--button-radius);
  flex: 0 auto;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  overflow: hidden;
}

.header-cta-shortcuts:where(.w-variant-9e2b8ecd-8a8d-69c9-9af6-16ef2e21d8d4) {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-corporate);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.header-cta-shortcuts:where(.w-variant-a2b85115-ee6d-eec2-fe96-8878bf3440a8) {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-leisure);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.header-cta-shortcuts:where(.w-variant-35d9d642-5088-f599-1713-05cc4362c96a) {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-events);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.header-cta-shortcuts:where(.w-variant-fc7a3e0f-c677-c170-ae0d-6b01a0fc92c6) {
  --_color-schemes---osiris-theme--surface-background: var(--colors--neutral-darkest);
  --_color-schemes---osiris-theme--foreground: var(--brand--brand-group);
  --_color-schemes---osiris-theme--surface-lighter: var(--brand--brand-black);
  --_color-schemes---osiris-theme--foreground-lighter: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground), var(--colors--white) 95%);
}

.header-cta-shortcuts:hover {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
}

.header-cta-shortcuts-text {
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.cta-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-icon-container {
  color: var(--_color-schemes---osiris-theme--foreground);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.departments-launch-col {
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.departments-launch-card {
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  width: 100%;
  height: 30rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.departments-launch-card.animate-cta-icon.animate-image-zoom {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.departments-launch-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.departments-launch-news {
  grid-row-gap: 1rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.departments-launch-news-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.departments-launch-news-link {
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  flex-direction: column;
  padding: 1rem .75rem 1rem .25rem;
  text-decoration: none;
  transition-property: background-color, padding;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.departments-launch-news-link:hover {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.departments-launch-grid.is-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.bg-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.departments-launch-content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.grid-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-left.align-stretch {
  justify-content: flex-start;
  align-items: stretch;
}

.grid-text-container {
  top: var(--_sizes---ui-units--navbar-height);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 22.875rem;
  min-height: 1px;
  color: var(--_color-schemes---osiris-theme--foreground);
  text-align: right;
  flex-direction: column;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.corporate-goals-right {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-container {
  border-radius: var(--_sizes---ui-units--img-corner);
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.image-container.is-testimonials-slide {
  border-radius: 0;
  width: 76.9%;
}

.image-container.is-modal-side {
  top: var(--_sizes---ui-units--padding-global-horizontal);
  height: calc(100dvh - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 10%, transparent);
  display: flex;
  position: sticky;
}

.corporate-goals-link-list {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.goals-links-block {
  grid-row-gap: .75rem;
  border-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: padding .2s, background-color .2s;
  display: flex;
}

.goals-links-block:hover {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  padding-left: .5rem;
  padding-right: .5rem;
}

.text-style-eyebrown {
  font-size: .875rem;
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

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

.modal_inner {
  width: 100%;
  height: 100dvh;
  padding: var(--_sizes---ui-units--padding-global-horizontal);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.modal_inner.is-side {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.embed-js {
  display: none;
}

.modal_dialog {
  z-index: 1010;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.button_close_icon {
  aspect-ratio: 1;
  position: relative;
}

.modal_backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000c;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.form-container {
  text-align: left;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-columns-1 {
  width: 100%;
  max-width: none !important;
}

.modal_close {
  z-index: 2;
  align-self: flex-end;
  position: sticky;
  inset: 0 auto auto 0%;
}

.modal_scroll {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: inherit;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden auto;
}

.modal_scroll.is-side {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.form_submit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.5rem;
  display: flex;
}

.form-columns-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  width: 100% !important;
  max-width: none !important;
}

.button_close_wrap {
  aspect-ratio: 1;
  border-top-left-radius: var(--_sizes---ui-units--button-radius);
  border-top-right-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-left-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-right-radius: var(--_sizes---ui-units--button-radius);
  vertical-align: middle;
  background-color: #0000;
  border: .0625rem solid;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  display: inline-flex;
  position: relative;
}

.modal-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.modal-top.is-side {
  padding-top: calc(var(--_sizes---ui-units--padding-global-horizontal)  + 2rem);
}

.modal_content {
  background-color: var(--_color-schemes---osiris-theme--foreground);
  width: 100%;
  max-width: 43.75rem;
  color: var(--_color-schemes---osiris-theme--surface-background);
  text-align: center;
  border-radius: .6rem;
  position: relative;
  overflow: hidden;
}

.modal_content.is-side {
  width: 90%;
  max-width: 90rem;
  min-height: 100dvh;
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.form-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.departments-launch-content-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0%;
}

.departments-launch-content-image:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-lighter) 60%, var(--colors--white) 5%);
}

.image-16x9 {
  padding-bottom: 56.25%;
  position: relative;
}

.section-testimonials {
  overflow: hidden;
}

.testimonials-slide-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.testimonials-slide-text {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.testimonials-slide-author {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-1x1 {
  padding-bottom: 100%;
  position: relative;
}

.modal-side-left {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  padding-right: 2rem;
  padding-top: calc(var(--_sizes---ui-units--padding-global-horizontal)  + 2.5rem);
  padding-bottom: calc(var(--_sizes---ui-units--padding-global-horizontal)  + 2.5rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.modal-side-left-bottom-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.modal-side-right {
  padding-top: var(--_sizes---ui-units--padding-global-horizontal);
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-bottom: var(--_sizes---ui-units--padding-global-horizontal);
}

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

.launch-blocks-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.launch-blocks-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.image-surface-light-overlay {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.launch-block-card {
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  height: 30rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.launch-block-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.company-logo-container {
  width: 10rem;
}

.image-contain {
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-gallery-grid-image-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  display: grid;
}

.image-gallery-grid-content {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-gallery-grid-content.is-static {
  height: auto;
}

.image-gallery-grid-image-wrapper {
  flex: none;
  position: relative;
  overflow: hidden;
}

.image-gallery-grid-image-wrapper.is-image-large {
  height: 60vh;
}

.image-gallery-grid-image-wrapper.is-image-large.is-static {
  height: 30rem;
  min-height: 100%;
}

.image-gallery-side-group-inside {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.image-gallery-side-group-inside.has-pb-32 {
  padding-bottom: 2rem;
}

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

.image-gallery-grid-list {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: stretch;
  width: 100%;
  height: 86vh;
  display: grid;
}

.image-gallery-grid-list.is-static {
  height: auto;
}

.image-gallery-grid {
  height: 250vh;
  position: relative;
}

.image-gallery-grid.is-static {
  height: auto;
}

.launch-block-card-link {
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2x3 {
  padding-bottom: 150%;
  position: relative;
}

.image-3x4 {
  padding-bottom: 133.333%;
  position: relative;
}

.image-3x2 {
  padding-bottom: 66.6667%;
  position: relative;
}

.section-title-wrapper {
  z-index: 1;
  grid-row-gap: 1rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  display: flex;
  position: relative;
}

.section-title-wrapper.is-faqs {
  max-width: 36rem;
}

.section-title-container {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-container.is-vertical {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.metrics-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.metrics-left-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  text-decoration: none;
  display: flex;
}

.metrics-left-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 38.25rem;
  min-height: 1px;
  text-decoration: none;
  display: grid;
}

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

.metrics-card {
  grid-row-gap: .75rem;
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--foreground);
  width: 100%;
  height: 30rem;
  color: var(--_color-schemes---osiris-theme--surface-background);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.metrics-card.is-foreground-lighter {
  background-color: var(--_color-schemes---osiris-theme--foreground-lighter);
}

.metrics-card.is-background-brand {
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  color: var(--_color-schemes---osiris-theme--foreground);
}

.metrics-card.is-case-studies {
  height: 22.5rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  background-color: #0000;
  border: 1px solid;
}

.metrics-card-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.partners-grid {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-grid.is-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.partners-grid-item {
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-top-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-right-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  border-left-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 20%, transparent);
  flex-direction: column;
  width: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

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

.services-grid-left {
  top: var(--_sizes---ui-units--navbar-height);
  width: 100%;
  height: calc(100dvh - var(--_sizes---ui-units--navbar-height)  - var(--_sizes---ui-units--padding-global-horizontal));
  display: flex;
  position: sticky;
}

.services-grid-right {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  text-decoration: none;
  display: flex;
}

.services-grid-right-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 36rem;
  text-decoration: none;
  display: flex;
}

.services-grid-right-bottom {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.services-card-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.services-card {
  grid-row-gap: .75rem;
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  border-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  height: 30rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services-card-icon {
  object-fit: contain;
  width: 3.5rem;
  height: 3.5rem;
}

.services-card-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta-container {
  border-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  min-height: 30rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-content {
  width: 100%;
  max-width: 50rem;
  padding: var(--_sizes---ui-units--padding-global-vertical) 4rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-content-text {
  grid-row-gap: 1rem;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.cta-image-overlay {
  background-color: var(--opacity--neutral-darkest-40);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(90deg, #000 40%, #0000 60%);
  mask-image: linear-gradient(90deg, #000 40%, #0000 60%);
}

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

.case-studies-card {
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: calc(17.4636vw + 336.524px);
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-studies-card-bottom {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-studies-card-bottom-inner {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 40%, transparent);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.case-studies-card-title {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: color-mix(in srgb, currentColor 40%, transparent);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.case-studies-card-title.has-no-border {
  border-right-style: none;
  padding-right: 0;
}

.case-studies-card-icon {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-text-protect {
  background-color: var(--opacity--neutral-darkest-40);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  width: 100%;
  height: 140%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 100%);
  mask-image: linear-gradient(#0000 0%, #000 100%);
}

.card-text-protect.is-top {
  top: 0;
  bottom: auto;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
  mask-image: linear-gradient(#000 0%, #0000 100%);
}

.card-text-protect.is-team {
  background-color: var(--_color-schemes---osiris-theme--surface-background);
}

.cards-image-overlay {
  background-color: var(--colors--neutral-darkest);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards-image-overlay.has-blur {
  background-color: var(--opacity--neutral-darkest-50);
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.text-2col-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.text-2col-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  padding-right: 17vw;
  text-decoration: none;
  display: flex;
}

.text-2col-logo {
  max-width: 13rem;
}

.text-3col-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.text-3col-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 30rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-3col-right {
  column-count: 2;
  column-gap: 2rem;
}

.offers-blocks-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.offers-blocks-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.offers-card {
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  height: 30rem;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offers-card.animate-image-zoom.animate-cards-overlay {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.offers-card-link {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faqs-answer {
  overflow: hidden;
}

.faqs-question {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faqs-accordion {
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem 1rem;
}

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

.faqs-grid-left {
  top: var(--_sizes---ui-units--navbar-height);
  width: 100%;
  display: flex;
  position: sticky;
}

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

.faqs-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.faqs-awnser-text {
  padding-top: .75rem;
}

.articles-card-inner {
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-direction: column;
  height: calc(17.4636vw + 336.524px);
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.articles-card-inner-top {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.articles-card-category {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: color-mix(in srgb, currentColor 40%, transparent);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.articles-card-inner-content {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.articles-card-date {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.articles-card-title {
  padding-top: .75rem;
  padding-right: 1.5rem;
}

.articles-card {
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.direct-contact-grid-left {
  top: var(--_sizes---ui-units--navbar-height);
  width: 100%;
  display: flex;
  position: sticky;
}

.direct-contact-grid-right {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.direct-contact-card {
  grid-row-gap: .75rem;
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--foreground);
  min-height: 13.125rem;
  color: var(--_color-schemes---osiris-theme--surface-background);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(50% - 6px);
  padding: 2rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.direct-contact-card-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.message-grid-left {
  top: var(--_sizes---ui-units--navbar-height);
  width: 100%;
  height: calc(100dvh - var(--_sizes---ui-units--navbar-height)  - var(--_sizes---ui-units--padding-global-horizontal));
  display: flex;
  position: sticky;
}

.message-grid-right {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 8vw;
  text-decoration: none;
  display: flex;
}

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

.icon-embed-auto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-icon {
  display: flex;
}

.section-team {
  overflow: hidden;
}

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

.team-card {
  border-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 133.333%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card-bottom {
  flex-direction: column;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.art-collection-grid-left {
  width: 100%;
  display: flex;
}

.lightbox-open-link {
  grid-row-gap: .5rem;
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--opacity--neutral-darkest-30);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 10.5rem;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25rem .25rem .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.lightbox-open-link-text {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.art-collection-grid-right {
  top: var(--_sizes---ui-units--navbar-height);
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 8vw;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.contacts-form-container {
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--foreground);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--surface-background);
  text-align: left;
  flex-flow: column;
  padding: 3rem;
  text-decoration: none;
  display: flex;
}

.section-contacts {
  overflow: hidden;
}

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

.contacts-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  border-radius: var(--_sizes---ui-units--container-corner);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 22.5rem;
  padding: 1rem;
  display: flex;
}

.section-header-blog-list {
  width: 100%;
  min-height: 100dvh;
  padding: var(--_sizes---ui-units--navbar-height) var(--_sizes---ui-units--padding-global-horizontal) var(--_sizes---ui-units--padding-global-horizontal);
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-blog-list-content {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.header-blog-list-content-left {
  top: var(--_sizes---ui-units--navbar-height);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-right: 1.5rem;
  display: flex;
  position: sticky;
}

.header-blog-list-content-right {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.header-blog-link {
  border-radius: var(--_sizes---ui-units--container-corner);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-blog-link.is-case-studies {
  justify-content: flex-end;
  align-items: stretch;
}

.section-blog-list {
  overflow: hidden;
}

.dropdown-toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  border-radius: var(--_sizes---ui-units--input-corner);
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 11rem;
  display: flex;
}

.dropdown-component {
  margin-left: 0;
  margin-right: 0;
}

.filters-form-radio-icon {
  border-radius: var(--_sizes---ui-units--button-radius);
  cursor: pointer;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters-form-radio-icon:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.filters-form-radio-icon.w--redirected-checked {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 15%, transparent);
  border-color: #0000;
}

.filters-form-radio-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters-form {
  z-index: 999;
}

.filters-form-radio {
  color: #2a2d34;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem;
  display: inline-block;
  position: relative;
}

.filters-form-radio.is-filters {
  color: var(--_color-schemes---osiris-theme--foreground);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.filters-form-radio-label {
  z-index: 1;
  pointer-events: none;
  margin-bottom: 0;
  position: relative;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown-list.is-filters {
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--surface-background);
  max-height: 25.125rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  overflow: auto;
}

.dropdown-list.is-filters.w--open {
  flex-flow: column;
  width: 15rem;
  padding: 0;
  display: flex;
}

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

.active-filter-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: .875rem;
  overflow: hidden;
}

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

.blog-grid.is-case-studies {
  grid-row-gap: .75rem;
}

.blog-list-pagination {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.pagination-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  border-radius: var(--_sizes---ui-units--button-radius);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.pagination-button:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.pagination-button.is-previous {
  justify-content: flex-start;
}

.pagination-button.is-next {
  justify-content: flex-end;
}

.pagination1_page-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.pagination-page-button {
  border: 1px solid var(--_color-schemes---osiris-theme--foreground);
  border-radius: var(--_sizes---ui-units--button-radius);
  color: var(--_color-schemes---osiris-theme--foreground);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.pagination-page-button:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.pagination-page-button.is-active {
  background-color: var(--_color-schemes---osiris-theme--foreground);
  color: var(--_color-schemes---osiris-theme--surface-background);
}

.section-blog-detail {
  width: 100%;
  min-height: 100dvh;
  padding-bottom: var(--_sizes---ui-units--padding-global-vertical);
  position: relative;
}

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

.blog-detail-left {
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.blog-detail-right {
  width: 100%;
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  grid-row-gap: 4rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.blog-detail-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: calc(100dvh - 8.25rem);
  padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-detail-category-date {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.blog-detail-author {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-rich-text {
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
}

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

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

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

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

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

.blog-rich-text figcaption {
  border-left: 2px solid var(--_color-schemes---osiris-theme--foreground);
  font-size: var(--_typography---font-sizes--text-small);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
}

.blog-rich-text img {
  border-radius: var(--_sizes---ui-units--img-corner);
}

.blog-detail-content-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.blog-post-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-social-link {
  border-top-left-radius: var(--_sizes---ui-units--button-radius);
  border-top-right-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-left-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-right-radius: var(--_sizes---ui-units--button-radius);
  border: 1px solid;
  padding: .25rem;
}

.case-studies-repeater {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 30%, transparent);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: grid;
}

.blog-post-share-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.case-studies-metrics-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-studies-metrics {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.case-studies-content-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--foreground);
  width: 100%;
  color: var(--_color-schemes---osiris-theme--surface-background);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 1rem;
  text-decoration: none;
  display: grid;
}

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

.privacy-policy-left {
  width: 100%;
  height: 100%;
  padding-right: 2rem;
  padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
  position: relative;
}

.privacy-policy-right {
  width: 100%;
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  grid-row-gap: 4rem;
  padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.language-container.is-inline {
  display: none;
}

.language-dropdown {
  height: 100%;
}

.language-dropdown-toggle {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--white-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--white-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--white-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--white-10);
  border-top-left-radius: var(--_sizes---ui-units--button-radius);
  border-top-right-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-left-radius: var(--_sizes---ui-units--button-radius);
  border-bottom-right-radius: var(--_sizes---ui-units--button-radius);
  height: 100%;
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  text-align: center;
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 80%, transparent);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.language-dropdown-navigation {
  background-color: #0000;
  width: 7rem;
  right: 0;
}

.language-dropdown-navigation.w--open {
  right: 0;
}

.language-dropdown-list {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--white-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--white-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--white-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--white-10);
  border-top-left-radius: var(--_sizes---radius--small);
  border-top-right-radius: var(--_sizes---radius--small);
  border-bottom-left-radius: var(--_sizes---radius--small);
  border-bottom-right-radius: var(--_sizes---radius--small);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 80%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  text-align: right;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.language-dropdown-link {
  border-radius: var(--_sizes---ui-units--button-radius);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.language-dropdown-link:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 5%, transparent);
}

.language-dropdown-link.w--current {
  color: var(--_color-schemes---osiris-theme--foreground);
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--foreground) 15%, transparent);
}

.language-dropdown-text {
  color: var(--_color-schemes---osiris-theme--foreground-lighter);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.language-dropdown-link-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.video-container {
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--_color-schemes---osiris-theme--surface-lighter);
  flex-flow: column;
  width: 100%;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: calc(.138696vw + 11.337px);
  font-weight: 400;
}

.hero-countdown-number {
  font-size: var(--_typography---font-sizes--heading-1);
  text-align: center;
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
}

.hidden-fields {
  display: none;
}

.hero-countdown-container {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.hero-countdown-block {
  border-top-left-radius: var(--_sizes---ui-units--container-corner);
  border-top-right-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-left-radius: var(--_sizes---ui-units--container-corner);
  border-bottom-right-radius: var(--_sizes---ui-units--container-corner);
  width: 4.9375rem;
  color: var(--_color-schemes---osiris-theme--foreground);
  text-align: center;
  background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-lighter) 50%, transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.hero-countdown {
  grid-column-gap: .25rem;
  ---mode--collection-6ad9b508-cc32-acea-1489-42a760c199e8: mode-ac34dd06-5d54-fa3e-2011-10b443be37e7;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brevemente-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_sizes---ui-units--container-corner);
  background-color: var(--opacity--neutral-darkest-20);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-flow: column;
  padding: 1.5rem .75rem .75rem;
  display: flex;
}

.soon-logo {
  flex-flow: column;
  max-width: 11rem;
  display: flex;
}

.text-lineheight-1-8 {
  line-height: 1.8;
}

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

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

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

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

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

.soon-rich-text figcaption {
  border-left: 2px solid var(--_color-schemes---osiris-theme--foreground);
  font-size: var(--_typography---font-sizes--text-small);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
}

.soon-rich-text.is-contacts-card a {
  text-decoration: none;
}

.soon-rich-text.is-contacts-card a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---font-styles--body-type: Metropolis, Arial, sans-serif;
    --_typography---font-styles--body-weight: 400;
    --_typography---font-styles--heading-type: Metropolis, Arial, sans-serif;
    --_typography---font-sizes--heading-1: 2.5rem;
    --_typography---font-styles--heading-weight: 700;
    --_typography---font-sizes--heading-2: 2.0625rem;
    --_typography---font-sizes--heading-3: 1.75rem;
    --_typography---font-sizes--heading-4: 1.4375rem;
    --_typography---font-sizes--heading-5: 1.25rem;
    --_typography---font-sizes--heading-6: 1.125rem;
    --_typography---font-sizes--text-large: 1.44rem;
    --_typography---font-sizes--text-small: .833rem;
    --_typography---font-sizes--text-medium: 1.2rem;
    --_typography---font-sizes--text-tiny: .75rem;
    --_typography---font-styles--heading-trim-top: calc(-.5lh + .42em);
    --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .31em);
    --_typography---font-sizes--text-regular: 1rem;
    --_typography---font-sizes--heading-xlarge: 4.3125rem;
    --_typography---font-sizes--heading-large: 3.5625rem;
    --_typography---font-sizes--heading-small: 3rem;
    --_typography---font-sizes--heading-huge: 5.1875rem;
    --_sizes---ui-units--button-radius: var(--_sizes---radius--small);
    --_sizes---ui-units--input-corner: var(--_sizes---radius--small);
    --_sizes---ui-units--img-corner: var(--_sizes---radius--small);
    --_sizes---radius--small: .25rem;
    --_sizes---ui-units--padding-global-horizontal: 2rem;
    --_sizes---ui-units--max-width: 1690px;
    --_sizes---ui-units--padding-global-vertical: 5rem;
    --_sizes---ui-units--navbar-height: 66px;
    --_sizes---ui-units--container-corner: var(--_sizes---radius--small);
    --_sizes---radius--large: 0px;
    --_sizes---radius--medium: .5rem;
    --_sizes---stroke--border-width: 1px;
    --_sizes---stroke--divider-width: 1px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 4rem;
  }

  .nav-menu-primary {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-gallery-grid-image-wrapper.is-image-large.is-static {
    height: 30vw;
  }

  .case-studies-card {
    height: 36.75rem;
  }

  .text-2col-left {
    padding-right: 17rem;
  }

  .articles-card-inner {
    height: 36.75rem;
  }

  .message-grid-right, .art-collection-grid-right {
    padding-right: 8rem;
  }

  .blog-detail-content-top {
    height: calc(100dvh - 8.25rem);
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-link {
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
  }

  .navbar-dropdown-list {
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar-button-wrapper {
    align-items: center;
  }

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

  .menu-icon-line-middle {
    background-color: currentColor;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-bottom {
    background-color: currentColor;
    border-radius: 2px;
    width: 10px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar-menu-dropdown {
    width: 100%;
  }

  .navbar-menu {
    background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 90%, transparent);
    justify-content: center;
    width: 100vw;
    padding: 2rem calc(7.27651vw - 14.7817px) 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

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

  .menu-icon-line-top {
    background-color: currentColor;
    border-radius: 2px;
    width: 12px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .footer-menu-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-left {
    flex-flow: column-reverse;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .velcro-bg {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-middle {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logos-main-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .image-cover.is-department-launch-card {
    opacity: .3;
  }

  .image-cover.is-launch-block {
    opacity: .2;
  }

  .nav-menu-main-link-wrapper {
    width: 100%;
  }

  .nav-menu-primary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .header-primary-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-header-cta-slider {
    width: 15rem;
  }

  .header-primary-content-right {
    white-space: nowrap;
  }

  .swiper-slide.is-testimonials {
    width: 28.75rem;
  }

  .header-cta-shortcuts {
    padding: 1rem;
  }

  .departments-launch-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .corporate-goals-grid {
    grid-template-columns: 1fr 1fr;
  }

  .modal_content.is-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .modal-side-left {
    padding-right: 1rem;
  }

  .launch-blocks-grid {
    grid-template-columns: 1fr 1fr;
  }

  .launch-blocks-list {
    grid-template-columns: 1fr;
  }

  .image-gallery-grid-image-wrapper.is-image-large.is-static {
    height: 18rem;
  }

  .image-gallery-grid-list {
    height: 70vh;
  }

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

  .metrics-card {
    height: 20rem;
  }

  .partners-grid, .partners-grid.is-3 {
    grid-template-columns: 1fr 1fr;
  }

  .partners-grid-item {
    border-bottom-style: none;
  }

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

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

  .services-card {
    height: 20rem;
  }

  .cta-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .related-grid.is-articles {
    grid-row-gap: 2.5rem;
  }

  .text-2col-left {
    padding-right: 1.5rem;
  }

  .text-3col-right {
    column-count: 1;
  }

  .offers-blocks-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offers-blocks-list {
    grid-template-columns: 1fr;
  }

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

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

  .direct-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .direct-contact-grid-right {
    flex-flow: column;
    display: flex;
  }

  .direct-contact-card {
    width: 100%;
  }

  .message-grid-right {
    padding-right: 0;
  }

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

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

  .art-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .art-collection-grid-right {
    padding-right: 0;
  }

  .contacts-form-container {
    padding: 1.5rem;
  }

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

  .header-blog-list-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .filters-form {
    border-style: none;
  }

  .dropdown-list.is-filters.w--open {
    width: 100%;
    min-width: auto;
    position: static;
    overflow: auto;
  }

  .filters-form-block {
    z-index: 999;
    max-width: 100%;
  }

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

  .case-studies-content-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .privacy-policy-right {
    padding-left: 0;
  }

  .language-container {
    display: none;
  }

  .language-container.is-inline {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .language-dropdown {
    margin-left: 0;
    margin-right: auto;
  }

  .language-dropdown-toggle {
    display: none;
  }

  .language-dropdown-navigation {
    width: auto;
    display: flex;
    position: static;
    right: auto;
  }

  .language-dropdown-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: color-mix(in srgb, var(--_color-schemes---osiris-theme--surface-background) 90%, transparent);
    flex-flow: row;
    margin-top: 0;
  }

  .hero-countdown-number {
    font-size: calc(2.21914vw + 17.3925px);
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .navbar-button-wrapper {
    grid-column-gap: .5rem;
  }

  .navbar-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .navbar-dropdown-link {
    text-align: left;
  }

  .navbar-menu-dropdown {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-menu.is-page-height-tablet {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 6rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-top-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-legal-list {
    grid-auto-flow: row;
  }

  .footer-top {
    flex-flow: column;
    display: flex;
  }

  .navbar-dropdown-list-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-primary {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .header-primary-content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header-primary-content-left.is-soon {
    max-width: none;
  }

  .header-primary-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-primary-content.is-contacts {
    display: flex;
  }

  .header-primary-content.is-soon {
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-header-primary.is-soon {
    height: auto;
    padding-top: 0;
  }

  .header-primary-bg-container.is-soon {
    width: 100vw;
    height: 56.25vw;
    margin-bottom: 2rem;
    margin-left: calc(var(--_sizes---ui-units--padding-global-horizontal) * -1);
    position: relative;
  }

  .home-header-cta-slider {
    width: 100%;
    max-width: none;
  }

  .header-primary-content-right {
    width: 100%;
  }

  .header-primary-content-right.is-soon {
    display: none;
  }

  .departments-launch-card {
    height: 22.5rem;
  }

  .departments-launch-content {
    padding: 1.5rem;
  }

  .departments-launch-grid.is-3, .corporate-goals-grid {
    flex-flow: column;
    display: flex;
  }

  .grid-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-text-container {
    text-align: left;
    max-width: none;
  }

  .image-container.is-modal-side {
    height: calc(60dvh - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  }

  .modal_scroll.is-side {
    flex-flow: column-reverse;
    display: flex;
  }

  .form_submit {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .modal_content.is-side {
    width: 100%;
  }

  .testimonials-slide-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonials-slide-text {
    padding-right: 1rem;
  }

  .modal-side-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .modal-side-right {
    padding-bottom: 0;
  }

  .launch-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .launch-block-card {
    height: 22.5rem;
  }

  .launch-block-content {
    width: 100%;
    padding: 1.5rem;
  }

  .image-gallery-grid-content {
    height: auto;
  }

  .image-gallery-grid-image-wrapper.is-image-large {
    width: 50vw;
    height: 28.125vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-gallery-grid-list {
    grid-template-columns: 1fr auto 1fr;
    height: auto;
  }

  .image-gallery-grid {
    height: auto;
  }

  .section-title-container {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .metrics-grid {
    flex-flow: column;
    display: flex;
  }

  .metrics-left {
    grid-row-gap: 3rem;
    padding-right: 0;
  }

  .metrics-left-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .partners-grid {
    flex-flow: column;
    display: flex;
  }

  .partners-grid-item {
    border-right-width: 0;
  }

  .services-grid {
    flex-flow: column;
    display: flex;
  }

  .services-grid-left {
    height: calc(100vw - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  }

  .services-grid-right {
    padding-left: 0;
  }

  .cta-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .cta-content {
    padding-top: 50vw;
  }

  .cta-image-overlay {
    -webkit-mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
    mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
  }

  .related-grid {
    flex-flow: column;
    display: flex;
  }

  .case-studies-card-title.has-no-border {
    padding-right: 0;
  }

  .card-text-protect, .cards-image-overlay {
    -webkit-mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
    mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
  }

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

  .text-2col-left {
    padding-right: 0;
  }

  .text-3col-grid {
    grid-template-columns: 1fr;
  }

  .text-3col-left {
    padding-right: 0;
  }

  .offers-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .offers-blocks-list {
    grid-template-columns: 1fr 1fr;
  }

  .offers-card {
    height: 22.5rem;
  }

  .faqs-icon-wrapper {
    width: 1.75rem;
  }

  .faqs-accordion {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faqs-grid-right {
    padding-left: 0;
  }

  .faqs-grid {
    flex-flow: column;
    display: flex;
  }

  .articles-card-inner {
    height: calc(17.4636vw + 336.524px);
  }

  .articles-card-title {
    padding-right: 0;
  }

  .direct-contact-grid {
    flex-flow: column;
    display: flex;
  }

  .message-grid-left {
    height: calc(100vw - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  }

  .message-grid-right {
    padding-left: 0;
  }

  .message-grid {
    flex-flow: column;
    display: flex;
  }

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

  .art-collection-grid {
    flex-flow: column;
    display: flex;
  }

  .art-collection-grid-left {
    height: calc(100vw - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  }

  .art-collection-grid-right {
    grid-row-gap: 1.5rem;
    padding-left: 0;
  }

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

  .section-header-blog-list {
    padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .header-blog-list-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .header-blog-list-content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-right: 0;
  }

  .header-blog-list-content-right {
    width: 100%;
  }

  .header-blog-link {
    height: 26.25rem;
  }

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

  .pagination1_page-button-wrapper {
    display: none;
  }

  .section-blog-detail {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .blog-detail-grid {
    flex-flow: column;
    display: flex;
  }

  .blog-detail-left {
    height: calc(100vw - (var(--_sizes---ui-units--padding-global-horizontal) * 2));
  }

  .blog-detail-content-top {
    height: auto;
    padding-top: var(--_sizes---ui-units--padding-global-vertical);
  }

  .blog-detail-content, .blog-detail-content-bottom {
    margin-bottom: 2rem;
  }

  .section-privacy-policy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .privacy-policy-grid {
    flex-flow: column;
    display: flex;
  }

  .privacy-policy-left {
    padding-top: calc(var(--_sizes---ui-units--navbar-height)  + 3rem);
  }

  .privacy-policy-right {
    padding-top: var(--_sizes---ui-units--padding-global-vertical);
  }

  .hero-countdown-block {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .brevemente-content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-styles--body-type: Metropolis, Arial, sans-serif;
    --_typography---font-styles--body-weight: 400;
    --_typography---font-styles--heading-type: Metropolis, Arial, sans-serif;
    --_typography---font-sizes--heading-1: 2.0625rem;
    --_typography---font-styles--heading-weight: 700;
    --_typography---font-sizes--heading-2: 1.75rem;
    --_typography---font-sizes--heading-3: 1.4375rem;
    --_typography---font-sizes--heading-4: 1.25rem;
    --_typography---font-sizes--heading-5: 1.125rem;
    --_typography---font-sizes--heading-6: 1rem;
    --_typography---font-sizes--text-large: 1.44rem;
    --_typography---font-sizes--text-small: .833rem;
    --_typography---font-sizes--text-medium: 1.2rem;
    --_typography---font-sizes--text-tiny: .75rem;
    --_typography---font-styles--heading-trim-top: calc(-.5lh + .42em);
    --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .31em);
    --_typography---font-sizes--text-regular: 1rem;
    --_typography---font-sizes--heading-xlarge: 3.5625rem;
    --_typography---font-sizes--heading-large: 3rem;
    --_typography---font-sizes--heading-small: 2.5rem;
    --_typography---font-sizes--heading-huge: 4.3125rem;
    --_sizes---ui-units--button-radius: var(--_sizes---radius--small);
    --_sizes---ui-units--input-corner: var(--_sizes---radius--small);
    --_sizes---ui-units--img-corner: var(--_sizes---radius--small);
    --_sizes---radius--small: .25rem;
    --_sizes---ui-units--padding-global-horizontal: 1.25rem;
    --_sizes---ui-units--max-width: 1690px;
    --_sizes---ui-units--padding-global-vertical: 3rem;
    --_sizes---ui-units--navbar-height: 66px;
    --_sizes---ui-units--container-corner: var(--_sizes---radius--small);
    --_sizes---radius--large: 0px;
    --_sizes---radius--medium: .5rem;
    --_sizes---stroke--border-width: 1px;
    --_sizes---stroke--divider-width: 1px;
  }

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

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-group.align-right {
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-group.is-grid-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .footer-logos-main-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
    justify-content: center;
  }

  .navbar-dropdown-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .navbar-menu-dropdown-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .nav-menu-main-link-wrapper {
    border-bottom: 1px solid #1e1e1e33;
    padding-bottom: 1.5rem;
  }

  .nav-menu-primary {
    width: 100%;
  }

  .header-primary-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider-buttons-container.is-team {
    display: none;
  }

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

  .swiper-bottom-container.is-home-highlight, .swiper-bottom-container.is-testimonials {
    justify-content: center;
    align-items: center;
  }

  .departments-launch-grid {
    flex-flow: column;
    display: flex;
  }

  .corporate-goals-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .grid-text-container {
    padding-right: 0;
  }

  .image-container.is-testimonials-slide {
    width: 50%;
  }

  .corporate-goals-link-list {
    grid-row-gap: 2rem;
  }

  .testimonials-slide-card {
    flex-flow: column;
  }

  .testimonials-slide-text {
    padding-right: .75rem;
  }

  .launch-blocks-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .image-gallery-grid-content {
    height: auto;
  }

  .image-gallery-grid-image-wrapper {
    width: 40vw;
  }

  .image-gallery-grid-image-wrapper.is-image-large {
    width: 60vw;
  }

  .image-gallery-grid-image-wrapper.is-image-large.is-static {
    height: 12rem;
  }

  .image-gallery-side-group-inside, .image-gallery-grid-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-gallery-grid {
    height: auto;
  }

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

  .metrics-left-bottom, .metrics-right {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    flex-flow: column;
    display: flex;
  }

  .partners-grid-item {
    padding: 2rem 1rem;
  }

  .services-grid {
    flex-flow: column;
    display: flex;
  }

  .cta-content {
    padding-right: var(--_sizes---ui-units--padding-global-horizontal);
    padding-left: var(--_sizes---ui-units--padding-global-horizontal);
    justify-content: flex-end;
    align-items: stretch;
  }

  .related-grid {
    flex-flow: column;
    display: flex;
  }

  .case-studies-card {
    height: 26.25rem;
  }

  .case-studies-card-title {
    padding-right: .75rem;
  }

  .case-studies-card-icon {
    padding-left: .75rem;
  }

  .offers-blocks-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

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

  .offers-card {
    height: 26.25rem;
  }

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

  .articles-card-inner {
    height: 26.25rem;
  }

  .articles-card-category {
    padding-right: .75rem;
  }

  .articles-card-date {
    padding-left: .75rem;
  }

  .direct-contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .direct-contact-card {
    padding-top: 1.5rem;
  }

  .message-grid {
    flex-flow: column;
    display: flex;
  }

  .team-card-bottom {
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .team-card-title {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .art-collection-grid {
    flex-flow: column;
    display: flex;
  }

  .lightbox-open-link.animate-image-zoom {
    width: 10rem;
  }

  .contacts-card {
    word-break: break-word;
    min-height: 20rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .header-blog-list-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .filter-group {
    width: 100%;
  }

  .blog-grid, .blog-detail-grid {
    flex-flow: column;
    display: flex;
  }

  .blog-detail-right {
    grid-row-gap: 3rem;
  }

  .privacy-policy-grid {
    flex-flow: column;
    display: flex;
  }

  .privacy-policy-right {
    grid-row-gap: 3rem;
  }
}

#w-node-_7f9143d8-9a82-414e-d5cf-f2cad40d3d34-2d7fc7c8, #w-node-_7f9143d8-9a82-414e-d5cf-f2cad40d3d3c-2d7fc7c8, #w-node-_5fdeb5e1-53cf-8964-ff05-cfbaafa553b8-2d7fc7c8 {
  align-self: center;
}

#w-node-fc602436-4c30-b564-24c5-3d20be74a120-be74a0ee, #w-node-fc602436-4c30-b564-24c5-3d20be74a16c-be74a0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d8caa4-6579-bf65-b187-78c1b278ce0f-b278ce0b {
  justify-self: center;
}

#w-node-_25d8caa4-6579-bf65-b187-78c1b278ce62-b278ce0b {
  justify-self: end;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7336-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7337-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd733b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd733c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7340-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7341-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7345-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7346-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7350-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735b-2d7fc7c9 {
  justify-self: start;
}

#w-node-aee1f5e0-d1a3-fe3d-a2af-ec9c7af45f8f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee1f5e0-d1a3-fe3d-a2af-ec9c7af45f90-2d7fc7c9 {
  justify-self: start;
}

#w-node-_3d8c231f-46b6-5640-e726-eaae899957a3-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8c231f-46b6-5640-e726-eaae899957a4-2d7fc7c9 {
  justify-self: start;
}

#w-node-_91f18bd4-1777-0648-add2-c1b138716394-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f18bd4-1777-0648-add2-c1b138716395-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7360-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7364-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7365-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7369-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7373-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7374-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd737e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd737f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7383-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7384-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7388-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7389-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd738d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd738e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7397-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7398-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73a1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73a2-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b4-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b5-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b9-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ba-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73be-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73bf-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c3-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c4-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c8-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c9-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d3-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d4-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d8-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d9-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73dd-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73de-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e2-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e3-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e7-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e8-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ec-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ed-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73f8-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73f9-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73fd-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73fe-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7402-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7403-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7407-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7408-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd740c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd740d-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7411-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7412-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7416-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7417-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd741b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd741c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7420-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7421-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7425-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7426-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd742a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd742b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7436-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7437-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd743b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd743c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7440-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7441-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7448-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7449-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd747b-2d7fc7c9, #w-node-_41a306b7-f900-8c53-a197-0266021f0b50-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7492-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7493-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7494-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7496-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7499-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd749a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd749b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd749f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a3-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a4-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ac-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ad-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b7-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b8-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74bc-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74bf-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c4-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c5-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c6-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ca-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74cd-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ce-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74cf-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d9-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74da-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e0-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e4-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e5-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ed-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f0-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f2-2d7fc7c9 {
  justify-self: start;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca778d-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca778e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca778f-2d7fc7c9 {
  justify-self: start;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca7793-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca7796-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca7797-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca7798-2d7fc7c9 {
  justify-self: start;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca779e-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77a1-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77a2-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77a3-2d7fc7c9 {
  justify-self: start;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77a9-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77ac-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77ad-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77ae-2d7fc7c9 {
  justify-self: start;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77b6-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77b9-2d7fc7c9, #w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77ba-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc41612-9b40-9a4a-ae25-1069f2ca77bb-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74fe-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ff-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7500-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7504-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7509-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd750a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd750b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7511-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7516-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7517-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7518-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd751e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7523-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7524-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7525-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd752d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7533-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7534-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd753a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7540-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7541-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7542-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7548-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd754d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd754e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd754f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7557-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd755c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd755d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd755e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7566-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd756b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd756c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd756d-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7577-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd757d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd757e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7586-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd758f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7590-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7591-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd759a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd759b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd759c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a6-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a7-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c9-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d1-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d9-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75da-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75e9-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ea-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75eb-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ec-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ee-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f1-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f6-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f7-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7600-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7601-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7602-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd760e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7614-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7615-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7616-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7617-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7619-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7620-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7622-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd762b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7632-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7633-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7634-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7635-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7637-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7640-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7649-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd764a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd764b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7654-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7655-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7656-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7657-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd765d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd765e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd765f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7660-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7662-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7666-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7667-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7668-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7669-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd766b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7706-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7709-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7711-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7712-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7716-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7719-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7721-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf9136d-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf91370-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf91371-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf91374-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf91375-2d7fc7c9, #w-node-a16b8225-8499-6dae-6f6f-fa46daf91378-2d7fc7c9, #w-node-_6bb9f81b-68ad-d447-91ec-30a653e1f7bf-2d7fc7c9, #w-node-_6bb9f81b-68ad-d447-91ec-30a653e1f7c2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7726-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd772a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7730-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7732-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7734-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7735-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7737-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7739-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7741-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7743-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7744-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7746-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7748-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd774f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7751-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7752-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7754-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7755-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7757-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7758-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd775a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd775b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd775d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd775e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7760-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7761-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7763-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7769-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd776c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776d-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7771-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7772-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7774-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7776-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7777-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7779-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7780-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7781-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7783-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7785-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7786-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7788-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778a-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7790-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7792-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7794-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7795-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7797-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7799-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77a1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77a6-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77aa-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ac-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed72fff0-455b-a230-e4d4-1aa36ef1521a-2d7fc7c9 {
  justify-self: start;
}

#w-node-ed72fff0-455b-a230-e4d4-1aa36ef1521c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e07e7b-3fca-d868-9a2d-d3fdce8c736c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_23e07e7b-3fca-d868-9a2d-d3fdce8c736e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa69eb3c-e05e-196a-2509-54f734a32f66-2d7fc7c9 {
  justify-self: start;
}

#w-node-fa69eb3c-e05e-196a-2509-54f734a32f68-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7352f06b-8026-972b-3481-6d15ee64799a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_7352f06b-8026-972b-3481-6d15ee64799c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7352f06b-8026-972b-3481-6d15ee64799f-2d7fc7c9, #w-node-_7352f06b-8026-972b-3481-6d15ee6479a4-2d7fc7c9, #w-node-_7352f06b-8026-972b-3481-6d15ee6479a9-2d7fc7c9, #w-node-_7352f06b-8026-972b-3481-6d15ee6479ae-2d7fc7c9, #w-node-_7352f06b-8026-972b-3481-6d15ee6479b3-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ca-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cb-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cd-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ce-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d0-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d1-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d4-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d6-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d7-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d9-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77da-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dc-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dd-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77df-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e0-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e2-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e3-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e6-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e8-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e9-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77eb-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ec-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ee-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ef-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f1-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f4-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f5-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f7-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fa-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fb-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fd-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fe-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7800-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7801-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7803-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7804-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7806-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7807-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7809-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780d-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7810-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7812-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7813-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7815-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7816-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7818-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7819-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7821-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7822-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7827-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782b-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7830-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7835-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7844-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd784f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7851-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7852-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7854-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7855-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7857-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7858-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7860-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7861-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7863-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7864-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7866-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7867-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7869-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7870-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7872-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7873-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7875-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7876-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7878-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7879-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787e-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787f-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7881-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7882-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7884-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7885-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7887-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7888-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788a-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788b-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7890-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7891-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7893-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7894-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7896-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7897-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7899-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789c-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789d-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789f-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a0-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ab-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ac-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ae-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78af-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b2-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b4-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b7-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b8-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ba-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bb-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bd-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78be-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c0-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c1-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c3-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c4-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c6-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c7-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c9-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ca-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cc-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cd-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cf-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d0-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d2-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d3-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d5-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d6-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d8-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d9-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78db-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78dc-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78de-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78df-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e2-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e4-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e5-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e7-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e8-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ea-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78eb-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79dd-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e1-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e2-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e6-2d7fc7c9, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e8-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e9-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ed-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ee-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f2-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f3-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f7-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f8-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fc-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fd-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a01-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a02-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a06-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a07-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a10-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a11-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a15-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a16-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a19-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1a-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1e-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1f-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a23-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a24-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a28-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a29-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2d-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2e-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a32-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a33-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a37-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a38-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3c-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3d-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a41-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a42-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a46-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a47-2d7fc7c9 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4b-2d7fc7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4c-2d7fc7c9 {
  justify-self: start;
}

#w-node-_7d7c5409-f0cf-c237-5e02-55e764546acf-5e03b3ba, #w-node-_7d7c5409-f0cf-c237-5e02-55e764546ad5-5e03b3ba, #w-node-_7d7c5409-f0cf-c237-5e02-55e764546ada-5e03b3ba, #w-node-b152fe21-c2d2-73e5-89b6-9733478fcfca-478fcfc2, #w-node-b152fe21-c2d2-73e5-89b6-9733478fcfd0-478fcfc2, #w-node-b152fe21-c2d2-73e5-89b6-9733478fcfd5-478fcfc2 {
  align-self: center;
}

#w-node-_9bfdc6af-2065-dfbf-e718-12ceaca9e4f2-48fc16f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-fc602436-4c30-b564-24c5-3d20be74a18d-be74a0ee {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fc602436-4c30-b564-24c5-3d20be74a18e-be74a0ee {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fc602436-4c30-b564-24c5-3d20be74a18d-be74a0ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2'), url('../fonts/Metropolis-Bold.woff') format('woff'), url('../fonts/Metropolis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.woff2') format('woff2'), url('../fonts/Metropolis-Regular.woff') format('woff'), url('../fonts/Metropolis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.woff2') format('woff2'), url('../fonts/Metropolis-BoldItalic.woff') format('woff'), url('../fonts/Metropolis-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.woff2') format('woff2'), url('../fonts/Metropolis-RegularItalic.woff') format('woff'), url('../fonts/Metropolis-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'), url('../fonts/Metropolis-SemiBold.woff') format('woff'), url('../fonts/Metropolis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velcro Font 2023';
  src: url('../fonts/velcro-font-2023Regular.woff2') format('woff2'), url('../fonts/velcro-font-2023Regular.woff') format('woff'), url('../fonts/velcro-font-2023Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}