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

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

:root {
  --color-design--bg-white: var(--_primitives---colors--white);
  --_typography---font-styles--secondary: "Roboto Slab", "Palatino Linotype", sans-serif;
  --color-design--text: var(--_primitives---colors--black);
  --_typography---font-styles--main: Roboto, "Palatino Linotype", sans-serif;
  --_typography---font-styles--h2-robo: 5rem;
  --_primitives---colors--white: #fff;
  --_typography---font-styles--h1-robo: 7.5rem;
  --_primitives---colors--lightblue: #47bce6;
  --_primitives---colors--red: #f80a37;
  --_primitives---colors--darkblue: #0a0a44;
  --_primitives---colors--black: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-design--border: var(--_primitives---colors--black);
  --_ui-styles---radius--medium: 0px;
  --color-design--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-design--accent: var(--_primitives---colors--black);
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--darkred: #7d142d;
  --_primitives---opacity--lightblue-20: #47bce633;
  --color-design--bg-lightblue: var(--_primitives---colors--lightblue);
  --color-design--bg-darkblue: var(--_primitives---colors--darkblue);
  --color-design--divider-red: var(--_primitives---colors--red);
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--darkgreen: #008e93;
  --_primitives---colors--lightgreen: #33c2be;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_typography---font-styles--numbers-slab: 7.5rem;
  --_primitives---opacity--white-40: #fff6;
  --_typography---font-styles--button: 1.1875rem;
  --_primitives---opacity--white-50: #ffffff80;
  --_typography---font-styles--body: 1.1875rem;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--lightblue-80: #47bce6cc;
  --_primitives---opacity--lightblue-60: #47bce699;
  --_primitives---opacity--darkblue-80: #0a0a44cc;
  --_primitives---opacity--darkblue-60: #0a0a4499;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  font-family: var(--_typography---font-styles--main);
  margin-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.4;
}

