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

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

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

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

:root {
  --primary-color: #fee5d7;
  --black: var(--secondary-color);
  --white: white;
  --secondary-color: #2d6265;
}

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

body {
  background-color: var(--primary-color);
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.text-weight-semibold.biography-text {
  font-weight: 500;
}

.text-weight-semibold.biography-text.white {
  color: var(--primary-color);
}

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

.rl-styleguide_classes {
  display: none;
}

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

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

.page-padding {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

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

.max-width-large.align-center {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.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-bottom.margin-xxlarge, .margin-bottom.margin-small {
  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-style-nowrap {
  white-space: nowrap;
}

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

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

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

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

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.background-color-lightgrey {
  background-color: #f4f4f4;
}

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

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

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

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

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

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

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

.form-field-wrapper {
  position: relative;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

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

.text-letterspacing-wide {
  letter-spacing: .025em;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

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

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

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

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

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

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

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.coopyright_text {
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.coopyright_text.created {
  padding-top: 3px;
}

.dreher-media-logo {
  height: 1rem;
}

.dreher-media-logo.inverted {
  filter: invert();
}

.blogpost1_content {
  margin-bottom: 4rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  background-color: var(--black);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  opacity: .7;
}

.cc-manager_component {
  z-index: 999;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--primary-color);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--black);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.cc-prefs_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.hero-heading-wrapper {
  position: absolute;
  inset: 70px auto auto 70px;
}

.image-2 {
  display: none;
}

.padding-global {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.padding-section-large {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.margin-bottom6rem {
  margin-top: 0;
  margin-bottom: 6rem;
}

.collection-list-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}

.heading {
  color: var(--secondary-color);
  text-align: left;
  letter-spacing: 5.25px;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  font-family: Zenloop, sans-serif;
  font-size: 70px;
  font-weight: 400;
  display: block;
}

.news-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.news-flex-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-content-wrapper {
  width: 70%;
}

.image-3 {
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  width: 40%;
  max-width: 375px;
  max-height: 375px;
}

.text30 {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.text-normal {
  color: var(--secondary-color);
  text-align: justify;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.div-block {
  width: auto;
  display: flex;
}

.margin-bottom12 {
  margin-bottom: 12px;
}

.btn {
  opacity: 1;
  color: var(--secondary-color);
  text-align: left;
  background-color: #0000;
  border-width: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 173%;
  display: inline-block;
}

.btn:hover {
  opacity: .7;
}

.btn.w--open {
  text-align: right;
  width: 100%;
}

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

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

.header19_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.padding-global-2 {
  object-fit: cover;
  padding-left: 5%;
  padding-right: 5%;
}

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

.container-large-3.is-bio {
  max-width: none;
  position: relative;
}

.image-4 {
  object-fit: cover;
}

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

.biografie-wrapper {
  flex: 1;
  margin-top: 7rem;
  padding-bottom: 3rem;
}

.btn-2 {
  color: #d4c3ae;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 2px solid #d4c3ae;
  border-radius: 34px;
  padding: 27px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 0%;
}

.tabs {
  border: 1px #000;
}

.tabs-menu {
  border: 1.7px solid var(--secondary-color);
  color: var(--secondary-color);
  text-align: right;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-right: 32px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-content {
  margin-top: 9rem;
}

.text-block-2 {
  border: 0px none var(--primary-color);
  text-align: center;
  border-radius: 4px;
  padding: 6px 8px 6px 5px;
}

.text-block-2:hover {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--white);
}

.text-block-2.is-right {
  padding-left: 8px;
  padding-right: 5px;
}

.sticky-component {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.sticky-img-wrapper {
  width: 50%;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.overlapping-wrapper {
  z-index: 1;
  text-align: justify;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: -50%;
  padding-left: 3rem;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

.heading2-component {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-top32 {
  text-align: center;
  margin-top: 32px;
}

.tab-link {
  color: #d4c3ae;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  border-radius: 30px;
  padding: 0;
  line-height: 100%;
}

.tab-link:hover {
  background-color: var(--secondary-color);
  color: #d4c3ae;
  border-style: solid;
}

.tab-link.w--current {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-style: solid;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.heading-2 {
  text-align: left;
  font-family: Zenloop, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.gallery8_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 30%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery8_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery8_image-wrapper-large:hover {
  transform: scale(1.01);
}

.gallery8_lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  display: block;
}

.gallery8_component {
  column-count: 2;
}

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

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

.padding-global-4 {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  padding-left: 5%;
  padding-right: 5%;
}

.gallery8_image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.gallery15_image-wrapper {
  width: 100%;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery15_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  bottom: 4rem;
}

.gallery15_arrow.hide-mobile-landscape:hover {
  transform: scale(1.1);
}

.gallery15_slide-nav {
  border: 1px none var(--primary-color);
  color: var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.padding-global-5 {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  padding-left: 5%;
  padding-right: 5%;
}

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

.gallery15_arrow-icon {
  color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery15_mask {
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 100px;
}

.image-8 {
  width: 175px;
  height: 53px;
}

.youtube-icon:hover {
  transform: scale(1.1);
}

.soundcloud-icon {
  width: 288px;
  height: 53px;
}

.div-block-8 {
  width: 195px;
  height: 44px;
}

.image-9 {
  width: 175px;
  height: 53px;
}

.navbar16_links-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-family: Zenloop, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 167%;
  display: flex;
}

.navbar16_menu {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .5s;
  display: none;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: auto;
}

.navbar16_link {
  z-index: 10;
  color: #e5e5e8;
  text-align: right;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vh;
  padding: 0 0;
  font-size: 4vh;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
  position: relative;
}

.navbar16_link:hover {
  opacity: 1;
  color: var(--secondary-color);
  -webkit-text-stroke-width: 2px;
}

.navbar16_link.w--current {
  opacity: 1;
  color: var(--secondary-color);
  text-decoration: none;
}

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

.navbar16_component {
  z-index: 5;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.menu-icon4_line-top {
  background-color: var(--secondary-color);
  width: 100%;
  height: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

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

.navbar16_logo-link {
  z-index: 1;
  color: #e5e5e8;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.navbar16_logo-link.is-nav {
  opacity: 0;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

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

.image-21 {
  width: 50%;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
}

.menu-icon4_wrapper:hover {
  transform: scale(1.2);
}

.menu-icon4_line-middle {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
}

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

.menu-icon4_line-bottom {
  background-color: var(--secondary-color);
  width: 100%;
  height: 3px;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block {
  transform: translate(0);
}

.link-block:hover {
  transform: scale(1.05);
}

.section-kalender {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.calendar-overlay-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.kalender-wraper {
  width: 40%;
  margin-left: -45%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.heading-wrapper {
  position: static;
}

.kalender-iten {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  cursor: default;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.kalender-iten:hover {
  position: static;
  transform: scale(1.01);
}

.margin39 {
  text-transform: uppercase;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0;
  font-family: Zenloop, sans-serif;
  font-size: 100px;
  line-height: 173%;
  display: block;
}

.event-titel {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 173%;
  display: flex;
}

.event-local {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 173%;
}

.heading-3 {
  text-align: left;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 1.5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.section-kontakt {
  width: 100%;
  height: 100%;
  margin-top: 88px;
  display: flex;
  position: relative;
}

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

.kontakt-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 100%;
  padding-left: 5%;
  position: relative;
}

.text-block-3 {
  letter-spacing: 4.5px;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  font-family: Zenloop, sans-serif;
  font-size: 60px;
}

.presse-download {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.presse-download:hover {
  opacity: .7;
}

.roboto20 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.roboto20:hover {
  opacity: .7;
}

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

.kontakt-center {
  flex-direction: column;
  display: block;
}

.margin69 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 69px;
  display: flex;
}

.media-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.instagram-icon:hover {
  transform: scale(1.1);
}

.div-block-9 {
  margin-top: 86px;
}

.div-block-10 {
  display: flex;
  position: relative;
}

.text-block-4 {
  margin-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-25 {
  width: 175px;
  height: 53px;
}

.text-block-5 {
  letter-spacing: 9px;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  max-width: 450px;
  font-family: Zenloop, sans-serif;
  font-size: 120px;
  line-height: 1;
  display: block;
}

.navbar16_links-wrapper-2 {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar16_menu-2 {
  background-color: #fee5d7cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
}

.menu-icon4_line-top-2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-26 {
  width: 50%;
}

.menu-icon4_line-middle-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar16_container-2 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon4_line-bottom-2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.date-flex-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.text-block-6 {
  margin-left: -10%;
  padding-right: 0;
}

.flex-horizontal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 148%;
  display: flex;
}

.margin-bottom6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.div-block-11 {
  align-self: flex-end;
  width: 70%;
  margin-top: 10px;
  display: block;
}

.html-embed {
  margin-bottom: 0;
}

.html-embed:hover {
  transform: scale(1.01);
}

.div-block-12 {
  margin-bottom: 0;
}

.text-block-7 {
  letter-spacing: .4px;
}

.text-block-7.dropdown-opened-text {
  display: none;
}

.text-block-8 {
  letter-spacing: .4px;
}

.dropdown-list {
  width: 100%;
  position: static;
}

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

.dropdown {
  z-index: 1;
  text-align: right;
  width: 100%;
}

.rich-text-block {
  text-align: justify;
  line-height: 29px;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.popup-outer-wrapper {
  z-index: 9;
  opacity: 0;
  background-color: #2d626599;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100vh);
}

.popup-inner-wrapper {
  background-color: var(--primary-color);
  width: 80%;
  padding: 52px 80px;
}

.info-wrapper {
  display: block;
}

.titel-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 173%;
  display: flex;
}

.titelinfo {
  text-align: left;
  letter-spacing: 1.8px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  width: 15%;
  margin-bottom: 11px;
  font-family: Zenloop, sans-serif;
  font-size: 24px;
  line-height: 35.64px;
}

.infos {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34.6px;
}

.scale:hover {
  transform: scale(1.01);
}

.text-block-9 {
  letter-spacing: 1.8px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-family: Zenloop, sans-serif;
  line-height: 148%;
}

.div-block-14 {
  justify-content: space-between;
  display: flex;
}

.link-block-2 {
  cursor: pointer;
}

.collection-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-10 {
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 173%;
}

.pagination {
  justify-content: flex-end;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 173%;
}

.text-block-11.margin-right {
  margin-left: -5px;
}

.text-block-12 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 173%;
}

.text-block-13 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 173%;
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  display: flex;
}

.text-block-14 {
  display: none;
}

.location {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 173%;
}

.rich-text-block-2 {
  opacity: 1;
  text-align: left;
}

.overlay-wrapper {
  width: 100%;
  margin-left: -40%;
  position: relative;
}

.div-block-17 {
  background-image: linear-gradient(to bottom, var(--primary-color), transparent 13%);
  position: absolute;
  inset: 0%;
}

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

.overlay-calendar {
  background-image: linear-gradient(to bottom, transparent 89%, var(--primary-color));
  opacity: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.margin-bottom130 {
  margin-bottom: 130px;
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.text-block-15 {
  letter-spacing: .4px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 173%;
}

.text-block-15:hover {
  opacity: .71;
}

.div-block-18 {
  text-align: left;
}

.image-31 {
  display: none;
}

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

.testimonial1_logo {
  max-height: 3.5rem;
}

.testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.testimonial1_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

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

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

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

.div-block-19 {
  text-align: center;
  flex-direction: column;
  width: 90%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-16 {
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.div-block-20 {
  font-family: Roboto, sans-serif;
}

.rich-text-block-3 {
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  line-height: 163%;
}

.div-block-21 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 29%;
}

.collection-item-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-section-normal.is-hero {
  padding-top: 14rem;
}

.min-height-100 {
  min-height: 100vh;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

.table6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.table6_item {
  border: 1px solid var(--secondary-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding-left: 2rem;
  display: flex;
}

.table6_accordion {
  overflow: hidden;
}

.table6_header-row {
  border-bottom: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  display: flex;
}

.table6_group-column {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem 1rem 3.5rem;
  display: flex;
}

.biography-text {
  text-align: justify;
  letter-spacing: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  font-weight: 300;
}

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

.table6_content {
  border: 1px solid var(--secondary-color);
  flex-direction: column;
  overflow: auto;
}

.table6_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table6_column.is-header-column {
  min-height: auto;
}

.table6_column.is-header-column.fix-width, .table6_column.fix-width {
  max-width: 256px;
}

.table6_group-header-row {
  border-bottom: 1px solid var(--secondary-color);
  background-color: var(--primary-color);
  cursor: pointer;
}

.table6_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .text-weight-semibold.biography-text.show-tablet.weight-700 {
    font-weight: 700;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .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-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blogpost1_content {
    margin-bottom: 3rem;
  }

  .hero-img {
    object-position: 60% 50%;
    display: none;
  }

  .hero-heading-wrapper {
    top: 40px;
    left: 40px;
  }

  .image-2 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

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

  .collection-list-wrapper {
    width: 100%;
  }

  .news-container {
    width: 90%;
  }

  .image-3 {
    width: 40%;
    max-width: 250px;
    max-height: 250px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

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

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

  .header19_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .tabs-menu {
    margin-top: .5rem;
    margin-right: 0;
    font-size: 1rem;
  }

  .tabs-content {
    margin-top: 6rem;
  }

  .text-block-2 {
    padding: 5px 8px 5px 5px;
  }

  .sticky-component {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sticky-img-wrapper {
    object-position: 50% 50%;
  }

  .image-6 {
    height: 100vh;
  }

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

  .image-7 {
    object-position: 35% 50%;
  }

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

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    position: absolute;
  }

  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

  .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_line-top {
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon4_wrapper {
    flex-direction: column;
    align-items: center;
    width: 30px;
    display: flex;
  }

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

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

  .menu-icon4_line-bottom {
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-kalender {
    background-color: var(--primary-color);
    flex-direction: column;
    position: relative;
  }

  .calendar-overlay-wrapper {
    object-position: 15% 50%;
    position: static;
  }

  .kalender-wraper {
    margin-left: 10%;
    position: relative;
  }

  .kalender-iten {
    flex-direction: row;
    display: flex;
  }

  .image-23 {
    object-position: 80% 50%;
  }

  .kontakt-wrapper {
    width: 60%;
  }

  .navbar16_links-wrapper-2 {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar16_menu-2 {
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    position: absolute;
  }

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

  .menu-icon4_line-middle-2 {
    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;
  }

  .navbar16_container-2 {
    grid-auto-columns: 1fr;
  }

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

  .flex-horizontal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-11 {
    flex: 0 auto;
    width: 80%;
    margin-top: 0;
  }

  .titelinfo {
    width: 20%;
  }

  .text-block-11 {
    flex-direction: row;
    display: flex;
  }

  .overlay-wrapper {
    margin-left: -60%;
  }

  .image-30 {
    object-position: 0% 50%;
  }

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

  .collection-item-3 {
    width: 80%;
  }

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

  .padding-section-normal.is-hero {
    padding-top: 8rem;
  }

  .table6_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .table6_item {
    flex-flow: column;
  }

  .table6_header-row {
    flex-flow: column;
    display: none;
  }

  .biography-text {
    font-size: 16px;
  }

  .table6_column {
    max-width: 100%;
    min-height: 2rem;
  }

  .table6_column.fix-width {
    max-width: 100%;
  }

  .table6_group-header-row {
    background-color: var(--secondary-color);
    color: var(--primary-color);
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .main-wrapper {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  }

  .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-style-nowrap {
    white-space: normal;
  }

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

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

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

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .footer {
    margin-left: 0;
  }

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

  .blogpost1_content {
    margin-bottom: 2rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .hero-img {
    object-position: 70% 50%;
  }

  .hero-heading-wrapper {
    top: 60px;
    left: 40px;
    right: 80px;
  }

  .padding-section-large {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .heading {
    font-size: 30px;
  }

  .news-flex-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-3 {
    width: 80%;
    max-width: 375px;
    height: auto;
    max-height: 375px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text30 {
    font-size: 20px;
  }

  .text-normal {
    font-size: 13px;
    line-height: 24px;
  }

  .btn {
    font-size: 15px;
  }

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

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

  .header19_component {
    grid-row-gap: 3rem;
  }

  .biografie-wrapper {
    margin-top: 3rem;
  }

  .tabs {
    font-size: 13px;
    line-height: 24px;
  }

  .sticky-component {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sticky-img-wrapper {
    width: 100%;
    position: relative;
  }

  .overlapping-wrapper {
    z-index: 0;
    aspect-ratio: auto;
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 2rem;
    padding-left: 5%;
    position: relative;
  }

  .heading2-component {
    margin-top: 0;
  }

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

  .image-7 {
    opacity: 1;
    object-position: 17% 50%;
    margin-right: 0;
    display: none;
    position: relative;
    top: auto;
  }

  .heading-2 {
    position: static;
  }

  .gallery8_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .gallery8_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .section-gallery {
    display: block;
  }

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
  }

  .div-block-8 {
    width: auto;
    height: auto;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_link {
    font-size: 1.5rem;
  }

  .navbar16_component {
    opacity: 1;
    min-height: 4rem;
  }

  .navbar16_logo-link.is-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-21 {
    width: 70%;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .section-kalender {
    height: auto;
    display: block;
  }

  .calendar-overlay-wrapper {
    object-position: 0% 50%;
    height: 70vh;
    margin-right: 0;
    position: static;
  }

  .kalender-wraper {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    top: 0%;
    right: 0%;
  }

  .section-kontakt {
    flex-direction: column-reverse;
    height: auto;
  }

  .image-23 {
    object-position: 100% 50%;
    height: 70vh;
    margin-right: 0;
  }

  .kontakt-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: static;
  }

  .text-block-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .presse-download {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .kontakt-center {
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .margin69 {
    flex-direction: column;
    align-self: flex-start;
  }

  .media-icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 40px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .image-25 {
    width: 175px;
    height: 53px;
  }

  .text-block-5 {
    font-size: 70px;
    display: none;
  }

  .navbar16_links-wrapper-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-26 {
    width: 70%;
  }

  .html-embed {
    width: 100%;
    overflow: hidden;
  }

  .div-block-13 {
    align-items: center;
  }

  .popup-inner-wrapper {
    width: 100%;
    padding: 32px 40px;
  }

  .titel-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-14 {
    text-align: left;
    letter-spacing: 4.5px;
    -webkit-text-stroke-width: 1.5px;
    flex-direction: row;
    width: 80%;
    font-family: Zenloop, sans-serif;
    font-size: 30px;
    line-height: 1;
    display: block;
  }

  .overlay-wrapper {
    margin-left: 0%;
  }

  .image-30 {
    object-position: 0% 50%;
  }

  .overlay-calendar {
    display: none;
  }

  .image-31 {
    display: block;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .collection-item-3 {
    width: 100%;
  }

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

  .margin-bottom100.mobil-small {
    margin-bottom: 50px;
  }

  .table6_component {
    grid-row-gap: 3rem;
  }

  .biography-text {
    font-size: 16px;
  }
}

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

  img {
    margin-right: 60px;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .main-wrapper {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  }

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

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .footer {
    margin-left: 0;
    display: block;
  }

  .footer_grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer_wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .coopyright_text {
    font-size: 1rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .cc-banner_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .hero-img {
    float: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 70% 50%;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .hero-heading-wrapper {
    left: 27px;
    right: 80px;
  }

  .text-block {
    font-family: Zenloop, sans-serif;
  }

  .image {
    margin-right: 0;
    padding-right: 0;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .padding-section-large {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .heading {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 25px;
    display: block;
  }

  .news-flex-wrapper {
    flex-direction: column-reverse;
    margin-left: 10px;
  }

  .news-content-wrapper {
    width: 100%;
  }

  .image-3 {
    align-self: flex-start;
    width: 100%;
  }

  .margin-bottom38 {
    width: 100%;
  }

  .text30 {
    font-size: 20px;
  }

  .text-normal {
    font-size: 13px;
    line-height: 24px;
  }

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

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

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

  .tabs-menu {
    justify-content: flex-end;
    display: flex;
  }

  .sticky-component {
    margin-top: 5%;
    margin-bottom: 4rem;
  }

  .sticky-img-wrapper {
    object-position: 30% 50%;
  }

  .overlapping-wrapper {
    z-index: auto;
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    position: relative;
  }

  .heading2-component {
    inset: 0% 0% auto;
  }

  .image-6 {
    object-position: 54% 50%;
  }

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

  .image-7 {
    object-position: 20% 50%;
    height: 70vh;
  }

  .gallery8_image1 {
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .image-8 {
    margin-right: 0;
    display: inline-block;
  }

  .youtube-icon {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .soundcloud-icon {
    align-self: center;
    display: block;
  }

  .div-block-8 {
    width: 175px;
  }

  .image-9 {
    display: inline-block;
  }

  .navbar16_menu {
    width: 100%;
    height: 100dvh;
    inset: 0%;
  }

  .navbar16_link {
    margin-bottom: 4vh;
    font-size: 2.5rem;
  }

  .menu-icon4 {
    margin-right: 0;
  }

  .navbar16_component {
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
  }

  .image-21 {
    width: 80%;
  }

  .link-block {
    width: 175px;
  }

  .section-kalender {
    margin-bottom: 2rem;
  }

  .calendar-overlay-wrapper {
    object-position: 5% 50%;
  }

  .kalender-wraper {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .kalender-iten {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .event-titel {
    justify-content: center;
    align-items: center;
  }

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

  .image-23 {
    object-position: 100% 50%;
  }

  .kontakt-wrapper {
    align-items: flex-start;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: relative;
    bottom: 0;
    left: 0%;
    right: 0;
  }

  .text-block-3 {
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .presse-download {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
  }

  .roboto20 {
    align-self: center;
    font-size: 1rem;
  }

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

  .margin69 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .media-icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .div-block-9 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .image-24 {
    margin-right: 0;
  }

  .text-block-5 {
    font-size: 14vw;
  }

  .navbar16_menu-2 {
    width: 100%;
    height: 100dvh;
    inset: 0%;
  }

  .image-26 {
    width: 80%;
  }

  .navbar16_container-2 {
    width: 48px;
  }

  .flex-horizontal, .margin-bottom6 {
    justify-content: center;
  }

  .div-block-11 {
    text-align: center;
    align-self: center;
    width: 90%;
    display: block;
  }

  .html-embed {
    width: 100%;
  }

  .image-27, .image-28 {
    margin-right: 0;
  }

  .popup-inner-wrapper {
    max-height: 100vh;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
  }

  .titel-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .titel-wrapper.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .titelinfo {
    width: auto;
  }

  .text-block-10 {
    opacity: 1;
  }

  .image-29 {
    margin-right: 10px;
  }

  .text-block-14 {
    width: 100%;
  }

  .image-30 {
    object-position: 0% 50%;
  }

  .overlay-calendar {
    opacity: 1;
    display: none;
  }

  .image-31 {
    width: 100%;
    height: 100%;
  }

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

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f {
  justify-self: start;
}

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
  justify-self: end;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-f0857182 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-f0857182 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-f0857182 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-f0857182 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-f0857182 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-f0857182 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-f0857182 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-f0857182 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-f0857182 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-f0857182 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-f0857182 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-f0857182 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-f0857182 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-f0857182 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-f0857182, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-f0857182 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-f0857182 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-f0857182 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-f0857182, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-f0857182, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-f0857182, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-f0857182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f, #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }
}


@font-face {
  font-family: 'Zenloop';
  src: url('../fonts/ZenLoop-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}