:root {
  --color--copy-dark: #1e3232;
  --color--copy-grey: #bcbbba;
  --spacing--sm: 2.25rem;
  --heading--h1: 5rem;
  --heading--h2: 4rem;
  --heading--h3: 3rem;
  --heading--h4: 2rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --text-size--tiny: .9rem;
  --color--accent-color: #76b72d;
  --color--divider-atlantis: #76b72d;
  --spacing--md: 4.5rem;
  --color--background-dark-1: #1e3232;
  --spacing--xs: .8rem;
  --container--large: 100rem;
  --container--small: 50rem;
  --border-radius--rounded: 999rem;
  --color--copy-bright\<deleted\|variable-5e3aa2b5-d5eb-f3a7-71fd-7b32d89ac335\>: #fffdf3;
  --color--transparent: transparent;
  --color--background-dark-2: #3d5252;
  --spacing--xl: 7.5rem;
  --container--medium: 80rem;
  --text-size--small: 1.1rem;
  --text-size--large: 1.5rem;
  --spacing--xxs: .5rem;
  --color--white\<deleted\|variable-fe8e4c28-91ca-5667-bb6d-d9a2361cd239\>: white;
  --color--background-light-1: #bcbbba;
  --container--tiny: 32rem;
  --text-size--medium: 1.25rem;
  --border-radius--small: .75rem;
  --fira-sans: "Fira Sans", sans-serif;
  --border-radius--medium: 2.5rem;
  --color--white: white;
  --color--black: black;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color--copy-dark);
  color: var(--color--copy-grey);
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h1);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h2);
  letter-spacing: .01em;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h3);
  letter-spacing: -.005px;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h4);
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h5);
  letter-spacing: .02px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
}

h6 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h6);
  letter-spacing: .02px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  font-size: var(--text-size--tiny);
  margin-bottom: 0;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

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

blockquote {
  border-left: 5px solid var(--color--divider-atlantis);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-top: var(--spacing--md);
  margin-bottom: var(--spacing--md);
}

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

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

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

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

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

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

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hide-desktop-only {
  display: none;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.05;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.copy-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.4;
}

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

.spacer-md-end {
  padding-bottom: var(--spacing--md);
}

.button {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright\<deleted\|variable-5e3aa2b5-d5eb-f3a7-71fd-7b32d89ac335\>);
  text-align: center;
  letter-spacing: .02rem;
  padding: 1.2rem 1.7rem;
  font-weight: 700;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark);
  border: 2px solid #000;
  font-weight: 700;
}

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

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

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

.background-color-dark-2 {
  background-color: var(--color--background-dark-2);
  color: #f5f5f5;
}

.styleguide-heading {
  font-size: 2rem;
}

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

.text-color-grey {
  color: var(--color--copy-grey);
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-medium {
  max-width: var(--container--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.copy-small {
  font-size: var(--text-size--small);
  line-height: 1.4;
}

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

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

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xxs-end {
  padding-bottom: var(--spacing--xxs);
}

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

.spacer-md-start {
  padding-top: var(--spacing--md);
}

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

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.spacer-xl-end {
  padding-bottom: var(--spacing--xl);
}

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

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

.hide {
  display: none;
}

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

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-color-black {
  color: var(--color--copy-dark);
}

.text-color-bright {
  color: var(--color--copy-bright\<deleted\|variable-5e3aa2b5-d5eb-f3a7-71fd-7b32d89ac335\>);
}

.spacer-xxs-start {
  padding-top: var(--spacing--xxs);
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.background-color-white {
  background-color: var(--color--white\<deleted\|variable-fe8e4c28-91ca-5667-bb6d-d9a2361cd239\>);
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

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

.styleguide_header {
  background-color: #0000000d;
}

.overflow-auto {
  overflow: auto;
}

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

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

.container-tiny {
  max-width: var(--container--tiny);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  background-color: var(--color--transparent);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

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

.form_message-success {
  padding: 1.25rem;
}

.heading-style-h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

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

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  text-transform: none;
  line-height: 1.1;
}

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

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.heading-style-h4 {
  font-size: var(--heading--h4);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_component {
  margin-bottom: 0;
}

.copy-medium {
  font-size: var(--text-size--medium);
  margin-bottom: 1.3rem;
  line-height: 1.4;
}

.list {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
}

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

.gate-sign.background-color-dark-1 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  box-shadow: 0 0 12px 0 var(--color--accent-color);
  justify-content: center;
  align-items: center;
  padding: 3.5rem;
}

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

.gate-sign-right {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.company-name {
  font-size: var(--heading--h4);
  font-weight: 700;
}

.company-name.subline {
  color: var(--color--copy-grey);
  font-size: var(--text-size--medium);
  margin-top: .3rem;
  font-weight: 400;
}

.full-site {
  border: 2px solid var(--color--copy-grey);
  border-radius: var(--border-radius--small);
  justify-content: center;
  align-items: center;
  padding: 3.5rem 5.5rem;
  display: flex;
}

.line {
  background-color: var(--color--copy-grey);
  width: .2rem;
  height: 30rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.company-link-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.company-link-icon.lightgrey {
  color: var(--color--accent-color);
}

.company-link-block {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--color--copy-grey);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.company-link-block:hover {
  color: var(--color--accent-color);
}

.rent-section {
  display: none;
}

.subline {
  font-size: var(--text-size--medium);
  margin-top: .5rem;
}

.headline {
  font-size: var(--heading--h4);
  font-weight: 700;
}

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

.rent-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--color--accent-color);
  width: 25rem;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.angebot {
  font-size: var(--text-size--medium);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.legal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--color--copy-grey);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.legal-text {
  font-size: var(--text-size--tiny);
  text-align: center;
}

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

  .hide-desktop-only {
    display: block;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

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

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

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

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

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .gate-sign.background-color-dark-1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .company-name {
    font-size: var(--heading--h5);
  }

  .company-name.subline {
    font-size: var(--text-size--small);
  }
}

@media screen and (max-width: 767px) {
  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .styleguide_section-header {
    font-size: .875rem;
  }

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

  .styleguide-heading {
    font-size: 2rem;
  }

  .gate-sign.background-color-dark-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .company-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .gate-sign-right {
    width: 100%;
  }

  .company-name {
    font-size: var(--heading--h5);
    text-align: center;
  }

  .company-name.subline {
    font-size: var(--text-size--small);
  }

  .company {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .full-site {
    flex-flow: column;
    height: 100%;
    margin-top: 3rem;
  }

  .line {
    width: 95%;
    height: .2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .eb5-logo {
    height: 15rem;
  }

  .company-link-block {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
  }
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd485-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd48a-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd48f-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd494-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd499-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4a8-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4ad-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4af-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4b4-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4b6-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4bb-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4bd-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4c2-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4c4-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd539-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd53c-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd53e-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd541-ce29830b {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd55b-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5b5-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5ba-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5bf-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5c0-ce29830b, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd64b-ce29830b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}