:root {
  --base-color-brand--the-cube-text-blue: #b1bad0;
  --the-cube-text-white: white;
  --base-color-brand--the-cube-orange: #ff3000;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--the-cube-text-white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--the-cube-orange-dark: #be0000;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-secondary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --border-color--border-secondary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-primary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --white: var(--base-color-brand--the-cube-text-blue);
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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: #fff;
  background-image: url('../images/bg-dark.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Sourcesans3_regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--base-color-brand--the-cube-text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  color: var(--base-color-brand--the-cube-text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

h5 {
  color: var(--base-color-brand--the-cube-text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.6rem;
  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;
  padding-top: 1rem;
}

a {
  color: var(--the-cube-text-white);
}

a:hover, a:focus {
  color: var(--base-color-brand--the-cube-orange);
}

a:visited {
  color: var(--the-cube-text-white);
}

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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  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 {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

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

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .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 {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.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;
  color: #fff;
  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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

.text-color-secondary {
  color: var(--base-color-brand--the-cube-orange);
}

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-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: 2rem;
  font-weight: 700;
  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;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.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 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.padding-global.align-center {
  width: 80vw;
  max-width: 135rem;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.padding-global.margin-top {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: .3fr auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16.6rem;
  display: grid;
}

.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-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(232, 235, 255, .05);
  border: 1px dashed #2d40ea;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.text-weight-bold {
  font-family: Sourcesans3_bold, sans-serif;
  font-weight: 700;
}

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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-secondary {
  background-color: var(--base-color-brand--the-cube-orange);
}

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

.form_input::-ms-input-placeholder {
  color: var(--text-color--text-secondary);
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.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 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

.text-style-link {
  color: var(--base-color-brand--the-cube-orange);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

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

.page-wrapper {
  background-image: url('../images/bg-dark.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.fs-styleguide_label {
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

.container-large {
  width: 80vw;
  max-width: 135rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.padding-medium {
  width: 80vh;
  max-width: 80vh;
  margin-top: 8rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-align-center {
  z-index: 10;
  text-align: center;
  padding: 3rem 5.7rem;
  position: relative;
}

.text-align-center.text-brand-color {
  color: var(--base-color-brand--the-cube-orange);
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  background-color: var(--base-color-brand--the-cube-orange);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  margin-bottom: 3rem;
  padding: .75rem 3rem;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  background-color: var(--base-color-brand--the-cube-orange-dark);
  color: var(--text-color--text-alternate);
  padding-left: 5rem;
  padding-right: 5rem;
}

.button.w--current {
  margin-bottom: 6rem;
}

.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 {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.probe_button {
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.5rem;
}

.button.preise_button {
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

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

.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;
  min-height: 5rem;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium.align-center {
  flex-direction: column;
  align-items: center;
  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;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .2);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  width: 80vw;
  max-width: 135rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_brand {
  display: flex;
}

.nav_logo {
  height: 8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav_menu {
  width: 100vw;
  height: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu_link {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  padding: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav_menu_link.w--current {
  color: var(--base-color-brand--the-cube-orange);
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: #be0000;
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  z-index: 3;
  width: 100%;
  max-width: 45vw;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-self: center;
  align-items: stretch;
  justify-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  z-index: 2;
  height: 100vh;
  min-height: 100vh;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 3;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.body_styleguide {
  background-image: none;
}

.hero-teaser {
  z-index: 3;
  min-height: 22vh;
  min-width: 100vw;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  padding: 1rem;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-teaser-item {
  padding: 2em;
  display: flex;
}

.hero-teaser-item.bg-dunkel-60 {
  background-color: rgba(0, 0, 0, .08);
}

.hero-teaser-item.bg-dunkel-60.corner_edges {
  background-color: rgba(0, 0, 0, .15);
}

.heading {
  display: block;
}

.hero-teaser-item-texte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.heading-2 {
  font-family: Xxiineuenorm Webfont;
}

.image {
  align-self: flex-start;
}

.image.hero-teaser-batch {
  padding-right: 2rem;
}

.hero-teaser-batch {
  width: 6rem;
  align-self: flex-start;
  padding-right: 2rem;
}

.hero-fullsize-container {
  z-index: auto;
  min-height: 100vh;
  min-width: 100vw;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/hero-image-boxgym_5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: center;
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link-instagram {
  width: 1.5rem;
  background-color: red;
}

.instagram_icon {
  padding: 1rem;
  display: inline-block;
}

.section_boxen_vorteile {
  z-index: 2;
  min-height: 60vh;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 15rem;
  margin-bottom: 18rem;
  display: flex;
  position: relative;
}

.image-2 {
  display: block;
}

.logo_intro {
  width: 8rem;
  flex: none;
  align-self: center;
  padding-top: 5rem;
  display: block;
}

.intro-teaser-batch {
  width: 8rem;
  padding: 2rem;
}

.section_boxen_vorteile_bento {
  min-height: 100vh;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 15rem;
  display: flex;
}

.vorteile_headline {
  width: 50%;
  padding-right: 2.5rem;
}

.vorteile_text {
  width: 50%;
}

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

.bentobox_1.corner_round {
  border-radius: .5rem;
}

.bentobox_1.corner_edges {
  height: 20rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.bentobox_2 {
  background-image: url('../images/hero-image-ring.webp');
  background-position: 0 0;
  background-size: cover;
}

.bentobox_2.corner {
  border-radius: .5rem;
}

.bentobox_2.corner_edges {
  width: 100%;
  min-height: 30vh;
  background-image: none;
  overflow: hidden;
}

.bentobox_3 {
  min-height: 11rem;
  background-image: url('../images/hero-image-sandsack.webp');
  background-position: 0 0;
  background-size: cover;
}

.bentobox_3.corner_round {
  border-radius: .5rem;
}

.bentobox_3.corner_edges {
  min-height: 10rem;
  background-image: none;
  overflow: hidden;
}

.bentobox_4.corner_edges {
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.corner_edges {
  border-radius: .5rem;
}

.bento_2x_joggen {
  width: 75%;
  padding: 3rem;
}

.bentobox_5.corner_edges {
  min-height: 70vh;
  background-image: url('../images/bg-struktur-schatten-oben_1.webp'), url('../images/bg-struktur-textwall-breit_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.headline_fettverbrennung.text-align-center.text-white {
  color: var(--text-color--text-alternate);
  font-size: 5vw;
  font-weight: 900;
  line-height: .9;
}

.headline_fettverbrennung_big {
  font-size: 3rem;
  line-height: .7;
}

.bento-text-fettverbrennung {
  width: 40%;
}

.bentobox_6 {
  min-height: 10vh;
  background-image: url('../images/hero-image-tresen.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.bentobox_6.corner_edges {
  min-height: 30vh;
  background-repeat: no-repeat;
}

.bentobox_7 {
  background-image: url('../images/bg-struktur-orange.webp');
  background-position: 100% 0;
  background-size: cover;
}

.bentobox_7.corner_edges {
  min-height: 30rem;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bento-text-selbstwert.bento-padding {
  width: 70%;
  max-width: 80%;
  padding: 5rem;
}

.bentobox_8.corner_edges {
  min-height: 60vh;
  background-image: url('../images/bg-struktur-textwall_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.bentobox_9.corner_edges {
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bentobox_10.corner_edges {
  background-image: url('../images/hero-image-boxtechnik.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bento-text-hiit {
  max-width: 50%;
  padding: 8rem 3rem;
}

.bento-padding {
  width: 80%;
  max-width: 80%;
  padding: 7rem;
}

.bento-text-stoffwechsel.bento-padding {
  width: 60%;
  padding: 1rem;
}

.body {
  background-color: var(--background-color--background-primary);
}

.bentobox_11 {
  min-height: 60vh;
  background-image: url('../images/bg-struktur-textwall_1.webp');
  background-position: 50%;
  background-size: cover;
}

.bentobox_11.corner_edges {
  max-height: 65vh;
  min-height: 25vh;
  background-image: url('../images/bg-struktur-textwall-2_1.webp');
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bentobox_12.corner_edges {
  max-height: 65vh;
  min-height: 25vh;
  overflow: hidden;
}

.bentobox_13.corner_edges {
  min-height: 30vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bentobox_14.corner_edges {
  max-height: 34vh;
  overflow: hidden;
}

.bento-boxsack {
  width: 65%;
  max-width: 65%;
  position: absolute;
  transform: translate(0, -111px);
}

.bento-text-kraft {
  width: 42%;
  position: absolute;
}

.container-headline-text {
  width: 80%;
  display: flex;
}

.container-headline-text.align-center {
  margin-top: 2rem;
  padding: 2rem;
}

.section_the_cube {
  width: 100vw;
  min-height: 90vh;
  min-width: 100vw;
  filter: saturate(160%);
  background-image: url('../images/bg-struktur-schatten-oben-unten.webp'), url('../images/granit_the_cube.jpg');
  background-position: 0 0, 50%;
  background-size: 100% 100%, cover;
  background-attachment: scroll, scroll;
  position: static;
}

.section_das_gym {
  min-height: 50vh;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.grid_the_gym {
  width: 80vw;
  max-width: 135rem;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
}

.gym_6 {
  min-height: 40vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gym_6.padding-global {
  min-height: 50vh;
}

.gym_6.padding-global.corner_edges {
  background-repeat: no-repeat;
}

.the_gym_p {
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.gym_2 {
  background-image: url('../images/hero-image-tresen-boxring.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_2.corner_edges {
  background-image: url('../images/image-hoch-boxbilder.webp');
  background-position: 0%;
  background-repeat: no-repeat;
}

.gym_3 {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_3.corner_edges {
  background-image: url('../images/image-hoch-boxgym-tresen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.gym_4 {
  min-height: 20vh;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin: 2.8rem;
}

.gym_5 {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_5.corner_edges {
  min-height: 50vh;
  background-image: url('../images/image-hoch-boxring.webp');
  background-repeat: no-repeat;
}

.the_gym_headline {
  margin-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.the_gym_headline.text-align-center {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.gym_7 {
  align-items: center;
  padding: 3.2rem;
  display: flex;
}

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

.gym_10.corner_edges {
  min-height: 45vh;
  background-image: url('../images/image-quer-boxer-bilderrahmen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gym_13 {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_13.corner_edges {
  min-height: 35vh;
  background-image: url('../images/image-hoch-boxring-tresen.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.gym_14 {
  background-image: url('../images/image-bad-dusche.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_14.corner_edges {
  min-height: 60vh;
  background-image: url('../images/image-hoch-bad-dusche.webp');
  background-repeat: no-repeat;
}

.gym_1 {
  min-height: 40vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gym_1.padding-global {
  min-height: 50vh;
}

.gym_1.padding-global.corner_edges {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.gym_8 {
  min-height: 40vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gym_8.padding-global {
  min-height: 50vh;
}

.gym_8.padding-global.corner_edges {
  width: 100%;
  background-repeat: no-repeat;
}

.gym_13-copy {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_12 {
  background-image: url('../images/image-hoch-boxsaecke.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_12.corner_edges {
  background-repeat: no-repeat;
}

.gym_15 {
  min-height: 40vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gym_15.padding-global {
  min-height: 50vh;
}

.gym_15.padding-global.corner_edges {
  width: 100%;
  background-repeat: no-repeat;
}

.gym_9 {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_9.corner_edges {
  min-height: 30vh;
  background-image: url('../images/image-quer-boxeruhr.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.gym_16 {
  background-image: url('../images/image-platzhalter.webp');
  background-position: 50%;
  background-size: cover;
}

.gym_16.corner_edges {
  min-height: 80vh;
  background-image: url('../images/image-quer-kraftraum.webp');
  background-repeat: no-repeat;
}

.gym_17.corner_edges {
  min-height: 45vh;
  background-image: url('../images/image-hoch-boxgym-hanteln.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.the_gym_p_right {
  text-align: center;
}

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

.section_preise {
  min-height: 100vh;
  min-width: 80vw;
  background-image: url('../images/granit-the-cube-plain.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 6rem;
  display: flex;
}

.bg_preise {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/granit-the-cube-plain.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: -webkit-sticky;
  position: sticky;
}

.heading-4 {
  font-family: Xxiineuenorm Webfont;
  font-weight: 900;
}

.button-2 {
  float: none;
  background-color: #8e8e8f;
  border-radius: 4px;
  margin-top: 2em;
  padding: 14px 37px;
  font-size: 1.4em;
  line-height: 1;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-2:hover {
  background-color: #ffa200;
  padding-left: 69px;
  padding-right: 69px;
}

.button-2.kunde {
  text-align: center;
  transform-style: preserve-3d;
  margin: auto;
  bottom: 0%;
  left: 0%;
  right: 0;
  transform: translate3d(0, 0, 20px);
}

.trenner {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .21);
  margin: 25px auto;
}

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

.section {
  width: 100vw;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 6em;
  display: block;
}

.section._3d {
  min-height: 80vh;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  perspective: 1000px;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  display: flex;
  transform: none;
}

.karte_kunde {
  width: 285px;
  min-height: 400px;
  background-image: linear-gradient(#fff, #dadada);
  border-radius: 8px;
  flex-flow: column wrap;
  align-content: space-around;
  padding: 20px;
  display: flex;
  transform: rotate(0);
}

.icon_zitat {
  color: #ffa200;
  text-align: center;
  transform-style: preserve-3d;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  line-height: .3;
  transform: translate3d(0, 0, 30px);
}

.heading-5 {
  text-align: center;
  text-transform: none;
  transform-style: preserve-3d;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  transform: translate3d(0, 0, 5px);
}

.kunde_bild {
  width: 130px;
  height: 130px;
  outline-offset: 0px;
  object-fit: cover;
  transform-style: preserve-3d;
  border: 4px solid #fff;
  border-radius: 50%;
  outline: 3px #333;
  margin-top: -49px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  overflow: hidden;
  transform: translate3d(0, 0, 30px);
  box-shadow: 0 30px 40px 6px rgba(0, 0, 0, .29);
}

.preise_sammel {
  width: 90%;
  min-height: 30vh;
  min-width: 80%;
  justify-content: space-around;
  padding: 3rem;
  display: flex;
}

.pricecard {
  width: 30%;
  min-height: 30vh;
  background-image: url('../images/bg-struktur-dunkelblau.webp');
  background-position: 50%;
  background-size: cover;
}

.pricecard.corner_edges {
  width: 40%;
  min-height: 45vh;
  background-image: url('../images/bg-struktur-dunkelblau_max.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  padding: 3.1rem;
  display: flex;
}

.price_headline {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 2.8rem;
}

.linie_hr {
  width: 100%;
  min-height: .2rem;
  border-top: 2px dotted #000;
  margin-bottom: 2rem;
}

.price_p {
  margin-bottom: 3rem;
}

.price_p.text-align-center {
  margin-bottom: 2rem;
}

.list_price {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
}

.price_list_item {
  background-image: url('../images/list-check.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.price_wert.text-align-center {
  font-size: 3rem;
}

.headline_box {
  width: 60%;
  min-height: 10vh;
  padding: 2rem 2.5rem 3rem;
}

.headline_box.align-center {
  width: 80vw;
  max-width: 135rem;
  flex-direction: column;
  padding-top: 3rem;
  display: flex;
}

.headline_box.margin-top {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  display: grid;
}

.footer {
  width: 100%;
  min-height: 45vh;
}

.section_probetraining {
  width: 100%;
  min-height: 80vh;
  background-image: url('../images/bg-struktur-schatten-oben-unten.webp'), url('../images/bg-struktur-textwall-breit_1.webp');
  background-position: 50% 0, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_inhalt {
  max-width: 70vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p_impressum {
  margin-bottom: 2rem;
  padding-top: 3rem;
}

.p_impressum_headline {
  color: var(--base-color-brand--the-cube-orange);
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.gym_18.corner_edges {
  min-height: 45vh;
  background-image: url('../images/image-hoch-boxgym-baoxsaecke.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_footer {
  width: 100%;
  min-height: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_text_links {
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.p_liste {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.probe_icon {
  margin-bottom: 2rem;
}

.preobe_headline {
  width: 60%;
}

.preobe_headline.text-align-center {
  width: 55%;
  max-width: 50ch;
}

.footer_logo {
  width: 10rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.logo_footer {
  width: 100%;
  padding: 2rem;
}

.consents-form {
  margin-bottom: 0;
}

.cookie-tag {
  color: #c4c5c5;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 5px;
  font-family: Sourcesans3_regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 15px;
}

.paragraph.bold {
  color: #97999b;
  text-align: right;
  -webkit-text-stroke-color: #b5b7b9;
  font-size: 15px;
  font-weight: 700;
}

.paragraph.bold:hover {
  color: var(--base-color-brand--the-cube-orange);
}

.link-privacy {
  color: #27313d;
  text-decoration: underline;
}

.privacy-title {
  color: #e6e7e9;
  margin-bottom: 20px;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #3b3a3a;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.fs-manager-opener {
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #181818;
  border: 1px #000;
  border-radius: 50px;
  padding: .7rem;
  transition: all .3s;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.button-3 {
  background-color: #27313d;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-3:hover {
  background-color: var(--base-color-brand--the-cube-orange);
  color: #fff;
  border: 2px solid #27313d;
}

.button-3.accept {
  float: left;
  text-align: center;
  background-color: #5b5c5c;
  border-style: none;
  border-width: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-3.accept:hover {
  border-color: var(--base-color-brand--the-cube-orange);
  background-color: var(--base-color-brand--the-cube-orange);
  color: #fff;
  -webkit-text-stroke-color: var(--base-color-brand--the-cube-orange);
}

.button-3.deny {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #2c2c2c;
  border-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button-3.deny:hover {
  border-color: var(--base-color-brand--the-cube-orange);
  background-color: var(--base-color-brand--the-cube-orange);
  color: #faf7f2;
}

.fs-cookie-popup {
  z-index: 1000;
  width: auto;
  height: auto;
  max-width: 90vw;
  background-color: #181818;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.preferences-link {
  color: #87888a;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.checkbox-label {
  display: none;
}

.checkbox {
  width: 40px;
  height: 20px;
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: #27313d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.image-3 {
  transition: all .2s;
}

.fs-preferences-manager-wrapper {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preferences-container {
  z-index: 99;
  max-height: 1080px;
  max-width: 500px;
  min-width: 500px;
  background-color: #181818;
  border: 2px solid #383838;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}

.cookie-paragraph {
  width: auto;
  max-width: 450px;
  color: #050505;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 1rem;
  font-family: Sourcesans3_regular, sans-serif;
  position: static;
}

.cookies {
  display: block;
}

.bold-text {
  color: #686565;
  font-size: .9rem;
  line-height: 1.2;
}

.image-4 {
  width: 100%;
  height: 100%;
  margin-bottom: 7px;
}

.hero_text {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
}

.paragraph-5 {
  font-size: 16px;
}

.p_footer {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}

.p_footer.text-align-center {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}

.p_datenschutz {
  margin-bottom: 1rem;
}

.image_parallax_hori {
  width: 130%;
  height: 130%;
  object-fit: cover;
  overflow: hidden;
}

.image_p {
  width: 100%;
}

.cube-buttons {
  width: 100%;
  background-image: linear-gradient(90deg, #e20000, #ff6200);
  border-radius: .3rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cube-buttons:hover {
  color: var(--base-color-neutral--white);
}

.cube-button-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.cube-button-text.text_no_2 {
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.cube-button-text.button-alpha {
  opacity: .5;
}

.hero-button-wrapper {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.div-block {
  width: 25%;
}

.heading-6 {
  color: var(--base-color-brand--the-cube-text-blue);
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-weight: 900;
}

.text_auf_wunsch {
  width: 90%;
  max-width: 80%;
  padding: 7rem;
}

.nav-link-box {
  padding: 1rem 2rem;
  overflow: hidden;
}

.nav-link-line {
  width: 100%;
  height: .2rem;
  background-image: linear-gradient(90deg, var(--base-color-brand--the-cube-orange-dark), var(--base-color-brand--the-cube-orange));
  margin-top: .2rem;
}

.nav-link-textbox {
  height: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  overflow: hidden;
}

.nav-link-text {
  color: #fff;
  padding-top: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  text-decoration: none;
}

.nav-link-text.text_rollover {
  color: var(--the-cube-text-white);
}

.nav-link-text.alpha-down {
  opacity: .2;
}

.batch-headline {
  color: var(--the-cube-text-white);
}

.hero-headline {
  text-align: center;
  line-height: .95;
}

.und_klein {
  border-bottom-width: 3px;
  border-bottom-color: var(--base-color-brand--the-cube-orange);
  color: var(--base-color-brand--the-cube-orange);
  text-align: center;
  font-size: 3rem;
}

.text-color-orange {
  color: var(--base-color-brand--the-cube-orange);
}

.scroll_wrap {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.scroll_target {
  position: relative;
  overflow: visible;
}

.scroll_trigger {
  height: 100%;
  min-height: 100vh;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-box {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-none {
  display: none;
}

.hero-image {
  width: 106%;
  height: 106%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-global-nav {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.padding-global-nav.align-center {
  width: 80vw;
  max-width: 135rem;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.padding-global-nav.margin-top {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16.6rem;
  display: grid;
}

.better-image-1 {
  z-index: 1;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.better-image-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_better-than-yesterday {
  width: 100vw;
  min-height: 90vh;
  min-width: 100vw;
  position: static;
}

.schatten {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.schatten-better-than {
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: url('../images/bg-struktur-schatten-oben-unten.webp');
  background-position: 50%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
}

.whatsapp-buttons {
  width: 100%;
  background-image: linear-gradient(90deg, #00b946, #23d466);
  border-radius: .3rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whatsapp-buttons:hover {
  color: var(--base-color-neutral--white);
}

.whatsapp-button-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.whatsapp-button-text.text_no_2 {
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.whatsapp-button-text.button-alpha {
  opacity: .5;
}

.image-5 {
  width: 1.8rem;
  margin-right: 1rem;
}

.whatsapp-box {
  z-index: 3;
  margin: 2%;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-box {
  width: 30vw;
  height: 40vh;
  overflow: hidden;
}

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

.nav_adresse {
  opacity: .35;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Xxii neuenorm Webfont round, sans-serif;
  font-size: 1.2rem;
  position: absolute;
  left: 10rem;
}

.link, .link-2 {
  text-decoration: none;
}

.image-6 {
  position: absolute;
}

@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-top.margin-medium {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .padding-global {
    width: 100%;
  }

  .padding-global.align-center {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.margin-top {
    width: 100%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .container-large.padding-medium {
    max-width: 100%;
    flex-direction: column;
  }

  .text-align-center {
    margin-top: 4rem;
    padding: 0;
  }

  .main-wrapper.padding_impressum {
    padding: 2rem;
  }

  .button.probe_button {
    width: 80%;
    margin-top: 2rem;
  }

  .button.probe_button.preise_button, .button.preise_button {
    width: 100%;
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_brand {
    position: relative;
  }

  .nav_menu {
    height: 100vh;
    background-color: rgba(0, 0, 0, .97);
  }

  .nav_menu_link {
    justify-content: center;
    align-items: center;
  }

  .nav_button {
    color: #fff;
    padding-top: 1rem;
  }

  .nav_button.w--open {
    background-color: #000;
  }

  .nav_button.w--open:hover {
    background-color: var(--base-color-brand--the-cube-orange);
  }

  .hero_content {
    max-width: 90vw;
  }

  .section_hero {
    padding-top: 3rem;
  }

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

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

  .hero-teaser {
    display: none;
  }

  .instagram_icon {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section_boxen_vorteile, .section_boxen_vorteile_bento {
    margin-top: 3rem;
  }

  .vorteile_headline {
    width: 100%;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2;
  }

  .vorteile_headline.text-align-center {
    padding: 2rem;
  }

  .vorteile_text {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
  }

  .bentobox_2.corner_edges {
    height: 30rem;
    min-height: 30vh;
  }

  .bentobox_4.corner_edges {
    padding: 1rem;
  }

  .bento_2x_joggen {
    width: 100%;
  }

  .bentobox_5.corner_edges {
    min-height: 35vh;
  }

  .bento-text-fettverbrennung {
    width: 70%;
  }

  .bento-text-fettverbrennung.bento-padding {
    max-width: 90%;
  }

  .bento-text-selbstwert.bento-padding {
    width: 100%;
    padding: 1rem;
  }

  .bentobox_8.corner_edges {
    min-height: 35vh;
  }

  .bentobox_9.corner_edges.bento-padding {
    flex-direction: row;
  }

  .bentobox_10.corner_edges {
    min-height: 50vh;
  }

  .bento-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bentobox_11.corner_edges {
    min-height: 45vh;
  }

  .bentobox_12.corner_edges {
    min-height: 25vh;
  }

  .bentobox_14.corner_edges {
    min-height: 45vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bento-boxsack {
    height: 90%;
  }

  .bento-text-kraft {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-headline-text.align-center {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section_the_cube {
    min-height: 65vh;
  }

  .section_das_gym {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid_the_gym {
    width: 90vw;
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto;
    margin-top: 2rem;
  }

  .gym_2.corner_edges {
    min-height: 35vh;
  }

  .gym_4 {
    padding: .7rem;
  }

  .heading-3 {
    width: 100%;
    margin: 0;
  }

  .gym_5.corner_edges {
    min-height: 35vh;
  }

  .the_gym_headline.text-align-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gym_7 {
    padding: 2rem;
  }

  .gym_10.corner_edges, .gym_9.corner_edges {
    min-height: 35vh;
  }

  .gym_16.corner_edges {
    min-height: 45vh;
  }

  .gym_17.corner_edges {
    min-height: 30vh;
  }

  .section_preise {
    flex-direction: column;
  }

  .preise_sammel {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricecard.corner_edges {
    width: 90%;
    margin-bottom: 3rem;
  }

  .price_wert.text-align-center {
    padding-bottom: 2rem;
  }

  .headline_box {
    width: 100%;
    padding-bottom: 2rem;
  }

  .headline_box.align-center {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .headline_box.margin-top {
    width: 100%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gym_18.corner_edges {
    min-height: 30vh;
  }

  .probe_icon {
    margin-top: 2rem;
  }

  .preobe_headline.text-align-center {
    width: 90%;
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .fs-cookie-popup {
    max-width: 95%;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    display: block;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-button-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .div-block {
    width: 90%;
  }

  .icon {
    font-size: 3rem;
  }

  .text_auf_wunsch {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-text.alpha-down {
    opacity: .8;
  }

  .batch-headline {
    margin-top: 3rem;
  }

  .padding-global-nav {
    width: 100%;
  }

  .padding-global-nav.align-center {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-nav.margin-top {
    width: 100%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .better-image-2, .section_better-than-yesterday {
    min-height: 65vh;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

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

  .padding-global.margin-top {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

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

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

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

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

  .container-large {
    width: 100%;
  }

  .text-align-center {
    margin-top: 3rem;
    padding: 0;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_logo {
    width: 3rem;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav_menu {
    width: 100%;
    justify-content: center;
  }

  .logo_intro {
    padding-top: 2rem;
  }

  .bento-text-hiit {
    max-width: 80%;
  }

  .body {
    font-size: .9rem;
  }

  .pricecard.corner_edges {
    padding: 1rem;
  }

  .headline_box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .headline_box.margin-top {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .preferences-container {
    max-width: 80vw;
    min-width: 300px;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .hero_text {
    font-size: 1.6rem;
  }

  .und_klein {
    font-size: 1.2rem;
  }

  .padding-global-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-nav.margin-top {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .nav_adresse {
    left: 6rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .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;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .padding-global.margin-top {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

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

  .page-wrapper {
    width: 100%;
    max-height: 100vh;
  }

  .text-align-center {
    margin-top: 0;
    padding-left: 0;
  }

  .nav_container {
    width: 100%;
  }

  .nav_brand {
    padding: 1rem 2rem 1rem 1rem;
  }

  .nav_logo {
    width: 4rem;
  }

  .nav_menu, .nav_menu_link {
    width: 100%;
  }

  .nav_button {
    padding-left: 2rem;
  }

  .hero_content {
    justify-content: center;
    align-items: stretch;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero-teaser {
    display: none;
    overflow: visible;
  }

  .section_boxen_vorteile {
    width: 100%;
  }

  .section_boxen_vorteile_bento {
    margin-bottom: 6rem;
  }

  .vorteile_headline {
    padding: 0;
  }

  .bentobox_1.corner_edges {
    height: 20rem;
    padding: 1rem;
  }

  .bentobox_3.corner_edges {
    min-height: 22vh;
  }

  .bentobox_4.corner_edges {
    min-height: 30vh;
  }

  .bento_2x_joggen {
    width: 60%;
    padding: 0;
  }

  .bentobox_5.corner_edges {
    min-height: 30vh;
  }

  .bento-text-fettverbrennung {
    width: 85%;
  }

  .bentobox_6.corner_edges {
    min-height: 30vh;
    background-position: 50%;
  }

  .bentobox_7.corner_edges {
    min-height: 30vh;
  }

  .bentobox_8.corner_edges {
    min-height: 40vh;
  }

  .bentobox_9.corner_edges {
    min-height: 22vh;
  }

  .bentobox_10.corner_edges {
    min-height: 30vh;
  }

  .bento-text-hiit {
    width: 33%;
    padding: 0;
  }

  .bento-padding {
    width: 65%;
    padding: 0;
  }

  .bento-text-stoffwechsel.bento-padding {
    width: 65%;
  }

  .body {
    font-size: .8rem;
  }

  .bentobox_11.corner_edges {
    min-height: 30vh;
  }

  .bentobox_12.corner_edges {
    min-height: 22vh;
  }

  .bentobox_14.corner_edges {
    min-height: 30vh;
    background-position: 50%;
  }

  .bento-boxsack {
    height: 100%;
    transform: translate(0, -70px);
  }

  .bento-text-kraft {
    width: 60%;
    padding: 0;
  }

  .grid_the_gym {
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 0;
  }

  .gym_6.padding-global.corner_edges {
    min-height: 40vh;
  }

  .the_gym_p {
    padding: 0;
  }

  .gym_2.corner_edges {
    min-height: 30vh;
  }

  .gym_3.corner_edges {
    min-height: 40vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gym_4 {
    min-height: 20vh;
  }

  .gym_5.corner_edges {
    min-height: 40vh;
  }

  .the_gym_icon {
    max-width: 50%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .gym_7 {
    min-height: 20vh;
    padding: 1rem;
  }

  .gym_10.corner_edges {
    min-height: 25vh;
  }

  .gym_13.corner_edges {
    min-height: 30vh;
  }

  .gym_14.corner_edges, .gym_1.padding-global.corner_edges, .gym_8.padding-global.corner_edges, .gym_12.corner_edges, .gym_15.padding-global.corner_edges {
    min-height: 40vh;
  }

  .gym_9.corner_edges {
    min-height: 30vh;
  }

  .gym_16.corner_edges {
    min-height: 40vh;
  }

  .gym_17.corner_edges {
    min-height: 20vh;
  }

  .button-2 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .preise_sammel {
    padding: 1rem;
  }

  .pricecard.corner_edges {
    width: 100%;
  }

  .gym_18.corner_edges {
    min-height: 20vh;
  }

  .probe_icon {
    max-width: 50%;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .button-3.accept, .button-3.deny {
    margin-right: 0;
  }

  .fs-cookie-popup {
    max-width: 95%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 15px;
    display: grid;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

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

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    display: none;
    overflow: scroll;
  }

  .preferences-container {
    padding: 15px;
  }

  .cookie-paragraph {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .bold-text {
    width: 100%;
    font-weight: 400;
  }

  .hero_text {
    width: 100%;
  }

  .cube-buttons {
    width: 100%;
    justify-content: center;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2;
  }

  .cube-button-text {
    text-align: center;
    line-height: 1.2;
  }

  .hero-button-wrapper {
    width: 100%;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .text_auf_wunsch {
    width: 65%;
    padding: 0;
  }

  .padding-global-nav.margin-top {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .whatsapp-buttons {
    background-image: linear-gradient(90deg, #212b3a, #2c3a4e);
    border-radius: .2rem;
    justify-content: center;
    align-items: stretch;
    padding: .8rem .5rem;
    line-height: 1.2;
    display: flex;
  }

  .whatsapp-button-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-5 {
    width: 1.1rem;
    margin-right: .5rem;
  }

  .whatsapp-box {
    width: 60%;
    margin: 0%;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: -6px 19px 15px 12px rgba(0, 0, 0, .25);
  }

  .nav_adresse {
    display: none;
  }
}

#w-node-_007397c1-6605-ccb6-a64e-a4033eaa088e-1ce3ac3a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_007397c1-6605-ccb6-a64e-a4033eaa0890-1ce3ac3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_007397c1-6605-ccb6-a64e-a4033eaa0892-1ce3ac3a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_007397c1-6605-ccb6-a64e-a4033eaa08aa-1ce3ac3a, #w-node-_007397c1-6605-ccb6-a64e-a4033eaa08b4-1ce3ac3a, #w-node-_007397c1-6605-ccb6-a64e-a4033eaa08be-1ce3ac3a, #w-node-_007397c1-6605-ccb6-a64e-a4033eaa08c8-1ce3ac3a {
  align-self: center;
  justify-self: end;
}

#w-node-fd7e1ad5-6a11-6a9c-9582-f24feeddfc55-1ce3ac3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_20ed4ecf-7c8a-4aa1-8253-09c4faf9910f-1ce3ac3a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a0baa74e-a66f-952c-8068-a48c6c5aaca1-1ce3ac3a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4540ac36-27d6-2195-e43d-87096708263d-1ce3ac3a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_476fd6c2-c560-4d77-d524-c059e05de8fc-1ce3ac3a {
  grid-area: 1 / 5 / 3 / 9;
}

#w-node-c4742049-6431-491e-17d0-78317e12c4c7-1ce3ac3a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: auto;
}

#w-node-e6a1c0f7-f837-e2df-b719-d1a327b31cf8-1ce3ac3a {
  grid-area: 2 / 3 / 3 / 5;
  align-self: auto;
  justify-self: stretch;
}

#w-node-b21c7de2-1ea7-e265-3c03-4cd727ee668a-1ce3ac3a {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-be3abb42-11ea-26c7-145a-46b4113a50bd-1ce3ac3a {
  grid-area: 4 / 1 / 6 / 4;
}

#w-node-_0fa8f859-aeea-22ae-8228-27f61053c654-1ce3ac3a {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_5013fdca-fd17-9746-8ff5-9b3238a89531-1ce3ac3a {
  grid-area: 4 / 4 / 7 / 7;
}

#w-node-db5e61b6-1510-eb2a-5833-12812f355ffd-1ce3ac3a {
  grid-area: 4 / 7 / 5 / 9;
}

#w-node-_9ce9b969-2841-f351-9291-c89a14c347f2-1ce3ac3a {
  grid-area: 5 / 7 / 7 / 9;
}

#w-node-bd791734-6db4-55bc-bc60-8ecb3f5eba09-1ce3ac3a {
  grid-area: 7 / 1 / 9 / 4;
}

#w-node-d9871436-b08e-c9c7-2c91-624b8b664289-1ce3ac3a {
  grid-area: 7 / 4 / 9 / 7;
}

#w-node-_542cd91e-d291-7ad8-d2d2-37ade55684cf-1ce3ac3a {
  grid-area: 7 / 7 / 8 / 9;
}

#w-node-_8bf8804c-7c9f-db73-259c-bc92ab3d4da6-1ce3ac3a {
  grid-area: 8 / 7 / 9 / 9;
}

#w-node-_56e58f93-b099-32cd-c2ec-957bbaf49853-1ce3ac3a {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-b81904d4-d39d-7523-9856-472d735d09fd-1ce3ac3a {
  grid-area: 1 / 5 / 5 / 7;
}

#w-node-bf0fc8f7-498a-4132-4299-968c58a766e1-1ce3ac3a {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-_446f512c-6536-e85e-c37a-80d42ffa4cd6-1ce3ac3a {
  grid-area: 3 / 7 / 5 / 9;
}

#w-node-_78180fb8-af63-0e37-d367-220d8656443b-1ce3ac3a {
  grid-area: 4 / 1 / 7 / 5;
}

#w-node-ea423f25-7c83-925d-61a3-8d5c237f45df-1ce3ac3a {
  grid-area: 5 / 5 / 8 / 9;
}

#w-node-_7175a599-c6ab-23df-33e6-26b20a498005-1ce3ac3a {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_83d6a16c-f65e-0d00-3d95-8eef67408316-1ce3ac3a {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-a19de78e-7cf3-ffa7-4396-66036559fc92-1ce3ac3a {
  grid-area: 8 / 1 / 12 / 5;
}

#w-node-_2c4f7833-f265-04f3-01f2-2a388effbdaf-1ce3ac3a {
  grid-area: 8 / 5 / 11 / 9;
}

#w-node-_4537fb9a-c9b4-8a2b-1b16-bc98f59890ac-1ce3ac3a {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-de2382b1-f749-f833-a4d5-89d9582831ee-1ce3ac3a {
  grid-area: 11 / 7 / 12 / 9;
}

#w-node-ecb6f270-8911-da20-62a0-94e460bdab65-1ce3ac3a {
  grid-area: 12 / 1 / 18 / 5;
}

#w-node-_6df865a5-e627-e9f4-fef1-55cc77707dd0-1ce3ac3a {
  grid-area: 12 / 5 / 14 / 9;
}

#w-node-_7a7196a0-7754-4ccf-fb92-6e6c759e980e-1ce3ac3a {
  grid-area: 14 / 5 / 21 / 9;
}

#w-node-_699ea759-26cc-de27-a398-ada0ade11e23-1ce3ac3a {
  grid-area: 18 / 1 / 21 / 3;
}

#w-node-_7a4a35df-d612-02fe-6206-8ef86cd8e40c-1ce3ac3a {
  grid-area: 18 / 3 / 21 / 5;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-1ce3ac3f, #w-node-_6bd04088-fb3d-8c0e-f2d0-9d8ebe81d08b-1ce3ac3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca7e-1ce3ac3f, #w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-1ce3ac3f, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-1ce3ac3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-1ce3ac3f, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-1ce3ac3f {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-1ce3ac3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-1ce3ac3f {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-1ce3ac3f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-1ce3ac3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 991px) {
  #w-node-_4540ac36-27d6-2195-e43d-87096708263d-1ce3ac3a {
    grid-column-end: 5;
  }

  #w-node-_476fd6c2-c560-4d77-d524-c059e05de8fc-1ce3ac3a {
    grid-row-end: 2;
  }

  #w-node-c4742049-6431-491e-17d0-78317e12c4c7-1ce3ac3a {
    grid-column-end: 5;
  }

  #w-node-e6a1c0f7-f837-e2df-b719-d1a327b31cf8-1ce3ac3a {
    grid-column: 5 / 9;
  }

  #w-node-b21c7de2-1ea7-e265-3c03-4cd727ee668a-1ce3ac3a {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-be3abb42-11ea-26c7-145a-46b4113a50bd-1ce3ac3a {
    grid-row-end: 5;
    grid-column-end: 5;
  }

  #w-node-_0fa8f859-aeea-22ae-8228-27f61053c654-1ce3ac3a {
    grid-area: 4 / 5 / 5 / 9;
  }

  #w-node-_5013fdca-fd17-9746-8ff5-9b3238a89531-1ce3ac3a {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-db5e61b6-1510-eb2a-5833-12812f355ffd-1ce3ac3a {
    grid-row: 5 / 6;
    grid-column-start: 5;
  }

  #w-node-_9ce9b969-2841-f351-9291-c89a14c347f2-1ce3ac3a {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-bd791734-6db4-55bc-bc60-8ecb3f5eba09-1ce3ac3a {
    grid-row: 7 / 8;
    grid-column-end: 9;
  }

  #w-node-d9871436-b08e-c9c7-2c91-624b8b664289-1ce3ac3a {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_542cd91e-d291-7ad8-d2d2-37ade55684cf-1ce3ac3a {
    grid-row: 8 / 9;
    grid-column-start: 5;
  }

  #w-node-_8bf8804c-7c9f-db73-259c-bc92ab3d4da6-1ce3ac3a {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_56e58f93-b099-32cd-c2ec-957bbaf49853-1ce3ac3a {
    grid-row-end: 2;
    grid-column-end: 9;
  }

  #w-node-b81904d4-d39d-7523-9856-472d735d09fd-1ce3ac3a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bf0fc8f7-498a-4132-4299-968c58a766e1-1ce3ac3a {
    grid-row-start: 2;
    grid-column-start: 5;
  }

  #w-node-_446f512c-6536-e85e-c37a-80d42ffa4cd6-1ce3ac3a {
    grid-column: 1 / 5;
    grid-row-end: 4;
  }

  #w-node-_78180fb8-af63-0e37-d367-220d8656443b-1ce3ac3a {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-ea423f25-7c83-925d-61a3-8d5c237f45df-1ce3ac3a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_7175a599-c6ab-23df-33e6-26b20a498005-1ce3ac3a {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-_83d6a16c-f65e-0d00-3d95-8eef67408316-1ce3ac3a {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-a19de78e-7cf3-ffa7-4396-66036559fc92-1ce3ac3a {
    grid-row: 6 / 7;
    grid-column-end: 9;
  }

  #w-node-_2c4f7833-f265-04f3-01f2-2a388effbdaf-1ce3ac3a {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_4537fb9a-c9b4-8a2b-1b16-bc98f59890ac-1ce3ac3a {
    grid-row: 7 / 8;
    grid-column-end: 9;
  }

  #w-node-de2382b1-f749-f833-a4d5-89d9582831ee-1ce3ac3a {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-ecb6f270-8911-da20-62a0-94e460bdab65-1ce3ac3a {
    grid-area: 8 / 5 / 9 / 9;
  }

  #w-node-_6df865a5-e627-e9f4-fef1-55cc77707dd0-1ce3ac3a {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_7a7196a0-7754-4ccf-fb92-6e6c759e980e-1ce3ac3a {
    grid-area: 10 / 1 / 11 / 9;
  }

  #w-node-_699ea759-26cc-de27-a398-ada0ade11e23-1ce3ac3a {
    grid-area: 11 / 5 / 12 / 9;
  }

  #w-node-_7a4a35df-d612-02fe-6206-8ef86cd8e40c-1ce3ac3a {
    grid-area: 11 / 1 / 12 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_007397c1-6605-ccb6-a64e-a4033eaa088d-1ce3ac3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_007397c1-6605-ccb6-a64e-a4033eaa088e-1ce3ac3a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_007397c1-6605-ccb6-a64e-a4033eaa0892-1ce3ac3a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_4540ac36-27d6-2195-e43d-87096708263d-1ce3ac3a {
    grid-column-end: 9;
  }

  #w-node-_476fd6c2-c560-4d77-d524-c059e05de8fc-1ce3ac3a {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-c4742049-6431-491e-17d0-78317e12c4c7-1ce3ac3a {
    grid-row: 8 / 9;
    grid-column-end: 9;
  }

  #w-node-e6a1c0f7-f837-e2df-b719-d1a327b31cf8-1ce3ac3a {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-b21c7de2-1ea7-e265-3c03-4cd727ee668a-1ce3ac3a {
    grid-row: 7 / 8;
  }

  #w-node-be3abb42-11ea-26c7-145a-46b4113a50bd-1ce3ac3a {
    grid-row: 10 / 11;
    grid-column-end: 9;
  }

  #w-node-_0fa8f859-aeea-22ae-8228-27f61053c654-1ce3ac3a {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_5013fdca-fd17-9746-8ff5-9b3238a89531-1ce3ac3a {
    grid-row: 11 / 12;
    grid-column-end: 9;
  }

  #w-node-db5e61b6-1510-eb2a-5833-12812f355ffd-1ce3ac3a {
    grid-row: 12 / 13;
    grid-column-start: 1;
  }

  #w-node-_9ce9b969-2841-f351-9291-c89a14c347f2-1ce3ac3a {
    grid-row: 13 / 14;
  }

  #w-node-bd791734-6db4-55bc-bc60-8ecb3f5eba09-1ce3ac3a {
    grid-row: 14 / 15;
  }

  #w-node-d9871436-b08e-c9c7-2c91-624b8b664289-1ce3ac3a, #w-node-_542cd91e-d291-7ad8-d2d2-37ade55684cf-1ce3ac3a {
    grid-row: 15 / 16;
  }

  #w-node-_8bf8804c-7c9f-db73-259c-bc92ab3d4da6-1ce3ac3a {
    grid-row: 16 / 17;
  }

  #w-node-_56e58f93-b099-32cd-c2ec-957bbaf49853-1ce3ac3a {
    grid-row: 3 / 4;
  }

  #w-node-b81904d4-d39d-7523-9856-472d735d09fd-1ce3ac3a {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-bf0fc8f7-498a-4132-4299-968c58a766e1-1ce3ac3a {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_446f512c-6536-e85e-c37a-80d42ffa4cd6-1ce3ac3a {
    grid-row: 6 / 7;
    grid-column-end: 9;
  }

  #w-node-_78180fb8-af63-0e37-d367-220d8656443b-1ce3ac3a {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-ea423f25-7c83-925d-61a3-8d5c237f45df-1ce3ac3a {
    grid-row: 8 / 9;
  }

  #w-node-_7175a599-c6ab-23df-33e6-26b20a498005-1ce3ac3a {
    grid-row: 10 / 11;
    grid-column-end: 9;
  }

  #w-node-_83d6a16c-f65e-0d00-3d95-8eef67408316-1ce3ac3a {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-a19de78e-7cf3-ffa7-4396-66036559fc92-1ce3ac3a {
    grid-row: 12 / 13;
  }

  #w-node-_2c4f7833-f265-04f3-01f2-2a388effbdaf-1ce3ac3a {
    grid-row: 13 / 14;
    grid-column-end: 9;
  }

  #w-node-_4537fb9a-c9b4-8a2b-1b16-bc98f59890ac-1ce3ac3a {
    grid-row: 11 / 12;
    grid-column-start: 1;
  }

  #w-node-de2382b1-f749-f833-a4d5-89d9582831ee-1ce3ac3a {
    grid-row: 15 / 16;
    grid-column-end: 9;
  }

  #w-node-ecb6f270-8911-da20-62a0-94e460bdab65-1ce3ac3a {
    grid-row: 14 / 15;
    grid-column-start: 1;
  }

  #w-node-_6df865a5-e627-e9f4-fef1-55cc77707dd0-1ce3ac3a {
    grid-row: 16 / 17;
  }

  #w-node-_7a7196a0-7754-4ccf-fb92-6e6c759e980e-1ce3ac3a {
    grid-row: 17 / 18;
  }

  #w-node-_699ea759-26cc-de27-a398-ada0ade11e23-1ce3ac3a, #w-node-_7a4a35df-d612-02fe-6206-8ef86cd8e40c-1ce3ac3a {
    grid-row: 18 / 19;
  }
}


@font-face {
  font-family: 'Sourcesans3_regular';
  src: url('../fonts/SourceSans3-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans3_bold';
  src: url('../fonts/SourceSans3-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xxii neuenorm Webfont round';
  src: url('../fonts/xxiineuenorm-rndcndblack-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}