:root {
  --gozo-designs-dandy-site---color-scheme-1--text: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site_typography---font-styles--heading: var(--heading);
  --gozo-designs-dandy-site_primitives---colors--white: #fff;
  --gozo-designs-dandy-site_primitives---colors--neutral-darkest: black;
  --gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-a75075cb-d240-1d60-7b74-b72c528dfd98\>: var(--gozo-designs-dandy-site---base-color-neutral--white\<deleted\|variable-936ad7f3-8fe9-9c25-97d7-969e93fa914f\>);
  --gozo-designs-dandy-site_primitives---opacity--transparent: transparent;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60: #0009;
  --gozo-designs-dandy-site_primitives---opacity--white-60: #fff9;
  --gozo-designs-dandy-site_ui-styles---stroke--border-width: 1px;
  --gozo-designs-dandy-site---color-scheme-1--border: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site_ui-styles---radius--medium: 0px;
  --gozo-designs-dandy-site---color-scheme-1--foreground: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  --gozo-designs-dandy-site_typography---font-styles--body: var(--body);
  --gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-a8d46ba6-0c2a-7f46-e11a-dc015f76b1f8\>: var(--gozo-designs-dandy-site---base-color-neutral--neutral-lightest\<deleted\|variable-f862106e-e7d5-bf7a-4c4d-014571337883\>);
  --gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-2aabe4bd-5351-a010-263e-280b169c9a0a\>: var(--gozo-designs-dandy-site---base-color-neutral--black\<deleted\|variable-ea99d173-562d-7a54-5bcd-b2656d66472b\>);
  --gozo-designs-dandy-site_ui-styles---radius--small: 0px;
  --gozo-designs-dandy-site---color-scheme-1--background: var(--gozo-designs-dandy-site_primitives---colors--white);
  --gozo-designs-dandy-site_primitives---colors--neutral-lightest: #eee;
  --gozo-designs-dandy-site_ui-styles---radius--large: 0px;
  --gozo-designs-dandy-site---color-scheme-1--accent: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --blue: #4caac9;
  --gozo-designs-dandy-site_primitives---colors--neutral-lighter: #ccc;
  --gozo-designs-dandy-site_primitives---colors--neutral-light: #aaa;
  --tan: #c2a893;
  --gozo-designs-dandy-site_primitives---colors--neutral: #666;
  --gozo-designs-dandy-site_primitives---colors--neutral-dark: #444;
  --gozo-designs-dandy-site_primitives---colors--neutral-darker: #222;
  --gozo-designs-dandy-site_primitives---opacity--white-5: #ffffff0d;
  --gozo-designs-dandy-site_primitives---opacity--white-10: #ffffff1a;
  --gozo-designs-dandy-site_primitives---opacity--white-15: #ffffff26;
  --gozo-designs-dandy-site_primitives---opacity--white-20: #fff3;
  --gozo-designs-dandy-site_primitives---opacity--white-30: #ffffff4d;
  --gozo-designs-dandy-site_primitives---opacity--white-40: #fff6;
  --gozo-designs-dandy-site_primitives---opacity--white-50: #ffffff80;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-5: #0000000d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-10: #0000001a;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-15: #00000026;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-20: #0003;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-30: #0000004d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-40: #0006;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-50: #00000080;
  --gozo-designs-dandy-site_ui-styles---stroke--divider-width: 1px;
  --gozo-designs-dandy-site---base-color-neutral--white\<deleted\|variable-936ad7f3-8fe9-9c25-97d7-969e93fa914f\>: white;
  --gozo-designs-dandy-site---base-color-neutral--neutral-lightest\<deleted\|variable-f862106e-e7d5-bf7a-4c4d-014571337883\>: #eee;
  --gozo-designs-dandy-site---base-color-neutral--black\<deleted\|variable-ea99d173-562d-7a54-5bcd-b2656d66472b\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

.gozo-designs-dandy-site--z-index-2 {
  z-index: 2;
  position: relative;
}

.gozo-designs-dandy-site--max-width-full {
  width: 100%;
  max-width: none;
}

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

.gozo-designs-dandy-site--overflow-hidden {
  overflow: hidden;
}

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

.gozo-designs-dandy-site--z-index-1 {
  z-index: 1;
  position: relative;
}

.gozo-designs-dandy-site--hide {
  display: none;
}

.gozo-designs-dandy-site--text-style-link {
  text-decoration: underline;
}

.gozo-designs-dandy-site--max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.gozo-designs-dandy-site--max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.gozo-designs-dandy-site--max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.gozo-designs-dandy-site--max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.gozo-designs-dandy-site--max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.gozo-designs-dandy-site--align-center {
  margin-left: auto;
  margin-right: auto;
}

.gozo-designs-dandy-site--spacing-clean {
  margin: 0;
  padding: 0;
}

.gozo-designs-dandy-site--max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gozo-designs-dandy-site--max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

.gozo-designs-dandy-site--margin-tiny {
  margin: .25rem;
}

.gozo-designs-dandy-site--margin-xxsmall {
  margin: .5rem;
}

.gozo-designs-dandy-site--margin-xsmall {
  margin: 1rem;
}

.gozo-designs-dandy-site--margin-small {
  margin: 1.5rem;
}

.gozo-designs-dandy-site--margin-medium {
  margin: 2rem;
}

.gozo-designs-dandy-site--margin-large {
  margin: 3rem;
}

.gozo-designs-dandy-site--margin-xlarge {
  margin: 4rem;
}

.gozo-designs-dandy-site--margin-xxlarge {
  margin: 5rem;
}

.gozo-designs-dandy-site--margin-huge {
  margin: 6rem;
}

.gozo-designs-dandy-site--margin-xhuge {
  margin: 7rem;
}

.gozo-designs-dandy-site--margin-xxhuge {
  margin: 10rem;
}

.gozo-designs-dandy-site--margin-0 {
  margin: 0;
}

.gozo-designs-dandy-site--padding-0 {
  padding: 0;
}

.gozo-designs-dandy-site--padding-tiny {
  padding: .25rem;
}

.gozo-designs-dandy-site--padding-xxsmall {
  padding: .5rem;
}

.gozo-designs-dandy-site--padding-xsmall {
  padding: 1rem;
}

.gozo-designs-dandy-site--padding-small {
  padding: 1.5rem;
}

.gozo-designs-dandy-site--padding-medium {
  padding: 2rem;
}

.gozo-designs-dandy-site--padding-large {
  padding: 3rem;
}

.gozo-designs-dandy-site--padding-xlarge {
  padding: 4rem;
}

.gozo-designs-dandy-site--padding-xxlarge {
  padding: 5rem;
}

.gozo-designs-dandy-site--padding-huge {
  padding: 6rem;
}

.gozo-designs-dandy-site--padding-xhuge {
  padding: 7rem;
}

.gozo-designs-dandy-site--padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gozo-designs-dandy-site--overflow-scroll {
  overflow: scroll;
}

.gozo-designs-dandy-site--overflow-auto {
  overflow: auto;
}

.gozo-designs-dandy-site--text-weight-medium {
  font-weight: 500;
}

.gozo-designs-dandy-site--text-size-medium {
  font-size: 1.125rem;
}

.gozo-designs-dandy-site--margin-top-auto {
  margin-top: auto;
}

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

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

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

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

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

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.gozo-designs-dandy-site--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;
}

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

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