a {
  color: var(--color-design--text);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.padding-section-large.hugo-section {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-bottom.margin-xxlarges {
  margin: 0 0 6rem;
}

.margin-bottom.hero {
  margin-bottom: .85rem;
}

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

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

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

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

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

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

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

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 7rem 0;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  font-family: var(--_typography---font-styles--secondary);
  font-size: var(--_typography---font-styles--h2-robo);
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  font-family: var(--_typography---font-styles--secondary);
  font-size: var(--_typography---font-styles--h1-robo);
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h1.text-color-lb {
  color: var(--_primitives---colors--lightblue);
}

.heading-style-h1.text-color-red {
  color: var(--_primitives---colors--red);
}

.heading-style-h1.text-color-db {
  color: var(--_primitives---colors--darkblue);
}

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

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

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

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

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

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

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

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

.button {
  border: 2px solid var(--_primitives---colors--black);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

.button.is-secondary.letter-spacing {
  letter-spacing: 1.5px;
}

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

.button.is-alternate {
  border-width: 1.5px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-white {
  color: var(--_primitives---colors--white);
  font-size: 1.1875rem;
}

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

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

.text-weight-semibold.blue-text {
  color: #0000;
  font-size: 1.3rem;
  display: block;
}

.text-weight-semibold.dark-green, .text-weight-semibold.dark-red {
  color: #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-design--bg-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

.text-style-tagline {
  font-family: var(--_typography---font-styles--main);
  justify-content: center;
  align-items: center;
  font-size: 1.1875rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-link.w--current {
  border-color: var(--color-design--border);
  background-color: var(--color-design--bg-white);
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

.section_hero {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
  position: relative;
}

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

.hero_image-wrapper {
  z-index: 2;
  width: 100%;
}

.hero_image {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  top: -12rem;
}

.hero-tagline {
  font-family: var(--_typography---font-styles--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.hero-tagline-light {
  font-family: var(--_typography---font-styles--main);
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
}

.heading-display-main {
  color: var(--_primitives---colors--darkblue);
  text-transform: uppercase;
  font-size: 6.75svw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-display-main.vis {
  color: var(--_primitives---opacity--white-5);
}

.section_background-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section_header32 {
  position: relative;
}

.header32_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header32_search-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form_icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.hero_background-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-lightblue {
  z-index: 1;
  background-color: var(--_primitives---colors--lightblue);
  position: absolute;
  inset: 0%;
}

.bg-lightblue._90 {
  height: 80svh;
}

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

.highlight-text-hs {
  font-family: var(--_typography---font-styles--secondary);
  color: var(--_primitives---colors--lightblue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.highlight-text-hs.quote-red {
  color: var(--_primitives---colors--red);
}

.highlight-text-hs.quote-db {
  color: var(--_primitives---colors--darkblue);
  letter-spacing: .001px;
}

.section_layout144 {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
}

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

.layout144_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

.section_megatrends {
  position: relative;
}

.megatrends_component {
  z-index: 1;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.megatrends_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-1 {
  width: 28vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

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

.megatrends_content {
  align-items: center;
  max-width: 63rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

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

.megatrends-heading_component {
  flex-direction: column;
  align-items: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cover_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  min-height: 48rem;
  position: relative;
  overflow: hidden;
}

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

.bg-darkblue {
  z-index: 1;
  background-color: var(--_primitives---colors--darkblue);
  position: absolute;
  inset: 0%;
}

.bg-darkblue._90 {
  height: 90svh;
}

.megatrends-body {
  font-family: var(--_typography---font-styles--main);
  color: var(--_primitives---colors--lightblue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}

.resource-wrapper {
  position: relative;
  overflow: hidden;
}

.scaling-element-header {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 10vh 5vw 20vh;
  display: flex;
  position: relative;
}

.scaling-element-header__eyebrow {
  color: #9d420a;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
}

.scaling-element-header__h1 {
  text-align: center;
  max-width: 9em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

.scaling-element__small-box {
  border-radius: 1em;
  width: 35em;
  position: relative;
}

.scaling-video__before {
  padding-top: 56.25%;
}

.scaling-video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scaling-video {
  will-change: transform;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0)rotate(.001deg);
}

.scaling-video__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.scaling-video__svg {
  color: #fff;
  mix-blend-mode: overlay;
  width: 6.25em;
  position: absolute;
}

.scaling-element-video {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65svw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.scaling-element__big-box {
  border-radius: 1em;
  width: 100%;
  position: relative;
}

.section_header142 {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
}

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

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

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

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

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

.megatrends_component-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.heading-style-h1-2 {
  font-size: var(--_typography---font-styles--h1-robo);
  font-weight: 400;
  line-height: 110%;
}

.megatrends_images-canvas {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.megatrends_images-group1 {
  pointer-events: none;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.megatrends_image-wrapper-world {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 25%;
  position: absolute;
  top: 25%;
  left: 0%;
  overflow: hidden;
}

.megatrends-vector {
  width: 100%;
  height: 100%;
}

.megatrends_image-wrapper-drohne {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 20%;
  position: absolute;
  top: -2rem;
  overflow: hidden;
}

.header142_image-wrapper6 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: -5%;
  right: -5%;
  overflow: hidden;
}

.megatrends_image-wrapper-attention {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 24%;
  position: absolute;
  bottom: 3rem;
  left: 12rem;
  overflow: hidden;
}

.megatrends_images-group2 {
  pointer-events: none;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header142_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -5%;
  left: 10%;
  overflow: hidden;
}

.header142_image-wrapper4 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 16%;
  position: absolute;
  top: -6%;
  right: 20%;
}

.megatrends_image-wrapper-tiktok {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 20%;
  position: absolute;
  top: 40%;
  right: 4rem;
  overflow: hidden;
}

.megatrends_image-wrapper-robo {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 20%;
  position: absolute;
  bottom: 1rem;
  right: 8rem;
  overflow: hidden;
}

.willem-header {
  color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.willem-header.is--loading.is--hidden {
  background-color: #eaeaea;
}

.willem-loader {
  color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.willem__h1 {
  white-space: nowrap;
  justify-content: center;
  font-size: 12.5em;
  font-weight: 500;
  line-height: .75;
  display: flex;
  position: relative;
}

.willem__h1-start {
  justify-content: flex-end;
  width: 1.5256em;
  display: flex;
  overflow: hidden;
}

.willem__letter {
  display: block;
  position: relative;
}

.willem-loader__box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  position: relative;
}

.willem-loader__box-inner {
  justify-content: center;
  align-items: center;
  min-width: 1em;
  height: 95%;
  display: flex;
  position: relative;
}

.willem__growing-image {
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.willem__growing-image-wrap {
  width: 100%;
  min-width: 1em;
  height: 100%;
  position: absolute;
}

.willem__cover-image-extra {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.willem__cover-image-extra.is--1 {
  z-index: 3;
}

.willem__cover-image-extra.is--2 {
  z-index: 2;
}

.willem__cover-image-extra.is--3 {
  z-index: 1;
}

.willem__cover-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.willem__h1-end {
  justify-content: flex-start;
  width: 1.525em;
  display: flex;
  overflow: hidden;
}

.willem-header__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 3em;
  display: flex;
  position: relative;
}

.willem-header__top {
  width: 100%;
  position: relative;
}

.willen-nav {
  display: flex;
  position: relative;
  overflow: hidden;
}

.willem-nav__start {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__link {
  color: inherit;
  font-size: 1.3125em;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.willem-nav__end {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.willem-nav__cta {
  display: flex;
}

.willem-header__bottom {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.willem__letter-white {
  display: block;
  position: relative;
}

.willem__letter-white.is--space {
  margin-left: .25em;
}

.section_social-commerce {
  background-color: var(--_primitives---colors--darkred);
  overflow: hidden;
}

.image1_content {
  padding-right: var(--\<unknown\|variable-3b53ddf2-4009-fa7d-4177-a2fad2499094\>);
  padding-left: var(--\<unknown\|variable-3b53ddf2-4009-fa7d-4177-a2fad2499094\>);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image1_content.ff {
  height: 48rem;
}

.image1_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-fit-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-fit-cover.is-parallax {
  height: 130%;
}

.image-fit-cover.is-parallax.second {
  height: 125%;
}

.image-fit-cover.is-parallax.hide-desktop {
  display: none;
}

.image1_overlay {
  position: absolute;
  inset: 0%;
}

.image1_headline {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-label-small {
  font-size: var(--\<unknown\|variable-89932a10-af1e-7cdf-b543-286312cb87d3\>);
  line-height: var(--\<unknown\|variable-32edee3e-d5a8-b8e3-a06b-04792a9bf0ff\>);
  font-weight: var(--\<unknown\|variable-0ad7c15e-f63b-8aa2-d18a-a1c4d0fe6753\>);
  letter-spacing: var(--\<unknown\|variable-31dd9fc3-a6af-e154-2616-6541811cb00e\>);
  text-transform: uppercase;
}

.padding-section-huge {
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.crisp-header {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-header.is--loading.is--hidden {
  background-color: var(--_primitives---colors--white);
  height: 100svh;
}

.crisp-header__slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.crisp-header__slider-list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.crisp-header__slider-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.crisp-header__slider-slide-inner {
  object-fit: contain;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader {
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -13svh;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.crisp-loader__wrap {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__groups {
  position: relative;
  overflow: hidden;
}

.crisp-loader__group {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--duplicate {
  z-index: 3;
  position: absolute;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 7em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-loader__cover-img {
  z-index: 2;
  object-fit: contain;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-loader__fade {
  background-image: linear-gradient(90deg, var(--_primitives---colors--lightblue) 20%, transparent);
  pointer-events: none;
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-header__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7em 2.5em 0;
  display: flex;
  position: relative;
}

.crisp-header__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.osmo-logo {
  color: unset;
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.osmo-logo__svg {
  display: block;
}

.crisp-header__hamburger {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.crisp-header__hamburger-bar {
  background-color: currentColor;
  width: 1.875em;
  height: .125em;
}

.crisp-header__center {
  width: 100%;
  padding: .8em 1.5em .5em;
  position: relative;
  left: auto;
}

.crisp-header__h1 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .125em;
  font-size: calc(5vw + 5dvh);
  font-weight: 400;
  line-height: .95;
}

.crisp-header__bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.crisp-header__slider-nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-nav-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .25em;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.crisp-header__slider-nav-btn.is--current {
  border-color: #f4f4f4;
}

.crisp-header__p {
  text-align: center;
  font-size: 1.125em;
}

.bg-lightblue-80 {
  background-color: var(--_primitives---colors--lightblue);
  height: 120svh;
  position: absolute;
  inset: 0%;
}

.bg-lightblue-80._90 {
  height: 80svh;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4svw;
  padding-right: 4svw;
  display: flex;
}

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

.navbar1_logo {
  display: block;
}

.navbar_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-right: 3rem;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  grid-column-gap: .25rem;
}

.navbar_link {
  letter-spacing: 1.5px;
  border: 1px solid #000;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
}

.navbar_link.w--current {
  color: #000;
}

.navbar_link-red-icon {
  border: 1px solid var(--_primitives---colors--darkred);
  color: var(--_primitives---colors--darkred);
  letter-spacing: 1.5px;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 400;
}

.navbar_link-red-icon.w--current {
  color: #000;
}

.navbar_menu-button {
  padding: 0;
  display: block;
}

.fiege-gradient-top {
  background-image: url('../images/fiege-gradient-4000x53.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: .75rem;
}

.navbar {
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: none;
}

.nav-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #33c2bd;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff52;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.brand {
  background-color: #2a21197a;
}

.nav-link.cta {
  color: #2a2119;
  background-color: #33c2bd;
}

.button-label {
  z-index: 2;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.wrap-navigation-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-bg {
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0%;
}

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

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

.navbar_link-2 {
  border: 1px solid #000;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
}

.navbar_link-2.w--current {
  color: #000;
}

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

.navbar_menu-dropdown.hide {
  display: none;
}

.navbar_dropdown-toggle {
  color: var(--_primitives---colors--red);
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .9rem;
  transition: all .2s;
}

.navbar_dropdown-toggle:hover {
  color: #f80a37;
}

.navbar_dropdown-toggle.w--open {
  transition: all .2s;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(-90deg);
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 1px 5px #00000024;
}

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

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

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

.navbar_dropdown-link-list.lightblue, .navbar_dropdown-link-list.lightgreen {
  background-color: #0000;
}

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-bottom: 1.25rem;
  text-decoration: none;
  display: flex;
}

.navbar_dropdown-link.red {
  background-color: #0000;
}

.navbar_dropdown-link.card-bg-darkblue {
  background-color: var(--_primitives---colors--darkblue);
  justify-content: space-between;
}

.navbar_image-wrapper {
  flex: none;
  width: 100%;
  height: 12rem;
  position: relative;
}

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

.navbar_item-text {
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.dropdown.de {
  z-index: 99;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  font-family: var(--_typography---font-styles--main);
  font-size: .9rem;
  font-weight: 500;
  transition: transform .2s;
}

.language-text {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 0;
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--_primitives---colors--lightblue);
  min-height: 2.5rem;
}

.dropdown-list.w--open {
  z-index: 5;
  background-color: var(--_primitives---colors--white);
  min-height: auto;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.375rem;
  position: absolute;
  top: -1rem;
  left: 5rem;
  box-shadow: inset 0 2px 3px #0000001a;
}

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

.navbar-menu-left {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.megatrends_content-gallery {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 63rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
  position: relative;
}

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

.tiktok_images-canvas {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  position: absolute;
}

.tiktok_images-group {
  pointer-events: none;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tiktok_image-wrapper {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 25%;
  position: absolute;
  top: 30%;
  left: -3%;
  overflow: hidden;
}

.tiktok_image-wrapper-left {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  max-width: 15%;
  position: absolute;
  top: 5%;
  left: -5%;
  overflow: visible;
}

.tiktok_image-wrapper-right {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 20%;
  position: absolute;
  top: 5%;
  right: 2%;
  overflow: visible;
}

.tiktok_image-wrapper-mid {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  max-width: 20%;
  position: absolute;
  top: -10%;
  right: 30%;
  overflow: visible;
}

.tiktok_content {
  padding-right: var(--\<unknown\|variable-3b53ddf2-4009-fa7d-4177-a2fad2499094\>);
  padding-left: var(--\<unknown\|variable-3b53ddf2-4009-fa7d-4177-a2fad2499094\>);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-quote {
  border-top: 2px solid var(--_primitives---colors--red);
  border-bottom: 2px solid var(--_primitives---colors--red);
  max-width: 82rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 2.5rem;
}

.container-quote.hugo {
  display: none;
}

.social-commerce-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: auto min-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-commerce-content-right {
  justify-content: flex-end;
  align-items: center;
  width: 15rem;
  display: flex;
}

.section {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.scroll-section-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24vw;
  display: flex;
}

.left-scroll-section {
  max-width: 155px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.right-scroll-section {
  text-align: right;
  max-width: 577px;
  position: relative;
}

.arrow-svg {
  z-index: -1;
  width: 340px;
  max-width: none;
  position: absolute;
  inset: 20px auto auto 85px;
}

.text-scroll-right {
  letter-spacing: -1.5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.master-scroll {
  position: relative;
}

.text-master-scroll-center {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 50%;
}

.scroll-wrapper-single {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46rem;
  display: flex;
  position: absolute;
}

.scroll-wrapper-single._1 {
  opacity: 1;
}

.scroll-wrapper-single._2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.label-wrap-scroll {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.text-wrap-scroll {
  text-align: center;
  min-height: 16svh;
}

.text-h2 {
  color: var(--_primitives---colors--red);
  letter-spacing: -.03rem;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 125%;
}

.text-h2.opac-00 {
  opacity: 0;
}

.wave-svg {
  z-index: -1;
  width: 288px;
  position: absolute;
}

.eye-svg {
  z-index: -1;
  width: 280px;
  position: absolute;
  top: -18.5938px;
  left: -33.156px;
}

.gsap-svg {
  z-index: -1;
  width: 453px;
  max-width: none;
  position: absolute;
}

.smiley-svg {
  z-index: -1;
  width: 216px;
  max-width: none;
  display: block;
  position: absolute;
  top: 19.5px;
  right: -93.227px;
}

.images-scroll-block.ff {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.master-scroll-images {
  flex-flow: column;
  margin-bottom: 10rem;
  display: flex;
}

.scroll-image-large {
  width: 30rem;
  position: relative;
  overflow: hidden;
}

.scroll-image-large._1 {
  width: 20rem;
  margin-left: 5%;
}

.scroll-image-large._2 {
  margin-top: 160px;
  margin-left: 7%;
}

.scroll-image-large.is-5 {
  width: 30rem;
  margin-left: auto;
  top: 0;
}

.scroll-image-large.heading-404 {
  margin-top: -80px;
  margin-left: 7%;
}

.scroll-image-large.is-7 {
  width: 30rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: 5rem;
}

.scroll-image-large.is-4 {
  top: 5rem;
}

.scroll-image-large.is--3 {
  left: -2rem;
}

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

.scroll-image-vertical {
  width: 21rem;
  overflow: hidden;
}

.scroll-image-vertical.is-1 {
  margin-left: auto;
  margin-right: auto;
}

.scroll-image-vertical.is-6 {
  width: 12rem;
  margin-left: 8rem;
  position: relative;
}

.scroll-image-vertical.is-2 {
  position: relative;
  top: 12rem;
}

.scroll-image-vertical.is-left {
  margin-left: 3rem;
  margin-right: auto;
}

.scroll-image-vertical.is-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 12rem;
}

.scroll-image-small {
  border-radius: 8px;
  width: 12.986vw;
  height: 12.986vw;
  position: relative;
  overflow: hidden;
}

.scroll-image-small._1 {
  margin-left: 30%;
}

.scroll-image-small._2 {
  margin-top: 95px;
  margin-left: auto;
  margin-right: 15%;
}

.scroll-image-small._5 {
  margin-top: 95px;
  margin-left: 5%;
}

.scroll-image-small._6 {
  margin-top: 227px;
  margin-left: 10%;
}

.scroll-row._1 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 535px;
  display: flex;
}

.scroll-row._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: grid;
}

.scroll-image-horizontall {
  border-radius: 8px;
  width: 306px;
  height: 187px;
  overflow: hidden;
}

.scroll-image-horizontall._1 {
  margin-right: 20%;
}

.video-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.section_header28 {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
}

.video-interview_component {
  flex-direction: column;
  align-items: center;
}

.video-interview_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-interview_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.section_wachstum {
  border-top: 1px solid var(--_primitives---colors--darkred);
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
}

.red-stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.red-stats_item {
  border-bottom: 1px solid var(--_primitives---colors--black);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats_number {
  color: var(--_primitives---colors--red);
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 110%;
}

.text-red-subline {
  font-family: var(--_typography---font-styles--main);
  color: var(--_primitives---colors--darkred);
  font-size: 2rem;
  font-weight: 700;
}

.text-stats-subline {
  font-family: var(--_typography---font-styles--main);
  font-size: 1.1875rem;
}

.slider__section {
  width: 100%;
  min-height: 70svh;
  max-height: 100svh;
  position: relative;
}

.slider__overlay {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.slider__overlay-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider__overlay-count {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--_primitives---colors--darkred);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 4.5em;
  font-weight: 700;
  display: flex;
}

.slider__count-col {
  height: 1em;
  overflow: hidden;
}

.slider__count-heading {
  width: 2ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.slider__count-divider {
  background-color: var(--_primitives---colors--red);
  width: 2px;
  height: .75em;
  transform: rotate(15deg);
}

.slider__overlay-nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.slider__btn {
  border: 1px solid var(--_primitives---colors--red);
  color: var(--_primitives---colors--red);
  background-color: #0000;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.slider__btn-arrow {
  flex: none;
  width: 1em;
  height: .75em;
}

.slider__btn-arrow.next {
  transform: rotate(180deg);
}

.slider__btn-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.slider__btn-overlay-corner {
  border-top: 1px solid #efeeec;
  border-left: 1px solid #efeeec;
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.slider__btn-overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.slider__btn-overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.slider__btn-overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.slider__main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider__wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 50svh;
  display: flex;
  position: relative;
}

.slider__slide {
  flex: none;
  width: 75svw;
  max-height: 55svh;
  padding-right: 2.5em;
  transition: opacity .4s;
  position: relative;
}

.slider__slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 5px #0000004d;
}

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

.slide__caption {
  z-index: 2;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  white-space: nowrap;
  background-color: #efeeeccc;
  border-radius: .25em;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: .4em 3.5em .4em 2em;
  display: flex;
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  overflow: hidden;
}

.slide__caption-dot {
  background-color: #a1ff62;
  border-radius: 10em;
  flex: none;
  width: .5em;
  height: .5em;
}

.slide__caption-label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
}

.standort-headline {
  font-family: var(--_typography---font-styles--secondary);
  color: var(--_primitives---colors--red);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.standort-fact-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-medium {
  font-family: var(--_typography---font-styles--main);
  font-size: 1.125rem;
}

.slide-cta {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

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

.fast-forward-header_component {
  flex-direction: column;
  min-height: auto;
  display: flex;
}

.fast-forward-header_image-wrapper {
  flex: 1;
  min-height: 65svh;
  position: relative;
}

.fast-forward-header_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

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

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

.font-vector-wrapper {
  position: relative;
}

.f-f-vector-wrapper-top-left {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  max-width: 15%;
  position: absolute;
  top: -12rem;
  left: 0;
  overflow: visible;
}

.f-f-vector-wrapper-bot-right {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  max-width: 15%;
  position: absolute;
  bottom: -8rem;
  right: 0;
  overflow: visible;
}

.fast-forward-vector {
  width: 100%;
  height: 100%;
}

.fast-forward-vector.rotation {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.fast-forward_images-group {
  pointer-events: none;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fast-forward-content-body {
  z-index: 3;
  background-color: var(--_primitives---colors--lightblue);
  position: relative;
}

.text-body {
  font-family: var(--_typography---font-styles--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.fast-forward-quote {
  border-top: 1.5px solid var(--_primitives---colors--darkblue);
  border-bottom: 1.5px solid var(--_primitives---colors--darkblue);
  max-width: 82rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 2.5rem;
}

.section_header9 {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
}

.header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.header_image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 50svh;
  display: flex;
  position: relative;
}

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

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

.section_england {
  background-color: var(--color-design--bg-white);
  color: var(--color-design--text);
  margin-top: 10rem;
}

.header-content-wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  display: flex;
  position: relative;
}

.h1-main-bold {
  color: var(--_primitives---colors--red);
  font-size: 7.5rem;
}

.section_download {
  background-color: var(--_primitives---opacity--lightblue-20);
  color: var(--color-design--text);
  margin-top: 10rem;
}

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

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

.footer_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading-style-download {
  font-family: var(--_typography---font-styles--secondary);
  color: var(--_primitives---colors--red);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.main-container-flex {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 1vw;
  display: flex;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

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

.footer_left-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer_logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.footer_link {
  color: #00000080;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_right-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--color-design--text);
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.footer_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem 4svw;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.f-f-vector-wrapper-bot-mid {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--medium);
  max-width: 15%;
  position: absolute;
  bottom: 0;
  left: 15%;
  right: auto;
  overflow: visible;
}

.master-scroll-fast-forward {
  margin-top: 6rem;
  position: relative;
}

.master-scroll-fast-forward.hide-mobile {
  margin-top: 10rem;
}

.vector-master-scroll-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 50%;
}

.scroll-wrapper-vector {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46rem;
  display: flex;
  position: absolute;
}

.scroll-wrapper-vector._1 {
  opacity: 1;
}

.fast-forward-master-scroll-images {
  grid-column-gap: 4rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 20rem;
  margin-bottom: 20rem;
  display: grid;
  position: relative;
}

.fast-forward-image-row-2 {
  grid-column-gap: 7rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.horizontal__wrap {
  flex-flow: row;
  min-height: 100dvh;
  margin-top: 5svh;
  padding-top: 10svh;
  padding-bottom: 10svh;
  display: flex;
  overflow: hidden;
}

.horizontal__panel {
  flex: none;
  width: 100%;
}

.horizontal__panel-inner {
  width: 100%;
  height: 100%;
  padding: 1.25em;
}

.demo-card {
  border-radius: 1.25em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-card__bg {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.demo-card__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.demo-header__h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: .95;
}

.scroll-image-vertical-copy {
  width: 21rem;
  overflow: hidden;
}

.scroll-image-vertical-copy.is-1 {
  margin-left: auto;
  margin-right: auto;
}

.scroll-image-vertical-copy.is-6 {
  width: 12rem;
  margin-left: 8rem;
  position: relative;
}

.scroll-image-vertical-copy.is-2 {
  position: relative;
  top: 12rem;
}

.scroll-image-vertical-copy.is-left {
  margin-left: 3rem;
  margin-right: auto;
}

.scroll-image-vertical-copy.is-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 12rem;
}

.scroll-image-vertical-wrapper {
  align-items: flex-start;
  width: 21rem;
  display: flex;
  overflow: hidden;
}

.scroll-image-vertical-wrapper.is-1 {
  margin-left: auto;
  margin-right: auto;
}

.scroll-image-vertical-wrapper.is-6 {
  width: 12rem;
  margin-left: 8rem;
  position: relative;
}

.scroll-image-vertical-wrapper.is-2 {
  position: relative;
  top: 12rem;
}

.scroll-image-vertical-wrapper.is-left {
  margin-left: 3rem;
  margin-right: auto;
}

.scroll-image-vertical-wrapper.is-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 12rem;
}

.max-width-hero {
  width: 100%;
  max-width: none;
  position: relative;
}

.mobile-nav-container {
  display: none;
}

.editorial_component {
  flex-direction: column;
  align-items: center;
  height: 150svh;
  display: flex;
  position: relative;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 92rem;
  max-height: 75svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -7rem;
}

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

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

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

.text-black-subline {
  font-family: var(--_typography---font-styles--main);
  text-align: left;
  font-size: 1.1875rem;
  font-weight: 400;
}

.mobile-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46rem;
  display: flex;
  position: absolute;
}

.mobile-quote._1 {
  opacity: 1;
}

.mobile-quote._2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.label-hugo {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.fast-forward-line-wrapper {
  position: absolute;
  inset: 0%;
}

.fast-forward-white-wrapper {
  position: absolute;
  bottom: 50%;
  left: 5%;
}

.fast-forward-yellow-wrapper {
  position: absolute;
  bottom: 55%;
  left: 40%;
}

.fast-forward-yellow-2-wrapper {
  z-index: 0;
  position: absolute;
  bottom: 7%;
  left: 35%;
}

.fast-forward-white-2-wrapper {
  z-index: 1;
  position: absolute;
  bottom: -2%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .margin-bottom.hero {
    margin-bottom: 1rem;
  }

  .hero_image-wrapper {
    position: relative;
    top: -2rem;
  }

  .hero_image {
    top: -15rem;
  }

  .heading-display-main {
    font-size: 6.25svw;
    line-height: 1.1;
  }

  .cover_image-wrapper {
    min-height: 48rem;
  }

  .scaling-element__small-box {
    width: 45em;
  }

  .scaling-video__before {
    background-image: url('../images/hugo-interview-thumbnail-logo-magazin-fiege.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .scaling-video {
    background-image: url('../images/hugo-interview-thumbnail-logo-magazin-fiege.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .scaling-video__video {
    background-image: url('../images/hugo-interview-thumbnail-logo-magazin-fiege.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .megatrends_image-wrapper-tiktok {
    top: 25%;
    right: 0;
  }

  .image1_content.ff {
    height: 50rem;
  }

  .navbar_dropdown-toggle {
    font-size: .9rem;
  }

  .left-scroll-section {
    max-width: 10.764vw;
  }

  .right-scroll-section {
    max-width: 40.069vw;
  }

  .arrow-svg {
    width: 23.611vw;
    top: 1.389vw;
    left: 5.903vw;
  }

  .text-scroll-right {
    letter-spacing: -.104vw;
    font-size: 2.778vw;
  }

  .wave-svg, .eye-svg {
    width: 20vw;
  }

  .gsap-svg {
    width: 31.458vw;
  }

  .smiley-svg {
    width: 15vw;
  }

  .scroll-image-large {
    width: 29vw;
    height: 24.722vw;
  }

  .scroll-image-large.is-5 {
    margin-top: 22.396vw;
  }

  .scroll-image-large.heading-404 {
    margin-top: -4.167vw;
  }

  .scroll-image-large.is-4 {
    width: 32vw;
  }

  .scroll-image-vertical {
    width: 18.681vw;
    height: 22.431vw;
  }

  .scroll-image-vertical.is-1 {
    width: 22vw;
    height: auto;
  }

  .scroll-image-vertical.is-6 {
    height: auto;
  }

  .scroll-image-vertical.is-2, .scroll-image-vertical.is-3 {
    width: 20vw;
    height: auto;
  }

  .scroll-image-small {
    width: 12.986vw;
    height: 12.986vw;
  }

  .scroll-image-small._2, .scroll-image-small._5 {
    margin-top: 4.948vw;
  }

  .scroll-image-small._6 {
    margin-top: 11.823vw;
  }

  .scroll-row._1 {
    margin-top: 27.865vw;
  }

  .scroll-row._2 {
    margin-top: 3.646vw;
  }

  .scroll-image-horizontall {
    width: 21.25vw;
    height: 12.986vw;
  }

  .fast-forward-header_image-wrapper {
    min-height: 75svh;
  }

  .fast-forward-master-scroll-images {
    margin-bottom: 12svh;
  }

  .scroll-image-vertical-copy, .scroll-image-vertical-wrapper {
    width: 18.681vw;
    height: 22.431vw;
  }

  .max-width-hero {
    max-width: none;
  }

  .header82_lightbox-image {
    object-fit: contain;
  }
}

@media screen and (min-width: 1920px) {
  .margin-bottom.margin-xxlarges {
    margin-bottom: 10rem;
  }

  .margin-bottom.hero {
    margin-bottom: 1.35rem;
  }

  .hero-component {
    position: relative;
  }

  .hero_image {
    top: -19rem;
  }

  .heading-display-main {
    font-size: 6svw;
  }

  .image1_content.ff {
    height: 53rem;
  }

  .navbar_dropdown-toggle {
    font-size: .95rem;
  }

  .navbar_menu-right {
    flex-direction: row;
  }

  .scroll-section-top-tile {
    margin-bottom: 15vw;
  }

  .left-scroll-section {
    max-width: 8.6112vw;
  }

  .right-scroll-section {
    max-width: 32.0552vw;
  }

  .arrow-svg {
    width: 18.8888vw;
    top: 1.1112vw;
    left: 4.7224vw;
  }

  .text-scroll-right {
    letter-spacing: -.0832vw;
    font-size: 2.2224vw;
  }

  .wave-svg, .eye-svg {
    width: 16vw;
  }

  .gsap-svg {
    width: 25.1664vw;
  }

  .smiley-svg {
    width: 12vw;
  }

  .scroll-image-large {
    width: 28vw;
    height: auto;
  }

  .scroll-image-large.is-7 {
    width: 28svw;
    margin-top: 0;
  }

  .scroll-image-large.is-4 {
    width: 28vw;
    height: auto;
  }

  .scroll-image-vertical {
    width: 12vw;
    height: auto;
  }

  .scroll-image-vertical.is-1 {
    width: 20vw;
    height: auto;
  }

  .scroll-image-vertical.is-6 {
    width: 12vw;
  }

  .scroll-image-vertical.is-2 {
    width: 18vw;
    height: auto;
  }

  .scroll-image-vertical.is-3 {
    width: 20vw;
    height: auto;
  }

  .scroll-image-small {
    width: 10.3888vw;
    height: 10.3888vw;
  }

  .scroll-image-horizontall {
    width: 17vw;
    height: 10.3888vw;
  }

  .main-container-flex {
    padding-bottom: 1rem;
  }

  .footer-link {
    transition: color .25s, background-color .22s;
  }

  .footer-link:hover {
    color: #fff;
    background-color: #f80a37;
  }

  .fast-forward-image-row-2 {
    grid-row-gap: 12svh;
  }

  .scroll-image-vertical-copy, .scroll-image-vertical-wrapper {
    width: 14.9448vw;
    height: 17.9448vw;
  }

  .max-width-hero {
    max-width: 64rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper {
    overflow: hidden;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero_image {
    top: -12rem;
  }

  .heading-display-main {
    font-size: 3.25rem;
  }

  .highlight-text-hs {
    font-size: 2.4rem;
  }

  .highlight-text-hs.quote-db {
    font-size: 3.2rem;
  }

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

  .header80_image-wrapper.is-image-1, .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .megatrends_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .megatrends_component-wrapper {
    height: 80svh;
  }

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

  .megatrends_image-wrapper-world {
    bottom: 10%;
    left: -5%;
  }

  .megatrends_image-wrapper-drohne {
    top: 0%;
    left: auto;
  }

  .header142_image-wrapper6 {
    max-width: 25%;
  }

  .megatrends_image-wrapper-attention {
    bottom: 8%;
    left: 10%;
  }

  .header142_image-wrapper2 {
    top: -5%;
    left: 5%;
  }

  .header142_image-wrapper4 {
    top: 5%;
    right: 20%;
  }

  .megatrends_image-wrapper-tiktok {
    top: 12%;
  }

  .megatrends_image-wrapper-robo {
    max-width: 20%;
    bottom: 8%;
    right: 10%;
  }

  .willem__h1 {
    font-size: 9em;
  }

  .willem-nav__links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .image1_content {
    padding-top: var(--\<unknown\|variable-cfbfdcff-d7cc-141c-7c8d-0bc75b6a48e1\>);
    padding-bottom: var(--\<unknown\|variable-cfbfdcff-d7cc-141c-7c8d-0bc75b6a48e1\>);
    height: 20rem;
  }

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

  .crisp-header__slider-list {
    width: 100%;
  }

  .crisp-loader {
    margin-top: -10svh;
    font-size: 2vw;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    display: none;
    position: absolute;
    overflow: auto;
  }

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

  .navbar_link, .navbar_link-red-icon {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .master-navigation-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .mobile-links {
    display: flex;
  }

  .nav-link.brand.mobile-hidden, .nav-link.cta.mobile-hidden {
    display: none;
  }

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

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

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-content {
    flex-direction: column;
  }

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

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

  .dropdown-toggle {
    max-width: 6rem;
    margin-top: .25rem;
  }

  .dropdown-list {
    max-width: 6rem;
  }

  .dropdown-list.w--open {
    position: relative;
    top: -4.5rem;
  }

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

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-left {
    display: none;
  }

  .megatrends_content-gallery {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tiktok_image-wrapper, .tiktok_image-wrapper-left, .tiktok_image-wrapper-right, .tiktok_image-wrapper-mid {
    bottom: 10%;
  }

  .tiktok_content {
    padding-top: var(--\<unknown\|variable-cfbfdcff-d7cc-141c-7c8d-0bc75b6a48e1\>);
    padding-bottom: var(--\<unknown\|variable-cfbfdcff-d7cc-141c-7c8d-0bc75b6a48e1\>);
    height: 45svh;
  }

  .container-quote.hugo {
    display: none;
  }

  .social-commerce-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .scroll-section-top-tile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .left-scroll-section {
    text-align: right;
  }

  .arrow-svg {
    width: 300px;
    left: 148px;
  }

  .scroll-wrapper-single {
    max-width: 26rem;
  }

  .text-wrap-scroll {
    margin-top: 3rem;
  }

  .text-h2 {
    font-size: 2rem;
  }

  .images-scroll-block.ff {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .scroll-image-large {
    width: 18rem;
  }

  .scroll-image-large.is-5 {
    width: 18rem;
    margin-top: 18rem;
    margin-right: -3rem;
  }

  .scroll-image-large.is-7 {
    margin-top: 300px;
  }

  .scroll-image-large.is--3 {
    left: -3rem;
  }

  .scroll-image-vertical {
    width: 200px;
    height: 260px;
  }

  .scroll-image-vertical.is-left {
    margin-left: 0;
    position: relative;
    left: -2rem;
  }

  .scroll-image-small {
    width: 120px;
    height: 120px;
  }

  .scroll-row._1 {
    margin-top: 400px;
  }

  .scroll-image-horizontall {
    width: 250px;
    height: 140px;
  }

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

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

  .stats_number {
    font-size: 4rem;
  }

  .slider__overlay {
    width: 100%;
    padding-bottom: 2em;
    position: relative;
    inset: auto;
  }

  .slider__overlay-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
  }

  .slider__count-heading {
    font-size: .85em;
  }

  .slider__main {
    position: relative;
  }

  .slider__slide {
    width: 95vw;
    min-height: 42svh;
    max-height: none;
    padding-right: 1.5em;
  }

  .standort-headline {
    font-size: 2.5rem;
  }

  .fast-forward-header_background-image-wrapper {
    max-height: 56svh;
  }

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

  .f-f-vector-wrapper-top-left {
    top: -5rem;
  }

  .f-f-vector-wrapper-bot-right {
    bottom: -3rem;
  }

  .text-body {
    line-height: 1.35;
  }

  .fast-forward-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .header_component {
    height: auto;
  }

  .header-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 5rem;
  }

  .h1-main-bold {
    font-size: 4rem;
  }

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

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

  .main-container-flex {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .footer_left-wrapper {
    justify-content: center;
  }

  .footer_link-list {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_logo-link {
    flex-direction: column;
    display: flex;
  }

  .footer_right-wrapper {
    justify-content: center;
  }

  .footer-link {
    margin-right: 0;
  }

  .f-f-vector-wrapper-bot-mid {
    bottom: 10%;
  }

  .fast-forward-master-scroll-images {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5rem;
    min-height: auto;
    margin-bottom: 10rem;
  }

  .fast-forward-image-row-2 {
    margin-top: 4rem;
  }

  .scroll-image-vertical-copy, .scroll-image-vertical-wrapper {
    width: 200px;
    height: 260px;
  }

  .mobile-nav-container {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile-right {
    margin-right: 4rem;
    padding-right: 0;
  }

  .editorial_component {
    height: 110svh;
  }

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

  .header82_content-bottom {
    justify-content: center;
    height: 50vh;
    top: 0;
  }

  .mobile-quote {
    max-width: 26rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .page-wrapper {
    width: 100%;
  }

  .container-large.padding-section-large.hugo-section {
    justify-content: center;
    align-items: center;
    height: 55svh;
    display: flex;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-alternate {
    font-size: .9rem;
  }

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

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

  .button-group.is-mobile-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

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

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero_image {
    top: -8rem;
  }

  .hero-tagline, .hero-tagline-light {
    font-size: 1.8rem;
  }

  .heading-display-main {
    font-size: 2.5rem;
  }

  .highlight-text-hs, .highlight-text-hs.quote-db {
    font-size: 1.9rem;
  }

  .section_megatrends {
    padding-bottom: 5svh;
  }

  .megatrends_component {
    height: auto;
    min-height: 120svh;
  }

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

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .megatrends_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .megatrends-body {
    font-size: 1rem;
  }

  .scaling-element-header__h1 {
    font-size: 13.5vw;
  }

  .scaling-element__small-box {
    width: 15em;
  }

  .scaling-video__svg {
    width: 5em;
  }

  .megatrends_component-wrapper {
    height: 55svh;
  }

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

  .willem__h1 {
    font-size: 5.5em;
  }

  .willem-nav__start {
    width: 65%;
  }

  .willem-nav__end {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 45%;
  }

  .image1_content {
    height: 14rem;
  }

  .image1_content.ff {
    height: 28rem;
  }

  .image-fit-cover.is-parallax.hide-desktop {
    display: inline;
  }

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

  .crisp-loader {
    margin-top: -5svh;
  }

  .crisp-header__content {
    padding: 2.5em 1.75em 3.5em;
  }

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

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

  .mobile-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .megatrends_content-gallery {
    padding-top: 4rem;
  }

  .tiktok_images-canvas {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .tiktok_content {
    height: 22rem;
  }

  .container-quote {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-quote.hugo {
    display: flex;
  }

  .social-commerce-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .social-commerce-content-right {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .scroll-section-top-tile {
    margin-bottom: 10vw;
  }

  .right-scroll-section {
    max-width: 330px;
  }

  .arrow-svg {
    width: 220px;
    left: 42px;
  }

  .text-scroll-right {
    letter-spacing: -1px;
    font-size: 28px;
  }

  .master-scroll {
    padding-top: 100px;
    display: none;
  }

  .text-master-scroll-center {
    display: none;
    top: 60%;
  }

  .scroll-wrapper-single._1, .scroll-wrapper-single._2 {
    display: none;
  }

  .wave-svg, .eye-svg {
    width: 200px;
  }

  .gsap-svg {
    width: 320px;
  }

  .smiley-svg {
    width: 140px;
    right: -70.227px;
  }

  .images-scroll-block {
    display: none;
  }

  .images-scroll-block.ff {
    pointer-events: auto;
  }

  .scroll-image-large {
    width: 220px;
    height: 182px;
  }

  .scroll-image-large._2 {
    margin-left: 5%;
  }

  .scroll-image-large.is-5 {
    margin-top: 250px;
  }

  .scroll-image-large.heading-404 {
    margin-top: 120px;
    margin-left: 3.5%;
  }

  .scroll-image-large._4 {
    order: -1;
    margin-left: auto;
  }

  .scroll-image-large.is-7 {
    width: auto;
    margin-top: 20px;
  }

  .scroll-image-large.is-4 {
    width: 250px;
  }

  .scroll-image-vertical {
    width: 132px;
    height: 159px;
  }

  .scroll-image-vertical.is-1 {
    margin-top: 160px;
  }

  .scroll-image-vertical.is-6 {
    margin-top: 0;
    margin-left: 2rem;
  }

  .scroll-image-vertical.is-2 {
    margin-top: 40px;
  }

  .scroll-image-vertical.is-left, .scroll-image-vertical.is-3 {
    margin-top: 160px;
  }

  .scroll-image-vertical.is-3 {
    margin-top: 65px;
  }

  .scroll-image-small {
    width: 90px;
    height: 90px;
  }

  .scroll-image-small._1 {
    margin-top: 60px;
    margin-left: 10%;
  }

  .scroll-image-small._5 {
    order: 1;
  }

  .scroll-image-small._6 {
    margin-top: 80px;
  }

  .scroll-row._1 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 250px;
  }

  .scroll-row._2 {
    flex-flow: column;
  }

  .scroll-image-horizontall {
    width: 200px;
    height: 100px;
  }

  .scroll-image-horizontall._1 {
    margin-left: auto;
    margin-right: 10%;
  }

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

  .stats_number {
    font-size: 3rem;
  }

  .text-red-subline {
    font-size: 1rem;
  }

  .slider__count-col {
    height: auto;
  }

  .slider__count-heading {
    font-size: .7em;
  }

  .slider__count-divider {
    height: .7em;
  }

  .slider__slide {
    width: 100%;
    min-height: 40svh;
    max-height: none;
    padding-right: 0;
  }

  .standort-headline {
    font-size: 2rem;
  }

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

  .fast-forward-header_component {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .fast-forward-header_background-image-wrapper {
    display: none;
  }

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

  .text-body {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .fast-forward-quote {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .header_component {
    height: auto;
    max-height: none;
  }

  .header_image-wrapper {
    min-height: 30svh;
  }

  .h1-main-bold {
    font-size: 3.5rem;
  }

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

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

  .main-container-flex {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .footer-logo {
    margin-top: 1rem;
  }

  .footer-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    margin-left: 1rem;
  }

  .master-scroll-fast-forward {
    padding-top: 100px;
  }

  .fast-forward-image-row-2 {
    grid-column-gap: .9rem;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr max-content;
    margin-top: 1rem;
  }

  .horizontal__wrap {
    flex-flow: column;
  }

  .horizontal__panel {
    height: 30em;
  }

  .demo-card {
    padding: 1.25em;
  }

  .demo-header__h1 {
    font-size: 2.5em;
  }

  .scroll-image-vertical-copy {
    width: 132px;
    height: 159px;
  }

  .scroll-image-vertical-copy.is-1, .scroll-image-vertical-copy.is-6, .scroll-image-vertical-copy.is-2, .scroll-image-vertical-copy.is-left, .scroll-image-vertical-copy.is-3, .scroll-image-vertical-copy.is-3 {
    margin-top: 160px;
  }

  .scroll-image-vertical-wrapper {
    width: 132px;
    height: 159px;
  }

  .scroll-image-vertical-wrapper.is-1, .scroll-image-vertical-wrapper.is-6, .scroll-image-vertical-wrapper.is-2, .scroll-image-vertical-wrapper.is-left, .scroll-image-vertical-wrapper.is-3, .scroll-image-vertical-wrapper.is-3 {
    margin-top: 160px;
  }

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

  .text-black-subline {
    font-size: 1rem;
  }

  .mobile-quote._1, .mobile-quote._2 {
    display: none;
  }

  .label-hugo {
    margin-bottom: 2rem;
  }
}

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

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

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

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

  .margin-bottom.margin-xxlarges {
    margin-bottom: 9rem;
  }

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-xlarge {
    padding-bottom: 1.5rem;
  }

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

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

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

  .button.is-alternate {
    font-size: .8rem;
  }

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

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

  .hero-component {
    min-height: 65svh;
  }

  .hero_image {
    top: -3rem;
  }

  .hero-tagline, .hero-tagline-light {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .highlight-text-hs {
    font-size: 1.25rem;
  }

  .highlight-text-hs.quote-red {
    font-size: 1.7rem;
  }

  .highlight-text-hs.quote-db {
    text-align: left;
    font-size: 1.7rem;
  }

  .megatrends_component {
    height: auto;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .megatrends_content {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .cover_image-wrapper {
    min-height: 42rem;
  }

  .megatrends-body.z-index-2 {
    font-size: .92rem;
  }

  .megatrends_component-wrapper {
    height: auto;
  }

  .megatrends_image-wrapper-world {
    bottom: 5%;
  }

  .megatrends_image-wrapper-drohne {
    max-width: 18%;
    top: 0%;
    left: auto;
  }

  .header142_image-wrapper6 {
    right: -5%;
  }

  .megatrends_image-wrapper-attention {
    max-width: 18%;
    bottom: 0;
  }

  .header142_image-wrapper2 {
    max-width: 30%;
    left: 2%;
  }

  .header142_image-wrapper4 {
    max-width: 25%;
    top: -2%;
  }

  .megatrends_image-wrapper-tiktok {
    max-width: 20%;
  }

  .megatrends_image-wrapper-robo {
    max-width: 18%;
    right: 32%;
  }

  .image1_content {
    height: 9rem;
  }

  .image1_content.ff {
    height: 19rem;
  }

  .crisp-loader {
    margin-top: -1svh;
  }

  .crisp-header__content {
    margin-top: 2rem;
  }

  .bg-lightblue-80 {
    height: 110svh;
  }

  .navbar_link, .navbar_link-red-icon, .navbar_link-2 {
    color: #000;
  }

  .navbar_dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .dropdown.de {
    max-width: 6rem;
  }

  .dropdown-toggle {
    max-width: none;
    font-size: 1rem;
  }

  .dropdown-list {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    min-width: auto;
    padding: 1.125rem;
    top: -4.25rem;
    left: 4.5rem;
  }

  .megatrends_content-gallery {
    padding-top: 2rem;
  }

  .tiktok_image-wrapper, .tiktok_image-wrapper-left, .tiktok_image-wrapper-right, .tiktok_image-wrapper-mid {
    bottom: 5%;
  }

  .tiktok_content {
    height: 16rem;
  }

  .container-quote {
    z-index: 4;
    padding: 5rem .25rem;
    position: relative;
  }

  .social-commerce-content-wrapper {
    grid-template-columns: 1fr;
  }

  .main-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .scroll-section-top-tile {
    margin-bottom: 25vw;
    display: none;
  }

  .master-scroll {
    display: none;
  }

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

  .scroll-image-large {
    width: 40svw;
  }

  .scroll-image-large.is-7 {
    width: 45svw;
    margin-top: -4rem;
  }

  .scroll-image-large.is-4 {
    width: 45svw;
  }

  .scroll-image-vertical.is-1 {
    margin-top: 40px;
  }

  .scroll-image-vertical.is-6 {
    margin-left: 0;
  }

  .scroll-image-vertical.is-3 {
    margin-top: 20px;
    display: none;
  }

  .red-stats-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats_number {
    font-size: 2.75rem;
  }

  .slider__section {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .slider__overlay {
    padding-left: 1.25em;
  }

  .slider__overlay-inner {
    justify-content: center;
  }

  .slider__overlay-count {
    display: none;
  }

  .slider__count-heading {
    font-size: .5em;
  }

  .slider__slide {
    flex-flow: column;
    width: 90vw;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .slider__slide-inner {
    box-shadow: none;
    flex-flow: column;
    min-height: 45svh;
    display: flex;
  }

  .slide__caption {
    min-height: 27svh;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
  }

  .slide-cta {
    z-index: 2;
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .fast-forward-header_component, .fast-forward-header_image-wrapper {
    min-height: auto;
  }

  .fast-forward-header_background-image-wrapper {
    min-height: auto;
    max-height: 35svh;
    position: absolute;
  }

  .fast-forward-header_background-image {
    object-fit: cover;
  }

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .f-f-vector-wrapper-top-left, .f-f-vector-wrapper-bot-right {
    bottom: 5%;
  }

  .fast-forward_images-group {
    display: none;
  }

  .text-body {
    font-size: 1.4rem;
  }

  .h1-main-bold {
    font-size: 2.2rem;
  }

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

  .main-container-flex {
    padding-top: 0;
    padding-bottom: 1rem;
  }

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

  .footer_link-list {
    place-items: start center;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-link {
    color: #f80a37;
    justify-content: flex-start;
    padding: .75rem 2rem;
    font-size: 1rem;
  }

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

  .f-f-vector-wrapper-bot-mid {
    bottom: 5%;
  }

  .master-scroll-fast-forward {
    padding-top: 10px;
  }

  .fast-forward-master-scroll-images {
    margin-bottom: 6rem;
  }

  .fast-forward-image-row-2 {
    grid-column-gap: .5rem;
  }

  .editorial_component {
    height: 90svh;
  }

  .header82_content-bottom {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .header82_lightbox-image {
    align-self: flex-start;
  }

  .fast-forward-yellow-2-wrapper {
    bottom: 5%;
  }

  .fast-forward-white-2-wrapper {
    bottom: 0%;
  }
}

#w-node-c08b3fcb-31f7-ee1c-8181-2a47b3b1228c-12d8be4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c280121-db7b-c45b-26d8-9ff25cad7f6d-12d8be4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31953e47-50de-5142-f116-c19a6d211246-12d8be4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31953e47-50de-5142-f116-c19a6d211248-12d8be4e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2ef-12d8be4e, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f7-12d8be4e, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f8-12d8be4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-12d8be51 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-12d8be51 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-12d8be51 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-12d8be51 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-12d8be51, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-12d8be51 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-12d8be51, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-12d8be51, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-12d8be51 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-12d8be51, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-12d8be51 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-12d8be51, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-12d8be51 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-12d8be51, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-12d8be51, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-12d8be51, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-12d8be51, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-12d8be51, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-12d8be51, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-12d8be51, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-12d8be51 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-12d8be51 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-12d8be51 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-12d8be51 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-12d8be51 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-12d8be51, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-12d8be51 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-12d8be51, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-12d8be51, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-12d8be51, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-12d8be51, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-12d8be51, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-12d8be51, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-12d8be51 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-12d8be51, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-12d8be51, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-12d8be51 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-12d8be51, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-12d8be51, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-12d8be51 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-12d8be51, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-12d8be51, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-12d8be51 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-12d8be51, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-12d8be51, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-12d8be51 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-12d8be51, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-12d8be51, #w-node-ee961e8d-845a-edc3-3307-509470022457-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-12d8be51 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-12d8be51, #w-node-ee961e8d-845a-edc3-3307-50947002245b-12d8be51, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-12d8be51 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-12d8be51, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-12d8be51, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-12d8be51 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-12d8be51, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-12d8be51, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-12d8be51 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-12d8be51, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-12d8be51, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-12d8be51 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-12d8be51, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-12d8be51, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-12d8be51 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-12d8be51, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-12d8be51, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-12d8be51 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-12d8be51 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-12d8be51 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-12d8be51 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-12d8be51 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-12d8be51 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-12d8be51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-12d8be51 {
  justify-self: start;
}

#w-node-c08b3fcb-31f7-ee1c-8181-2a47b3b1228c-994d7d85 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c280121-db7b-c45b-26d8-9ff25cad7f6d-994d7d85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31953e47-50de-5142-f116-c19a6d211246-994d7d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31953e47-50de-5142-f116-c19a6d211248-994d7d85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2ef-994d7d85, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f7-994d7d85, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f8-994d7d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_31953e47-50de-5142-f116-c19a6d211242-12d8be4e {
    align-self: start;
  }

  #w-node-_31953e47-50de-5142-f116-c19a6d211246-12d8be4e {
    place-self: start end;
  }

  #w-node-_31953e47-50de-5142-f116-c19a6d211242-994d7d85 {
    align-self: start;
  }

  #w-node-_31953e47-50de-5142-f116-c19a6d211246-994d7d85 {
    place-self: start end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c08b3fcb-31f7-ee1c-8181-2a47b3b1228c-12d8be4e, #w-node-_268b2cc3-2800-652d-40bc-9bb118a71cfc-12d8be4e {
    align-self: start;
  }

  #w-node-_31953e47-50de-5142-f116-c19a6d211246-12d8be4e {
    place-self: start end;
  }

  #w-node-c08b3fcb-31f7-ee1c-8181-2a47b3b1228c-994d7d85, #w-node-_268b2cc3-2800-652d-40bc-9bb118a71cfc-994d7d85 {
    align-self: start;
  }

  #w-node-_31953e47-50de-5142-f116-c19a6d211246-994d7d85 {
    place-self: start end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_31953e47-50de-5142-f116-c19a6d211244-12d8be4e, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-12d8be4e, #w-node-_31953e47-50de-5142-f116-c19a6d211244-994d7d85, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-994d7d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1b53c4e-ca2b-195d-3621-ebebf8e146c5-12d8be4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-12d8be4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1b53c4e-ca2b-195d-3621-ebebf8e146c5-994d7d85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-994d7d85 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-12d8be4e, #w-node-_6bbb2d48-d5b3-a88c-03ee-818beb16e2f1-994d7d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}