:root {
  --black: #111;
  --dark-slate-grey: #00554a;
  --dim-grey: #7f5c1b;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi FX, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.hero {
  height: 100%;
}

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

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

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

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

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

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

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

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

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.padding-section-large {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large._52ch {
  max-width: 52ch;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.heading-style-h2.text-style-green {
  color: #00554a;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

.text-align-center {
  text-align: center;
  font-weight: 800;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

.text-size-medium._36ch {
  max-width: 36ch;
}

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.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_overlay {
  z-index: -1;
  background-color: rgba(0, 85, 74, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #002e28;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.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_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--dark-slate-grey);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: relative;
}

.fs-cc-banner2_text {
  font-size: .8rem;
}

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

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

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

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

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, .6);
  background-color: #003831;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

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

.fs-cc-prefs2_close {
  background-color: var(--dark-slate-grey);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

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

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

.fs-cc-manager2_button {
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100vw;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #00ac95;
}

.section_hero {
  opacity: 1;
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section_welcome {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero_bg-img {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/hero-img-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_animation-trigger {
  opacity: 0;
  background-color: red;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.is-felix-summer {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.heading-style-display {
  text-align: center;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.4;
}

.chevron {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: 0%;
}

.chevron_holder {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.welcome_grid {
  grid-column-gap: 10rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.welcome_content-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.welcome_heading-holder {
  background-color: #fff;
  width: 42rem;
  padding-bottom: 3.5rem;
  padding-left: 4rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.felix-unterschrift {
  width: 14rem;
}

.welcome_social-wrapper {
  margin-top: 2rem;
  display: none;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
}

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

.bottom-line {
  border-bottom: 2px dotted #00554a;
  width: 100%;
}

.section_album {
  position: relative;
}

.album_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.album_image-holder {
  text-align: center;
  width: 100%;
}

.album_text-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  top: -3rem;
}

.album_text-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: flex;
}

.album_image {
  object-fit: contain;
  width: 100%;
  transform: rotate(-4deg)scale(.9);
  box-shadow: 0 40px 40px rgba(0, 0, 0, .2);
}

.album_image.rotate-soft {
  transform: none;
}

.text-link-big {
  color: #2faf99;
  font-variation-settings: "wght"500;
  cursor: pointer;
  width: 100%;
  padding: 0 1rem 1rem;
  font-size: 1.5rem;
  transition: all .4s;
  display: inline-block;
}

.text-link-big:hover {
  font-variation-settings: "wght"700;
}

.image-animator {
  transform: scale(.85);
}

.section_streaming {
  position: relative;
}

.streaming_button-holder {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  max-width: 22rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.streaming_background-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.33fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.streaming_background-grid-image {
  color: #fff;
  background-image: url('../images/hero-img-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_grid-color {
  color: #00554a;
  background-color: #fdcc92;
}

.text-mask {
  overflow: hidden;
}

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

.container-xsmall {
  width: 100%;
  max-width: 32rem;
}

.flex-align-left {
  justify-content: flex-start;
  display: flex;
}

.streaming_button {
  cursor: pointer;
  background-color: #00554a;
  padding: .75rem 1rem;
  font-weight: 600;
  transition: all .3s;
}

.streaming_button:hover {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.streaming_button.ih-hidden {
  display: none;
}

.container-xxsmall {
  width: 100%;
  max-width: 26rem;
}

.spotify-embed {
  margin-top: 2rem;
}

.section_stimmen {
  position: relative;
}

.stimmen_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
  position: relative;
}

.stimme_text-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  position: relative;
}

.stimmen_autor {
  margin-top: .75rem;
  font-weight: 700;
}

.stimme_anfuehrungszeichen-holder {
  z-index: -1;
  opacity: .1;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -1.5rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_contact {
  color: #fff;
  background-image: url('../images/blue-sea-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.heading-style-overhead {
  opacity: .6;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact_text-link-big {
  font-variation-settings: "wght"500;
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 0 1rem 1rem;
  font-size: 1.5rem;
  transition: all .4s;
  display: inline-block;
}

.contact_text-link-big:hover {
  font-variation-settings: "wght"700;
}

.footer {
  color: #fff;
  background-image: linear-gradient(#00554a, #00554a);
  position: relative;
}

.footer_flex-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_flex-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  display: flex;
}

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

.back_button {
  cursor: pointer;
  background-color: #00554a;
  margin-bottom: 4rem;
  padding: .75rem 1rem;
  font-weight: 600;
  transition: all .3s;
}

.back_button:hover {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.footer_link {
  cursor: pointer;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .3s;
  display: inline-block;
}

.footer_link:hover {
  padding-top: .25rem;
  padding-bottom: .75rem;
}

.spotify-embed-mobile {
  margin-top: 2rem;
  display: none;
}

.section_service {
  position: relative;
}

.section_felix-hero {
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero_bg-img-felix {
  z-index: -1;
  background-image: url('../images/fxs-hero_v1.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fxs_hero-heading {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
}

.fxs_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.fxs_button:hover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: .05rem;
}

.fxs_button-arrow {
  width: 2.5rem;
}

.flex_vertical-start-start {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav_list {
  justify-content: flex-end;
  display: flex;
}

.nav_holder {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_wrapper {
  z-index: 49;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_bg {
  box-shadow: none;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_container {
  align-items: stretch;
  display: flex;
}

.navigation {
  z-index: 111;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
}

.nav-arrow {
  opacity: 0;
  transition: transform .2s;
  transform: translate(-.5rem);
}

.nav-arrow.is-hidden-on-desktop {
  display: none;
}

.nav_close-trigger {
  z-index: -1;
  opacity: 0;
  background-color: #ff4747;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_link-block {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 800;
  transition: padding-bottom .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.nav_link-block:hover {
  padding-bottom: .25rem;
}

.nav_link-block.w--current {
  color: #022a39;
}

.nav_nav-link-icon {
  opacity: 0;
  display: none;
  position: relative;
  left: -.5em;
}

.nav_logo-holder {
  z-index: 1;
  cursor: pointer;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

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

.nav_logo-link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.nav_logo-image {
  object-fit: contain;
  height: 100%;
}

.nav_link-block-underline {
  background-color: red;
  width: 0%;
  height: 3px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_trigger {
  display: none;
}

.sticky-nav-trigger {
  width: 0;
  height: 15rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide {
  width: 100%;
  position: relative;
}

.post_excerpt {
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.global-kontakt_link-holder {
  grid-column-gap: .25rem;
  align-items: center;
  padding-bottom: .125rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.global-kontakt_link-holder:hover {
  color: #b10000;
}

.global_title-image {
  object-fit: contain;
  object-position: 0% 50%;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.sticky-sidebar_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 25rem;
  display: flex;
}

.global_title-image-holder {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.category-wrapper {
  margin-bottom: 2rem;
  display: flex;
}

.post-downloads-header {
  border-top: 2px #eee;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.post_autor-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_content-holder-split {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .66fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.global-kontakt_portrait-holder {
  border-radius: .25rem;
  width: 40%;
  margin-bottom: 1rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.global_header {
  margin-bottom: 4rem;
}

.global_rte-holder {
  width: 100%;
  max-width: 44rem;
}

.heading-style-flag {
  color: #b10000;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.autor-info {
  grid-column-gap: .2rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-sidebar {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.global-info_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.global-info_header {
  border-top: 1.5px solid #ddd;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.gallery_ci {
  display: inline;
}

.post-kontakt_portrait {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_downloads-wrapper {
  background-color: #f5f5f5;
  padding: 2rem 1.5rem 2rem 2rem;
}

.global_autor-info-holder {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

.tiny-icon {
  width: .9rem;
  margin-right: .25rem;
  padding-top: .1rem;
}

.tiny-icon.phone {
  width: 1.1rem;
  transform: translate(0, .1rem);
}

.tiny-icon.ext-link {
  width: .7rem;
}

.section_global-bildergalerie {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  background-color: #222;
  background-image: linear-gradient(to top, #333, #222 30%);
  grid-template-rows: auto;
  grid-template-columns: 1fr .66fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.category_cl {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.global_info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  display: block;
}

.global_autor-image-holder {
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.section_blog {
  background-color: #fcf8f4;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_hello {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.splide__styleguide {
  display: none;
}

.splide__pagination__item {
  display: inline-block;
}

.splide__pagination__page {
  opacity: .4;
  background-color: #fff;
  border-radius: 100vw;
  width: 20px;
  height: 20px;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.splide__arrows {
  grid-column-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.splide__arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/felix-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  transition: border .5s;
}

.splide__arrow:hover {
  border: 1.5px solid #000;
  box-shadow: inset 0 0 0 1.5px #fff;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__pagination {
  justify-content: center;
  height: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.flex_horizontal-center-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  margin-bottom: 4rem;
  display: flex;
}

.fxs_button-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  text-transform: uppercase;
  border: 1.5px solid #000;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.fxs_button-small:hover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: .05rem;
}

.blog-preview_link-block {
  background-color: #fff;
  border-top: 1.5px rgba(0, 0, 0, .05);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.blog-preview_image-holder {
  flex: none;
  width: 100%;
  height: 7rem;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.blog-preview_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-preview_date {
  letter-spacing: .025rem;
  flex: none;
  font-size: .825rem;
}

.blog-preview_head-grid {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  height: 7rem;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.blog-preview_background-bar {
  background-color: #fcf8f4;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo-link-block-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: none;
}

.musik_text-holder {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.musik_image {
  transform: none;
}

.section_teaser {
  position: relative;
}

.teaser_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.teaser_image-holder {
  text-align: center;
  width: 100%;
}

.teaser_text-holder {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fxs_teaser-heading {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
}

.teaser_image-asset {
  box-shadow: none;
  object-fit: contain;
  width: 100%;
}

.teaser_image-asset.rotate-soft {
  transform: none;
}

.section_unternehmer {
  background-color: #fcf8f4;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fxs_teaser-heading-small {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
}

.unternehmer_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

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

.unternehmen_logo-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 10%;
  display: flex;
  position: relative;
}

.unternehmen_logo {
  object-fit: contain;
  width: 66%;
  height: 100%;
}

.unternehmung_p {
  opacity: .6;
  text-align: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

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

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

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

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

  .welcome_grid {
    grid-column-gap: 2rem;
  }

  .welcome_heading-holder {
    width: 28rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .album_text-grid {
    flex-direction: column;
    display: flex;
  }

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

  .flex-align-right, .flex-align-left.text-align-center {
    justify-content: center;
  }

  .spotify-embed-mobile {
    display: none;
  }

  .fxs_hero-heading {
    font-size: 4rem;
  }

  .fxs_button {
    font-size: 1.5rem;
  }

  .fxs_button-arrow {
    width: 2rem;
  }

  .nav_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .nav_trigger-icon-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
    position: relative;
  }

  .nav_holder {
    height: 80px;
    position: static;
  }

  .nav_wrapper {
    z-index: 103;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
  }

  .nav_bg {
    z-index: 50;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_container {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 140px 5vw 10rem;
    overflow: auto;
    box-shadow: 0 0 60px rgba(0, 0, 0, .5);
  }

  .nav-icon-line-upper {
    background-color: #fff;
    width: 80%;
    height: 2px;
    padding: 0;
    position: absolute;
    transform: translate(0, -.4rem);
  }

  .navigation {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-arrow {
    opacity: 1;
    position: relative;
    top: .3rem;
    transform: none;
  }

  .nav_link-block {
    opacity: 1;
    color: var(--dim-grey);
    border-top: 1px solid #ddd;
    align-items: flex-start;
    height: auto;
    padding: 1rem 0;
  }

  .nav_link-block:hover {
    padding-bottom: 1rem;
  }

  .nav_link-block.w--current {
    font-weight: 600;
  }

  .nav_logo-holder {
    z-index: 102;
    align-items: flex-end;
    display: block;
  }

  .nav-trigger-box {
    grid-column-gap: .66rem;
    grid-row-gap: .66rem;
    background-color: var(--dim-grey);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    padding: .5rem 1rem;
    font-weight: 600;
    display: flex;
    position: relative;
  }

  .nav_padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav_logo-link-block {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-icon-line-lower {
    background-color: #fff;
    width: 80%;
    height: 2px;
    padding: 0;
    position: absolute;
    transform: translate(0, .4rem);
  }

  .nav-icon-line-middle {
    background-color: #fff;
    width: 80%;
    height: 2px;
    padding: 0;
    position: absolute;
  }

  .nav_trigger {
    z-index: 122;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav_trigger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .splide__slide {
    width: 50%;
  }

  .global-kontakt_link-holder {
    padding-bottom: .5rem;
  }

  .text-size-small-2 {
    font-size: 1rem;
  }

  .global_title-image-holder {
    margin-bottom: 2rem;
  }

  .global_content-holder-split {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .global_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 4rem;
    display: flex;
  }

  .global_rte-holder {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .section_global-bildergalerie {
    padding-bottom: 0;
  }

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

  .nav_logo-link-block-mobile {
    z-index: 104;
    width: 16rem;
    height: 5rem;
    margin-top: 2vw;
    margin-left: 5vw;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .fxs_teaser-heading, .fxs_teaser-heading-small {
    font-size: 4rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

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

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

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

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

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

  .heading-style-display {
    font-size: 4rem;
  }

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

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

  .welcome_image-holder {
    width: 66%;
  }

  .album_grid {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .album_image-holder {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .album_image.rotate-soft {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
  }

  .spotify-embed {
    display: none;
  }

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

  .footer_flex-box {
    grid-column-gap: 16px;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    display: grid;
  }

  .footer_flex-item {
    order: -1;
  }

  .spotify-embed-mobile {
    display: block;
  }

  .nav_holder {
    height: 65px;
  }

  .nav_container {
    padding-top: 100px;
  }

  .nav_logo-link-block {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .global_title-image {
    border-radius: .25rem;
  }

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

  .splide__arrows {
    order: 1;
  }

  .nav_logo-link-block-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .teaser_grid {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .teaser_image-holder {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .teaser_image-asset.rotate-soft {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-cc-banner2_component {
    width: 100%;
  }

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

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

  .heading-style-display {
    font-size: 16vw;
  }

  .chevron_holder {
    width: 4rem;
    height: 4rem;
  }

  .welcome_image-holder {
    width: 100%;
  }

  .welcome_heading-holder {
    width: auto;
  }

  .felix-unterschrift {
    width: 10rem;
  }

  .album_image-holder {
    width: 100%;
  }

  .text-link-big {
    font-size: 1.2rem;
  }

  .nav_container {
    max-width: none;
  }

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

  .nav_logo-holder {
    z-index: 99;
    position: relative;
  }

  .nav-trigger-box {
    margin-top: 3vw;
    margin-right: 3vw;
    padding-left: .5rem;
    padding-right: .5rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-text, .splide__arrows {
    display: none;
  }

  .blog-preview_link-block {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_logo-link-block-mobile {
    width: 12rem;
  }

  .teaser_image-holder {
    width: 100%;
  }
}

#w-node-a0f4fa19-cb90-e317-15de-706a8a5969d6-635e0248, #w-node-c706536c-42dd-1fec-b53c-a8c409b61ebe-635e0248, #w-node-_5bc959f3-6286-a96b-7e7b-a8dc25dc2c5b-635e0248, #w-node-_5bc959f3-6286-a96b-7e7b-a8dc25dc2c5d-635e0248, #w-node-_9a60621c-bbc3-23a3-00b7-3a9dc5d7b770-635e0248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692344f1-8376-5622-7623-25e68202b925-635e0248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0a5e024b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0a5e024b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0a5e024b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0a5e024b {
  justify-self: start;
}

#w-node-d49bfa23-9dad-5d3b-7c02-710fe87ee3a4-a97eecfd, #w-node-d49bfa23-9dad-5d3b-7c02-710fe87ee3ac-a97eecfd, #w-node-_8f899fee-d836-ddc9-753b-bc29f274983b-a97eecfd, #w-node-_8f899fee-d836-ddc9-753b-bc29f2749837-a97eecfd, #w-node-_8c250989-28fa-6906-0294-d9ad1cb793d2-a97eecfd, #w-node-_5610eb39-8f50-1de3-aa11-0a36f2a0e693-a97eecfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_644b46ed-25cd-838e-0d17-fbf8ec85153d-febef1b3 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_8f0c1828-70b2-7ef7-622f-a97073b9feed-73b9fee8 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Satoshi FX';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi FX';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}