.gozo-designs-dandy-site--form_radio.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.gozo-designs-dandy-site--text-style-strikethrough {
  text-decoration: line-through;
}

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

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

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

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

.gozo-designs-dandy-site--form_checkbox-icon.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--form_checkbox-label {
  margin-bottom: 0;
}

.gozo-designs-dandy-site--text-size-tiny {
  font-size: .75rem;
}

.gozo-designs-dandy-site--form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.gozo-designs-dandy-site--form_field-label.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-a75075cb-d240-1d60-7b74-b72c528dfd98\>);
}

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

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

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-link.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-secondary {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-secondary.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-small {
  padding: .5rem 1.25rem;
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--text-weight-normal {
  font-weight: 400;
}

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

.gozo-designs-dandy-site--text-style-italic {
  font-style: italic;
}

.gozo-designs-dandy-site--icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.gozo-designs-dandy-site--form_radio-label {
  margin-bottom: 0;
}

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

.gozo-designs-dandy-site--text-weight-light {
  font-weight: 300;
}

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

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

.gozo-designs-dandy-site--text-size-regular {
  font-size: 1rem;
}

.gozo-designs-dandy-site--text-weight-xbold {
  font-weight: 800;
}

.gozo-designs-dandy-site--text-align-right {
  text-align: right;
}

.gozo-designs-dandy-site--text-weight-bold {
  font-weight: 700;
}

.gozo-designs-dandy-site--icon-height-xlarge {
  height: 6.5rem;
}

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

.gozo-designs-dandy-site--icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.gozo-designs-dandy-site--form_input:focus {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--form_input::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60);
}

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

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

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

.gozo-designs-dandy-site--form_input.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--form_input.gozo-designs-dandy-site--is-alternate::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--white-60);
}

.gozo-designs-dandy-site--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;
}

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

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

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

