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

:root {
  --black: #00051c;
  --light-steel-blue: #afc4e6;
  --white: white;
  --light-slate-grey: #6f87a0;
  --orange: #f49800;
  --gold-2: #fbc000;
  --dodger-blue: #029de6;
  --gold: #ffe814;
  --light-grey: #d0d6e0;
  --midnight-blue: #132436;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--black);
  color: var(--light-steel-blue);
  font-family: Roobert, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  background-image: linear-gradient(140deg, var(--white), #bdd7f199);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #fff, #bdd7f199);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

.padding-vertical.padding-impressionen {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.padding-vertical.padding-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.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: flex-start;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-style: solid;
  border-color: var(--light-slate-grey);
  border-radius: .125rem;
  flex: none;
  width: .875rem;
  height: .875rem;
  margin: .1rem .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none, linear-gradient(to top, var(--orange), var(--gold-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  border-radius: .125rem;
  flex: none;
  width: .875rem;
  height: .875rem;
  margin: .1rem .5rem 0 0;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  font-size: .7rem;
  font-weight: 400;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.form_message-success {
  background-color: var(--dodger-blue);
  color: var(--white);
  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 {
  font-family: Roobert, Arial, sans-serif;
  font-weight: 400;
}

.text-rich-text h1 {
  letter-spacing: -.05rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #fff, #bdd7f199);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h2 {
  background-image: linear-gradient(140deg, var(--white), #bdd7f199);
  letter-spacing: -.1px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.text-rich-text h3 {
  background-image: linear-gradient(140deg, #fff, #bdd7f199);
  margin-top: 1.8rem;
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.text-rich-text h4 {
  background-image: linear-gradient(140deg, var(--white), #bdd7f199);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.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 a {
  color: var(--light-steel-blue);
  transition: color .25s;
}

.text-rich-text a:hover {
  color: var(--gold-2);
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

.text-weight-bold.text-color-orange {
  color: var(--gold-2);
}

.text-weight-bold.text-color-gold {
  color: var(--gold);
}

.text-weight-bold.text-color-gold.extra-spacing {
  letter-spacing: .04em;
}

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

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

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

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

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.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 {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

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

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

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

.form_input {
  border: 1px solid var(--light-slate-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 4px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--light-slate-grey);
}

.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 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  width: 100%;
  max-width: 50rem;
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 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 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(to top, #0a283d, #2f84c099);
  border: 1px solid #114366;
  border-radius: 20rem;
  padding: .7rem 2rem;
  font-size: .85rem;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  position: relative;
}

.button:hover {
  border-color: var(--gold-2);
  box-shadow: none;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  transition: color .3s, box-shadow .3s, border-color .3s;
}

.button.is-form-submit:hover {
  color: var(--white);
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-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: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.button-group.form {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  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;
}

.home-section-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.home-hero_wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.main-section {
  position: relative;
}

.text-intro-text {
  font-size: 2.5rem;
  line-height: 1.3;
  display: inline;
}

.home-section-intro {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  padding-top: 6rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-intro-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-video-image {
  opacity: .7;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.image-cover.relative {
  position: relative;
}

.home-hero-background {
  background-image: linear-gradient(#00051c4d, #00051c00 10%), linear-gradient(#00051c00 70%, #00051c), url('../images/background-underwater_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 900;
  color: var(--light-grey);
  background-color: #0000;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  z-index: 800;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.brand-logo {
  width: 6rem;
  padding-left: 0;
}

.brand-logo.w--current {
  width: 6rem;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.brand-logo.footer {
  margin-bottom: 1.25rem;
}

.brand-logo.footer.w--current {
  width: 6rem;
  margin-bottom: 1rem;
  left: 0;
}

.navbar-link {
  color: var(--light-grey);
  letter-spacing: .5px;
  padding: 0;
  font-size: .9rem;
  transition: color .3s;
}

.navbar-link:hover {
  color: #fff;
}

.navbar-link.w--current {
  color: var(--light-grey);
}

.navbar-link-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.home-text-intro-background {
  position: relative;
  inset: -4rem 0% 0%;
}

.signet-holder {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28vw;
  height: 100%;
  display: block;
  position: relative;
}

.signet-behr {
  width: 100%;
  height: 100%;
  position: relative;
}

.signet-container {
  z-index: 2;
  perspective: 1000px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  font-size: 2rem;
  font-weight: 400;
  display: none;
}

.hero-heading {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-heading.text-gradient, .hero-heading.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f4f8ff 40%, #a5bfe9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6.9rem;
}

.video-button {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0a253d;
  background-image: linear-gradient(#00051c00, #428ae24d);
  border: 1px solid #ffffff80;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.home-section-impression {
  background-image: radial-gradient(circle at 50% 60%, #1f629299, #00051c00 45%);
  min-height: 80vh;
  overflow: hidden;
}

.home-wrapper-impression {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-impression-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.home-impression-row._01 {
  width: 100%;
  margin-bottom: 5rem;
}

.home-impression-row._02 {
  margin-bottom: 5rem;
}

.home-impression-row._03 {
  margin-bottom: 0;
}

.home-impression-image-wrapper {
  min-width: 20rem;
  min-height: 16rem;
  position: relative;
  overflow: hidden;
}

.impression-gradient-left {
  background-image: linear-gradient(to right, #00051ce6, #00051c00);
  width: 16rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.impression-gradient-right {
  background-image: linear-gradient(270deg, var(--black), #00051c00);
  width: 16rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.impression-image-overlay {
  color: var(--white);
  text-transform: none;
  background-color: #0c112780;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .8rem;
  display: flex;
  position: absolute;
}

.image {
  position: relative;
  top: -4.38rem;
}

.home-section-brands {
  background-image: linear-gradient(#00051c66, #00051c66), linear-gradient(to top, #00051ce3, #00051c00 20%), linear-gradient(#00051c, #00051c00 30%), url('../images/background-underwater.webp');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto, cover;
  width: 100%;
  min-height: auto;
}

.home-section-katalog {
  margin-top: -12rem;
  position: relative;
}

.section-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 47rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.brands {
  max-width: 38rem;
}

.section-title.angler {
  text-align: left;
  align-items: flex-start;
  max-width: 31rem;
  margin-bottom: 3.5rem;
  margin-left: 0;
  margin-right: 0;
}

.section-title.product {
  max-width: 44rem;
}

.section-title.brands-en {
  max-width: 36rem;
}

.section-title.product-idea {
  margin-bottom: 1rem;
}

.subtitle {
  background-color: #0000;
  background-image: linear-gradient(356deg, var(--midnight-blue), #13243673);
  color: var(--gold-2);
  letter-spacing: .05rem;
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 50rem;
  padding: .3rem .8rem;
  font-size: .7rem;
  display: inline-block;
}

.subtitle.footer {
  color: var(--light-slate-grey);
  background-image: none;
  border-style: none;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}

.home-wrapper-katalog {
  perspective: 1200px;
  background-color: #070f35;
  border-radius: .75rem;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.katalog-blur {
  z-index: 0;
  background-color: var(--dodger-blue);
  opacity: 0;
  filter: blur(30px);
  border-radius: 100%;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.katalog-blur.product {
  height: 30%;
}

.katalog-content {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0d1127d9;
  border: 1px solid #1c364e;
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: 24.375rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 3rem 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.katalog-content.horizontal {
  flex-direction: row;
}

.katalog-content.product {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grid-brands {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brands-wrapper {
  border: 1px #ffffff61;
  justify-content: center;
  align-items: center;
  padding: 2rem 8rem;
  display: flex;
}

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

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

.container-intro.en {
  max-width: 45rem;
}

.intro-wrapper {
  margin-bottom: 0;
}

.home-section-angler {
  background-image: none;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-wrapper-angler {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.slider-component {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-mask {
  width: 33%;
  overflow: visible;
}

.slider-arrow {
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  top: 180px;
  overflow: hidden;
}

.slider-arrow.left {
  padding-bottom: 9px;
  padding-right: 2px;
  transition: background-color .25s, border-color .25s;
  inset: -6.625rem 7% auto auto;
}

.slider-arrow.left:hover {
  border-style: solid;
  border-color: var(--gold-2);
  background-color: #ffffff1a;
}

.slider-arrow.right {
  padding-bottom: 9px;
  padding-left: 2px;
  transition: background-color .25s, border-color .25s;
  inset: -6.625rem 2% auto auto;
}

.slider-arrow.right:hover {
  border-color: var(--gold-2);
  background-color: #ffffff1a;
}

.slider-nav-hidden {
  display: none;
}

.slider-wrapper {
  margin-right: 2em;
}

.slider-card {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  background-color: #0c1127d9;
  border: 1px solid #182f44;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 31.37rem;
  padding: 2.2rem 1.8rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.slider-icon-embed {
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.katalog-content-image {
  box-shadow: -8px 11px 20px 2px var(--black);
  width: 14rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.katalog-content-image.bundle {
  box-shadow: none;
  width: 28rem;
}

.katalog-content-image.magazin {
  width: auto;
  margin-bottom: 1rem;
}

.katalog-content-image.social-media {
  box-shadow: none;
  width: 24rem;
  transform: translate(13%);
}

.slider-author-image {
  border-radius: 100%;
  flex: none;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.slider-author-name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-direction: column;
  font-size: .9rem;
  line-height: 1.3;
  display: flex;
}

.slider-author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.heading-author {
  background-image: linear-gradient(140deg, var(--gold), var(--gold-2));
  font-size: 1.2rem;
}

.grid.is-katalog {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid.is-footer {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.grid.is-contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 2rem;
}

.grid.is-contact-phone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3.625rem 1fr;
  align-items: center;
}

.grid.is-magazin {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.is-timeline {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 40px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 7em;
  display: grid;
  position: relative;
}

.grid.is-timeline.last {
  margin-bottom: 0;
}

.grid.is-newsletter {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.katalog-content-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 24rem;
  display: flex;
}

.katalog-content-text.bundle {
  max-width: 26rem;
}

.text-link {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  border-bottom: .5px solid var(--white);
  color: var(--white);
  letter-spacing: .05rem;
  text-transform: uppercase;
  flex-direction: column;
  padding-bottom: .1rem;
  font-size: .85rem;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: block;
}

.text-link:hover {
  border-bottom-color: var(--gold-2);
  color: var(--gold-2);
}

.text-link.contact {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
}

.text-link.social-media {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
}

.home-section-footer {
  border-top: 1px solid #182f44;
  padding-top: 4rem;
}

.footer-bottom {
  color: #6f87a0;
  border-top: 1px solid #182f44;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.text-link-legal {
  color: #6f87a0;
  text-decoration: none;
  transition: color .35s;
}

.text-link-legal:hover {
  color: var(--light-grey);
}

.footer-bottom-legal {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  display: flex;
}

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

.footer-middle {
  border-top: 1px solid #182f44;
  padding-top: 4.45rem;
  padding-bottom: 3rem;
}

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

.footer-column.brand {
  max-width: 22rem;
}

.text-block {
  color: var(--light-slate-grey);
}

.footer-link {
  color: var(--light-steel-blue);
  padding-top: .45rem;
  padding-bottom: .45rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.footer-link.is-icon:hover {
  color: var(--white);
}

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

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

.home-section-kontakt {
  align-items: center;
  width: 100%;
  min-height: auto;
  display: block;
  overflow: hidden;
}

.home-wrapper-kontakt {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-size-xl {
  background-image: linear-gradient(140deg, var(--white), #bdd7f199);
  color: #fff;
  font-family: Roobert, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: 1;
}

.kontakt-gradient {
  background-image: linear-gradient(to bottom, #13243600 45%, var(--black) 94%);
  display: block;
  position: absolute;
  inset: 0%;
}

.home-wrapper-cta {
  perspective: 1200px;
  background-color: #070f35;
  border-radius: .75rem;
  margin-top: 4rem;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.home-wrapper-cta.is-youtube {
  width: 100%;
  min-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.kontakt-content {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0d1127d9;
  border: 1px solid #182f44;
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: 24.375rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5rem 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kontakt-cta {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-contact {
  text-transform: uppercase;
  font-size: .85rem;
}

.text-newsletter {
  font-size: .7rem;
}

.home-section-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-video-wrapper {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0c112759;
  border: 1px solid #1c364e;
  border-radius: 22em;
  width: 900px;
  height: 525px;
  padding: 1rem;
  position: relative;
}

.home-video-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-video-play-wrapper {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  inset: 0 -55px auto auto;
}

.video-gradient-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.video-gradient {
  position: absolute;
}

.video-gradient._01 {
  background-image: linear-gradient(to bottom, #113583, var(--dodger-blue) 27%, #115b83 71%, #113583);
  filter: blur(150px);
  border-radius: 100%;
  width: 31.25em;
  height: 31.25em;
  inset: 15% 26% 0 auto;
}

.video-gradient._02 {
  filter: blur(180px);
  background-image: linear-gradient(#067ea7 40%, #0f5275 77%, #115483);
  border-radius: 100%;
  width: 18.75em;
  height: 18.75em;
  inset: 50% auto auto 10%;
}

.video-gradient._03 {
  filter: blur(180px);
  background-image: linear-gradient(#0629a7 40%, #0f3075 77%, #113583);
  border-radius: 100%;
  width: 12.5em;
  height: 12.5em;
  inset: auto 11% 25% auto;
}

.magazin-content {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0d1127d9;
  border: 1px solid #1c364e;
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: 24.375rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 3rem 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-section-magazin {
  background-image: radial-gradient(circle at 70%, #1f629266, #13243600 40%);
  position: relative;
}

.magazin-content-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 10rem;
  display: flex;
}

.navbar-mobile-button {
  display: block;
}

.navbar-menu-mobile, .navbar-button {
  display: none;
}

.background-sphere {
  z-index: 0;
  width: 50vw;
  height: 50vw;
  position: absolute;
}

.background-sphere.angler {
  filter: blur(150px);
  background-color: #1f629259;
  width: 35vw;
  height: 35vw;
  display: block;
  left: 30px;
}

.background-sphere.product {
  filter: blur(150px);
  background-color: #1f629259;
  width: 40vw;
  height: 40vw;
  display: block;
  right: 30px;
}

.background-sphere.footer {
  filter: blur(40px);
  background-color: #3b6c8f73;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  display: block;
  inset: 1rem 0% 0% -.5rem;
}

.background-sphere.hero {
  filter: blur(150px);
  background-color: #1f6292d9;
  border-radius: 100%;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: 45% 0% 0%;
}

.background-sphere.product {
  z-index: -1;
  filter: blur(150px);
  background-color: #1f629259;
  width: 35vw;
  height: 35vw;
  display: block;
  top: 15%;
  left: 30px;
  right: auto;
}

.background-sphere.navbar {
  filter: blur(40px);
  background-color: #3b6c8f80;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  display: block;
  inset: 1rem 0% 0% 5vw;
}

.brand-logo-image {
  z-index: 100;
  max-height: 5rem;
  position: relative;
}

.home-section-timeline {
  position: relative;
}

.home-wrapper-timeline {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8rem;
  display: flex;
  position: relative;
}

.timeline-line {
  background-color: #ffffff4d;
  width: 1px;
  height: 98%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5.5px;
}

.timeline-fill {
  background-color: var(--gold-2);
  width: 100%;
  height: 0%;
  box-shadow: 0 0 16px #fbc00066;
}

.timeline-dot-wrapper {
  z-index: 5;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-dot {
  background-color: var(--black);
  box-shadow: none;
  border: 1px solid #ffffff80;
  border-radius: 70%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-top: 1.63em;
}

.timeline-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.timeline-left {
  max-width: 25rem;
}

.timeline-right {
  flex-direction: column;
  width: 100%;
  max-width: 33.13em;
  display: flex;
}

.image-timeline {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 320px;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.number-timeline {
  margin-bottom: .25rem;
  font-size: 4rem;
  line-height: 1;
  position: sticky;
  top: 40px;
}

.product-wrapper-intro {
  width: 100%;
  position: relative;
}

.product-wrapper-intro.koeder {
  height: auto;
}

.product-intro-shadow {
  mix-blend-mode: hard-light;
  background-image: linear-gradient(45deg, #132436, #13243600 85%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-intro-shadow.product {
  background-image: linear-gradient(305deg, #132436, #13243600 56%);
}

.product-intro-shadow.product-reverse {
  background-image: linear-gradient(55deg, #132436, #13243600 56%);
}

.product-showcase-container {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  max-height: none;
  display: flex;
  position: relative;
}

.product-inner-image-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
}

.product-example-wrapper {
  width: 100%;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-example-wrapper.koeder {
  max-width: 11.5rem;
}

.product-example-badge {
  width: 8rem;
  height: 8rem;
  position: absolute;
  inset: auto -2rem -2.3rem auto;
}

.product-example-container {
  z-index: 10;
  position: relative;
}

.home-wrapper-formular {
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.text-link-neutral {
  color: var(--light-steel-blue);
  transition: color .3s;
}

.text-link-neutral:hover {
  color: var(--gold-2);
}

.text-link-neutral.dark {
  color: var(--light-slate-grey);
}

.text-link-neutral.no-underline {
  color: var(--light-grey);
  text-decoration: none;
}

.home-hero_container {
  text-align: center;
}

.heading-style-hero {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  font-family: Vagroundedstd;
  font-size: 14.5rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-hero-subline {
  font-family: Frankfurter Std;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
}

.home-hero_heading-wrapper {
  display: none;
  position: relative;
}

.home-subpage_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.extra-letter-spacing {
  letter-spacing: 2px;
}

.heading-style-subpage {
  font-size: 3.2rem;
}

.home-hero_cta-wrapper {
  position: absolute;
  left: auto;
  right: 11%;
}

.home-hero_cta-wrapper.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 35ch;
  display: flex;
  left: 8%;
  right: auto;
}

.home-hero_cta-wrapper.left.larger {
  max-width: 37ch;
  left: 6%;
}

.home-hero_cta-katalog {
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotate(7deg);
}

.home-hero_cta-text {
  z-index: auto;
  text-align: center;
  background-color: #0c1127d9;
  background-image: linear-gradient(0deg, #13243600, #428ae24d);
  border: 1px solid #ffffff80;
  border-radius: .75rem;
  padding: 1.2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.15;
  position: relative;
  box-shadow: 0 20px 7px 2px #1324362b;
}

.home-hero_cta-text.gold {
  background-image: linear-gradient(0deg, #13243600, #428ae24d);
  font-size: 1.2rem;
  line-height: 1.3;
}

.home-hero_cta-link {
  z-index: 10;
  color: var(--light-grey);
  text-decoration: none;
  position: relative;
  bottom: -1.5rem;
}

.home-hero_cta-link.left {
  cursor: pointer;
  bottom: -.7rem;
}

.cta-number-large {
  letter-spacing: 3px;
  font-size: 2.4rem;
}

.cta-number-large.text-color-gold {
  color: var(--gold);
}

.haendler-content-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 44rem;
  display: flex;
}

.haendler-content-text.small {
  max-width: 36rem;
}

.grid-haendler-infos {
  grid-template-rows: auto;
  width: 100%;
  max-width: 80%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.navbar-background {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(#00051ccc, #13243600);
  position: absolute;
  inset: 0%;
}

.home-section-product {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube-content {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0d1127d9;
  border: 1px solid #182f44;
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: 24.375rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5rem 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cookie-tag {
  color: var(--light-steel-blue);
  margin-top: 0;
  margin-bottom: .31rem;
  font-family: Roobert, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.paragraph {
  margin-bottom: .31rem;
  font-family: Roobert, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph.bold {
  color: var(--light-grey);
  text-align: right;
  font-family: Roobert, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.privacy-title {
  color: var(--light-grey);
  margin-bottom: .63rem;
  font-family: Roobert, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-slate-grey);
  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 {
  border: 1px solid var(--midnight-blue);
  cursor: pointer;
  background-color: #13243680;
  border-radius: 10rem;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-size: .8rem;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
}

.button-2 {
  background-color: #27313d;
  border: 1px solid #27313d;
  border-radius: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 12px;
  font-family: Roobert, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  transition: all .3s;
}

.button-2:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button-2.accept {
  float: left;
  border-width: 1px;
  border-color: var(--light-slate-grey);
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  text-align: center;
  border-radius: 20rem;
  margin: 0;
  padding: .31rem .75rem;
  font-family: Roobert, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  position: relative;
}

.button-2.accept:hover {
  color: var(--white);
}

.button-2.deny {
  float: left;
  background-color: var(--light-grey);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: .31rem .75rem;
  font-family: Roobert, Arial, sans-serif;
  font-size: .75rem;
}

.button-2.deny:hover {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  border-width: 1px;
}

.fs-cookie-popup {
  z-index: 900;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--midnight-blue);
  color: var(--light-steel-blue);
  background-color: #00051ce6;
  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-end;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  padding: .94rem;
  font-size: .75rem;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.close-button {
  filter: invert();
  width: 1.88rem;
  height: 1.88rem;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
}

.preferences-link {
  color: var(--light-grey);
  margin-right: 0;
  font-family: Roobert, Arial, sans-serif;
  transition: color .3s;
  display: block;
}

.preferences-link:hover {
  opacity: 1;
  color: var(--light-steel-blue);
}

.checkbox-label {
  display: none;
}

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

.checkbox.w--redirected-checked {
  background-color: var(--dodger-blue);
  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 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: .5rem;
  margin-left: 0;
  display: flex;
  position: relative;
  left: -.75rem;
}

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

.fs-preferences-manager-wrapper {
  z-index: 2000;
  background-color: #00051cb3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preferences-container {
  z-index: 99;
  border: 1px solid var(--light-slate-grey);
  background-color: var(--black);
  border-radius: 20px;
  min-width: 31.25rem;
  max-width: 31.25rem;
  max-height: 67.5rem;
  padding: 1.5rem;
  position: relative;
}

.cookie-paragraph {
  color: var(--light-slate-grey);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Roobert, Arial, sans-serif;
  position: static;
}

.cookies {
  z-index: 2000;
  display: block;
  position: relative;
}

.cookie-text-wrapper {
  max-width: 34.38rem;
}

.button-cookie-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-left: -.75rem;
  display: flex;
  position: relative;
}

.button-cookie-accept {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: 1rem;
  margin-left: -.75rem;
  display: flex;
  position: relative;
}

.subpage-section-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 90svh;
  display: flex;
  position: relative;
}

.navbar-link-lang {
  z-index: 100;
  opacity: .85;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 1.94rem;
  height: 1.4rem;
  margin-bottom: .3rem;
  transition: opacity .3s;
  position: static;
}

.navbar-link-lang:hover {
  opacity: 1;
}

.navbar-link-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-image {
  z-index: 100;
  position: relative;
}

.product-idea-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.product-idea-wrapper.last {
  margin-bottom: 0;
}

.product-inner-image-koeder {
  object-fit: contain;
  max-height: 14rem;
}

.popup-wrapper {
  z-index: 9000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.popup-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80vh;
  max-width: 75rem;
  height: 80vh;
  max-height: 36rem;
  display: flex;
  position: relative;
}

.popup-bg {
  z-index: 0;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-video {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-close {
  z-index: 2;
  background-color: var(--white);
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.popup-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.home-video-image-wrapper {
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.futter-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-hero_cta-futter {
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotate(-4deg);
}

.home-hero-teaser {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_cta-new {
  color: var(--gold);
  letter-spacing: .05em;
  padding-bottom: .4rem;
  font-size: 2.5rem;
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  h2 {
    background-image: linear-gradient(140deg, var(--white), #bdd7f18c);
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 3.35rem;
    font-weight: 400;
  }

  .signet-holder {
    max-width: 32rem;
  }

  .home-impression-image-wrapper {
    min-width: 26rem;
    min-height: 20rem;
  }

  .image {
    top: -4.9rem;
  }

  .section-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 52rem;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subtitle {
    text-transform: uppercase;
    font-size: .9rem;
  }

  .container-intro {
    max-width: 50rem;
  }

  .home-wrapper-cta.is-youtube {
    min-width: 80rem;
  }

  .product-inner-image {
    object-fit: cover;
  }

  .navbar-link-lang {
    align-items: center;
    display: block;
  }
}

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .spacer-96 {
    padding: 5rem 0 0;
  }

  .spacer-medium {
    padding: 1.5rem;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .home-hero_wrapper {
    padding-top: 10rem;
  }

  .text-intro-text {
    text-align: center;
    font-size: 2rem;
  }

  .home-section-intro {
    padding-bottom: 8rem;
  }

  .brand-logo {
    width: 5rem;
  }

  .brand-logo.w--current {
    z-index: 10;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 5rem;
    padding-top: 0;
    display: block;
  }

  .brand-logo.footer {
    width: 6rem;
  }

  .signet-holder {
    max-width: 20rem;
  }

  .hero-heading, .hero-heading.gradient {
    font-size: 5rem;
  }

  .home-section-impression {
    min-height: auto;
  }

  .home-impression-row._01, .home-impression-row._02 {
    margin-bottom: 2rem;
  }

  .home-impression-image-wrapper {
    min-width: 16rem;
    min-height: 11rem;
  }

  .impression-gradient-left, .impression-gradient-right {
    width: 12rem;
  }

  .impression-image-overlay {
    display: none;
  }

  .image {
    top: -3.7rem;
  }

  .home-section-brands {
    min-height: auto;
  }

  .home-section-katalog {
    z-index: 10;
    position: relative;
  }

  .section-title.brands {
    margin-bottom: 3rem;
  }

  .section-title.angler {
    margin-bottom: 8rem;
  }

  .section-title.brands-en {
    margin-bottom: 3rem;
  }

  .katalog-content {
    justify-content: flex-start;
  }

  .katalog-content.horizontal {
    flex-direction: column;
  }

  .brands-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .home-section-angler {
    min-height: auto;
  }

  .slider-arrow.left {
    top: -5rem;
    left: 0;
    right: auto;
  }

  .slider-arrow.right {
    top: -5rem;
    left: 4rem;
    right: auto;
  }

  .katalog-content-image.magazin {
    max-width: 12rem;
  }

  .grid.is-katalog {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .grid.is-footer {
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-contact {
    grid-template-columns: 1fr;
  }

  .grid.is-magazin {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid.navbar-mobile {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid.is-timeline {
    margin-bottom: 5em;
  }

  .grid.is-newsletter {
    grid-template-columns: 1fr;
  }

  .footer-column {
    text-align: center;
    align-items: center;
  }

  .footer-column.brand {
    max-width: 58%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-xl {
    font-size: 22vw;
  }

  .home-wrapper-cta {
    margin-top: 2rem;
  }

  .home-wrapper-cta.is-youtube {
    min-width: auto;
  }

  .kontakt-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .kontakt-cta.menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: flex-start;
  }

  .subtitle-contact {
    color: var(--light-steel-blue);
  }

  .text-newsletter {
    font-size: .8rem;
  }

  .home-section-video {
    min-height: auto;
  }

  .home-video-wrapper {
    width: 70vw;
    height: 100vw;
  }

  .home-video-play-wrapper {
    margin-top: -146px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .video-gradient._01 {
    margin-left: auto;
    margin-right: auto;
    inset: 5% 0% 0%;
  }

  .video-gradient._02 {
    top: auto;
    bottom: 10%;
    left: 5%;
  }

  .video-gradient._03 {
    bottom: 10%;
    right: 0%;
  }

  .magazin-content-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 30rem;
  }

  .navbar-mobile-button {
    justify-content: flex-start;
    align-items: flex-start;
    height: 1.1rem;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-link {
    color: var(--light-grey);
    text-align: center;
    letter-spacing: .1rem;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 1;
    text-decoration: none;
    transition: color .3s;
    display: flex;
  }

  .mobile-menu-link:hover {
    color: var(--white);
  }

  .mobile-menu-text {
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .navbar-menu-mobile {
    z-index: 1;
    background-color: var(--midnight-blue);
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding: 10rem 5vw 1.5rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navbar-link-wrapper-mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
    display: flex;
  }

  .navbar-link-mobile {
    color: var(--light-grey);
    text-transform: uppercase;
    font-size: 3rem;
    text-decoration: none;
  }

  .navbar-link-info {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .navbar-button {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #162a3fb3;
    border: 1px solid #21415d;
    border-radius: 20rem;
    padding: 10px 18px;
    display: block;
    position: relative;
  }

  .background-sphere.footer {
    left: -25%;
  }

  .brand-logo-image {
    max-height: 4rem;
  }

  .brand-logo-image.footer {
    max-height: none;
  }

  .home-section-timeline {
    z-index: 10;
    position: relative;
  }

  .timeline-content-wrapper {
    grid-template-columns: 1fr;
  }

  .timeline-left {
    max-width: none;
  }

  .number-timeline {
    font-size: 2.5em;
  }

  .product-example-wrapper {
    width: 11rem;
  }

  .product-example-wrapper.koeder {
    max-width: 8.5rem;
  }

  .product-inner-image {
    object-fit: contain;
  }

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

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

  .home-hero_cta-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    right: auto;
  }

  .home-hero_cta-wrapper.left, .home-hero_cta-wrapper.left.larger {
    left: auto;
  }

  .home-hero_cta-katalog {
    width: 10rem;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-haendler-infos {
    max-width: none;
  }

  .home-section-product {
    min-height: auto;
  }

  .youtube-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .subpage-section-hero {
    align-items: center;
  }

  .navbar-link-lang {
    height: 2rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .navbar-link-icon {
    height: 1.5rem;
  }

  .product-idea-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .popup-video-wrapper {
    max-height: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero_cta-futter {
    width: 16rem;
  }

  .home-hero-teaser {
    justify-content: space-between;
    position: relative;
  }
}

@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-vertical.padding-large, .padding-vertical.padding-impressionen, .padding-vertical.padding-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .spacer-96 {
    padding: 3.5rem 0 0;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .home-section-intro {
    padding-top: 2rem;
  }

  .brand-logo {
    width: 4rem;
  }

  .brand-logo.w--current {
    width: 5rem;
    padding-left: 0;
    display: block;
  }

  .signet-holder {
    max-width: 60%;
  }

  .hero-heading.gradient {
    font-size: 4.3rem;
    line-height: 1.2;
  }

  .home-impression-image-wrapper {
    min-width: 14rem;
    min-height: 10rem;
  }

  .impression-gradient-left, .impression-gradient-right {
    width: 25%;
  }

  .image {
    top: -3.4375rem;
  }

  .home-section-katalog {
    margin-top: -13rem;
  }

  .section-title.brands, .section-title.brands-en, .section-title.brands-en {
    margin-bottom: 2rem;
  }

  .subtitle.footer {
    margin-bottom: 1rem;
  }

  .katalog-content {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .brands-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slider-mask {
    width: 30%;
  }

  .slider-arrow.left {
    right: auto;
  }

  .slider-card {
    min-height: 32.88em;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .katalog-content-image {
    width: 100%;
    max-width: 14rem;
  }

  .katalog-content-image.bundle {
    width: auto;
  }

  .katalog-content-image.magazin {
    max-width: 12em;
  }

  .grid.is-timeline {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 12px 1fr;
  }

  .katalog-content-text {
    max-width: none;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    text-align: center;
    align-items: center;
  }

  .footer-column.brand {
    align-items: center;
    max-width: none;
    margin-bottom: 2rem;
  }

  .text-size-xl {
    font-size: 24vw;
  }

  .kontakt-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-newsletter {
    font-size: .8rem;
  }

  .home-video-wrapper {
    height: 100vw;
  }

  .home-video-play-wrapper {
    margin-top: -70px;
    padding-top: 0;
  }

  .video-gradient._01 {
    width: 80%;
    height: 40vh;
    top: 17%;
    left: 0%;
  }

  .video-gradient._02 {
    width: 12em;
    height: 12em;
    bottom: 22%;
  }

  .magazin-content {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .magazin-content-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: none;
  }

  .navbar-menu-mobile {
    display: none;
  }

  .navbar-link-wrapper-mobile {
    margin-bottom: 2rem;
  }

  .navbar-link-mobile {
    font-size: 2rem;
  }

  .navbar-link-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .brand-logo-image {
    margin-left: 0;
  }

  .number-timeline {
    font-size: 2em;
  }

  .product-showcase-container {
    height: 18rem;
  }

  .product-example-wrapper {
    width: 12rem;
  }

  .product-example-badge {
    width: 6rem;
    height: 6rem;
    bottom: -1.4rem;
    right: -1.3rem;
  }

  .heading-style-subpage {
    font-size: 2.2rem;
  }

  .home-hero_cta-wrapper.left.larger {
    max-width: 34ch;
  }

  .home-hero_cta-katalog {
    width: 10rem;
  }

  .home-hero_cta-text {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1.3rem;
  }

  .haendler-content-text {
    max-width: none;
  }

  .grid-haendler-infos {
    grid-template-columns: 1fr 1fr;
  }

  .youtube-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .close-button {
    width: 1.6rem;
    height: 1.6rem;
  }

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

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

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

  .logo-image {
    margin-left: 0;
  }

  .popup-video-wrapper {
    max-height: 26rem;
  }

  .home-hero_cta-futter {
    width: 15rem;
  }
}

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

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

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

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

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

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

  .padding-vertical.padding-large, .padding-vertical.padding-impressionen, .padding-vertical.padding-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .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_form {
    grid-template-columns: 1fr;
  }

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

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

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

  .main-wrapper {
    overflow: hidden;
  }

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

  .button-group {
    justify-content: center;
  }

  .home-hero_wrapper {
    padding-top: 8rem;
  }

  .text-intro-text {
    font-size: 1.2rem;
  }

  .home-section-intro {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 12rem;
  }

  .text-intro-wrapper {
    margin-top: 5rem;
  }

  .brand-logo {
    width: 3rem;
  }

  .brand-logo.w--current {
    width: 4rem;
  }

  .home-text-intro-background {
    top: 0;
  }

  .signet-holder {
    max-width: 70%;
  }

  .hero-heading.gradient {
    font-size: 3.6rem;
  }

  .video-button {
    width: 6rem;
    height: 6rem;
    font-size: .7rem;
    line-height: 1.3;
  }

  .home-impression-image-wrapper {
    min-width: 10rem;
    min-height: 7rem;
  }

  .image {
    top: -2.5rem;
  }

  .section-title.angler {
    white-space: break-spaces;
    width: 100vw;
    max-width: none;
  }

  .katalog-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 2rem 1.25rem;
  }

  .katalog-content.product {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .brands-wrapper {
    padding: 1.5rem 2rem;
  }

  .home-section-angler {
    overflow: hidden;
  }

  .slider-mask {
    width: 22%;
  }

  .slider-card {
    justify-content: flex-start;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .85rem;
    line-height: 1.6;
  }

  .katalog-content-image {
    width: 100%;
    max-width: 12rem;
  }

  .katalog-content-image.magazin {
    max-width: 7rem;
  }

  .slider-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid.is-magazin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid.is-timeline {
    margin-bottom: 4em;
  }

  .katalog-content-text {
    font-size: .9rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-column {
    text-align: center;
    align-items: center;
  }

  .text-size-xl {
    font-size: 24vw;
  }

  .home-wrapper-cta {
    margin-top: 1rem;
  }

  .kontakt-content {
    padding: 2rem 1rem;
  }

  .kontakt-cta.menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .home-section-video {
    overflow: hidden;
  }

  .home-video-wrapper {
    width: 80vw;
  }

  .home-video-play-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -80px;
    display: flex;
  }

  .video-gradient._01 {
    height: 30vh;
    top: 26%;
  }

  .video-gradient._02 {
    bottom: 29%;
  }

  .video-gradient._03 {
    bottom: 27%;
  }

  .magazin-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 2rem 1.5rem;
  }

  .magazin-content-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-size: .9rem;
  }

  .navbar-menu-mobile {
    padding-top: 8rem;
    display: none;
  }

  .navbar-link-wrapper-mobile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
  }

  .navbar-link-mobile {
    font-size: 1.8rem;
  }

  .navbar-link-info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brand-logo-image {
    max-height: 3rem;
  }

  .home-section-timeline {
    top: auto;
  }

  .product-showcase-container {
    width: 12rem;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .product-example-wrapper {
    width: 10rem;
    max-width: 9rem;
  }

  .product-example-wrapper.koeder {
    max-width: 8rem;
  }

  .product-example-badge {
    width: 5rem;
    height: 5rem;
    bottom: -.9rem;
    right: -.8rem;
  }

  .home-hero_container {
    align-items: flex-start;
  }

  .home-subpage_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-subpage {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .home-hero_cta-wrapper {
    flex-direction: column;
  }

  .home-hero_cta-wrapper.left {
    order: 1;
  }

  .home-hero_cta-katalog {
    width: 12rem;
    margin-top: 1rem;
  }

  .home-hero_cta-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    bottom: -2rem;
    left: auto;
  }

  .home-hero_cta-link, .home-hero_cta-link.left {
    bottom: auto;
  }

  .haendler-content-text {
    font-size: .9rem;
  }

  .grid-haendler-infos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .home-section-product {
    overflow: hidden;
  }

  .youtube-content {
    padding: 2rem 1rem;
  }

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

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

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

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

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

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

  .button-wrapper {
    grid-column-gap: .63rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    left: auto;
  }

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

  .preferences-container {
    padding: 15px;
  }

  .cookie-paragraph {
    max-width: none;
    margin-bottom: 0;
    font-size: 12px;
  }

  .cookies {
    display: block;
  }

  .cookie-text-wrapper {
    max-width: none;
  }

  .subpage-section-hero {
    align-items: center;
    padding-top: 0;
  }

  .navbar-link-lang {
    margin-top: 2rem;
  }

  .product-idea-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .product-inner-image-koeder {
    max-height: 10rem;
  }

  .popup-bg {
    background-color: #00000080;
  }

  .home-hero_cta-futter {
    width: 16.5rem;
    margin-top: 1.5rem;
  }

  .home-hero-teaser {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
  }
}

#w-node-_9771a5a0-c317-3a98-45af-dbef8835e4e0-1f0dd6a7, #w-node-_66e706f1-e77e-af6c-9ebf-2f106ffb88e4-1f0dd6a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66e706f1-e77e-af6c-9ebf-2f106ffb88f3-1f0dd6a7, #w-node-_66e706f1-e77e-af6c-9ebf-2f106ffb8912-1f0dd6a7, #w-node-_9f328845-da14-e31c-f105-222432c307cb-1f0dd6a7, #w-node-f04634d9-7166-5a22-a4d6-b3fdbc0d4279-1f0dd6a7, #w-node-_3970d382-fafe-2b4b-8f32-887140bf7c5c-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba3a-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba46-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba4e-1f0dd6a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03f52197-686d-aedd-79bb-53162e54ba5e-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba60-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba62-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba6c-1f0dd6a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2b22a73-7ac2-1f9c-12a8-837783885de0-1f0dd6a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2b22a73-7ac2-1f9c-12a8-837783885de2-1f0dd6a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2b22a73-7ac2-1f9c-12a8-837783885de4-1f0dd6a7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: auto;
}

#w-node-a2b22a73-7ac2-1f9c-12a8-837783885dfc-1f0dd6a7, #w-node-a2b22a73-7ac2-1f9c-12a8-837783885e06-1f0dd6a7, #w-node-a2b22a73-7ac2-1f9c-12a8-837783885e10-1f0dd6a7, #w-node-a2b22a73-7ac2-1f9c-12a8-837783885e1a-1f0dd6a7 {
  place-self: center end;
}

#w-node-_3e48dba6-5b95-4b63-7741-3b38ed706290-c40254df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd5c-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd5e-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd60-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd62-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd64-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd66-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd68-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd6a-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd6c-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd6e-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd70-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd78-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd74-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd76-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd72-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd7a-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd7c-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd7e-6b4dfd5b, #w-node-f0e3ba45-36c5-f7a7-d1da-3bde6b4dfd80-6b4dfd5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94ccdd1b-fdda-1c2e-754d-7fc3714f8c0f-6b4dfd5b {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_97deadff-2e9d-dff2-9d61-94b511ad7d9b-11ad7d7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c00d03b4-9c2e-50ac-c142-99f8943d627b-250dd6ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e0cbf3bc-ec45-390c-1fea-9a99eaf91233-6f3f96c4, #w-node-e0cbf3bc-ec45-390c-1fea-9a99eaf9123f-6f3f96c4, #w-node-e0cbf3bc-ec45-390c-1fea-9a99eaf91249-6f3f96c4, #w-node-e0cbf3bc-ec45-390c-1fea-9a99eaf91253-6f3f96c4 {
  place-self: center end;
}

#w-node-efa26805-768a-74de-1f33-81f846ade130-5c03072d, #w-node-c6e8c4fd-76e6-9579-1356-47d93cf6d636-5c03072d, #w-node-a234e52d-2a7f-b9ac-8cbe-6749698ff1f0-5c03072d, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e771-5c03072d, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e773-5c03072d, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e774-5c03072d, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fdd-5c03072d, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fdf-5c03072d, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fe0-5c03072d, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a4-5c03072d, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a6-5c03072d, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a7-5c03072d, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266a-5c03072d, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266c-5c03072d, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266d-5c03072d, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d0-5c03072d, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d2-5c03072d, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d3-5c03072d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b66aaeb1-40cd-0105-2edc-1d8bcb66a798-5c03072d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb29de0f-edbe-a767-4421-36ca47a676a3-5c03072d, #w-node-_37ddf2a7-fde8-f410-1909-321c2e7727eb-5c03072d, #w-node-ce89e222-7128-d37f-69a7-aa57ae50a4ad-5c03072d, #w-node-ce89e222-7128-d37f-69a7-aa57ae50a4b9-5c03072d, #w-node-ce89e222-7128-d37f-69a7-aa57ae50a4c1-5c03072d, #w-node-efa26805-768a-74de-1f33-81f846ade130-7ffa69d3, #w-node-c6e8c4fd-76e6-9579-1356-47d93cf6d636-7ffa69d3, #w-node-a234e52d-2a7f-b9ac-8cbe-6749698ff1f0-7ffa69d3, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e771-7ffa69d3, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e773-7ffa69d3, #w-node-dda8013e-c30a-086e-d7ce-bacf2241e774-7ffa69d3, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fdd-7ffa69d3, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fdf-7ffa69d3, #w-node-_78ffb6ff-6720-b6c2-1cb1-2a7745702fe0-7ffa69d3, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a4-7ffa69d3, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a6-7ffa69d3, #w-node-_0e07ddac-eb4a-1ec9-95f9-e5c59f08a4a7-7ffa69d3, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266a-7ffa69d3, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266c-7ffa69d3, #w-node-_72c1945e-0cd0-26b7-f00d-626f4a6d266d-7ffa69d3, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d0-7ffa69d3, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d2-7ffa69d3, #w-node-d4cc5c1a-86a5-36d1-e9a5-233730f898d3-7ffa69d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7c510fd-fd71-7358-66fa-014c7c93c297-7ffa69d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7c510fd-fd71-7358-66fa-014c7c93c29e-7ffa69d3, #w-node-a7c510fd-fd71-7358-66fa-014c7c93c2c1-7ffa69d3, #w-node-_44cf8e8d-c124-9a74-20ca-eb139634404e-7ffa69d3, #w-node-_44cf8e8d-c124-9a74-20ca-eb139634405a-7ffa69d3, #w-node-_44cf8e8d-c124-9a74-20ca-eb1396344064-7ffa69d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f56979de-3e09-322a-0afc-1c27629a09c4-629a09ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_979db867-fe7b-d905-529c-fe9650dbf96a-50dbf947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bff3fce0-bc3e-271d-bb69-09dc88a6b820-7f7d9bd4, #w-node-b48964a3-5d99-e13e-dc89-f024c87bbe82-7f7d9bd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b48964a3-5d99-e13e-dc89-f024c87bbe91-7f7d9bd4, #w-node-b48964a3-5d99-e13e-dc89-f024c87bbeb0-7f7d9bd4, #w-node-_341c83b1-d060-d7df-847a-c10e834706eb-7f7d9bd4, #w-node-_341c83b1-d060-d7df-847a-c10e834706ec-7f7d9bd4, #w-node-_341c83b1-d060-d7df-847a-c10e834706ed-7f7d9bd4, #w-node-_87f505b7-1ac1-fb77-f6e3-a7e88e513a64-7f7d9bd4, #w-node-_87f505b7-1ac1-fb77-f6e3-a7e88e513a70-7f7d9bd4, #w-node-_87f505b7-1ac1-fb77-f6e3-a7e88e513a7a-7f7d9bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f4-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f6-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f8-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd446773102-7f7d9bd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa3-7f7d9bd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa5-7f7d9bd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa7-7f7d9bd4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: auto;
}

#w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fc1-7f7d9bd4, #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fcd-7f7d9bd4, #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fd7-7f7d9bd4, #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fe1-7f7d9bd4 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_3e48dba6-5b95-4b63-7741-3b38ed706290-c40254df {
    grid-column: span 1 / span 1;
  }

  #w-node-_38238178-1ec3-cabb-57b1-f3a1c40254e5-c40254df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97deadff-2e9d-dff2-9d61-94b511ad7d93-11ad7d7a, #w-node-_97deadff-2e9d-dff2-9d61-94b511ad7d9a-11ad7d7a, #w-node-_97deadff-2e9d-dff2-9d61-94b511ad7d9b-11ad7d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c00d03b4-9c2e-50ac-c142-99f8943d627b-250dd6ac, #w-node-f56979de-3e09-322a-0afc-1c27629a09c4-629a09ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_11d70c3d-aabc-9cb2-a1db-3520601b542f-629a09ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_979db867-fe7b-d905-529c-fe9650dbf962-50dbf947, #w-node-_979db867-fe7b-d905-529c-fe9650dbf969-50dbf947, #w-node-_979db867-fe7b-d905-529c-fe9650dbf96a-50dbf947 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9771a5a0-c317-3a98-45af-dbef8835e4e0-1f0dd6a7, #w-node-_66e706f1-e77e-af6c-9ebf-2f106ffb88e4-1f0dd6a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb29de0f-edbe-a767-4421-36ca47a676a3-5c03072d, #w-node-_37ddf2a7-fde8-f410-1909-321c2e7727eb-5c03072d, #w-node-a7c510fd-fd71-7358-66fa-014c7c93c29e-7ffa69d3, #w-node-a7c510fd-fd71-7358-66fa-014c7c93c2c1-7ffa69d3 {
    order: -9999;
  }

  #w-node-bff3fce0-bc3e-271d-bb69-09dc88a6b820-7f7d9bd4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03f52197-686d-aedd-79bb-53162e54ba5e-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba60-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba62-1f0dd6a7, #w-node-_03f52197-686d-aedd-79bb-53162e54ba6c-1f0dd6a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2b22a73-7ac2-1f9c-12a8-837783885ddf-1f0dd6a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-a2b22a73-7ac2-1f9c-12a8-837783885de0-1f0dd6a7 {
    place-self: auto;
  }

  #w-node-a2b22a73-7ac2-1f9c-12a8-837783885de4-1f0dd6a7 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f4-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f6-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd4467730f8-7f7d9bd4, #w-node-_2aafe83e-47ac-03e4-e597-bcd446773102-7f7d9bd4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa2-7f7d9bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa3-7f7d9bd4 {
    place-self: auto;
  }

  #w-node-_32dba2fd-653b-b9b2-807c-2b4589e39fa7-7f7d9bd4 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}


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