:root {
  --primary-color: #eceae5;
  --secondary-color: #5e1318;
  --black: black;
  --white: white;
  --accent-2: #a4ac80;
  --accent-1: #cc7882;
  --accent-3: #fda45e;
}

.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: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 103%;
}

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

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

.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(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-large {
  height: 5rem;
}

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

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

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

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

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

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

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

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

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

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

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.icon-xlarge {
  height: 6.5rem;
}

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

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

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

.rl-styleguide_extension {
  display: none;
}

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

.footer {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.footer_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: 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();
}

.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;
  max-height: 70rem;
}

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

.hero-contents {
  z-index: 1;
  padding-top: 20vh;
  position: absolute;
  inset: 0%;
}

.hero-subtitle {
  color: var(--accent-2);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 190.5%;
}

.hero-subtitle.underline {
  text-decoration: underline;
}

.div-block {
  padding-left: 25px;
  position: relative;
}

.image {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 10px;
  transform: translate(-50%);
}

.bottom-line-icon {
  transform: translate(0, -50%);
}

.image-3.is-contact {
  object-fit: cover;
  width: 2px;
  height: 100vh;
  max-height: 50rem;
}

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

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

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

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

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

.margin-bottom32 {
  margin-bottom: 32px;
}

.rich-text-block {
  color: var(--accent-1);
  font-size: 30px;
  font-weight: 700;
  line-height: 153%;
}

.rich-text-block.is-green {
  color: var(--accent-2);
}

.rich-text-block.is-yellow {
  color: var(--accent-3);
}

.author-txt {
  color: var(--accent-1);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 190.5%;
}

.author-txt.is-green {
  color: var(--accent-2);
}

.author-txt.is-yellow {
  color: var(--accent-3);
}

.collection-list-wrapper {
  max-width: 40rem;
}

.collection-list-wrapper.display-none {
  display: none;
}

.tablink {
  background-color: #0000;
  padding: 0;
}

.tablink.w--current {
  background-color: #0000;
  text-decoration: underline;
}

.section-heading {
  width: 64px;
}

.section-heading.opacity-0 {
  opacity: 0;
  transform-style: preserve-3d;
  height: 0;
  transform: scale3d(1, 0, 1);
}

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

.bio-section-flex-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bio-section-flex-wrapper.smaller-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  justify-content: flex-end;
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.section {
  position: relative;
}

.section-heading-wrapper {
  flex: none;
  position: sticky;
  top: 6rem;
}

.width40 {
  width: 40%;
}

.width40.top-negative {
  margin-top: -7rem;
}

.padding-top8rem {
  padding-top: 8rem;
}

.padding-top8rem.left-4 {
  padding-left: 4rem;
}