.gozo-designs-dandy-site--text-color-white {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--text-weight-semibold {
  font-weight: 600;
}

.gozo-designs-dandy-site--text-style-muted {
  opacity: .6;
}

.gozo-designs-dandy-site--text-style-nowrap {
  white-space: nowrap;
}

.gozo-designs-dandy-site--text-align-left {
  text-align: left;
}

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

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

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

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

.gozo-designs-dandy-site--icon-height-xxsmall {
  height: 1rem;
}

.gozo-designs-dandy-site--background-color-black {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

.gozo-designs-dandy-site--icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--rl-styleguide_subheading.gozo-designs-dandy-site--is-text-small {
  font-family: var(--gozo-designs-dandy-site_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.gozo-designs-dandy-site--form_radio-icon.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--text-style-allcaps {
  text-transform: uppercase;
}

.gozo-designs-dandy-site--icon-height-custom1 {
  height: 1.25rem;
}

.gozo-designs-dandy-site--text-align-center {
  text-align: center;
}

.gozo-designs-dandy-site--text-size-small {
  font-size: .875rem;
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--form_field-wrapper {
  position: relative;
}

.gozo-designs-dandy-site--icon-height-small {
  height: 2rem;
}

.gozo-designs-dandy-site--icon-height-large {
  height: 5rem;
}

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

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

.gozo-designs-dandy-site--icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

.gozo-designs-dandy-site--text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

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

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

.gozo-designs-dandy-site--text-rich-text p {
  margin-bottom: 1rem;
}

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

.gozo-designs-dandy-site--icon-height-medium {
  height: 3rem;
}

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

.gozo-designs-dandy-site--form_checkbox.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.gozo-designs-dandy-site--icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

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

.gozo-designs-dandy-site--text-size-large {
  font-size: 1.25rem;
}

.gozo-designs-dandy-site--icon-height-xsmall {
  height: 1.5rem;
}

.gozo-designs-dandy-site--pointer-events-auto {
  pointer-events: auto;
}

.gozo-designs-dandy-site--rl-styleguide_spacing-all {
  display: none;
}

.gozo-designs-dandy-site--pointer-events-none {
  pointer-events: none;
}

.gozo-designs-dandy-site--padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gozo-designs-dandy-site--rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-a8d46ba6-0c2a-7f46-e11a-dc015f76b1f8\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.gozo-designs-dandy-site--rl-styleguide_spacing {
  border: 1px dashed var(--gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-2aabe4bd-5351-a010-263e-280b169c9a0a\>);
}

.gozo-designs-dandy-site--padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gozo-designs-dandy-site--padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gozo-designs-dandy-site--padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gozo-designs-dandy-site--spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.gozo-designs-dandy-site--spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.gozo-designs-dandy-site--spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.gozo-designs-dandy-site--spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.gozo-designs-dandy-site--spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.gozo-designs-dandy-site--spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.gozo-designs-dandy-site--spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.gozo-designs-dandy-site--spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.gozo-designs-dandy-site--spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.gozo-designs-dandy-site--spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.gozo-designs-dandy-site--spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.gozo-designs-dandy-site--rl-styleguide_nav-link {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

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

.gozo-designs-dandy-site--rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

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

.gozo-designs-dandy-site--aspect-ratio-square {
  aspect-ratio: 1;
}

.gozo-designs-dandy-site--rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-a8d46ba6-0c2a-7f46-e11a-dc015f76b1f8\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.gozo-designs-dandy-site--aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.gozo-designs-dandy-site--aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.gozo-designs-dandy-site--aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.gozo-designs-dandy-site--form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

.gozo-designs-dandy-site--form_message-error-wrapper {
  background-color: #ffdedeab;
  border: 2px solid #b42318;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.gozo-designs-dandy-site--rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

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

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

.gozo-designs-dandy-site--tag.gozo-designs-dandy-site--is-text.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--tag.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--color-scheme-1 {
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
}

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

.gozo-designs-dandy-site--rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--rl-styleguide_scheme-card {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  overflow: hidden;
}

.gozo-designs-dandy-site--rl-styleguide-accent {
  color: var(--gozo-designs-dandy-site---color-scheme-1--accent);
}

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

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

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

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--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;
}

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

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

.gozo-designs-dandy-site--tab-link {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

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

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

.gozo-designs-dandy-site--category-filter-menu.gozo-designs-dandy-site--is-center {
  justify-content: center;
  align-items: center;
}

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

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

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

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

.gozo-designs-dandy-site--slider-arrow.gozo-designs-dandy-site--is-bottom-next {
  inset: auto 0% 0% auto;
}

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

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

.gozo-designs-dandy-site--hidden-ui-elements {
  display: none;
}

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

.gozo-designs-dandy-site--flex-horizontal {
  flex-flow: wrap;
  display: flex;
}

.gozo-designs-dandy-site--flex-vertical {
  flex-flow: column;
  display: flex;
}

.gozo-designs-dandy-site--flex-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gozo-designs-dandy-site--flex-gap-medium {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  display: flex;
}

.gozo-designs-dandy-site--flex-gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.gozo-designs-dandy-site--flex-gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yeseva One, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.div-block-34 {
  width: 100%;
}

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.div-block-37 {
  width: 100%;
}

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

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

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

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

.nav-link-3.flie-text:hover {
  color: var(--blue);
}

.nav-link-3.flie-text.w--current {
  color: var(--blue);
  font-size: 14px;
}

.highlights {
  background-color: var(--blue);
  color: #fff;
}

.heading-font1 {
  font-family: Yeseva One, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 54%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  background-image: none;
  height: 80dvh;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

.submit-button {
  background-color: #0d0d38;
}

.titelvideo-1 {
  height: 70vh;
  position: relative;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.mehr-erfahren2 {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.section_footer {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  flex-flow: column;
  justify-content: space-around;
  display: flex;
  box-shadow: 0 -2px 5px #0003;
}

.footertext1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-text {
  margin-bottom: 0;
  font-size: 16px;
}

.footer-image {
  width: 1.5rem;
  margin-right: 10px;
}

.telefonnummer1, .email, .adresse, .ffnungszeiten {
  margin-bottom: 5px;
}

.nav-menu-2 {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #000;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-2.flie-text:hover {
  color: #838383;
}

.nav-link-2.flie-text.w--current {
  color: #cfcfcf;
}

.video-2 {
  background-image: url('../images/2_1.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 90vh;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-impdat, .link-8 {
  color: #fff;
  text-decoration: none;
}

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.maps {
  flex: 1;
  width: 100%;
  height: 100%;
}

.background-video3 {
  height: 70vh;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 30px;
}

.text-mittig1 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.card_img {
  aspect-ratio: 2 / 3;
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  max-height: 20rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.slogan1 {
  font-size: 60px;
  line-height: 1.3;
}

.galerie_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  margin-top: 1rem;
}

.galerie_image-wrapper {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

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

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  padding: 60px;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-22.white {
  color: #fff;
}

.titelvideo-start-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-3.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.logo-img {
  height: 14vh;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro-2 {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

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

.div-block-114 {
  display: block;
}

.grid-82 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  padding: 30px 100px;
}

.hauptfarbe {
  background-color: #000;
}

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

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block-7 {
  color: #fff;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-4:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-4.black.ablaufplan {
  top: 10px;
}

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-4.black:hover {
  transform: none;
}

.ablaufplan-big-button-4.black.ablaufplan {
  margin-top: 120px;
  top: 10px;
}

.link-12 {
  color: #4caac9;
  text-decoration: none;
}

.menu-button {
  z-index: 30;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}

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

.icon {
  font-size: 40px;
}

.logo-img-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 15rem;
  position: static;
}

.logo-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  transition: all .5s;
  display: block;
}

.nav-link-4:hover {
  transform: scale(1.1);
}

.nav-link-4.flie-text {
  transition: all .2s;
}

.nav-link-4.flie-text.w--current {
  color: var(--blue);
}

.nav-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 20vh;
  display: flex;
  overflow: hidden;
}

.logo-wei {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu-1 {
  z-index: 10000;
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.navbar {
  z-index: 40;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hero_tiles-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: row;
  align-content: center;
  place-items: center;
  width: 100%;
  overflow: visible;
}

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

.hero_tile.is-round {
  border-radius: 50%;
  overflow: visible;
}

.hero_tile.is-top-right {
  -webkit-clip-path: circle(100% at 0 100%);
  clip-path: circle(100% at 0 100%);
}

.hero_tile.is-bottom-left {
  -webkit-clip-path: circle(100% at 100% 0);
  clip-path: circle(100% at 100% 0);
}

.hero_tile.is-top-left {
  -webkit-clip-path: circle(100% at 100% 100%);
  clip-path: circle(100% at 100% 100%);
}

.hero_tile.is-bottom-right {
  -webkit-clip-path: circle(100% at 0 0);
  clip-path: circle(100% at 0 0);
}

.image-100 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-100.rotate {
  transform: rotate(180deg);
}

.dot {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.flex-wrap-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.875rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.bg-image-wrap {
  z-index: -1;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.bg-overlay {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  position: absolute;
  inset: 0%;
}

.section-overaly {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#fff, #fff9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.accrodian-item {
  z-index: 1;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.logo-footer {
  object-fit: contain;
  height: 6rem;
}

.lower-footer-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.slider-full {
  background-color: #0000;
  height: 45vh;
  margin-top: 0;
  overflow: hidden;
}

.slider-full.no-action {
  pointer-events: none;
}

.mask {
  width: 29%;
  overflow: visible;
}

.slide {
  margin-right: .5rem;
  overflow: hidden;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.line {
  background-image: url('../images/AdobeStock_1285032139_Preview.webp');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  width: 20rem;
  height: 5px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.footer_wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

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

.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: 90rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  color: var(--blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.heading-style-h6 {
  font-family: Yeseva One, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.heading-style-h5 {
  font-family: Yeseva One, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--gozo-designs-dandy-site_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(--gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-a75075cb-d240-1d60-7b74-b72c528dfd98\>);
}

.button {
  border: 2px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 16px #0003;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1284911460_Preview.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-family: Yeseva One, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
  text-shadow: 0 1px 16px #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1284911460_Preview.webp');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  transform: scale(1.05)translate(0, -6px);
  box-shadow: 0 7px 8px -1px #00000038;
}

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

.button.is-link.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_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(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

.heading-style-h4 {
  color: var(--blue);
  font-family: Yeseva One, sans-serif;
  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 {
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.form_input:focus {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lighter);
}

.form_input.is-text-area {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lighter);
  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_1.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_1.svg');
}

.form_input.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--gozo-designs-dandy-site_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;
}

.text-color-white {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

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

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

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

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

.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(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

.form_radio-icon.is-alternate {
  border-color: var(--gozo-designs-dandy-site_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-align-center.is-relative {
  z-index: 2;
  position: relative;
}

.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(--gozo-designs-dandy-site---color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--gozo-designs-dandy-site_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;
}

.form_component {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  flex: 30%;
  padding: 1rem 2rem;
}

.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(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-a8d46ba6-0c2a-7f46-e11a-dc015f76b1f8\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-2aabe4bd-5351-a010-263e-280b169c9a0a\>);
}

.padding-global {
  flex: 1;
  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-2 {
  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(--gozo-designs-dandy-site_ui-styles---stroke--border-width) solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--medium);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

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

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

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

.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(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-a8d46ba6-0c2a-7f46-e11a-dc015f76b1f8\>);
  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;
}

.inherit-color {
  color: inherit;
}

.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: #fef3f200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  background-color: #ffdedeab;
  border: 2px solid #b42318;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-style-tagline {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  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(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.tag.is-text.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
}

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

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

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

.rl-styleguide_scheme-card {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--gozo-designs-dandy-site---color-scheme-1--accent);
}

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

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_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(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_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(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--small);
  object-fit: cover;
}

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

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

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

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

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

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

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

.slider-arrow {
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  color: var(--gozo-designs-dandy-site---color-scheme-1--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;
}

.flex-horizontal {
  flex-flow: wrap;
  display: flex;
}

.flex-vertical {
  flex-flow: column;
  display: flex;
}

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

.flex-gap-medium {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  display: flex;
}

.flex-gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.flex-gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 4;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar32_menu-button {
  z-index: 1;
  padding: 0;
}

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

.menu-icon4_line-middle-base {
  z-index: 4;
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar32_link {
  text-align: center;
  letter-spacing: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  transition: background-color .2s, transform .2s;
}

.navbar32_link:hover {
  color: var(--blue);
  transform: scale(1.1);
}

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

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

.menu-icon4_line-middle {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar32_links-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 50rem;
  font-size: 2.5rem;
  display: flex;
  position: relative;
}

.menu-icon4_line-bottom {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  width: 24px;
  height: 2px;
}

.menu-icon4_line-top {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar32_component {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  border-bottom-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar32_menu {
  border-right: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  transition: height .5s;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar32_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.navbar32_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar32_logo {
  width: 10rem;
  height: 10rem;
}

.navbar32_logo-link {
  z-index: 1;
  padding-left: 0;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar32_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.background_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background_image-overlay {
  z-index: 1;
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--white-60);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero_wrapper {
  flex-flow: wrap;
  display: flex;
}

.hero_item {
  flex-flow: column;
  flex: 45%;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.hero_flex-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_container {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.section_welcome {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
}

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

.flex_horizontal.is-streatch {
  align-content: stretch;
  align-items: flex-start;
}

.flex_horizontal.is-centered {
  justify-content: flex-start;
  align-items: center;
}

.flex_horizontal.is-kontakt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.card {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  border-radius: 2rem;
  flex-flow: column;
  flex: 20%;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.card:hover {
  transform: scale(1.05);
}

.section_background-img {
  position: relative;
}

.qoute {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Yeseva One, sans-serif;
  font-size: 2rem;
}

.accordion2_component {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  border-width: 1px;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
}

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion2_bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.footer_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo_link {
  box-shadow: 0 2px 10px #0003;
}

.logo_link.w--current {
  box-shadow: 0 2px 9px 6px #0003;
}

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

.flex_item {
  flex: 45%;
  height: 100%;
}

.flex_item.is-three-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 30%;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section_garantie {
  background-color: var(--blue);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

.section_about {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
}

.kontakt_item {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.section_erfolg {
  justify-content: center;
  align-items: center;
  height: 80dvh;
  display: flex;
}

.erfolgt_icon {
  font-size: 5rem;
  line-height: 1;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

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

  .gozo-designs-dandy-site--max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .gozo-designs-dandy-site--margin-large {
    margin: 2.5rem;
  }

  .gozo-designs-dandy-site--margin-xlarge {
    margin: 3.5rem;
  }

  .gozo-designs-dandy-site--margin-xxlarge {
    margin: 4.5rem;
  }

  .gozo-designs-dandy-site--margin-huge {
    margin: 5rem;
  }

  .gozo-designs-dandy-site--margin-xhuge {
    margin: 6rem;
  }

  .gozo-designs-dandy-site--margin-xxhuge {
    margin: 7.5rem;
  }

  .gozo-designs-dandy-site--padding-large {
    padding: 2.5rem;
  }

  .gozo-designs-dandy-site--padding-xlarge {
    padding: 3.5rem;
  }

  .gozo-designs-dandy-site--padding-xxlarge {
    padding: 4.5rem;
  }

  .gozo-designs-dandy-site--padding-huge {
    padding: 5rem;
  }

  .gozo-designs-dandy-site--padding-xhuge {
    padding: 6rem;
  }

  .gozo-designs-dandy-site--padding-xxhuge {
    padding: 7.5rem;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--heading-style-h2 {
    font-size: 2.75rem;
  }

  .gozo-designs-dandy-site--rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .gozo-designs-dandy-site--rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .gozo-designs-dandy-site--heading-style-h1 {
    font-size: 3.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h4 {
    font-size: 1.75rem;
  }

  .gozo-designs-dandy-site--heading-style-h3 {
    font-size: 2.25rem;
  }

  .gozo-designs-dandy-site--padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gozo-designs-dandy-site--padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gozo-designs-dandy-site--spacer-large {
    padding-top: 2.5rem;
  }

  .gozo-designs-dandy-site--spacer-xlarge {
    padding-top: 3.5rem;
  }

  .gozo-designs-dandy-site--spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .gozo-designs-dandy-site--spacer-huge {
    padding-top: 5rem;
  }

  .gozo-designs-dandy-site--spacer-xhuge {
    padding-top: 6rem;
  }

  .gozo-designs-dandy-site--spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .gozo-designs-dandy-site--rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .section_footer.hauptfarbe {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footertext1 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1, .email {
    margin-bottom: 5px;
  }

  .video-2 {
    height: 80vh;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .div-block-video1 {
    width: 70%;
    padding-left: 100px;
  }

  .card_img {
    height: 35vh;
  }

  .galerie_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .div-block-41 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelvideo-start-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    flex-direction: column;
    display: flex;
  }

  .grid-82 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ablaufplan-big-button-4.black {
    top: 20px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 70px;
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    text-align: right;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .lower-footer-inner {
    justify-content: flex-start;
    padding-left: 2.5rem;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .slider-full.no-action {
    height: auto;
  }

  .slide {
    aspect-ratio: 1;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spacer-large-2 {
    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_scheme-list {
    grid-template-columns: 1fr;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

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

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

  .menu-icon4_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar32_link {
    font-size: 2.5rem;
    font-weight: 700;
  }

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

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

  .navbar32_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

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

  .navbar32_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar32_container {
    grid-auto-columns: 1fr;
  }

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

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

  .hero_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }

  .flex_horizontal.is-kontakt {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .gozo-designs-dandy-site--hide-mobile-landscape {
    display: none;
  }

  .gozo-designs-dandy-site--max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .gozo-designs-dandy-site--margin-xsmall {
    margin: .75rem;
  }

  .gozo-designs-dandy-site--margin-small {
    margin: 1.25rem;
  }

  .gozo-designs-dandy-site--margin-medium {
    margin: 1.5rem;
  }

  .gozo-designs-dandy-site--margin-large {
    margin: 2rem;
  }

  .gozo-designs-dandy-site--margin-xlarge {
    margin: 2.5rem;
  }

  .gozo-designs-dandy-site--margin-xxlarge {
    margin: 3rem;
  }

  .gozo-designs-dandy-site--margin-huge {
    margin: 3.5rem;
  }

  .gozo-designs-dandy-site--margin-xhuge {
    margin: 4rem;
  }

  .gozo-designs-dandy-site--margin-xxhuge {
    margin: 5rem;
  }

  .gozo-designs-dandy-site--padding-xsmall {
    padding: .75rem;
  }

  .gozo-designs-dandy-site--padding-small {
    padding: 1.25rem;
  }

  .gozo-designs-dandy-site--padding-medium {
    padding: 1.5rem;
  }

  .gozo-designs-dandy-site--padding-large {
    padding: 2rem;
  }

  .gozo-designs-dandy-site--padding-xlarge {
    padding: 2.5rem;
  }

  .gozo-designs-dandy-site--padding-xxlarge {
    padding: 3rem;
  }

  .gozo-designs-dandy-site--padding-huge {
    padding: 3.5rem;
  }

  .gozo-designs-dandy-site--padding-xhuge {
    padding: 4rem;
  }

  .gozo-designs-dandy-site--padding-xxhuge {
    padding: 5rem;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--text-size-medium {
    font-size: 1rem;
  }

  .gozo-designs-dandy-site--text-style-quote {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--heading-style-h2 {
    font-size: 2.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h6 {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--heading-style-h5 {
    font-size: 1.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .gozo-designs-dandy-site--heading-style-h3 {
    font-size: 2rem;
  }

  .gozo-designs-dandy-site--text-style-nowrap {
    white-space: normal;
  }

  .gozo-designs-dandy-site--text-size-large {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gozo-designs-dandy-site--padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gozo-designs-dandy-site--padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gozo-designs-dandy-site--spacer-xsmall {
    padding-top: .75rem;
  }

  .gozo-designs-dandy-site--spacer-small {
    padding-top: 1.25rem;
  }

  .gozo-designs-dandy-site--spacer-medium {
    padding-top: 1.5rem;
  }

  .gozo-designs-dandy-site--spacer-large {
    padding-top: 2rem;
  }

  .gozo-designs-dandy-site--spacer-xlarge {
    padding-top: 2.5rem;
  }

  .gozo-designs-dandy-site--spacer-xxlarge {
    padding-top: 3rem;
  }

  .gozo-designs-dandy-site--spacer-huge {
    padding-top: 3.5rem;
  }

  .gozo-designs-dandy-site--spacer-xhuge {
    padding-top: 4rem;
  }

  .gozo-designs-dandy-site--spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-font2 {
    font-size: 25px;
    line-height: 30px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .section_footer.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding: 20px 40px 20px 60px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .footer-text {
    padding-left: 0;
  }

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .background-video3 {
    height: 70vh;
  }

  .div-block-video1 {
    width: 100%;
    height: auto;
    padding-left: 60px;
    position: absolute;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

  .galerie_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .galerie_image-wrapper {
    height: auto;
  }

  .success {
    height: auto;
    padding: 60px 10%;
  }

  .div-block-41 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .grid-82 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .lower-footer-inner {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-farbig-1 {
    height: auto;
  }

  .footer_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: 0;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .spacer-large-2 {
    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;
  }

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

  .navbar32_link {
    font-size: 1.5rem;
  }

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

  .navbar32_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar32_component {
    min-height: 4rem;
  }

  .navbar32_menu-wrapper {
    padding-top: 4rem;
  }

  .flex_horizontal.is-centered {
    flex-flow: column;
  }

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion2_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .gozo-designs-dandy-site--hide-mobile-portrait {
    display: none;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

  .div-block-33 {
    width: 100%;
  }

  .grid-7 {
    justify-content: start;
  }

  .heading-font2 {
    font-size: 22px;
    line-height: 26px;
  }

  .titelvideo1 {
    height: 50vh;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titelvideo-1 {
    height: 50vh;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .section_footer.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .footer-text {
    padding-left: 0;
  }

  .video-2 {
    background-image: url('../images/2_1.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .background-video3 {
    height: 60vh;
  }

  .rounded-block {
    min-width: 200px;
  }

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-left: 10%;
    padding-right: 5%;
  }

  .subheading1 {
    font-size: 20px;
    line-height: 20px;
  }

  .card_img {
    height: auto;
    min-height: 15rem;
    max-height: 15rem;
  }

  .galerie_grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .galerie_image-wrapper {
    height: auto;
  }

  .div-block-41.highlights {
    padding: 20px;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .titelvideo-start-1 {
    height: 50vh;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .grid-82 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-4 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-4.black {
    top: 10px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 60px;
  }

  .navbar {
    flex-direction: column;
    height: 30vh;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .lower-footer-inner {
    justify-content: center;
    align-items: center;
  }

  .line {
    width: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar32_links-wrapper {
    grid-template-columns: 1fr;
  }

  .navbar32_menu {
    border-right-style: none;
    width: 100dvw;
  }

  .qoute {
    font-size: 1.25rem;
  }

  .section_datenschutz {
    word-break: break-all;
  }
}

#w-node-e31f3a08-5188-19fa-3369-dfb597327114-3bf7d2ca {
  place-self: end;
}

#w-node-e31f3a08-5188-19fa-3369-dfb597327116-3bf7d2ca {
  place-self: end start;
}

#w-node-e31f3a08-5188-19fa-3369-dfb597327118-3bf7d2ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-e31f3a08-5188-19fa-3369-dfb59732711a-3bf7d2ca {
  place-self: start;
}

#w-node-_01e1b119-05c0-f3b1-30b8-e1242d11a0af-a2295736, #w-node-_8dc531bf-7bc9-2b23-682f-7966b68e0ad3-3bf7d301, #w-node-_5896c894-db55-8339-049f-57c81f083c6e-3bf7d301, #w-node-_62445981-2629-5a04-4809-185a261de2b3-3bf7d302, #w-node-fb2d44e0-a267-7455-da51-379ef2f25cb1-3bf7d302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93db7766-4768-4c9e-967a-e90885e25485-3bf7d302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19e268eb-1b81-faed-5c78-f9f74cbf96ff-3bf7d302, #w-node-_18f08a31-73c3-630c-2257-d9c480133c3b-3bf7d302, #w-node-_65c00a51-6c90-5881-117a-2020f62ed0dd-3bf7d302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c4f0484-f079-43ea-c455-28f1a6d0e79a-3bf7d302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_484b1875-7deb-5933-342a-3dba1eba6a89-3bf7d302, #w-node-d5e1d000-8494-a8f5-c216-a1abc4d2df9d-3bf7d302, #w-node-ccffeb73-0fa8-05e3-495f-40c9e81eb28e-3bf7d302, #w-node-_61519174-5c67-5562-f872-44c802c71a2b-3bf7d302, #w-node-f76fe1b0-7680-2ba3-b6f1-8b6a1a980829-3bf7d302, #w-node-a9d5197a-8c94-f4b1-6319-93f6118cf439-3bf7d302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717666dd-7e08-fc0d-552d-965dd297699e-3bf7d302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971054e4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971054e5-9948dada {
  justify-self: center;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971054fc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971054fd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105501-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105502-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105506-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105507-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710550b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710550c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105510-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105511-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105515-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105516-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105520-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105521-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105525-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105526-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710552a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710552b-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710552f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105530-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105534-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105535-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105539-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710553a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105544-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105545-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105549-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710554a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710554e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710554f-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105553-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105554-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710555d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710555e-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105567-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105568-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710557a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710557b-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710557f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105580-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105584-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105585-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105589-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710558a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710558e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710558f-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105599-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710559a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710559e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710559f-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055a3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055a4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055a8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055a9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055ad-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055ae-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055b2-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055b3-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055be-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055bf-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055c3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055c4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055c8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055c9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055cd-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055ce-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055d2-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055d3-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055d7-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055d8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055dc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055dd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055e1-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055e2-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055e6-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055e7-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055eb-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055ec-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055f0-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055f1-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055fc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971055fd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105601-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105602-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105606-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105607-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710560e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710560f-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105641-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105658-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105659-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710565a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710565c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710565f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105660-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105661-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105665-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105668-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105669-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710566a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710566e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105672-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105673-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105679-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710567d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710567e-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105682-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105685-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710568a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710568b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710568c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105690-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105693-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105694-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105695-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710569b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710569e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710569f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056a0-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056a6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056a9-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056aa-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056ab-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056b3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056b6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056b7-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056b8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056c4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056c5-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056c6-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056ca-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056cf-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056d0-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056d1-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056d7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056dc-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056dd-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056de-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056e4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056e9-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056ea-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056eb-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056f3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971056f9-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971056fa-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105700-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105706-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105707-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105708-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710570e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105713-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105714-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105715-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710571d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105722-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105723-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105724-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710572c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105731-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105732-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105733-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710573d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105743-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105744-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710574c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105755-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105756-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105757-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105760-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105761-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105762-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710576b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710576c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710576d-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105788-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105789-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710578e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710578f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105797-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105798-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710579f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057a0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057af-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057b0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057b1-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057b2-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057b4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057b7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057bb-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057bc-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057bd-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057c6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057c7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057c8-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057d1-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057d2-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057d3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057d4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057da-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057db-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057dc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057dd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057df-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057e3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057e4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057e5-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057e6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057e8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057f1-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057f8-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057f9-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971057fa-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057fb-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971057fd-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105800-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105804-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105805-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105806-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710580f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105810-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105811-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710581a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710581b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710581c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710581d-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105823-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105824-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105825-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105826-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105828-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710582c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710582d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710582e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710582f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105831-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058cc-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058cf-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058d0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058d3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058d4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058d7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058d8-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058dc-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058df-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058e0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058e3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058e4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058e7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058ec-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971058f0-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058f1-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058f3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058f5-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058f6-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058f8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058fa-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058fb-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058fd-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971058ff-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105900-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105902-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105904-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105905-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105907-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105909-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710590a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710590c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710590e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105910-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105912-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105914-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105915-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105917-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105918-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710591a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710591b-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710591d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710591e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105920-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105921-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105923-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105924-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105926-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105927-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105929-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710592f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105932-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105933-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105935-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105937-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105938-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710593a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710593c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710593d-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710593f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105941-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105942-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105944-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105946-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105947-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105949-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710594b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710594c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710594e-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105950-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105951-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105953-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105955-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105956-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105958-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710595a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710595b-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710595d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710595f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105960-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105962-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105964-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105965-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105967-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710596c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105970-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105972-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105975-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710597a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710597f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105984-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105989-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105990-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105991-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105993-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105994-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105996-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105997-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105999-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710599a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-54429710599c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710599d-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-54429710599f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059a0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059a2-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059a3-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059a5-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059a6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059a8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059a9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059ab-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059ac-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059ae-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059af-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059b1-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059b2-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059b4-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059b5-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059b7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059b8-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059ba-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059bb-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059bd-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059be-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059c0-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059c1-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059c3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059c4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059c6-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059c7-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059c9-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059ca-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059cc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059cd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059cf-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059d0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059d2-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059d3-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059d5-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059d6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059d8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059d9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059db-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059dc-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059de-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059df-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059e1-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059e2-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059e4-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059e5-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059e7-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059e8-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059ed-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059f1-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059f3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-5442971059f6-9948dada, #w-node-_65a0b46d-021c-b674-53f3-5442971059fb-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a00-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a05-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a0a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a11-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a12-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a14-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a15-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a17-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a18-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a1a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a1b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a1d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a1e-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a20-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a21-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a23-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a24-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a26-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a27-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a29-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a2a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a2c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a2d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a2f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a30-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a32-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a33-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a35-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a36-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a38-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a39-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a3b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a3c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a3e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a3f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a41-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a42-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a44-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a45-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a47-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a48-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a4a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a4b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a4d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a4e-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a50-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a51-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a53-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a54-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a56-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a57-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a59-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a5a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a5c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a5d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a5f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a60-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a62-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a63-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a65-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a66-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a68-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a69-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a6e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a71-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a72-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a74-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a75-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a77-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a78-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a7a-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a7b-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a7d-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a7e-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a80-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a81-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a83-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a84-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a86-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a87-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a89-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a8a-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a8c-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a8d-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a8f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a90-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a92-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a93-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a95-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a96-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a98-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a99-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a9b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a9c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105a9e-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105a9f-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105aa1-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105aa2-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105aa4-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105aa5-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105aa7-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105aa8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105aaa-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105aab-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105aad-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105aae-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105ab0-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105ab1-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105ba3-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105ba7-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105ba8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bac-9948dada, #w-node-_65a0b46d-021c-b674-53f3-544297105bae-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105baf-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bb3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bb4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bb8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bb9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bbd-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bbe-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bc2-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bc3-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bc7-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bc8-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bcc-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bcd-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bd1-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bd2-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bd6-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bd7-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bdb-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bdc-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bdf-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105be0-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105be4-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105be5-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105be9-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bea-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bee-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bef-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bf3-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bf4-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bf8-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bf9-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bfd-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105bfe-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c02-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c03-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c07-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c08-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c0c-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c0d-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c11-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c12-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c16-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c17-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c1b-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c1c-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c20-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c21-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c25-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c26-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c2a-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c2b-9948dada {
  justify-self: start;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c2f-9948dada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a0b46d-021c-b674-53f3-544297105c30-9948dada {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8dc531bf-7bc9-2b23-682f-7966b68e0ad3-3bf7d301 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5896c894-db55-8339-049f-57c81f083c6e-3bf7d301 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8dc531bf-7bc9-2b23-682f-7966b68e0ad3-3bf7d301 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62445981-2629-5a04-4809-185a261de2b3-3bf7d302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93db7766-4768-4c9e-967a-e90885e25485-3bf7d302 {
    grid-column: span 1 / span 1;
  }
}


