:root {
  --primary-color: #906064;
  --secondary-color: white;
  --black: black;
  --white: white;
  --color-4: #744145;
  --color-3: #dfa3a8;
}

.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(--secondary-color);
  font-family: Poppins, 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%;
  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 {
  font-weight: 600;
}

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

.text-align-center.hide-media:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .text-align-center.hide-media.media-38, .text-align-center.hide-media:where(.w-variant-6ae1fc75-2f36-baf8-ac4e-9a68788494b0), .text-align-center.hide-media.media-21, .text-align-center.hide-media.media-73 {
  display: none;
}

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

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

.container-large.smaller {
  max-width: 60rem;
}

.container-large.smaller.height-100 {
  height: 100%;
}

.container-large.bigger {
  max-width: 100rem;
}

.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 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

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

.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-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  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 {
  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;
}

.form-input {
  border: 1px solid var(--white);
  background-color: var(--color-4);
  color: var(--white);
  align-self: stretch;
  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: #fff9;
}

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

.form-input.is-text-area {
  resize: none;
  height: auto;
  min-height: 16rem;
  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 {
  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: center;
  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();
}

.section-legal {
  padding-top: 5rem;
}

.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-section {
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 80rem;
  position: relative;
}

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

.hero-img.is-about {
  object-position: 50% 10%;
}

.hero-img.is-home {
  object-position: 25% 50%;
}

.hero-img.is-contact {
  object-position: 50% 60%;
}

.hero-img.is-media {
  object-position: 25% 40%;
}

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

.hero-img.is-calendar {
  object-position: 10% 50%;
}

.hero-img.is-albums {
  object-position: 60% 50%;
}

.hero-contents {
  z-index: 2;
  padding-top: 3rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.lines-wrapper {
  border: 3px solid var(--white);
  background-color: var(--color-4);
  width: 100%;
  height: 100%;
  padding: 60px;
}

.lines-wrapper.negative-bottom {
  transform: translate(0, 40px);
}

.lines-wrapper.negative-top {
  z-index: 1;
  margin-top: -40px;
  position: relative;
}

.lines-wrapper.mobil-negative {
  background-color: var(--color-4);
}

.lines-wrapper.no-bg {
  background-color: #0000;
}

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

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

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

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

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

.padding-section-large.top-bigger {
  padding-top: 14rem;
}

.padding-section-large.bottom-bigger {
  padding-bottom: 14rem;
}

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

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

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

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

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

.max-width-60.align-left {
  margin-left: 0;
  margin-right: 2rem;
}

.h3-text {
  text-transform: uppercase;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.h3-text.smaller {
  font-size: 24px;
}

.h3-text.color {
  color: var(--color-3);
}

.h3-text.calendar {
  font-size: 32px;
}

.h3-text.calendar.color.width-700 {
  font-weight: 700;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.h5-text {
  font-size: 24px;
  font-weight: 500;
}

.h5-text.italic {
  font-family: Petrona Variablefont Wght, sans-serif;
  font-style: italic;
}

.h5-text.italic.smaller {
  font-size: 18px;
}

.h5-text.weight-300 {
  font-family: Petrona Variablefont Wght, sans-serif;
  font-weight: 300;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.swiper-container1 {
  z-index: 4;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.swiper-container1.has-popup {
  z-index: 99;
  position: static;
}

.richtext {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.richtext.smaller:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .richtext.smaller.media-49 {
  font-size: 16px;
}

.richtext a {
  text-decoration: underline;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 900px;
  display: flex;
  overflow: hidden;
}

.swiper-slide.disco-slide {
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-slide.video-slide {
  z-index: -1;
  border-radius: 0;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  overflow: visible;
}

.video-flex-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-text-2 {
  letter-spacing: 14px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.prev-slide1 {
  border: 2px solid var(--secondary-color);
  pointer-events: auto;
  margin-left: 0;
  padding: 5px 9px;
  transition: all .4s;
}

.prev-slide1:hover {
  transform: scale(.9);
}

.slider-arrow-wrapper {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

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

.arrow-absolut-container {
  z-index: 9;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 50% 0 auto;
  transform: translate(0, -50%);
}

.next-slide1 {
  border: 2px solid var(--secondary-color);
  pointer-events: auto;
  margin-right: 0;
  padding: 5px 9px;
  transition: all .4s;
}

.next-slide1:hover {
  transform: scale(.9);
}

.disco-img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
}

.disco-img.media-61 {
  aspect-ratio: 1;
  object-fit: fill;
}

.video-contents-wrapper {
  border: 3px solid var(--secondary-color);
  background-color: var(--color-4);
  padding: 25px 60px;
}

.video-contents-wrapper.pop-inner {
  z-index: 2;
  background-color: #744145;
  width: 100%;
  max-width: 80rem;
  max-height: 85vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: auto;
}

.video-contents-wrapper.pop-inner._100per {
  max-height: 100%;
}

.h4-text {
  color: var(--color-3);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.h4-text.weight-700 {
  text-transform: uppercase;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-weight: 700;
}

.h4-text.weight-700.darker {
  color: var(--color-4);
}

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

.h4-text.smaller:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .h4-text.smaller.media-48 {
  font-size: 24px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.swiper-slide-inner {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  display: inline-flex;
}

.swiper-slide-inner.is-disco {
  cursor: pointer;
  transition: all .4s;
}

.swiper-slide-inner.is-disco:hover {
  transform: scale(1.08);
}

.code-embed {
  width: 100%;
}

.prev-slide2 {
  border: 2px solid var(--secondary-color);
  pointer-events: auto;
  margin-left: 0;
  padding: 5px 9px;
  transition: all .4s;
}

.prev-slide2:hover {
  transform: scale(.9);
}

.next-slide2 {
  border: 2px solid var(--secondary-color);
  pointer-events: auto;
  margin-right: 0;
  padding: 5px 9px;
  transition: all .4s;
}

.next-slide2:hover {
  transform: scale(.9);
}

.swiper-container2 {
  z-index: 4;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.swiper-container2.z-index-2 {
  z-index: 2;
}

.full-img-section {
  width: 100%;
  display: flex;
}

.full-img-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 80rem;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.full-img-wrapper.is-contact {
  padding-bottom: 0;
}

.full-img-wrapper.bigger-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}

.full-img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.full-img.about {
  object-position: 50% 50%;
}

.full-img-contents {
  z-index: 2;
  width: 100%;
  margin-left: -100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.flex-center.padding-top {
  padding-top: 12rem;
}

.full-img-overlay {
  background-image: linear-gradient(180deg, #90606400 70%, var(--primary-color));
  position: absolute;
  inset: 0% 0% 50px;
}

.full-img-overlay.is-top {
  background-image: linear-gradient(0deg, #90606400 79%, var(--primary-color));
  top: 50px;
  bottom: 0;
}

.full-img-overlay.bigger-padding {
  bottom: 75px;
}

.h2-text {
  text-transform: uppercase;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 64px;
  font-weight: 100;
}

.h2-text.disco-heading {
  margin-top: -5rem;
}

.margin-bottom28 {
  margin-bottom: 28px;
}

.section-heading-social-wrapper {
  display: inline-block;
  position: relative;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  transform: translate(100%);
}

.social-wrapper.is-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  position: relative;
  right: 0;
  transform: none;
}

.social-icon {
  width: 40px;
}

.social-icon.is-nav {
  width: 3.5vh;
}

.margin-bottom110 {
  margin-bottom: 110px;
}

.contact-flex-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-item {
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.btn {
  border: 1px solid var(--secondary-color);
  text-transform: uppercase;
  background-color: #0000;
  padding: 5px 8px;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 100%;
  transition: all .4s;
}

.btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.contact-logo {
  max-width: 250px;
}

.margin-top80 {
  margin-top: 80px;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #90606400 75%, var(--primary-color));
  position: absolute;
  inset: 0%;
}

.tab-link {
  cursor: pointer;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  transition: all .3s ease-in-out;
}

.tab-link:hover {
  font-weight: 700;
}

.tab-link.active {
  color: #331215;
  font-weight: 700;
}

.biography-btns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.tab-bar {
  cursor: pointer;
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  transition: all .15s ease-in-out;
}

.biography-extended-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.btn-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #fff;
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s ease-in-out;
}

.btn-2:hover {
  transform: scale(1.1);
}

.biography-text {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  font-weight: 400;
}

.biography-text.de {
  display: none;
}

.biography-text.en {
  display: block;
}

.biography-text.fr, .biography-text.es, .biography-text.jp {
  display: none;
}

.biography-content {
  align-self: center;
  width: 100%;
}

.biography-dropdown {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 60px;
  display: none;
  overflow: hidden;
}

.biography-lang-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--color-3);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  display: flex;
}

.flex-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-bottom.padding-top {
  padding-top: 4rem;
}

.flex-bottom.padding-bottom {
  padding-bottom: 4rem;
}

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

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

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

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

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

.gallery8_component {
  column-count: 2;
  column-gap: 2rem;
}

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

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

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

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

.margin-bottom20 {
  margin-bottom: 20px;
}

.padding-top-hero {
  padding-top: 5rem;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.calendar-absolut-wrapper {
  position: relative;
}

.calendar-tabs-menu-wrapper {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px solid var(--secondary-color);
  background-color: var(--color-4);
  color: var(--color-3);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.calendar-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.calendar-item {
  border: 3px solid var(--secondary-color);
  background-color: var(--color-4);
  padding: 20px 40px;
}

.calendar-item.box-bg {
  background-color: var(--color-4);
}

.navbar16_menu-wrapper {
  grid-column-gap: 7vh;
  grid-row-gap: 7vh;
  border-style: solid solid none;
  border-width: 3px;
  border-color: var(--secondary-color) var(--secondary-color) transparent;
  background-image: linear-gradient(0deg, #9060641a, var(--primary-color));
  text-transform: lowercase;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.mail-text {
  font-size: 32px;
  font-weight: 400;
}

.navbar16_link {
  z-index: 10;
  color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 5px;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 4vh;
  font-weight: 100;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.navbar16_link:hover {
  font-weight: 700;
}

.navbar16_link.w--current {
  color: var(--secondary-color);
  font-weight: 700;
}

.nav-overlay {
  opacity: 0;
  background-image: linear-gradient(#1b0e05, #1b0e054d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-icon4_wrapper {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.social-icon-2 {
  width: 44px;
  transition: all .4s;
}

.social-icon-2:hover {
  transform: scale(.9);
}

.navbar16_menu-button {
  z-index: 2147483647;
  pointer-events: auto;
  padding: 0;
  position: relative;
}

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

.socials-wrapper-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.navbar16_component {
  z-index: 999;
  background-color: var(--black);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 5%;
  display: flex;
  position: fixed;
}

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

.navbar16_menu-2 {
  z-index: 9;
  pointer-events: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 4.5rem 5% 5rem;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto 0;
  overflow: auto;
}

.navbar16_links-wrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  color: var(--secondary-color);
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 167%;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.navbarlinks-btn-wrapper {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo {
  max-width: 300px;
  height: 15vh;
}

.nav-logo-link {
  pointer-events: auto;
}

.nav-link-logo {
  max-width: 50px;
}

.archive {
  display: none;
}

.disco-popup-wrapper {
  z-index: 999999;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100vh);
}

.popup-close-trigger {
  position: absolute;
  inset: 0%;
}

.popup-close-icon {
  filter: invert();
  cursor: pointer;
  height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 10px 10px auto auto;
  transform: rotate(45deg);
}

.popup-close-icon:hover {
  transform: scale(.95)rotate(45deg);
}

.margin-bottom3vh {
  margin-bottom: 3vh;
}

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

.btn-3 {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 100%;
  transition: all .4s;
}

.btn-3:hover {
  color: #906064;
  background-color: #fff;
}

.show-media {
  display: none;
}

.show-media:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .show-media.media-40 {
  display: block;
}

.videos-grid:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .videos-grid.media-41 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-new {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-new.padding-section-large {
  border-top: 1px solid var(--secondary-color);
}

.footer-new.padding-section-large:where(.w-variant-a9d86875-b8b6-1ba1-2a05-5643f37db295) {
  border-top-style: none;
}

.social-icon-3 {
  height: 100%;
}

.icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 24px;
  grid-template-columns: 24px 24px 24px 24px;
  grid-auto-columns: 1fr;
  display: grid;
}

.icons-wrapper.popup {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.footer-dark {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.margin-top24 {
  margin-top: 24px;
}

.footer-nav-item {
  margin-bottom: 24px;
}

.footer-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-nav-wrapper.is-white {
  color: #fff;
}

.footer_grid-new {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dreher-wrapper {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

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

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

.footer-nav-flexbox {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom44 {
  margin-bottom: 44px;
}

.footer_embed {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.footer-logo {
  height: 100px;
}

.disco-popup-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.album-cover {
  width: 100%;
}

.social-link {
  height: 100%;
}

.lines-wrapper-2 {
  background-color: #744145;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  padding: 60px;
}

.lines-wrapper-2.mobil-negative {
  background-color: #744145;
}

.biography-lang-links-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #dfa3a8;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  display: flex;
}

.gallery-slider {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  transform: none;
}

.gallery-slider.no-perspective {
  background-color: var(--color-4);
  transform: none;
}

.gallery-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-slider-container {
  max-width: 100%;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-thumb-wrap {
  background-color: var(--color-4);
  width: 100px;
  height: 100px;
  margin-bottom: 82px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  transform: translate(-100%);
}

.slider-arrow.right {
  transform: translate(100%);
}

.slider-navigation {
  z-index: 4;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
}

.slider-navigation.default {
  z-index: 5;
  opacity: .07;
  border: 1px #000;
  font-size: 100px;
  bottom: -150px;
}

.slider-navigation.custom {
  text-align: center;
  border-style: none;
  height: auto;
  margin-top: 50px;
  bottom: -150px;
}

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

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

.gallery-slide {
  width: 100%;
  height: 100%;
}

.gallery-slider-icon {
  color: var(--color-4);
  -webkit-text-stroke-color: var(--color-4);
}

.nav-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
}

.nav-menu-wrapper.left {
  margin-right: 4vw;
}

.nav-menu-wrapper.right {
  margin-left: 4vw;
}

.link-active.w--current {
  color: var(--color-3);
  text-decoration: none;
}

.contct-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message {
  background-color: var(--color-4);
}

.error-message {
  background-color: var(--color-3);
  color: var(--color-4);
}

.album-review-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.album-review-wrapper.grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.album-cover-wrapper {
  aspect-ratio: 1;
}

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

.album-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.album-review-source {
  color: var(--color-3);
  text-transform: uppercase;
  font-family: Petrona Variablefont Wght, sans-serif;
}

.album-review-title {
  color: var(--secondary-color);
  font-family: Petrona Variablefont Wght, sans-serif;
  font-size: 20px;
}

.album-review-date {
  color: var(--secondary-color);
  font-size: 14px;
}

.album-reviews-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .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.is-home {
    object-position: 62% 50%;
  }

  .hero-img.is-media {
    object-position: 35% 40%;
  }

  .hero-img.is-press {
    object-position: 45% 50%;
  }

  .hero-img.is-calendar {
    object-position: 25% 50%;
  }

  .lines-wrapper.negative-bottom {
    transform: none;
  }

  .lines-wrapper.negative-top, .lines-wrapper.mobil-negative {
    margin-top: 20px;
  }

  .flex-vertical-center.align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-vertical-center.align-right.tablet-right, .flex-vertical-center.talet-right {
    justify-content: flex-end;
    align-items: center;
  }

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

  .padding-section-large.top-bigger {
    padding-top: 12rem;
  }

  .padding-section-large.top-bigger.mobil-normal {
    padding-top: 6rem;
  }

  .padding-section-large.bottom-bigger {
    padding-bottom: 12rem;
  }

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

  .h3-text {
    font-size: 30px;
  }

  .h3-text.smaller, .h5-text.italic {
    font-size: 22px;
  }

  .h5-text.weight-300 {
    font-size: 20px;
  }

  .richtext.smaller:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .richtext.smaller.media-49 {
    font-size: 14px;
  }

  .swiper-slide {
    max-width: 660px;
  }

  .h3-text-2 {
    font-size: 28px;
  }

  .prev-slide1 {
    z-index: 9;
    left: 0;
  }

  .next-slide1 {
    z-index: 9;
    right: 0;
  }

  .h4-text {
    font-size: 28px;
  }

  .h4-text.smaller:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .h4-text.smaller.media-48 {
    font-size: 20px;
  }

  .prev-slide2 {
    z-index: 9;
    left: 0;
  }

  .next-slide2 {
    z-index: 9;
    right: 0;
  }

  .full-img.about {
    object-position: 65% 50%;
  }

  .h2-text {
    font-size: 54px;
  }

  .contact-flex-vertical {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .tab-link {
    font-size: 25px;
  }

  .biography-btns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 40px;
  }

  .tab-bar {
    font-size: 25px;
  }

  .biography-content {
    width: 100%;
  }

  .biography-lang-links {
    margin-top: 0;
  }

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

  .calendar-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .calendar-item {
    padding: 20px;
  }

  .navbar16_menu-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .navbar16_link {
    position: static;
  }

  .div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

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

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

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

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

  .navbar16_component {
    padding-top: 1rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar16_component.has-bg {
    background-color: var(--primary-color);
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .navbar16_menu-2 {
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    position: absolute;
  }

  .navbar16_links-wrapper {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .footer-dark {
    width: 0;
    height: 0;
    padding: 0;
  }

  .footer-nav-wrapper.is-white {
    grid-column-gap: 24px;
    width: 55%;
  }

  .margin-bottom44 {
    margin-bottom: 24px;
  }

  .disco-popup-content {
    grid-template-columns: 1fr;
  }

  .album-cover {
    max-width: 350px;
  }

  .lines-wrapper-2.mobil-negative {
    margin-top: 20px;
  }

  .biography-lang-links-2 {
    margin-top: 0;
  }

  .gallery-slider-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-thumb-wrap {
    width: 80px;
    height: 80px;
  }

  .slider-arrow.left {
    transform: translate(-80%);
  }

  .slider-arrow.right {
    transform: translate(80%);
  }

  .slider-navigation.default {
    height: 80px;
  }

  .contact-form-wrapper {
    align-self: stretch;
  }

  .album-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .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.is-home {
    object-position: 55% 50%;
  }

  .hero-img.is-media {
    object-position: 40% 40%;
  }

  .hero-img.is-calendar {
    object-position: 35% 50%;
  }

  .hero-contents {
    padding-top: 5rem;
  }

  .lines-wrapper {
    padding: 24px;
  }

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

  .padding-section-large.top-bigger {
    padding-top: 8rem;
  }

  .padding-section-large.top-bigger.mobil-normal {
    padding-top: 4rem;
  }

  .padding-section-large.bottom-bigger {
    padding-bottom: 8rem;
  }

  .padding-section-large.hero-padding {
    padding-bottom: 5rem;
  }

  .h3-text {
    font-size: 24px;
  }

  .h3-text.smaller {
    font-size: 18px;
  }

  .margin-bottom40.mobil-0 {
    margin-bottom: 0;
  }

  .h5-text.italic {
    font-size: 20px;
  }

  .h5-text.italic.smaller {
    font-size: 14px;
  }

  .h5-text.weight-300 {
    font-size: 18px;
  }

  .margin-bottom30.mobil-hidden {
    display: none;
  }

  .richtext {
    font-size: 16px;
  }

  .swiper-slide {
    flex-wrap: wrap;
    width: 90%;
    max-width: 90vw;
  }

  .video-flex-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-text-2 {
    letter-spacing: 7px;
    font-size: 24px;
  }

  .prev-slide1 {
    margin-left: 0;
    top: auto;
    bottom: 0;
  }

  .next-slide1 {
    margin-right: 0;
    top: auto;
    bottom: 0;
  }

  .video-contents-wrapper {
    padding: 20px;
  }

  .video-contents-wrapper.pop-inner {
    max-height: 90vh;
  }

  .h4-text {
    font-size: 24px;
  }

  .prev-slide2 {
    margin-left: 0;
    top: auto;
    bottom: 0;
  }

  .next-slide2 {
    margin-right: 0;
    top: auto;
    bottom: 0;
  }

  .full-img-wrapper.is-contact {
    height: 100%;
    padding-top: 20rem;
  }

  .full-img.about {
    object-position: 60% 50%;
  }

  .full-img-overlay.is-top.is-contact {
    top: 20rem;
  }

  .h2-text {
    font-size: 44px;
  }

  .section-heading-social-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-wrapper {
    position: static;
    transform: none;
  }

  .margin-bottom110 {
    margin-bottom: 30px;
  }

  .contact-flex-vertical {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-top80 {
    margin-top: 0;
  }

  .tab-link, .tab-bar {
    font-size: 24px;
  }

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

  .biography-lang-links {
    margin-bottom: 32px;
    font-size: 18px;
  }

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

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

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

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

  .navbar16_menu-wrapper {
    border-bottom-color: var(--secondary-color);
  }

  .mail-text {
    font-size: 24px;
  }

  .navbar16_link {
    font-size: 2.9vh;
  }

  .div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar16_wrapper {
    display: block;
  }

  .navbar16_container-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar16_component {
    background-image: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 4rem;
    display: flex;
  }

  .navbar16_menu-2 {
    background-color: var(--primary-color);
    padding: 0 0%;
  }

  .navbar16_links-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    align-items: center;
  }

  .navbarlinks-btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .disco-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .videos-grid:where(.w-variant-a040ccd8-4667-0683-4000-2414d865a9db), .videos-grid.media-41 {
    grid-template-columns: 1fr;
  }

  .footer-new {
    margin-left: 0;
  }

  .footer-nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-nav-wrapper.is-white {
    width: 100%;
  }

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

  .lines-wrapper-2 {
    padding: 24px;
  }

  .biography-lang-links-2 {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .slider-arrow {
    width: 45px;
  }

  .slider-arrow.left {
    transform: translate(-90%);
  }

  .slider-arrow.right {
    transform: translate(90%);
  }

  .nav-menu-wrapper {
    display: none;
  }

  .album-review-wrapper, .album-reviews-grid {
    grid-template-columns: 1fr;
  }
}

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

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

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

  .main-wrapper {
    width: 100%;
    overflow: hidden;
  }

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

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

  .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.is-home {
    object-position: 50% 50%;
  }

  .hero-img.is-calendar {
    object-position: 40% 50%;
  }

  .hero-img.is-albums {
    object-position: 55% 50%;
  }

  .lines-wrapper {
    padding: 10px;
  }

  .h3-text {
    font-size: 22px;
  }

  .h3-text.smaller {
    font-size: 16px;
  }

  .h5-text.italic {
    font-size: 18px;
  }

  .h5-text.weight-300 {
    font-size: 16px;
  }

  .swiper-slide {
    width: 90vw;
  }

  .swiper-slide.disco-slide {
    width: 90%;
    max-width: 100vw;
  }

  .swiper-slide.video-slide {
    width: 100%;
    max-width: 100vw;
  }

  .h3-text-2 {
    letter-spacing: 4px;
    font-size: 20px;
  }

  .slider-arrow-wrapper {
    padding-bottom: 4rem;
  }

  .arrow-absolut-container {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .h4-text {
    font-size: 20px;
  }

  .full-img {
    min-height: 30rem;
  }

  .full-img.about {
    object-position: 50% 50%;
  }

  .h2-text {
    font-size: 40px;
  }

  .tab-link {
    font-size: 20px;
    transition-duration: .3s;
  }

  .biography-btns {
    flex-flow: column;
  }

  .btn-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

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

  .biography-lang-links {
    flex-flow: wrap;
  }

  .navbar16_link {
    font-size: 3.8vh;
  }

  .navbar16_menu-button {
    margin-left: 0;
  }

  .navbar16_menu-button:hover {
    transform: scale(1.05);
  }

  .navbar16_component {
    background-image: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar16_menu-2 {
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .navbar16_links-wrapper {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    width: 100%;
  }

  .nav-logo {
    width: 90%;
  }

  .footer-new {
    margin-left: 0;
  }

  .footer-nav-item {
    text-align: center;
  }

  .footer_grid-new {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .dreher-wrapper.show-mobile-portrait {
    display: flex;
  }

  .footer_wrapper-new {
    align-items: center;
    width: 100%;
  }

  .footer-nav-flexbox {
    align-items: center;
  }

  .lines-wrapper-2 {
    padding: 10px;
  }

  .biography-lang-links-2 {
    flex-flow: wrap;
  }
}

#w-node-d9d876fe-5a1f-9b70-c3b3-c0e39cc19a5b-9cc19a56 {
  justify-self: start;
}

#w-node-_1f31715c-a540-34e2-2e01-5ba76d40633f-9cc19a56, #w-node-_1f31715c-a540-34e2-2e01-5ba76d406341-9cc19a56, #w-node-_1f31715c-a540-34e2-2e01-5ba76d406343-9cc19a56, #w-node-_1f31715c-a540-34e2-2e01-5ba76d406345-9cc19a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d732fbc-c7b9-64db-96dc-6fa1d763dcdb-9cc19a56 {
  place-self: stretch stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-59859926, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-59859926 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-59859926 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-59859926 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-59859926, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-59859926, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-59859926, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-59859926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_3484f15e-e874-160e-9946-6e564b1945cf-dc91d58d, #w-node-_3484f15e-e874-160e-9946-6e564b1945d3-dc91d58d {
  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-d9d876fe-5a1f-9b70-c3b3-c0e39cc19a74-9cc19a56, #w-node-d9d876fe-5a1f-9b70-c3b3-c0e39cc19a81-9cc19a56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #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-d9d876fe-5a1f-9b70-c3b3-c0e39cc19a5b-9cc19a56 {
    order: 9999;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Petrona Variablefont Wght';
  src: url('../fonts/Petrona-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Petrona Variablefont Wght';
  src: url('../fonts/Petrona-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}