.margin-bottom5vh {
  margin-bottom: 5vh;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width50.is-sticky {
  position: sticky;
  top: 0;
}

.width50.top-negative {
  margin-top: -7rem;
}

.btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.image-4 {
  flex: none;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.margin-top32 {
  margin-top: 32px;
}

.image-6 {
  width: 50%;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.margin-bottom45 {
  margin-bottom: 45px;
}

.insta-title {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 229%;
}

.transform-y-bottom {
  transform: translate(0, 50%);
}

.calendar-grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.calendar-grid-item:nth-child(2n) {
  grid-template-columns: 1fr;
}

.calendar-grid-item:last-child {
  margin-bottom: 0;
}

.placeholder.width100 {
  width: 100%;
}

.calendar-content-wrapper {
  width: 50%;
  padding-bottom: 15px;
}

.date-txt {
  font-size: 35px;
  font-weight: 700;
}

.calendar-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

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

.time-txt {
  font-weight: 700;
}

.calendar-btn-wrapper {
  text-align: right;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 94%;
  transition: all .4s;
}

.small-btn:hover {
  font-weight: 700;
}

.calendar-arrow-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.calendar-contents {
  flex-direction: row;
  transition: all .4s;
  display: flex;
}

.calendar-contents:hover {
  transform: scale(.98);
}

.margin-top50 {
  margin-top: 50px;
}

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

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

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

.gallery15_image-wrapper {
  width: 100%;
}

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

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

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

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

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.gallery15_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.gallery15_mask {
  overflow: hidden;
}

.gallery15_arrow {
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  bottom: 4rem;
}

.gallery15_arrow:hover {
  transform: scale(.98);
}

.gallery15_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.contact-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-wrapper {
  width: 100%;
}

.contact-top {
  padding-left: 44.2%;
}

.contact-flex-contents {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.contact-img-wrapper {
  width: 60%;
  padding-top: 40px;
  padding-left: 60px;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 60rem;
}

.contact-contents {
  width: 40%;
}

.logo-big {
  letter-spacing: 1px;
  font-size: 105px;
  font-weight: 700;
  line-height: 80%;
}

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

.margin-bottom4rem {
  margin-bottom: 4rem;
}

.mail-txt {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 250%;
  transition: all .4s;
}

.mail-txt:hover {
  transform: scale(.98);
}

.press-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  line-height: 190%;
  transition: all .4s;
  display: flex;
}

.press-btn:hover {
  transform: scale(.98);
}

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

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icon {
  width: 30px;
  height: 30px;
  transition: all .4s;
}

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

.contact-zitat-wrapper {
  padding-bottom: 44px;
  position: relative;
}

.contact-line-component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 100% auto auto 0%;
  transform: translate(-50%);
}

.contact-line-component.show-mobil {
  display: none;
}

.top-vids {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  display: flex;
}

.vid-1-wrapper {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
  position: relative;
  transform: translate(0, 25%);
}

.vid-1-wrapper:hover {
  transform: scale(.95)translate(0, 25%);
}

.vid-2-wrapper {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
  position: relative;
}

.vid-2-wrapper:hover {
  transform: scale(.95);
}

.image-8 {
  width: 100%;
}

.vid-1-line {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 100% 50%;
  transform: translate(-50%);
}

.top-line-icon {
  transform: translate(0, 50%);
}

.bottom-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.project-cat-txt {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 190.5%;
}

.image-9 {
  object-fit: cover;
  display: block;
}

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

.vid-3-wrapper {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
  position: relative;
}

.vid-3-wrapper:hover {
  transform: scale(.95);
}

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

.div-block-6 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.margin-top28 {
  margin-top: 28px;
}

.about-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 70vh;
  min-height: 50rem;
  max-height: 60rem;
  display: flex;
}

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

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

.about-hero-img-wrapper {
  width: 60%;
  overflow: hidden;
}

.about-hero-contents {
  width: 40%;
  max-width: 36rem;
  padding-top: 20vh;
  padding-left: 5%;
  padding-right: 5%;
}

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

.is-dark {
  color: var(--secondary-color);
  text-align: right;
  font-size: 120px;
}

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

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

.is-dark.align-center.smaller {
  font-size: 80px;
}

.is-relative {
  position: relative;
}

.about-hero-line {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  transform: translate(50%);
}

.smaller-line {
  object-fit: cover;
  width: 2px;
  height: 100%;
}

.smaller-line.is-contact {
  height: 100vh;
  max-height: 50rem;
}

.projects-hero {
  justify-content: flex-end;
  width: 100%;
  height: 50vh;
  min-height: 40rem;
  display: flex;
}

.projects-hero-img-wrapper {
  width: 50%;
  overflow: hidden;
}

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

.pro-hero-img.is-solo-img {
  object-position: 50% 30%;
}

.pro-hero-contents {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 50rem;
  height: 100%;
  padding-top: 10vh;
  padding-left: 5%;
  padding-right: 50px;
  display: flex;
}

.pro-hero-contents.sub {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  padding-right: 100px;
}

.align-heading {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  max-width: 274px;
  height: 100%;
  max-height: 274px;
}

.div-block-8 {
  height: 55%;
}

.projects-sub-hero {
  justify-content: flex-end;
  width: 100%;
  height: 50vh;
  min-height: 30rem;
  display: flex;
}

.project-cat-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .15;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 127%;
  transition: all .4s;
  display: flex;
  position: relative;
}

.project-cat-btn:hover {
  opacity: 1;
}

.project-cat-btn.is-green {
  color: var(--accent-2);
}

.project-cat-btn.is-red {
  color: var(--accent-1);
}

.project-cat-btn.is-yellow {
  color: var(--accent-3);
}

.project-cat-btn.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.pro-cat-btn-arrow {
  opacity: 0;
}

.pro-cat-btn-arrow.is-active {
  opacity: 1;
}

.bio-text {
  text-align: justify;
}

.project-tab-line {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 100% 0 auto auto;
  transform: translate(50%);
}

