@font-face {
  font-family: Magicuipro;
  src: url('../fonts/MagicUiPro-Medium.2d0a34c.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Magicuipro;
  src: url('../fonts/MagicUiPro-Bold.bcad84e.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Magicuipro;
  src: url('../fonts/MagicUiPro-SemiBold.4db5fe2.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Feather;
  src: url('../fonts/feather.3fa166a.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Grandslang b side;
  src: url('../fonts/GrandSlang-B-Side.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Hurmegeometricsans4;
  src: url('../fonts/HurmeGeometricSans4-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --offwhite: #fbfbfa;
  --silver: #bec0c5;
  --black: black;
  --yellow: #e1ff00;
  --deep-pink: #ee2e73;
  --tan: #9c8969;
  --royal-blue: #0075ff;
}

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

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

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

body {
  background-color: var(--offwhite);
  color: var(--silver);
  letter-spacing: -.015rem;
  font-family: Magicuipro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.global-styles {
  display: none;
}

.nav-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.navigation-bar {
  z-index: 98;
  -webkit-backdrop-filter: saturate(400%) blur(20px);
  backdrop-filter: saturate(400%) blur(20px);
  background-color: #fbfbfa33;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: var(--black);
  background-color: #0000;
  border: .125rem solid #000;
  border-radius: 999px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: 0 1.2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--yellow);
}

.button.anmeldung {
  background-color: var(--deep-pink);
  color: var(--offwhite);
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-weight: 400;
  line-height: 1;
}

.nav-logo {
  color: var(--black);
  align-items: flex-start;
  width: auto;
  display: block;
}

.nav-logo.w--current {
  align-items: center;
}

.hero-section {
  width: 100%;
  height: 200vh;
  position: relative;
}

.hero-video-wrapper {
  width: 100vw;
  height: 100vh;
  padding: 7.5rem 2rem 2rem;
  position: sticky;
  top: 0;
}

.background-video {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.hero-video-container {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

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

.content-wrapper.buttons {
  align-items: flex-start;
}

.paragraph-row {
  color: var(--silver);
  width: 100%;
  margin-top: 2rem;
}

.text {
  margin-bottom: 0;
}

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

.overlay-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  -webkit-backdrop-filter: blur(12.5rem);
  backdrop-filter: blur(12.5rem);
  color: #fbfbfa;
  cursor: pointer;
  background-color: #d2d2d21a;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
}

.play-icon {
  flex: 1;
  width: 24px;
  height: 24px;
}

.section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.section.popup, .section.menu, .section.cocktails {
  z-index: 2;
}

.button-row {
  color: var(--silver);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}

.preview-wrapper {
  z-index: 5;
  border-radius: .75rem;
  width: 16rem;
  height: 20rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 2%;
  overflow: hidden;
}

.preview-wrapper.shorter {
  height: 12rem;
  display: none;
}

.preview-wrapper.shorter.taller {
  height: 25rem;
}

.video-full {
  width: 100%;
  height: 100%;
}

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

.row {
  color: var(--silver);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.row.sentence {
  margin-top: 0;
}

.row.sentence.margin-bottom {
  margin-bottom: 1rem;
}

.logo-track {
  background-image: url('../images/Logotrack-1.svg');
  background-position: 100% 0;
  background-size: auto;
  width: 100%;
  height: 6rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.logo-track.one {
  background-image: url('../images/Logotrack-1.svg');
  background-position: 2625px 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.logo-track.two {
  background-image: url('../images/Logotrack-2.svg');
  background-position: 2625px 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.logo-track.three {
  background-image: url('../images/Logotrack-3.svg');
  background-position: 2625px 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.logo-track.four {
  background-image: url('../images/Logotrack-4.svg');
  background-position: 2625px 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.logo-track.five {
  background-image: url('../images/Logotrack-5.svg');
  background-position: 2625px 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.footer {
  z-index: 0;
  width: 100vw;
  height: 200vh;
  position: relative;
}

.footer-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.infinity-wrapper {
  display: flex;
  position: relative;
}

.infinity-trigger {
  height: 20px;
  position: absolute;
  inset: 30% 0% auto;
}

.heading {
  background-image: none;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.gradient-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #d500ff, #ff0004 50%, #fdc600);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading.gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00c4ff, #00bd29 50%, #ffc800);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading.gradient-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #3f0, #ff0004 50%, #ec00fd);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading.gradient-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #ce0097, #344ed3 50%, #00fde8);
  -webkit-background-clip: text;
  background-clip: text;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-toggle-text {
  font-size: 1.125rem;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 2em;
  min-height: 25rem;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 300px -20px #00000040;
}

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

.popup-toggle {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border: .125rem solid #000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  height: 3.25rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.125rem;
  transition: background-color .2s;
  display: flex;
}

.popup-toggle:hover {
  background-color: var(--yellow);
}

.popup-toggle.opacity-zero {
  opacity: 0;
}

.popup-close-icon {
  width: 1rem;
  height: 1rem;
}

.popup-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.popup-top {
  color: var(--black);
  flex: 0 auto;
}

.popup-bottom {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pupup-contact-buttons {
  grid-column-gap: 1rem;
  align-self: center;
  display: flex;
}

.contact-box_icon {
  object-fit: contain;
  align-items: center;
  display: flex;
}

.bcw-logo {
  width: 10rem;
  margin-bottom: 1.5rem;
}

.popup-toggle_nav {
  color: var(--black);
  cursor: pointer;
  border: .125rem solid #000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  height: 3.25rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
}

.pop-up_text {
  margin-bottom: 0;
  font-weight: 400;
}

.pop-up_text.black {
  color: var(--black);
}

.off-canvas-wrapper {
  z-index: 99;
  background-color: var(--offwhite);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: scroll;
  box-shadow: 0 1px 300px -20px #00000040;
}

.off-canvas-wrapper.cocktailmaschine, .off-canvas-wrapper.festivalbecher, .off-canvas-wrapper.about-us {
  display: none;
}

.off-canvas-wrapper.jobs, .off-canvas-wrapper.events {
  display: block;
}

.off-canvas-wrapper.impressum, .off-canvas-wrapper.datenschutz {
  display: none;
}

.off-canvas_bottom {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.off-canvas-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.off-canvas-heading.gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00c4ff, #00bd29 50%, #ffc800);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.off-canvas-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.off-canvas-image-wrapper {
  z-index: 1;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  min-height: 40rem;
  position: relative;
  overflow: hidden;
}

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

.off-canvas-video-wrapper {
  border-radius: .75rem;
  height: 60rem;
  margin-top: 5rem;
  position: static;
  top: 2rem;
  overflow: hidden;
}

.background-video-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

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

.off-canvas-close {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--offwhite);
  cursor: pointer;
  background-color: #fbfbfa1a;
  border: .125rem solid #000;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .875rem;
  display: flex;
  position: sticky;
  top: 2rem;
  left: 500%;
}

.close-icon {
  color: var(--black);
}

.off-canvas-inner-wrapper {
  justify-content: flex-end;
  padding: 2rem;
}

.nav_brand {
  align-items: center;
  width: 200px;
  display: block;
}

.brand-name-wrapper {
  grid-row-gap: 5px;
  width: 170px;
  height: 100%;
  margin-left: 8px;
}

.brandname-1 {
  align-items: flex-start;
  width: 80px;
  height: auto;
  display: flex;
}

.brandname-2 {
  width: 160px;
  height: auto;
  display: flex;
}

.brand-wrapper {
  align-items: flex-start;
  height: 60px;
}

.off-canvas-xxl-heading {
  color: var(--black);
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
  font-weight: 600;
  line-height: 1;
}

.off-canvas-xxl-heading.gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00c4ff, #00bd29 40%, #ffe100);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.off-canvas-xxl-heading.textcolor-gradient-4 {
  display: inline-block;
}

.off-canvas-xxl-heading.smaller {
  font-size: 12vw;
  line-height: 1.25;
}

.off-canvas-content {
  padding: 4rem;
}

.max-width-50 {
  width: 50%;
}

.padding-vertical {
  padding: 0;
}

.padding-vertical.padding-xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.off-canvas_facts-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--silver);
  grid-template-rows: auto auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: padding-right .2s, padding-left .2s, background-color .2s;
  display: grid;
}

.off-canvas_facts-wrapper:hover {
  background-color: var(--yellow);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.list-icon {
  color: var(--black);
  width: 2rem;
  height: 2rem;
}

.list-icon_wrapper {
  color: var(--black);
}

.mini-text {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
}

.off-canvas_3col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.off-canvas_3col-item {
  background-color: #bec0c51a;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: block;
}

.off-canvas-highlight-wrapper.red {
  background-color: #ff0059;
}

.off-canvas-highlight-wrapper.yellow {
  background-color: var(--yellow);
}

.off-canvas-highlight-wrapper.blue {
  background-color: #00e6ff;
}

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

.off-canvas-xl_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 600;
  line-height: 1.2;
}

.off-canvas-xl_heading.gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00c4ff, #00bd29 50%, #ffc800);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.margin-top-1rem {
  margin-top: .5rem;
}

.margin-top-4rem {
  margin-top: 4rem;
}

.off-canvas_fixed-image-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.off-canvas_fixed-image-section {
  z-index: -1;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.textcolor-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f0a, #ff0004 50%, #ff8400);
  -webkit-background-clip: text;
  background-clip: text;
}

.textcolor-gradient-1 {
  background-image: linear-gradient(45deg, #0af, #00cc1f 50%, var(--yellow));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.textcolor-gradient-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #0df, #006fff 50%, #b0f);
  -webkit-background-clip: text;
  background-clip: text;
}

.textcolor-gradient-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00ff62, #ff0004 52%, #ff8c00);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-name {
  margin-left: 8px;
}

.off-canvas_tour-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--silver);
  grid-template-rows: auto auto;
  grid-template-columns: 2rem 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: padding-right .2s, padding-left .2s, background-color .2s;
  display: grid;
}

.off-canvas_tour-wrapper:hover {
  background-color: var(--yellow);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

.nav-logo-horizontal {
  color: var(--black);
  width: 200px;
  display: flex;
}

.nav-logo-horizontal.w--current {
  align-items: center;
  width: 250px;
  padding-top: 10px;
}

.nav-logo-horizontal.hide {
  display: none;
}

.off-canvas_3col-item-copy {
  background-color: #bec0c51a;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: block;
}

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

.spirit-wrapper {
  opacity: 0;
  margin-bottom: 1rem;
}

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

.spirit-label {
  width: 8.9rem;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.legals-wrapper {
  grid-column-gap: .5rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  padding-top: 4.6rem;
  padding-bottom: 1rem;
  display: flex;
}

.legals-link {
  grid-column-gap: 10px;
  align-items: flex-start;
  font-size: .85rem;
}

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

.section-2 {
  z-index: 5;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f3f3f3;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  font-size: 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: color .3s;
}

.fs-cc-prefs_button:hover {
  color: var(--yellow);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
  transition: background-color .3s;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  background-color: var(--yellow);
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--offwhite);
  color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close:hover {
  background-color: var(--yellow);
}

.fs-cc-banner_close {
  opacity: 1;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  transition: background-color .3s;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close:hover {
  background-color: var(--yellow);
}

.fs-cc-manager_icon {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.fs-cc-manager_button:hover {
  background-color: var(--yellow);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #13131399;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  transition: color .3s;
}

.fs-cc-banner_button:hover {
  color: var(--yellow);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
  transition: background-color .3s;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: var(--yellow);
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.legals-footer {
  grid-column-gap: .5rem;
  pointer-events: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

.bg-color_black {
  background-color: var(--black);
}

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

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

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

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

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

.text-weight-semibold.textcol-purple {
  color: var(--deep-pink);
}

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

.text-size-medium.textcolor-white {
  color: var(--offwhite);
}

.contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact_item {
  display: flex;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.field-label {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.form-input {
  border: 1px none var(--offwhite);
  background-color: var(--offwhite);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form-input.is-select-input {
  background-color: var(--deep-pink);
  color: var(--offwhite);
  text-transform: uppercase;
  background-image: none;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.form-input.is-text-area {
  color: var(--black);
  text-transform: uppercase;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  border: 1px solid var(--tan);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--deep-pink);
  background-color: #fff;
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--deep-pink);
  box-shadow: none;
  margin-top: 0;
}

.form-radio-label {
  color: var(--offwhite);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  border: 1px solid var(--tan);
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
}

.form-checkbox-icon:active {
  border: 1px solid var(--tan);
  background-color: var(--tan);
}

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

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--tan);
  box-shadow: none;
}

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

.form-checkbox-label.text-size-small {
  padding-top: .1rem;
  font-size: .6rem;
  line-height: 1;
}

.text-style-link {
  color: var(--tan);
  font-weight: 600;
  text-decoration: none;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.success-text {
  background-color: var(--deep-pink);
  color: var(--offwhite);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.error-message {
  background-color: var(--tan);
  color: var(--offwhite);
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.body_anmeldung {
  background-color: var(--black);
  color: var(--tan);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Hurmegeometricsans4, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.anmeldung_heading {
  color: var(--deep-pink);
  text-transform: none;
  font-family: Grandslang b side, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.blocks_wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.blocks_wrapper.top {
  inset: 0% 0% auto;
}

.blocks_wrapper.mobile {
  display: none;
}

.blocks_image {
  width: 100%;
}

.blocks_image._2 {
  margin-left: -1px;
}

.anmeldung_link {
  color: var(--tan);
  text-decoration: none;
}

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

.button-2 {
  background-color: var(--tan);
  padding: 1.2rem 1.5rem;
  line-height: 1.4;
}

.form-checkfield {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-logo.w--current {
    width: 200px;
  }

  .preview-wrapper {
    left: auto;
    right: 2%;
  }

  .off-canvas-image-wrapper {
    min-height: 20rem;
  }

  .off-canvas-xxl-heading {
    font-size: 128px;
  }

  .off-canvas-content {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-50 {
    width: 80%;
  }

  .off-canvas_3col-grid {
    grid-template-columns: 1fr;
  }

  .max-width-70 {
    width: 100%;
  }

  .nav-logo-horizontal.w--current {
    width: 200px;
  }

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

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .blocks_wrapper.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  p, ul {
    font-size: 1rem;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section {
    height: 150vh;
  }

  .preview-wrapper {
    top: 25%;
  }

  .preview-wrapper.shorter.taller {
    display: none;
  }

  .logo-track {
    height: 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .footer {
    height: 150vh;
  }

  .popup-close {
    width: 1rem;
    height: 1rem;
  }

  .popup-content-wrapper {
    width: 30rem;
  }

  .popup-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pupup-contact-buttons {
    grid-column-gap: .5rem;
  }

  .pop-up_text {
    font-size: 1.25rem;
  }

  .off-canvas-video-wrapper {
    height: 25rem;
  }

  .off-canvas-xxl-heading {
    font-size: 80px;
  }

  .max-width-50 {
    width: 100%;
  }

  .off-canvas-xl_heading {
    font-size: 72px;
  }

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

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

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

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

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

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

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .field-label.underline {
    border-bottom: 1px solid var(--tan);
  }

  .anmeldung_heading {
    font-size: 13vw;
  }

  .blocks_wrapper {
    display: none;
  }

  .blocks_wrapper.mobile {
    margin-top: 7rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    width: 125px;
  }

  .text {
    font-size: 1.25rem;
  }

  .preview-wrapper {
    top: 55%;
  }

  .heading {
    font-size: 48px;
  }

  .popup-wrapper {
    display: none;
  }

  .popup-content-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
  }

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

  .popup-bottom {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .pupup-contact-buttons {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .pupup-contact-buttons.social {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    margin-top: .5rem;
  }

  .pop-up_text {
    font-size: 1rem;
  }

  .off-canvas-heading {
    font-size: 32px;
  }

  .brand-name-wrapper {
    display: none;
  }

  .off-canvas-xxl-heading {
    font-size: 64px;
  }

  .padding-vertical.padding-xsmall {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .off-canvas-xl_heading {
    font-size: 48px;
  }

  .off-canvas_tour-wrapper {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2rem 1fr;
  }

  .nav-logo-horizontal {
    width: 125px;
  }

  .spirit-label {
    order: -1;
    width: 8.9rem;
    margin-bottom: 1rem;
  }

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

  .legals-wrapper {
    flex-direction: column;
    padding-top: 2rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .legals-footer {
    flex-direction: column;
    padding-top: 2rem;
  }

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

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

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

  .contact_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .text-weight-semibold.textcol-purple, .text-size-medium {
    text-align: center;
  }

  .field-label.underline {
    border-bottom: 1px solid var(--tan);
  }

  .form-radio-2col {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .anmeldung_heading {
    text-align: center;
  }

  .blocks_wrapper {
    flex-direction: column;
  }

  .blocks_wrapper.mobile {
    margin-top: 3rem;
  }

  .blocks_image {
    width: 100%;
  }

  .blocks_image._2 {
    margin-left: 0;
  }

  .col_1 {
    grid-template-rows: auto;
  }

  .col_1.margin_top {
    margin-top: 1rem;
  }

  .textblock {
    text-align: center;
  }
}

#w-node-_2061f4ee-c573-c509-9d4b-0693f914ef98-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_7eae877d-da67-3c51-dd13-ec56f7905452-ff1e7bbc, #w-node-_318010cf-0222-3581-cb26-aee19594dfc5-ff1e7bbc, #w-node-_022852dd-a496-f695-a696-93d65dfa4555-ff1e7bbc, #w-node-_9fe590e0-9446-3574-91b6-451dc2eae120-ff1e7bbc, #w-node-_2a6ed891-1037-7cab-d735-5cc1a3a45023-ff1e7bbc, #w-node-_37290380-7e6a-f8f6-284d-de6126ecf386-ff1e7bbc, #w-node-e98993eb-c6bf-8cc5-448b-53b37b2fa99d-ff1e7bbc, #w-node-_08f1b302-daac-558a-7e89-774f2b418fb0-ff1e7bbc, #w-node-_2b8e6d54-f6bf-6e4d-371f-8eb9b4a670f0-ff1e7bbc, #w-node-_196ee4dd-4de1-fc0c-9133-a3ff19eddbba-ff1e7bbc, #w-node-_355f4449-6168-ea94-2dbb-67de366e6e6e-ff1e7bbc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f93193d1-12bd-14f1-7f5a-2119ae94f72d-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_81846067-95d7-c8c8-c81d-b641b4942421-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_81846067-95d7-c8c8-c81d-b641b49424bc-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-e5f5938d-b37f-a4d3-04a9-442944c38a7e-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e5f5938d-b37f-a4d3-04a9-442944c38ac3-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-c4795406-7b5d-faf2-5a28-8811df972a7a-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c4795406-7b5d-faf2-5a28-8811df972a9b-ff1e7bbc, #w-node-c4795406-7b5d-faf2-5a28-8811df972aa2-ff1e7bbc, #w-node-c4795406-7b5d-faf2-5a28-8811df972aa9-ff1e7bbc, #w-node-c4795406-7b5d-faf2-5a28-8811df972ab0-ff1e7bbc, #w-node-c4795406-7b5d-faf2-5a28-8811df972ab7-ff1e7bbc, #w-node-e9db31c5-7d9a-ac6b-28dc-c331eb1e6873-ff1e7bbc, #w-node-a044364d-3ab8-f1d5-7c40-aaa47dde9df9-ff1e7bbc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c4795406-7b5d-faf2-5a28-8811df972b15-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_2e5925f7-41a8-0d85-b5d7-08d79b44d9b7-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2e5925f7-41a8-0d85-b5d7-08d79b44da52-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_15830f09-35a7-d4a8-3c52-1fe16047e4c0-ff1e7bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15830f09-35a7-d4a8-3c52-1fe16047e4f8-ff1e7bbc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_282be373-841e-548e-5df0-a0ea64710f73-cd1e7bbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_282be373-841e-548e-5df0-a0ea64710f8f-cd1e7bbf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_282be373-841e-548e-5df0-a0ea64710fac-cd1e7bbf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43b8-3bfe5043 {
  align-self: start;
}

#w-node-_23f45e18-0de4-a192-f612-56c5e37ee59d-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5a0-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5a4-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5a8-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5ab-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5af-3bfe5043, #w-node-_23f45e18-0de4-a192-f612-56c5e37ee5b3-3bfe5043, #w-node-f6abde2f-84bf-8476-60f1-8f14fdb8f4ce-3bfe5043, #w-node-_3cddc753-33e3-a800-b16c-104a42e63640-3bfe5043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf4408-3bfe5043 {
  justify-self: start;
}

#w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43b8-ab4b04b8 {
  align-self: start;
}

#w-node-b99a179a-dc6a-f9b4-6166-e994f0b7117a-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b7117d-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b71181-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b71185-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b71188-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b7118c-ab4b04b8, #w-node-b99a179a-dc6a-f9b4-6166-e994f0b71190-ab4b04b8, #w-node-f6abde2f-84bf-8476-60f1-8f14fdb8f4ce-ab4b04b8, #w-node-_3cddc753-33e3-a800-b16c-104a42e63640-ab4b04b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf4408-ab4b04b8 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f93193d1-12bd-14f1-7f5a-2119ae94f72d-ff1e7bbc, #w-node-_81846067-95d7-c8c8-c81d-b641b49424bc-ff1e7bbc, #w-node-e5f5938d-b37f-a4d3-04a9-442944c38ac3-ff1e7bbc, #w-node-c4795406-7b5d-faf2-5a28-8811df972b15-ff1e7bbc, #w-node-_2e5925f7-41a8-0d85-b5d7-08d79b44da52-ff1e7bbc, #w-node-_15830f09-35a7-d4a8-3c52-1fe16047e4f8-ff1e7bbc, #w-node-_282be373-841e-548e-5df0-a0ea64710fac-cd1e7bbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b55038d-55aa-43c0-adbf-bac618912f70-3bfe5043, #w-node-_0b55038d-55aa-43c0-adbf-bac618912f70-ab4b04b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_282be373-841e-548e-5df0-a0ea64710f8d-cd1e7bbf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_282be373-841e-548e-5df0-a0ea64710f8f-cd1e7bbf {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43ca-3bfe5043, #w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43ce-3bfe5043 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b55038d-55aa-43c0-adbf-bac618912f70-3bfe5043 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43ca-ab4b04b8, #w-node-_2a0f8de3-f978-b9be-0ec5-85758cbf43ce-ab4b04b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b55038d-55aa-43c0-adbf-bac618912f70-ab4b04b8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Magicuipro';
  src: url('../fonts/MagicUiPro-Medium.2d0a34c.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magicuipro';
  src: url('../fonts/MagicUiPro-Bold.bcad84e.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magicuipro';
  src: url('../fonts/MagicUiPro-SemiBold.4db5fe2.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magicuipro';
  src: url('../fonts/MagicUiPro-Regular.81de52d.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Feather';
  src: url('../fonts/feather.3fa166a.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grandslang b side';
  src: url('../fonts/GrandSlang-B-Side.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans4';
  src: url('../fonts/HurmeGeometricSans4-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans4';
  src: url('../fonts/HurmeGeometricSans4-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}