.project-zitat-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-zitat-grid.bigger {
  grid-column-gap: 10rem;
  grid-row-gap: 15rem;
}

.project-zitat-grid.mobil-padding {
  grid-template-columns: 50% 50%;
}

.left-50 {
  margin-left: -50px;
}

.left-50.width100 {
  width: 100%;
}

.project-cover {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
}

.project-img-wrapper {
  text-align: center;
}

.project-item:nth-child(2n) {
  transform: translate(0, 50%);
}

.project-item:first-child {
  transform: translate(0, -15%);
}

.project-contents {
  justify-content: center;
  width: 100%;
  display: flex;
}

.rich-text-block-3 {
  text-align: justify;
  max-width: 550px;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

.project-socials {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  width: 100%;
  max-width: 550px;
  display: flex;
}

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

.streaming-wrapper, .buy-wrapper {
  width: 50%;
}

.streaming-title {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 183%;
}

.streaming-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 27px;
  justify-items: center;
  display: grid;
}

.streaming-grid.padded-top {
  padding-top: 16px;
}

.streaming-grid.is-buy {
  grid-template-columns: 30px 30px 30px;
  justify-items: start;
}

.plus-flexed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.plus-btn {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 14px;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: var(--secondary-color);
  width: 100%;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.line-horizontal {
  background-color: var(--secondary-color);
  width: 100%;
  height: 3px;
}

.social-dropdown {
  flex: 0 auto;
  overflow: hidden;
}

.padding-section-bottom {
  padding-bottom: 30%;
}

.calendar-hero {
  justify-content: flex-end;
  width: 100%;
  height: 70vh;
  min-height: 40rem;
  max-height: 55rem;
  display: flex;
}

.calendar-tabs {
  flex-direction: column;
  align-items: flex-end;
  height: 55%;
  padding-right: 15px;
  display: flex;
}

.left-100 {
  margin-left: -100px;
}

.calendar-tab {
  opacity: .15;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  line-height: 127%;
  transition: all .4s;
}

.calendar-tab:hover {
  opacity: 1;
}

.calendar-tab.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.calendar-tab.is-yellow {
  color: var(--accent-3);
}

.calendar-tab.is-red {
  color: var(--accent-1);
}

.calendar-hero-contents {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 50rem;
  height: 100%;
  padding-top: 20vh;
  padding-left: 5%;
  padding-right: 50px;
  display: flex;
}

.calendar-hero-contents.sub {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  padding-right: 100px;
}

.bigger-padding {
  padding-top: 4rem;
}

.image-11 {
  flex: none;
}

.about-contants-flexed {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-mobil {
  display: none;
}

.navbar16_menu-wrapper {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-icon4_line-bottom {
  background-color: var(--primary-color);
  width: 100%;
  height: 3px;
  transform: translate(0, -3px)rotate(-45deg);
}

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

.image-13 {
  max-height: 50px;
}

.image-13.is-home {
  opacity: 0;
}

.image-14 {
  height: 100%;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: block;
}

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

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

.navbar16_link:hover {
  color: #e2fefc;
}

.navbar16_link.w--current {
  color: #e2fefc;
  text-decoration: none;
}

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

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

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

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

.social-wrapper-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.social-wrapper-2.is-menu {
  justify-content: flex-end;
}

.navbar16_links-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  font-size: 50px;
  font-weight: 300;
  line-height: 167%;
  display: flex;
}

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

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

.men--logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
}

.navbarlink {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2vh;
  font-size: 40px;
  font-weight: 700;
  line-height: 95%;
  transition: all .4s;
  display: flex;
}

.navbarlink:hover {
  transform: scale(1.2);
}

.navbarlink.w--current {
  color: var(--accent-1);
}

.navbar-placeholder {
  opacity: 0;
}

.navlink-icon {
  width: 3vh;
  height: 3vh;
}

.navlink-icon.bigger {
  width: 4.5vh;
  height: 4.5vh;
}

.mobil-hero-img {
  display: none;
}

.contact-link-flexed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-placeholder {
  width: 30px;
  height: 30px;
}

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

.html-embed {
  width: 100%;
}

.collection-item, .collection-list, .collection-list-wrapper-2 {
  height: 100%;
}

.collection-100 {
  width: 100%;
  height: 100%;
}

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

.testimonial7_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: auto;
  padding-bottom: 0;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

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

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

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

.testimonial7_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial7_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

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

.collection-list-wrapper-3, .empty-none {
  display: none;
}

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

.fyc-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.embed-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.embed-el {
  flex: 1;
}

.fyc-videos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fyc-quotes {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.fyc-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.quote-source {
  font-size: 18px;
  font-weight: 700;
}

.fyc-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.fyc-video-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.fyc-video-title {
  text-align: center;
  font-weight: 700;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large.smaller.tablet-lefts {
    padding-left: 8rem;
  }

  .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: 57% 0%;
  }

  .image-3.is-contact {
    object-fit: cover;
    width: 2px;
  }

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

  .margin-bottom32.tablet-0 {
    margin-bottom: 0;
  }

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

  .bio-section-flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .width40.tablet-hidden {
    display: none;
  }

  .width40.tablet-100 {
    width: 100%;
  }

  .padding-top8rem {
    padding-top: 0;
  }

  .padding-top8rem.left-4 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-5 {
    max-height: 40rem;
  }

  .image-6 {
    width: 40%;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
  }

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

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

  .contact-top {
    padding-left: 3rem;
  }

  .contact-flex-contents {
    flex-direction: column;
  }

  .contact-img-wrapper, .contact-contents {
    width: 100%;
    padding-left: 3rem;
  }

  .logo-big.hide-mobil, .margin-bottom40.hide-mobil {
    display: none;
  }

  .vid-1-wrapper, .vid-2-wrapper {
    width: 50%;
  }

  .project-cat-txt {
    text-align: center;
  }

  .bottom-vid {
    padding-top: 8rem;
  }

  .vid-3-wrapper {
    width: 50%;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .about-hero-img.is-media-img {
    object-position: 30% 20%;
  }

  .is-dark, .is-dark.align-left {
    font-size: 70px;
  }

  .is-dark.align-center.smaller {
    font-size: 40px;
  }

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

  .pro-hero-img.is-solo-img {
    object-position: 20% 30%;
  }

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

  .pro-hero-contents.sub {
    padding-right: 75px;
  }

  .align-heading {
    align-items: flex-start;
  }

  .image-10 {
    max-width: 150px;
    max-height: 150px;
  }

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

  .project-zitat-grid.bigger {
    grid-column-gap: 3rem;
    margin-top: 4rem;
  }

  .project-zitat-grid.mobil-padding {
    grid-template-columns: 40% 60%;
  }

  .project-item:first-child {
    transform: none;
  }

  .project-socials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .streaming-wrapper, .buy-wrapper {
    width: 100%;
  }

  .streaming-grid {
    justify-items: start;
  }

  .padding-section-bottom {
    padding-bottom: 60%;
  }

  .heading-2 {
    font-size: 100px;
  }

  .tablet-lefts {
    padding-left: 4rem;
  }

  .about-contants-flexed {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-mobil {
    width: 100%;
    display: block;
  }

  .navbar16_menu-wrapper {
    padding-bottom: 10vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .container-large.smaller.tablet-lefts {
    padding-left: 0;
  }

  .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: 65% 0%;
  }

  .hero-contents.mobil-bigger {
    padding-top: 40vh;
  }

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

  .padding-section-large.zitat-padding.mobil-smaller {
    padding-top: 0;
  }

  .padding-section-large.bigger {
    padding-top: 0;
  }

  .padding-section-large.bigger.keep-mobile {
    padding-top: 10rem;
  }

  .margin-bottom32.mobil-smaller {
    margin-bottom: 5px;
  }

  .rich-text-block {
    font-size: 25px;
  }

  .author-txt {
    font-size: 16px;
  }

  .section-heading {
    width: 34px;
  }

  .section-heading.hide-mobil {
    display: none;
  }

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

  .bio-section-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bio-section-flex-wrapper.mobil-vertical {
    flex-direction: column-reverse;
  }

  .bio-section-flex-wrapper.mobil-vertical.bigger-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-heading-wrapper.hide-mobil {
    display: none;
  }

  .section-heading-wrapper.mobil-relative {
    position: relative;
    top: 0;
  }

  .padding-top8rem {
    padding-top: 0;
  }

  .width50 {
    width: 100%;
  }

  .width50.is-sticky {
    width: 100%;
    position: relative;
  }

  .width50.top-negative {
    margin-top: -2rem;
  }

  .btn {
    font-size: 18px;
  }

  .image-5 {
    height: 60vh;
  }

  .placeholder.width100 {
    display: none;
  }

  .date-txt {
    font-size: 25px;
  }

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

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

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .contact-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-top, .contact-img-wrapper, .contact-contents {
    padding-left: 0;
  }

  .margin-bottom4rem.mobil-smaller {
    margin-bottom: 2rem;
  }

  .margin-bottom6rem.mobil-smaller {
    margin-bottom: 3rem;
  }

  .contact-zitat-wrapper {
    padding-bottom: 0;
  }

  .contact-line-component.hide-mobil {
    display: none;
  }

  .contact-line-component.show-mobil {
    display: flex;
    position: relative;
    transform: none;
  }

  .top-vids {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .vid-1-wrapper {
    width: 100%;
    transform: none;
  }

  .vid-1-wrapper:hover {
    transform: scale(.98);
  }

  .vid-2-wrapper {
    width: 100%;
  }

  .vid-2-wrapper:hover {
    transform: scale(.98);
  }

  .vid-1-line {
    position: relative;
  }

  .image-9 {
    width: 2px;
    height: 4rem;
  }

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

  .vid-3-wrapper {
    width: 100%;
  }

  .vid-3-wrapper:hover {
    transform: scale(.98);
  }

  .about-hero {
    flex-direction: column-reverse;
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .about-hero-img-wrapper {
    width: 100%;
    height: 60vh;
  }

  .about-hero-contents {
    text-align: left;
    width: 100%;
    height: 40vh;
    padding-top: 10vh;
  }

  .is-dark.mobil, .is-dark.mobil-centered {
    text-align: center;
  }

  .is-dark.align-center.smaller {
    font-size: 32px;
  }

  .about-hero-line {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .projects-hero {
    flex-direction: column-reverse;
    height: auto;
    min-height: 0;
  }

  .projects-hero-img-wrapper {
    width: 100%;
    height: 50vh;
  }

  .projects-hero-img-wrapper.is-placeholder {
    display: none;
  }

  .pro-hero-img.is-solo-img {
    object-position: 0% 30%;
  }

  .pro-hero-contents.sub {
    align-items: center;
    width: 100%;
    padding-top: 5vh;
    padding-right: 5%;
  }

  .pro-hero-contents.title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .projects-sub-hero {
    min-height: 0;
  }

  .project-cat-btn {
    font-size: 25px;
  }

  .project-tab-line {
    padding-top: 80px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .project-tab-line.is-calendar {
    padding-top: 30px;
    left: 50%;
    right: auto;
    transform: translate(-40%);
  }

  .project-tab-line.is-ensemble {
    padding-top: 40px;
  }

  .project-tab-line.is-solo {
    padding-top: 0;
  }

  .project-zitat-grid.bigger {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
  }

  .project-zitat-grid.mobil-padding {
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .left-50.width100 {
    margin-left: 0;
  }

  .project-item:nth-child(2n) {
    transform: none;
  }

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

  .calendar-hero {
    flex-direction: column-reverse;
    height: 100vh;
    min-height: 0;
    max-height: none;
  }

  .left-100 {
    margin-left: 0;
  }

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

  .calendar-hero-contents {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding-top: 10vh;
    padding-right: 5%;
  }

  .image-12 {
    object-fit: cover;
    width: 2px;
    height: 4rem;
  }

  .about-contants-flexed {
    flex-direction: column-reverse;
  }

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

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

  .navbar16_link {
    font-size: 1.5rem;
  }

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

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

  .navbarlink {
    font-size: 30px;
  }

  .collection-item, .collection-list, .collection-list-wrapper-2 {
    height: auto;
  }

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

  .embed-wrapper {
    flex-flow: column;
  }

  .embed-el.spotify {
    flex: 0 auto;
    height: 450px;
  }

  .fyc-videos {
    grid-template-columns: 1fr;
  }

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

  .quote-source {
    font-size: 16px;
  }

  .fyc-video-title {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-section {
    height: 80vh;
  }

  .hero-img.is-home {
    object-position: 64% 0%;
    display: none;
  }

  .hero-contents.mobil-bigger {
    padding-top: 35vh;
  }

  .bottom-line-icon.mobil-smaller {
    width: 33px;
  }

  .rich-text-block {
    font-size: 20px;
  }

  .author-txt {
    font-size: 14px;
  }

  .section-heading {
    width: 25px;
  }

  .bio-section-flex-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-5 {
    height: 50vh;
  }

  .image-6 {
    object-fit: cover;
    width: 39%;
    height: 2px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .date-txt {
    font-size: 20px;
  }

  .calendar-title {
    font-size: 16px;
  }

  .contact-img-wrapper {
    padding-top: 20px;
  }

  .vid-1-wrapper, .vid-2-wrapper, .vid-3-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .is-dark, .is-dark.align-left {
    font-size: 60px;
  }

  .is-dark.align-center.smaller {
    font-size: 24px;
  }

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

  .pro-hero-img.is-ensemble-img {
    object-position: 85% 50%;
  }

  .pro-hero-img.is-solo-img {
    object-position: 20% 30%;
  }

  .pro-hero-contents.sub {
    padding-top: 4rem;
  }

  .pro-hero-contents.title-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .align-heading {
    justify-content: center;
  }

  .projects-sub-hero {
    height: 30vh;
    min-height: 20rem;
  }

  .project-cat-btn {
    text-align: left;
    width: 100%;
  }

  .project-cat-btn.is-active {
    transform: none;
  }

  .project-tab-line {
    padding-top: 120px;
  }

  .project-zitat-grid {
    grid-template-columns: 1fr;
  }

  .project-zitat-grid.mobil-padding {
    grid-template-columns: 100%;
    padding-top: 4rem;
  }

  .left-50 {
    width: 100%;
    margin-left: 0;
  }

  .image-11 {
    max-width: 44px;
  }

  .navbar16_menu-wrapper {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    overflow: visible;
  }

  .navbar16_menu-2 {
    height: 100dvh;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .image-13 {
    max-height: 32px;
  }

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

  .navbar16_links-wrapper {
    flex: 0 auto;
    padding-bottom: 0;
  }

  .navbar16_component {
    background-image: none;
  }

  .navbarlink {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: flex-start;
    max-height: 10vh;
    padding-left: 1.5vh;
    font-size: 30px;
  }

  .navbarlink:hover {
    transform: scale(1.1);
  }

  .navbarlink.left {
    flex-direction: row-reverse;
  }

  .navbarlink.right {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .navbar-placeholder {
    display: none;
  }

  .navlink-icon {
    width: 34px;
    height: 34px;
  }

  .navlink-icon.bigger {
    object-fit: cover;
    width: 34px;
    height: 45px;
  }

  .mobil-hero-img {
    object-fit: cover;
    object-position: 70% 0%;
    width: 100%;
    height: 100%;
    display: block;
  }

  .quote-text {
    font-size: 18px;
  }
}

#w-node-_9787d5d1-4975-f993-5ba5-730970416b24-87f4b443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b5d45124-ce4e-3f84-743b-7fc9b8d99f65-87f4b443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_404b75b6-912d-a5a6-2672-89bca8407a77-87f4b443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-87f4b4a7, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-87f4b4a7, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-87f4b4a7, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-87f4b4a7, #w-node-df1eba18-7c17-a694-04c0-12415e4a4f4f-32f9fd0e, #w-node-_69357924-af35-3bcf-f23e-d91263bd02bb-32f9fd0e, #w-node-_72a994e4-26e2-5897-78fa-127ba9f44fc1-164e9d4e, #w-node-_269ea615-f317-0da6-2db7-40c5a0c050d5-164e9d4e, #w-node-_92e8ff1b-e15f-9644-ef17-61b5893a741c-164e9d4e, #w-node-_5c771270-bc7f-3b88-99f2-416398a16e60-164e9d4e, #w-node-_2af6110a-c1ef-204d-9b9c-7f0dc02d0818-164e9d4e, #w-node-_75ad47a4-bdbb-0e07-067d-21caf75d932c-164e9d4e, #w-node-dd3630ff-2747-0537-c497-ff070f5f2439-164e9d4e, #w-node-_653d2d95-7f65-76cb-3370-d387fbbb18e8-164e9d4e, #w-node-_8fa37ac5-0a7a-d43f-b776-fcb5cbf61af7-164e9d4e, #w-node-ac2a6726-a6d7-8303-7e2f-c7f7a4fbeaaf-164e9d4e, #w-node-_0846ac14-0598-7c3b-f168-9f40b212ed17-164e9d4e, #w-node-e756ede4-c321-2677-cbda-86d390d6a944-164e9d4e, #w-node-_41dbac02-f4cb-6995-965d-c29a33cdb4cb-164e9d4e, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f2-164e9d4e, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f4-164e9d4e, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f6-164e9d4e, #w-node-_33ebf555-295b-2f14-fd15-57313382a533-164e9d4e, #w-node-_33ebf555-295b-2f14-fd15-57313382a535-164e9d4e, #w-node-_33ebf555-295b-2f14-fd15-57313382a537-164e9d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b771-f3f0b6fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b773-f3f0b6fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b774-f3f0b6fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-df1eba18-7c17-a694-04c0-12415e4a4f4f-df006e44, #w-node-_69357924-af35-3bcf-f23e-d91263bd02bb-df006e44, #w-node-_72a994e4-26e2-5897-78fa-127ba9f44fc1-b28fa158, #w-node-_6cd2c1c4-628f-f900-1b75-e32c78ecacb8-b28fa158, #w-node-_92e8ff1b-e15f-9644-ef17-61b5893a741c-b28fa158, #w-node-_2af6110a-c1ef-204d-9b9c-7f0dc02d0818-b28fa158, #w-node-_75ad47a4-bdbb-0e07-067d-21caf75d932c-b28fa158, #w-node-dd3630ff-2747-0537-c497-ff070f5f2439-b28fa158, #w-node-_653d2d95-7f65-76cb-3370-d387fbbb18e8-b28fa158, #w-node-_8fa37ac5-0a7a-d43f-b776-fcb5cbf61af7-b28fa158, #w-node-_5c771270-bc7f-3b88-99f2-416398a16e60-b28fa158, #w-node-ac2a6726-a6d7-8303-7e2f-c7f7a4fbeaaf-b28fa158, #w-node-_0846ac14-0598-7c3b-f168-9f40b212ed17-b28fa158, #w-node-e756ede4-c321-2677-cbda-86d390d6a944-b28fa158, #w-node-_41dbac02-f4cb-6995-965d-c29a33cdb4cb-b28fa158, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f2-b28fa158, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f4-b28fa158, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f6-b28fa158, #w-node-_33ebf555-295b-2f14-fd15-57313382a533-b28fa158, #w-node-_33ebf555-295b-2f14-fd15-57313382a535-b28fa158, #w-node-_33ebf555-295b-2f14-fd15-57313382a537-b28fa158, #w-node-_72a994e4-26e2-5897-78fa-127ba9f44fc1-dba297f1, #w-node-_79c81b53-d263-0f9f-3ba4-73c60a543c01-dba297f1, #w-node-_92e8ff1b-e15f-9644-ef17-61b5893a741c-dba297f1, #w-node-_2af6110a-c1ef-204d-9b9c-7f0dc02d0818-dba297f1, #w-node-_75ad47a4-bdbb-0e07-067d-21caf75d932c-dba297f1, #w-node-dd3630ff-2747-0537-c497-ff070f5f2439-dba297f1, #w-node-_653d2d95-7f65-76cb-3370-d387fbbb18e8-dba297f1, #w-node-_8fa37ac5-0a7a-d43f-b776-fcb5cbf61af7-dba297f1, #w-node-_5c771270-bc7f-3b88-99f2-416398a16e60-dba297f1, #w-node-ac2a6726-a6d7-8303-7e2f-c7f7a4fbeaaf-dba297f1, #w-node-_0846ac14-0598-7c3b-f168-9f40b212ed17-dba297f1, #w-node-e756ede4-c321-2677-cbda-86d390d6a944-dba297f1, #w-node-_41dbac02-f4cb-6995-965d-c29a33cdb4cb-dba297f1, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f2-dba297f1, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f4-dba297f1, #w-node-_32bae5bc-a6e0-c911-67bc-a3ea8ed0e3f6-dba297f1, #w-node-_33ebf555-295b-2f14-fd15-57313382a533-dba297f1, #w-node-_33ebf555-295b-2f14-fd15-57313382a535-dba297f1, #w-node-_33ebf555-295b-2f14-fd15-57313382a537-dba297f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b771-443b5e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b773-443b5e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7cc25b9-c788-0884-b520-c189dae2b774-443b5e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f, #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bricolagegrotesque Variablefont Opsz Wdth Wght';
  src: url('../fonts/BricolageGrotesque-VariableFont_opszwdthwght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}