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

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

@font-face {
  font-family: "Perfect dos vga 437";
  src: url('../fonts/Perfect-DOS-VGA-437.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plaak Condensed;
  src: url('../fonts/Plaak-CondensedBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Panchang Variable;
  src: url('../fonts/Panchang-Variable.woff2') format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --royal-blue: #1061eb;
  --white: white;
  --violet: #ff90e8;
  --crimson: #e3212b;
  --dark-slate-blue: #043cb5;
  --gold: #fedb38;
  --royal-blue-2: #0b55d2;
  --gold-3: #ffc900;
  --blue-violet: #6e19e0;
  --red: #fc2430;
  --light-sea-green-2: #23a094;
  --medium-spring-green: #eb54bc;
  --black-3: #14f195;
  --orchid: #80ecff;
  --pale-turquoise: #9945ff;
  --magenta: #f0c;
  --black-2: #12141d;
  --goldenrod: #f2be3a;
  --orange-red: #fe4416;
  --grey: #292929;
  --black-ffk: #303030;
  --background-ffk: #fff8e0;
  --brown2: #8b0023;
  --black-4: #1d2228;
  --plum: #e593df;
  --cornflower-blue: #9194d1;
  --brown: #9b0027;
  --black-new: #12141d;
  --light-sea-green: #01aea1;
  --indian-red: #ee485e;
  --pbd--color-red: #ff270a;
  --tomato: #e5623c;
  --medium-purple: #8e6de0;
  --pbd--background: #feffeb;
  --pbd--color-blue: #4ea6ff;
  --deep-pink: #fd169499;
  --dark-grey: #999;
  --gainsboro: #e6e6e6;
  --dark-slate-blue-2: #41339f;
  --royal-blue-3: #3d54ff99;
  --gold-2: #ffcb30;
  --light-sky-blue: #a7d2ff;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

body {
  color: #000;
  flex-direction: column;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

a {
  text-decoration: none;
}

ul {
  color: #000;
  font-family: Source Serif Pro;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

ol {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  height: 11vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.frost-blur {
  z-index: 997;
  background-color: var(--royal-blue);
  height: 60px;
}

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

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  display: block;
}

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

.nav-link.white._44 {
  font-size: 1.2em;
  display: block;
}

.container {
  z-index: 1;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.survey {
  height: auto;
}

.footer {
  background-color: var(--royal-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: block;
  position: static;
  inset: auto 0% 0;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  background-image: linear-gradient(135deg, var(--crimson), var(--dark-slate-blue) 36%, #fb4826 68%, var(--gold));
  filter: saturate(200%);
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 1px 1px #000000e6;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}

.footer-social-links {
  flex-flow: row;
  flex: none;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10vh;
  display: flex;
}

.footer-social-links._2 {
  margin-top: 0;
  margin-left: 4em;
}

.footer-social-links.is-left {
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  padding-right: 23%;
}

.footer-social-links.is-ffk {
  align-items: center;
  margin-top: 0;
}

.footer-links-container {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  margin-bottom: 4em;
  display: flex;
}

.bottom-2 {
  flex: 1;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: var(--gold);
  max-width: none;
  height: .4px;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.submit-button {
  background-color: var(--royal-blue-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 12px;
  transition: all .2s;
}

.submit-button:hover {
  border: 3px solid var(--gold);
  background-color: var(--black);
  color: var(--gold);
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.navigation-link {
  color: #000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  height: 60px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
  position: relative;
}

.navigation-link.w--current {
  align-content: center;
  align-items: center;
  height: 60px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: block;
}

.navigation-link.w--current:hover {
  color: var(--royal-blue);
}

.navigation-link-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

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

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.footer-small-text {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  padding: 4vw 10vw;
  position: static;
}

.category-link {
  background-color: var(--gold-3);
  color: var(--black);
  text-align: center;
  border: 3px solid #000;
  border-radius: 9px;
  justify-content: center;
  padding: .4em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.category-link:hover {
  text-decoration: none;
}

.category-link._2nd {
  font-size: 1em;
}

.category-link._2nd:hover {
  box-shadow: 4px 4px #000;
}

.post-author {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: none;
}

.post-author.cc-top-margin {
  color: var(--royal-blue);
  text-transform: none;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}

.post-author.cc-top-margin:hover {
  text-shadow: none;
  text-decoration: none;
  transform: none;
}

.post-author.cc-top-margin.ap {
  color: var(--gold-3);
}

.post-author._2nd {
  z-index: 1;
  color: var(--black);
  display: block;
}

.post-author._2nd:hover {
  text-shadow: 2px 2px 0 var(--royal-blue);
}

.post-author._2nd.and {
  color: var(--black);
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}

.post-author._2nd.co-author {
  color: var(--black);
  display: block;
}

.post-author._2nd.co-author:hover {
  text-shadow: none;
}

.post-author-text {
  margin-top: 1em;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
  margin-bottom: 4em;
}

.posts-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

._3-collection-item {
  background-color: var(--white);
  border: 3px solid #000;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
}

.post-tittle {
  margin-top: 1em;
  margin-bottom: 1em;
  text-decoration: none;
}

.h3 {
  color: var(--black);
  text-transform: uppercase;
  text-wrap: balance;
  margin-top: .5em;
  margin-bottom: .4em;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
}

.post-info-text {
  flex-flow: column wrap;
  place-content: flex-start space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.posts-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  background-color: var(--blue-violet);
  border: 20px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-ext {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.section-title-ext:hover {
  text-decoration: none;
}

.separator-footer {
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
}

.h1 {
  filter: saturate(200%);
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.1;
  transition: all .2s ease-in-out;
}

.h1:hover {
  color: #f0222e;
  text-shadow: 3px 3px #000000d4;
  transform: translate(.2em)scale(1.05);
}

.h1._2nd {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.h1._2nd:hover {
  filter: none;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  transform: none;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  z-index: 20;
  text-decoration: none;
  position: relative;
  bottom: 11px;
}

.title-section {
  background-color: var(--blue-violet);
  border: 20px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.title-section.cc-detail {
  border: 20px solid var(--black);
  background-color: var(--blue-violet);
  margin-top: 70px;
  padding: 6vh 6vw;
}

.title-section.no-margin {
  margin-top: 0;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 2em 6vw;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.rich-text {
  background-color: var(--white);
  padding: 2rem;
}

.rich-text p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.rich-text li {
  font-weight: 500;
}

.rich-text figcaption {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.rich-text a {
  color: var(--blue-violet);
  cursor: pointer;
  text-decoration: none;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 50%;
  margin-bottom: 15px;
  margin-right: 1em;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.link-footer:hover {
  background-color: var(--gold);
  color: var(--black);
}

.div-block {
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.footer-links-new {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.footer-links-new.margin {
  margin-top: 0;
}

.image-post {
  width: 100%;
  margin-left: auto;
  display: inline-block;
}

.utility-page-wrap {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-6 {
  padding-left: 0;
  padding-right: 0;
}

.section {
  height: auto;
  padding-top: 10vw;
  padding-left: 13vw;
  padding-right: 13vw;
  display: block;
}

.section.coop {
  background-color: #fb4826;
  padding-top: 10vw;
  display: block;
}

.section.coop._2nd {
  padding-top: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.section.cc {
  background-color: var(--dark-slate-blue);
  padding-top: 4vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section.lek {
  background-color: #009bad;
  padding-top: 4vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section.ruc {
  background-color: #722f72;
  padding-top: 4vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section.cka {
  background-color: #036e52;
  padding-top: 4vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.button-2 {
  color: var(--black);
  text-align: center;
  background-color: #fb4826;
  background-image: none;
  width: 16em;
  margin-top: 1em;
  font-size: 1.8em;
  font-weight: 900;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  transform: translate(4%)scale(1.1);
  box-shadow: 3px 3px #000;
}

.button-2.coop {
  border: 3px solid var(--black);
  background-color: var(--black);
  background-image: linear-gradient(137deg, var(--red), var(--royal-blue) 28%, #fb4826 64%, var(--gold));
  filter: saturate(200%);
  width: 60vw;
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2.coop:hover {
  box-shadow: 3px 3px 0 0 var(--black);
}

.button-2.coop.tax {
  border-color: var(--white);
  filter: saturate(200%);
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  max-width: 1440px;
  margin: .5em auto 1vw;
  display: block;
}

.button-2.coop.tax:hover {
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 100% 0;
  background-size: cover;
}

.button-2.coop.tax.links {
  border-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--light-sea-green-2) 24%, var(--gold-3) 57%, var(--medium-spring-green) 83%);
  color: var(--black);
  border-radius: 9px;
  margin-top: 1em;
}

.button-2.coop.tax.links:hover {
  box-shadow: 8px 8px 0 0 var(--black);
  transform: none;
}

.button-2.cc {
  background-color: #e6326f;
}

.button-2.lek {
  background-color: #ff8f83;
}

.button-2.ruc {
  background-color: #d59d0c;
}

.button-2.cka {
  background-color: #ea7e62;
}

.footer-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.footer-logo-image {
  background-image: url('../images/vida-GEW-4c.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6.2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.footer-logo-image._2nd {
  background-image: url('../images/ÖGB-ATUF_White.webp');
  background-position: 50%;
  background-size: 7em;
}

.footer-logo-image._3rd {
  background-image: url('../images/DiDaNet_LogoWEB.webp');
  background-position: 50%;
  background-size: 7em;
}

.footer-logo-image._4th {
  background-image: url('../images/Ministerium-new-logo.png');
  background-size: 10.4em;
}

.heading-5 {
  color: var(--white);
}

.div-block-14 {
  color: var(--gold);
}

.coop {
  color: var(--white);
  font-size: 1.9em;
  line-height: 1;
}

.text-block-6 {
  color: var(--black);
  margin-top: 3em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-6.last {
  border-bottom: 4px solid var(--white);
  padding-bottom: .5em;
}

.wrapper-coop {
  margin-top: 4em;
  margin-bottom: 4em;
}

.heading-6 {
  color: var(--white);
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 7em;
  font-weight: 700;
  line-height: 1;
}

.heading-6.cc {
  color: var(--white);
}

.text-block-9 {
  color: var(--white);
  margin-top: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.6em;
  line-height: 1.2;
}

.text-block-9.cc {
  color: var(--white);
}

.coop-line {
  color: #fb4826;
  background-color: #e6326f;
  width: 16em;
  height: .3em;
  font-size: 1.8em;
}

.coop-line.lek {
  background-color: #ff8f83;
}

.coop-line.ruc {
  background-color: #d59d0c;
}

.coop-line.cka {
  background-color: #ea7e62;
}

.hero {
  padding-bottom: 25vh;
}

.download {
  transform-origin: 50% 0;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.video_wrapper {
  margin-top: 4em;
  margin-bottom: 4em;
}

.video_podcast {
  box-shadow: 8px 8px 16px -3px #0006;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--white);
}

.section-2 {
  display: block;
}

.container-3 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.section-3 {
  z-index: 1;
  padding-bottom: 3em;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-3.support {
  margin-top: 0;
  margin-bottom: 3em;
  padding-left: 6vw;
  padding-right: 6vw;
}

.section-3.margin-top {
  width: 100%;
  padding-top: 80px;
}

.container-4 {
  position: relative;
}

.container-4.border-top {
  border-top: 1px solid #000;
}

.serif {
  text-transform: none;
  font-weight: 400;
}

.heading-8 {
  text-transform: none;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.body-right-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.div-block-31 {
  border: 1px solid #000;
  border-top-style: none;
  padding: 22px 4px 10px;
  font-size: 14px;
  position: absolute;
  inset: 0% auto auto 32px;
}

.div-block-31:hover {
  filter: saturate(200%);
  transform: perspective(1941px);
}

.card-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.grid-3-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-3-columns.border-bottom {
  border-bottom: 1px solid #000;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-37 {
  padding-top: 2vh;
  padding-bottom: 32px;
  padding-right: 32px;
  position: sticky;
  top: 60px;
}

.body-left-column {
  border-right: 1px solid #000;
}

.card {
  border-bottom: 1px solid #000;
  height: 56vh;
}

.card.testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 0;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.card.text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 2vh;
  padding-bottom: 0;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.card.text.vorteil {
  height: auto;
}

.card.text.mach-mit {
  border-bottom-style: none;
  height: auto;
}

.card.pic {
  background-image: url('../images/New-caps-webpage-pic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
  padding-top: 2vh;
  padding-left: 3vw;
  position: relative;
}

.button-4 {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Arrow-Icon-5.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  border: 1px solid #000;
  padding: 16px 88px 16px 32px;
  font-size: 14px;
  font-weight: 400;
  transition: background-position .2s;
}

.button-4:hover {
  background-position: 90%;
}

.button-4.no-bottom-border {
  background-image: url('../images/Arrow-Icon-5.svg'), radial-gradient(circle farthest-corner at 0% 0%, var(--light-sea-green-2) 24%, var(--gold-3) 57%, var(--medium-spring-green) 83%);
  filter: saturate(200%);
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 32px, auto;
  border-bottom-style: none;
  border-radius: 9px;
  font-size: 1.4em;
}

.button-4.no-bottom-border:hover {
  box-shadow: 8px 8px #000;
}

.button-4.anmeldung {
  background-image: url('../images/Arrow-Icon-5.svg'), radial-gradient(circle farthest-corner at 0% 0%, var(--light-sea-green-2) 24%, var(--gold-3) 57%, var(--medium-spring-green) 83%);
  filter: saturate(200%);
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 32px, auto;
  border-width: 3px;
  border-radius: 9px;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.4em;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.button-4.anmeldung:hover {
  box-shadow: 8px 8px #000;
}

.supportus-text {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.supportus-text:hover {
  text-shadow: none;
}

.heading-9 {
  text-transform: none;
  margin-top: 2em;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.h1-support {
  font-size: 3em;
}

.heading-10 {
  text-transform: none;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-10.sub {
  filter: saturate(200%);
  margin-top: 1em;
  font-size: 1.7em;
  line-height: 1.2;
}

.card-wrapper {
  background-color: #0000;
  height: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.card-wrapper.more {
  margin-top: 4em;
}

.h6 {
  margin-top: 10px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  position: static;
  inset: auto auto 0% 3vw;
}

.text-block-14 {
  font-size: 1em;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.g-div-i {
  background-image: url('../images/Gutscjein-Vida-2.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.g-div-i._1 {
  filter: grayscale();
  background-image: url('../images/Gutscheine-Vida-250x166px.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14vh;
  transition: all .2s;
}

.g-div-i._1:hover {
  filter: none;
}

.g-div-i._2 {
  filter: grayscale();
  background-image: url('../images/Gutscjein-Vida-2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14vh;
  transition: all .2s;
}

.g-div-i._2:hover {
  filter: none;
}

.g-div-i._3 {
  filter: grayscale();
  background-image: url('../images/Gutschein-Vida-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14vh;
  transition: all .2s;
}

.g-div-i._3:hover {
  filter: none;
}

.g-div-h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.support-page p {
  font-size: 1.7em;
  font-weight: 400;
}

.support-page li {
  font-size: 1.7em;
  line-height: 1.2;
}

.button-member {
  background-color: #0000;
  background-image: linear-gradient(137deg, var(--red), var(--royal-blue) 33%, var(--royal-blue) 34%, #fb4826 73%, var(--gold));
  filter: saturate(200%);
  border: 1px solid #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 3px 3px #000;
}

.button-member:hover {
  background-image: linear-gradient(137deg, var(--gold), #fb4826 27%, var(--royal-blue) 66%, var(--royal-blue) 67%, var(--red));
  transform: translate(0, -6%)scale(1.1);
}

.button-member.w--current {
  display: none;
}

.bold-text-13 {
  font-size: 1.9em;
}

.bold-text-14 {
  margin-right: 10px;
  display: block;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
  display: block;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.gradient-background-fill {
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  min-width: 100vw;
  height: 101%;
  display: flex;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 2em;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.featured-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.clip-text {
  text-align: left;
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -50px;
  margin-bottom: 1em;
}

.featured-logo-item {
  opacity: .6;
}

.featured-logo-item:hover {
  opacity: 1;
}

.social-block {
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.trl {
  border-top-style: solid;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.solid-line {
  background-image: linear-gradient(to right, var(--black-3), var(--medium-spring-green) 33%, var(--orchid) 66%, var(--pale-turquoise));
  filter: saturate(200%);
  flex: 1;
  height: 6px;
  margin-left: 36px;
}

.body-display {
  color: #8a94a6;
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.6em;
  line-height: 1.3;
  text-decoration: none;
}

.body-display.large {
  font-size: 2em;
  line-height: 1;
}

.body-display.large._2nd {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.1;
}

.body-display.large.left {
  text-align: left;
  font-size: 1.6em;
  line-height: 1.1;
}

.body-display._2nd {
  text-align: left;
  font-size: 1.7em;
}

.body-display.kp {
  color: var(--white);
  margin-bottom: auto;
  font-size: 1.7em;
}

.background-cover {
  background-color: #1e2029;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hover-link {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link.is_neon_pink {
  border-color: var(--magenta);
  box-shadow: 0 0 1em 0 var(--magenta), inset 0 0 1em 0 var(--magenta);
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.showreel-heading {
  z-index: 2;
  opacity: 1;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  font-size: 10em;
  line-height: 1.3;
  position: absolute;
  inset: auto auto -.4em;
}

.showreel-heading.footer {
  background-color: #0000;
  font-size: 5.8em;
  bottom: -15px;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.showreel-wrapper {
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.team-one {
  background-image: url('../images/Screenshot-2021-06-02-at-13.35.52.webp');
}

.speaker-image.team-three {
  background-image: url('../images/Screenshot-2021-06-02-at-13.28.16.webp');
}

.speaker-image.six {
  background-image: url('../images/rosak-profile2.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 101%;
  display: block;
}

.speaker-image.two {
  background-image: url('../images/Thaler-profile.webp');
}

.speaker-image.one {
  background-image: url('../images/ludovic-profile-1.webp');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.team-four {
  background-image: url('../images/Screenshot-2021-06-02-at-13.29.59.webp');
}

.speaker-image.team-two {
  background-image: url('../images/Screenshot-2021-06-02-at-13.35.30.webp');
}

.speaker-image.three {
  background-image: url('../images/adele-profile.webp');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/toni.webp');
  background-position: 50%;
}

.speaker-image.team-images {
  background-position: 50%;
  width: 100%;
  height: 100%;
}

.speaker-image.team-images.elli {
  background-position: 50%;
  background-size: auto 71vh;
  flex: none;
  height: auto;
}

.large-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: .125em;
  font-family: Montserrat, sans-serif;
  font-size: 3.1em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.large-heading.sm {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Background-Blur.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1em;
  font-size: 4.2em;
}

.large-heading.hh {
  text-align: left;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 6vw;
  display: flex;
}

.showreel-video {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-gallery {
  height: 100%;
}

.slide-image.team-image {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.centered-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.centered-call-to-action.clip {
  grid-template-rows: auto;
  grid-template-columns: auto;
  align-content: stretch;
}

.logos-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.logos-heading-wrapper.pbd {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.quick-list-overlay {
  z-index: 100;
  background-color: #12141db3;
  display: none;
  position: fixed;
  inset: 0%;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 5vw;
}

.hover-link-wrapper.scroll-link-wrapper {
  width: 120px;
  height: 120px;
  padding: 1em;
  display: block;
  bottom: 21vw;
}

.hover-link-wrapper.scroll-link-wrapper.survey {
  filter: invert();
  width: 80px;
  height: 80px;
  position: static;
  left: 3vw;
}

.hover-link-wrapper.scroll-link-wrapper.survey.is_white {
  filter: none;
}

.hover-link-wrapper.scroll-link-wrapper.survey.is_white.is_right {
  display: none;
}

.hover-link-wrapper.scroll-link-wrapper.survey.is_neon_pink {
  filter: none;
  display: block;
  transform: rotate(-90deg);
}

.hover-link-wrapper.centered {
  inset: auto;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.7em;
  display: block;
}

.speaker-slide-content {
  z-index: 100;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.three-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
  top: -37px;
}

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  display: grid;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.trio-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  margin-bottom: 48px;
  display: block;
}

.feature-descriptor {
  font-size: 1.6em;
  font-weight: 500;
}

.feature-item {
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.left-item {
  justify-content: space-around;
  min-height: auto;
  margin-top: 5vh;
  margin-bottom: 0;
  padding: 4em;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.speaker-name {
  z-index: 10;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.8em;
  line-height: 1.2;
  position: relative;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.wrapper.shade-wrapper {
  background-color: #1e2029;
}

.slide-arrow {
  width: 18px;
}

.clip {
  overflow: hidden;
}

.speaker-arrow {
  border: 1px solid var(--white);
  background-color: #1e2029;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 16vw auto;
}

.speaker-arrow:hover {
  background-image: none;
}

.speaker-arrow.left {
  border-style: solid;
  border-color: var(--white);
  background-image: none;
  margin-right: 72px;
  bottom: 16vw;
  left: auto;
  right: 5vw;
}

.speaker-arrow.left:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.sectionta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.sectionta.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  margin-top: 20vh;
  padding: 0 0;
  overflow: hidden;
}

.sectionta.thin-section {
  height: 36vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: none;
  overflow: hidden;
}

.sectionta.no-top-padding {
  margin-top: 0;
  padding-top: 15vh;
  padding-bottom: 0;
  display: block;
}

.sectionta.no-top-padding.live {
  padding-top: 0;
}

.sectionta.footer {
  background-color: #1e2029;
  padding-top: 10vh;
  padding-bottom: 180px;
  overflow: hidden;
}

.sectionta.hero {
  margin-top: 10vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.sectionta.coop {
  margin-top: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.sectionta.team {
  margin-top: 5vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.sectionta.talk {
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
}

.team-collection-list-wrapper {
  z-index: 20;
  flex: none;
  margin-top: 5vh;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-6:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.button-6.anm {
  background-color: var(--white);
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-size: cover;
  font-size: 1em;
  font-weight: 700;
  display: none;
  top: 0;
}

.button-6.anm:hover {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.button-6.anm._2nd {
  width: 50vw;
  font-size: 2em;
}

.button-6.team {
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.social-items {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.slide-nav {
  display: none;
}

.body-9 {
  background-color: var(--black-2);
}

.link-block-2 {
  cursor: pointer;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-11 {
  font-size: 2em;
  line-height: 1;
}

.nav {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-shade {
  z-index: -1;
  background-color: #1e2029;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.team-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 33.33%;
  min-width: 33.33vw;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-39 {
  display: block;
}

.icon-2 {
  filter: invert();
}

.next {
  background-image: linear-gradient(323deg, var(--gold), var(--dark-slate-blue) 43%, var(--dark-slate-blue) 53%, var(--red) 100%, #fb4826);
  filter: saturate(200%);
  border-style: none;
  margin-left: 0;
  transition: all .2s;
}

.next:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 10px #0000007a;
}

.all-articles-wrap {
  background-color: var(--medium-spring-green);
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.previous {
  background-image: linear-gradient(140deg, var(--red), var(--dark-slate-blue) 31%, var(--goldenrod) 64%, #fb4826);
  filter: saturate(200%);
  border-style: none;
  margin-left: 0;
  transition: all .2s;
}

.previous:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 10px #0000007d;
}

.icon-3 {
  filter: invert();
}

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.team-scrool, .holder {
  display: none;
}

.section-links {
  background-color: var(--blue-violet);
  border: 20px solid #000;
  margin-top: 70px;
  padding: 10vh 6vw;
}

.wrapper-links {
  margin-top: 10vh;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--light-sea-green-2) 24%, var(--gold-3) 57%, var(--medium-spring-green) 83%);
  filter: saturate(200%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.second {
  background-image: url('../images/612deaa603705bfcfcbe23d7_thisisengineering-raeng-sbVu5zitZt0-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Headpic1.webp');
  background-position: 43%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-container.third {
  background-image: url('../images/612d05f74b960d488ff80565_cash-macanaya-dzBtQJavGNw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button-close:hover {
  transform: scale(1.1);
}

.section-content {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  overflow: visible;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  justify-content: flex-start;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
  flex-direction: column;
  align-items: flex-start;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 1;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

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

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 15%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.third-article {
  z-index: 5;
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.section-conferenz {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.inner-container {
  padding: 10% 12% 15%;
  display: block;
}

.wrap-scrolling-text {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  overflow: hidden;
}

.card-details-wrapper {
  width: 100%;
  padding: 0% 4% 4%;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.image-content {
  background-color: #000;
  background-image: url('../images/lorenzo-herrera-yP89apz2TAA-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 10%;
  position: static;
  top: 0;
}

.image-content.first {
  background-image: url('../images/612dea9d9060ca5430cfaf7d_maximalfocus-khHs6rdee7I-unsplash.webp');
}

.image-content.third {
  background-image: url('../images/612d1053411c09c80093f076_cash-macanaya-jd4rMSCTXlM-unsplash.webp');
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.second-article {
  z-index: 10;
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.rich-text-2 {
  color: #000;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text-2.white {
  color: #8a8a8a;
}

.rich-text-2.is_orange {
  color: #f56020;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.heading-12 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .95;
}

.heading-12.is--white {
  color: #fff;
}

.container-article-2 {
  display: block;
  position: relative;
}

.card-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.h5-conf-head-overhead {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5vw;
  font-family: Oswald, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.7;
}

.conf-head-nav {
  z-index: 10;
  background-image: linear-gradient(#000c, #0006 59%, #0000001a 92%, #0000);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.conf-head-nav-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1;
}

.conf-head-foot {
  z-index: 10;
  background-image: linear-gradient(to top, #000, #0000);
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2%;
  position: fixed;
  inset: auto 0% 0%;
}

.conf-head-foot-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.img-parent {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.img-parent.img-speaker-ffk {
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.img-child {
  width: 10vw;
}

.img-child.is_didanet_pic, .img-child.is_vida_pic {
  width: 7vw;
}

.img-child.is_ak_pi {
  width: 15vw;
}

.img-child.is_bma_pic, .img-child.is_rc_pic {
  width: 12vw;
}

.img-child.is_pic_link_article2 {
  width: 15vw;
  margin-left: 1em;
}

.img-child.is_pic_article3 {
  margin-top: 1em;
}

.img-child.img-spkr-ffk {
  width: auto;
  position: relative;
}

.image-5 {
  max-width: none;
}

.conf-head-foot-linkblock {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.bold-text-17 {
  color: #f56020;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.bold-text-17.is_black {
  color: #000;
}

.text-conf {
  margin-bottom: 0%;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.tmtb {
  display: block;
}

.bold-text-18 {
  font-size: 1em;
  display: block;
}

.btn_neon {
  border: 1px solid var(--magenta);
  box-shadow: 0 0 .6em 0 var(--magenta), inset 0 0 .6em 0 var(--magenta);
  color: var(--magenta);
  text-shadow: 4px 0 .3em var(--magenta);
  background-color: #0000;
  margin-left: 3%;
  padding: .25em 1em;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 400;
  display: none;
}

.btn_neon:hover {
  border-color: var(--white);
  background-color: var(--magenta);
  color: var(--white);
}

.cardnew {
  z-index: 1;
  cursor: pointer;
  flex: none;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

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

.org {
  color: var(--orange-red);
}

.wrapper-sprint {
  width: 80%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.title {
  filter: saturate(200%);
  color: var(--white);
  text-align: left;
  mix-blend-mode: lighten;
  width: 80%;
  margin: 0 auto;
  font-size: 7em;
  font-weight: 900;
  line-height: 1;
}

.rich-text-block {
  margin-top: 4em;
}

.div-block-45 {
  position: fixed;
  inset: 50% auto auto -4%;
}

.text-block-19 {
  transform: rotate(90deg);
}

.bold-text-21 {
  background-color: var(--grey);
  filter: saturate(200%);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1.3;
  display: block;
}

.div-block-46 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px) saturate(200%);
  backdrop-filter: blur(10px) saturate(200%);
  background-color: #292929;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-46.sticky {
  z-index: 4;
  -webkit-backdrop-filter: hue-rotate(212deg) blur(4px);
  backdrop-filter: hue-rotate(212deg) blur(4px);
  background-color: #292929e6;
  position: sticky;
}

.div-block-47 {
  flex-direction: row;
  display: flex;
}

.div-block-48 {
  width: 50%;
}

.section-statement {
  width: 100%;
  padding-top: 5vh;
}

.text-block-20 {
  color: var(--white);
  font-size: 1.7em;
  line-height: 1.3;
}

.a-w {
  background-image: linear-gradient(135deg, var(--medium-spring-green), var(--black-3) 39%, var(--orchid) 71%, var(--pale-turquoise) 96%);
  filter: saturate(200%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.h1-gradient {
  background-image: linear-gradient(135deg, var(--black-3) 5%, var(--orchid) 35%, var(--pale-turquoise) 57%, var(--magenta) 77%, var(--dark-slate-blue));
  filter: saturate(200%);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 4em;
  line-height: 1;
}

.bold-text-22, .bold-text-23 {
  cursor: pointer;
}

.section-talk {
  color: #12141d;
  padding-top: 16vh;
  position: relative;
  top: -60px;
}

.logo-talk-parent {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-hide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-top: .8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide.pad-right {
  color: #0000;
  padding-right: 20px;
}

.div-hide.pad-right.gtg {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 0;
  padding-right: 0;
}

.div-hide.pad-left {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.div-hide.is-strech {
  justify-content: space-between;
}

.border-line-v {
  background-image: linear-gradient(to top, var(--black-3) 26%, var(--orchid) 57%, var(--medium-spring-green) 83%);
  filter: saturate(200%);
  width: 6px;
  height: 7em;
  margin-left: 20px;
  margin-right: 20px;
}

.talk-text {
  color: var(--white);
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
}

.section-talk-content {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 6em;
  display: flex;
  overflow: hidden;
}

.block-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.block-right {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  display: flex;
}

.h1-talk {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.9em;
  line-height: 1.2;
}

.h1-talk:hover {
  font-weight: 700;
}

.button-talk {
  background-color: var(--pale-turquoise);
  color: var(--black-ffk);
  text-align: center;
  border-radius: 30px;
  width: 100%;
  height: 1.6em;
  margin-top: 2em;
  padding: .3em .8em;
  font-family: Panchang Variable, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  transition: transform .3s cubic-bezier(.77, 0, .175, 1), box-shadow .3s cubic-bezier(.77, 0, .175, 1);
}

.button-talk:hover {
  box-shadow: 2px 2px 0 0 var(--background-ffk);
  transform: translate(0, -3px);
}

.button-talk.is_pink {
  background-color: var(--medium-spring-green);
}

.button-talk.is_pink:hover {
  background-color: var(--white);
}

.talk-speakers {
  padding-top: 6em;
}

.speakers-wrapper {
  background-color: #0000;
  padding: 1em;
}

.spacer {
  height: 5vh;
}

.talk-bcg-image {
  background-image: url('../images/talk-bg2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 60px auto auto 0%;
}

.heading-3d {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 -1px #fff;
  width: 100%;
  font-family: Hyperwave one, sans-serif;
  font-size: 26em;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.heading-3d.is-shadow {
  color: var(--white);
  text-shadow: 0 16px 39px #12102e66;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  display: block;
}

.heading-3d.is-back {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gold) 14%, var(--brown2) 56%, var(--dark-slate-blue)), linear-gradient(to bottom, #fff, #fff);
  filter: saturate(200%);
  letter-spacing: -.04ch;
  text-shadow: none;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 70%;
  display: inline-block;
}

.heading-3d.heading-3d-2nd {
  z-index: 4;
  color: var(--black);
  text-align: right;
  width: auto;
  font-size: 14em;
  position: absolute;
  inset: auto 6% 0% auto;
  transform: rotate(-15deg);
}

.hero-gradient {
  filter: saturate(139%);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer.z-2 {
  z-index: 2;
  display: block;
}

.layer.z-2.is-backdrop-test {
  flex-flow: column;
  align-items: center;
  padding-top: 46vh;
  display: flex;
}

.layer.is-noise {
  z-index: 2;
  opacity: .26;
  mix-blend-mode: color-burn;
  background-image: url('../images/noisegif.gif');
  background-position: 0 0;
  background-size: auto;
}

.layer.is-noise.events-off {
  z-index: 1;
  display: block;
}

.layer.is-intro-ball {
  display: flex;
  top: 9%;
}

.rcs-section-hero {
  color: #fff;
  width: 100%;
  min-height: 100vh;
  display: block;
  position: relative;
}

.max-width-large {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-large.z-2 {
  z-index: 2;
  margin-top: 10px;
  position: relative;
  top: -8vh;
}

.max-width-large.scroll-text {
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  inset: 0% auto 0% 3%;
}

.max-width-large.scroll-text.steuerseminar {
  justify-content: center;
  align-items: flex-end;
  transition: filter 1s, opacity .2s;
  position: fixed;
  inset: 0% auto 0% 1vw;
}

.max-width-large.scroll-text.steuerseminar:hover {
  filter: blur(90px);
}

.heading-xlarge {
  text-transform: none;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.is-white {
  color: #fff;
  margin-top: 0;
  font-size: 5em;
  line-height: 1;
}

.concept-6_image {
  z-index: 1;
  max-width: 90%;
  max-height: 86vh;
  position: relative;
}

.concept-6_image.is-middle {
  max-width: 60%;
  max-height: 80vh;
}

.concept-6_image.is-new {
  opacity: .8;
}

.heading_wrapper {
  position: relative;
}

.heading_wrapper.text-style-allcaps {
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  display: flex;
}

.heading_replica {
  filter: brightness(67%);
  letter-spacing: -.15em;
  position: absolute;
}

.heading_replica.is-shadow {
  letter-spacing: -.4em;
  width: 96%;
  display: block;
}

.heading_replica.is-glow {
  width: 99%;
  display: block;
}

.html-embed-2 {
  display: none;
}

.hero-h4 {
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
}

.hero-h4.is-bold {
  z-index: 9;
  color: var(--white);
  text-align: center;
  letter-spacing: .14em;
  text-transform: none;
  font-size: 2em;
  font-weight: 700;
}

.hero__h1-span2 {
  background-color: #fff;
  width: 10em;
  height: 1em;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: 50px;
  left: -10%;
}

.hero__heading {
  letter-spacing: -.01em;
  white-space: nowrap;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1vw;
  display: flex;
}

.hero__elements {
  z-index: 0;
  width: 484px;
  height: 532px;
  position: relative;
}

.hero__elem-circle1 {
  background-image: url('../images/hero_elem-circle2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0;
}

.hero__elem-circle1.mod--2 {
  bottom: 1px;
}

.hero__elem-circle1.mod--1 {
  background-image: url('../images/hero_elem-circle1.svg');
  background-position: 50% 0;
  top: 1px;
  bottom: auto;
}

.hero__elem-circle2 {
  background-image: url('../images/hero_elem-10.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(0);
}

.content {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding: 1em 3em 1em 0;
  display: flex;
  position: relative;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 6vw 0% auto;
}

.hero__elements-wrap.is-rcs {
  top: 52%;
}

.hero__h1-span1 {
  background-image: url('../images/Noise_1Noise.png'), radial-gradient(circle farthest-corner at 0% 0%, var(--dark-slate-blue), var(--brown2) 45%, var(--gold) 90%);
  filter: saturate(169%);
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: .125em;
  padding-right: .125em;
  font-family: Hyperwave one, sans-serif;
  font-size: 9em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.hero__elem-circle1-wrap {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero__elem-circle1-wrap.mod--2 {
  top: auto;
}

.hero__elem-cube {
  border: 35px solid #fff;
  flex: none;
  width: 158px;
  height: 158px;
}

.over-heading {
  z-index: 2;
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.section1 {
  background-image: url('../images/Noise_1Noise.png');
  background-position: 0 0;
  background-size: auto;
  padding: 80px;
  position: relative;
}

.section1.section-content1 {
  z-index: 3;
  background-image: url('../images/Noise_1Noise.png'), linear-gradient(to bottom, var(--black-4), var(--black-4));
  filter: saturate(151%);
  background-size: auto, auto;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.hero__h1-span3 {
  background-image: url('../images/Noise_1Noise.png'), radial-gradient(circle farthest-corner at 0% 0%, var(--dark-slate-blue), var(--brown2) 45%, var(--gold));
  filter: saturate(139%);
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: .25em;
  padding-right: .125em;
  font-family: Hyperwave one, sans-serif;
  font-size: 9em;
  font-weight: 400;
  line-height: .8;
  display: inline-block;
  position: relative;
  left: 33%;
}

.hero__elem-circle3 {
  background-image: url('../images/hero_elem-08.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  transform: rotate(0);
}

.hero__elem {
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.hero__elem.mod--10 {
  inset: auto 6px 5% auto;
}

.hero__elem.mod--9 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: auto auto 0 245px;
}

.hero__elem.mod--1 {
  width: 200px;
  height: 199px;
  top: 0;
  bottom: auto;
}

.hero__elem.mod--7 {
  inset: 120px auto auto 245px;
}

.hero__elem.mod--6 {
  background-color: #fff;
  width: 35px;
  height: 35px;
  inset: 50px auto auto 245px;
}

.hero__elem.mod--11 {
  z-index: 1;
  background-image: url('../images/hero_elem-04_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 34px;
  inset: auto 0 0 auto;
}

.hero__elem.mod--13 {
  background-color: #fff;
  width: 35px;
  height: 35px;
  inset: 120px 0 auto auto;
}

.hero__elem.mod--8 {
  width: 69px;
  height: 137px;
  inset: auto 169px 70px auto;
}

.hero__elem.mod--4 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--plum), var(--cornflower-blue));
  filter: saturate(200%);
  width: 204px;
  height: 204px;
  inset: auto auto 3px 0%;
}

.hero__elem.mod--2 {
  z-index: 1;
  inset: auto auto 0 26px;
}

.hero__elem.mod--5 {
  width: 171px;
  height: 85px;
  inset: 0 0 auto auto;
}

.hero__elem.mod--3 {
  z-index: 2;
  background-color: #fff;
  width: 120px;
  height: 35px;
  inset: 250px auto auto 0;
}

.hero__elem.mod--14 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 190px 0 auto auto;
}

.hero__elem.mod--12 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 243px auto auto 160px;
}

.section-1_para {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
}

.body-11 {
  background-color: var(--black-4);
}

.audio__list {
  padding-left: 0;
  list-style-type: none;
}

.audio__param-txt {
  text-transform: uppercase;
  margin-right: 36px;
  display: none;
}

.audio__heading-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.audio__col {
  flex: 1;
}

.audio__col.col--3 {
  align-items: center;
  margin-right: 0;
  transition: all .2s;
  display: flex;
}

.audio__col.col--3.active {
  color: #fff;
}

.audio__col.col--2 {
  flex: 1;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.audio__param-wrap {
  color: #fff6;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.content-2 {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-2.mod--audio {
  max-width: 1440px;
  position: static;
}

.audio__subheading {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.list-title {
  background-image: url('../images/Noise_1Noise.png'), radial-gradient(circle farthest-corner at 0% 0%, var(--dark-slate-blue), var(--brown2) 45%, var(--gold));
  filter: saturate(169%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: .125em;
  padding-right: .125em;
  font-family: Hyperwave one, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: .8em;
  display: inline-block;
}

.list-title.is-landing {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--light-sea-green-2), var(--gold-3) 45%, var(--medium-spring-green) 83%);
  opacity: 1;
  filter: saturate(200%);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: .25em;
  padding-right: .25em;
  font-size: 13em;
  font-weight: 400;
  position: absolute;
  top: 10%;
  transform: rotate(-6deg);
}

.list-title.is-news {
  filter: saturate(200%);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  padding-left: .125em;
  padding-right: .25em;
  font-family: Hyperwave one, sans-serif;
  font-size: 10em;
  font-style: normal;
  font-weight: 400;
}

.audio__list-item {
  color: #ffffff80;
  background-image: url('../images/dash_1dash.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.audio__list-item.active {
  padding-left: 0;
}

.section2 {
  background-image: url('../images/Noise_1Noise.png'), linear-gradient(to bottom, var(--black-4), var(--black-4));
  position: relative;
}

.visit__shine-wrap {
  z-index: -1;
  background-image: url('../images/bg_shine-02.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 60%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.visit__card {
  border: 1px solid #8b002399;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 4em;
  padding: 2.6em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visit__card:hover {
  border-color: var(--brown2);
}

.visit__card.mod--first {
  text-align: center;
  cursor: pointer;
  background-image: radial-gradient(circle at 90% -60%, #8b002399, #c1182200 68%);
  border-color: #8b002399;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 3em;
  padding: 2.6em;
  transition-property: border-color;
}

.visit__card.mod--first:hover {
  border-color: var(--brown2);
  background-image: radial-gradient(circle farthest-corner at 20% 120%, var(--brown2), #c1182200 50%), radial-gradient(circle farthest-corner at 90% -60%, var(--brown2), #c1182200 68%);
}

.visit__card-elements {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 190px;
  transition: transform .575s;
  display: flex;
  position: relative;
}

.visit__card-elements:hover {
  perspective: none;
}

.visit__card-title-over {
  z-index: 2;
  color: var(--brown);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 5px 5px 11px #000;
  margin-bottom: 32px;
  font-size: 1.4em;
  font-weight: 400;
}

.visit__elem-03 {
  background-image: linear-gradient(140deg, #52f3b0, #3b4afb);
  width: 38px;
  height: 38px;
  transition: all 1s;
  position: absolute;
  inset: 5px 15px auto auto;
}

.visit__elem-03.active {
  transform: scale(.9);
}

.visit__cards {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.visit__card-elem-02 {
  transition: all 1s;
  position: absolute;
  inset: 50px auto auto 0%;
}

.visit__card-elem-02.active {
  transform: scale(.9);
}

.visit__card-title {
  z-index: 2;
  filter: saturate(139%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #00ff9f, #00adee 52%, #2e45ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Hyperwave one, sans-serif;
  font-size: 14em;
  font-weight: 400;
  line-height: .7em;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.visit__content {
  justify-content: space-between;
  display: flex;
}

.visit__card-play-wrap {
  letter-spacing: .02em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.visit__card-elem-01 {
  transition: all 1s;
  position: absolute;
}

.section3 {
  background-image: url('../images/Noise_1Noise.png');
  background-size: auto;
  display: none;
  position: relative;
}

.visit-card_text-time {
  color: var(--white);
  text-align: center;
  margin-bottom: .25em;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2em;
  font-weight: 400;
}

.visit-card_text-time.margin {
  margin-top: 50%;
}

.visit_card-title_below {
  z-index: 1;
  color: #fff;
  margin-top: 25px;
  font-family: Hyperwave one, sans-serif;
  font-size: 14em;
  line-height: .7;
  position: absolute;
  top: 0%;
}

.visit_card-title_below1 {
  color: var(--white);
  margin-top: 25px;
  font-family: Hyperwave one, sans-serif;
  font-size: 14em;
  line-height: .7;
  position: absolute;
  inset: 0% auto auto;
}

.page-wrap {
  width: 100%;
  overflow: clip;
}

.main-wrapper.steuern {
  background-color: var(--black-ffk);
  background-image: url('../images/63961731ec13a805c250f408_Dots33-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.n-nav {
  z-index: 997;
  background-color: var(--light-sea-green-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: fixed;
  top: 0;
}

.container-full {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-parent {
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-parent.rel {
  z-index: 996;
  width: 100%;
  position: relative;
}

.logo-parent.rel.w--current {
  z-index: 996;
}

.nav-logo {
  width: 3.5em;
}

.nav-logo.two {
  width: 160px;
  max-width: none;
}

.section-main {
  width: 100%;
}

.section-main.is-background-bla {
  background-color: var(--black-ffk);
}

.section-main.is-rcs {
  margin-bottom: 20vh;
}

.hero-wrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-wrapper.is-background-bla {
  filter: saturate(151%);
  background-color: #0000;
  position: relative;
}

.panel {
  background-color: var(--black-new);
  background-image: linear-gradient(to bottom, var(--black-new), var(--black-new));
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.panel.is-right {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  width: 50%;
}

.panel.is-left {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.hero-botton {
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 30vh;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.hero-botton.is-rcs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
}

.hero-top {
  width: 100%;
  height: 88vh;
  display: flex;
  position: relative;
}

.landingpage-h {
  color: var(--light-sea-green-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.section-main_intro-heading {
  z-index: 2;
  color: var(--white);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  display: block;
  position: absolute;
}

.btn-parent {
  z-index: 2;
  border: 6px solid var(--medium-spring-green);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 2.5em .7em 1.75em;
  font-size: 1em;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  bottom: 3.4em;
  overflow: hidden;
}

.btn-parent:hover {
  box-shadow: 4px 4px 0 0 var(--light-sea-green-2);
}

.btn-parent.ab-btm {
  border: 6px solid var(--medium-spring-green);
  padding: .7em 2.5em .7em 1.75em;
  transition: all .2s;
  position: absolute;
  bottom: 4em;
}

.btn-parent.ab-btm:hover {
  box-shadow: 4px 4px 0 0 var(--light-sea-green-2);
}

.btn-parent.ab-btm.is-news-btm {
  z-index: 1;
  border-color: var(--violet);
  background-color: var(--blue-violet);
  padding-left: 2em;
  padding-right: 1em;
  position: absolute;
  bottom: 16%;
  left: 42.5%;
  overflow: hidden;
}

.btn-parent.ab-btm.is-news-btm:hover {
  box-shadow: 4px 4px 0 0 var(--blue-violet);
}

.btn-txt-sm {
  z-index: 1;
  color: var(--white);
  font-size: 1.4em;
  position: relative;
}

.btn-txt-sm-ap {
  z-index: 1;
  color: var(--white);
  font-size: 1.4em;
  position: absolute;
}

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

.body-new.cc-bg-color-green {
  background-color: var(--pale-turquoise);
}

.line-hero {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--light-sea-green) 18%, var(--orchid) 52%, var(--violet) 90%);
  filter: saturate(200%);
  width: 3px;
  height: 100%;
  position: relative;
}

.line-hero.horiyontal {
  background-image: linear-gradient(90deg, var(--light-sea-green-2), var(--gold-3) 45%, var(--gold) 90%);
  width: 100%;
  height: 6px;
  margin-bottom: .5em;
}

.line-hero.is-rcs {
  background-image: linear-gradient(180deg, var(--gold), var(--brown2) 25%, var(--dark-slate-blue) 50%, var(--brown2) 75%, var(--gold));
}

.section-main_intro-heading_1 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 900;
}

.line-hero-botton {
  z-index: 2;
  background-image: linear-gradient(270deg, var(--light-sea-green-2), var(--orchid) 25%, var(--violet) 51%, var(--orchid) 75%, var(--light-sea-green-2) 104%);
  filter: saturate(200%);
  width: 100%;
  height: 3px;
  position: relative;
}

.line-hero-botton._2nd-color-pallet {
  background-image: linear-gradient(270deg, var(--medium-spring-green) 12%, var(--gold-3) 35%, var(--gold-3) 65%, var(--medium-spring-green) 88%);
  height: 6px;
}

.line-hero-botton.is-rcs {
  background-image: linear-gradient(270deg, var(--dark-slate-blue), var(--brown2) 25%, var(--gold) 51%, var(--brown2) 75%, var(--dark-slate-blue) 104%);
}

.image-floating-parent {
  z-index: 2;
  display: none;
  position: absolute;
  inset: auto 1% 9% auto;
}

.image-floating-child {
  width: 13em;
}

.openinghours-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

.text-small {
  font-size: 1.6em;
}

.open-btn {
  border: 3px solid var(--light-sea-green-2);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: 2em;
  padding: 5px;
  transition: all .2s;
  display: flex;
}

.open-btn:hover {
  box-shadow: 2px 2px 0 2px var(--medium-spring-green);
}

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

.content-hide {
  border-right-width: 6px;
  border-right-color: var(--light-sea-green-2);
  border-bottom-width: 6px;
  border-bottom-color: var(--light-sea-green-2);
  border-left-width: 6px;
  border-left-color: var(--light-sea-green-2);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  display: flex;
  overflow: hidden;
}

.content-hide-wrapper {
  border: 1px solid var(--brown2);
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: .6em;
  padding-bottom: .6em;
  overflow: hidden;
}

.marquee-horizontal {
  background-color: var(--black-ffk);
  background-image: url('../images/63961731ec13a805c250f408_Dots33-1.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 14vh;
  display: flex;
  overflow: hidden;
}

.marquee-horizontal.is-news {
  background-color: var(--black);
  color: var(--indian-red);
  height: 11vh;
  margin-top: 4vh;
  position: relative;
}

.marquee-horizontal.is-rcs {
  height: 100vh;
  position: fixed;
}

.marquee-horizontal.is-banner {
  z-index: 996;
  border: 2px solid var(--pale-turquoise);
  background-color: var(--black-ffk);
  background-image: url('../images/63961731ec13a805c250f408_Dots33-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 70px;
  position: fixed;
}

.track-horizontal {
  flex-direction: row;
  align-items: center;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.track-horizontal.rcs-marquee {
  height: 100%;
}

.marquee-text {
  color: var(--violet);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-size: 3em;
  font-weight: 900;
}

.marquee-text.is-yellow {
  color: var(--gold-3);
  text-shadow: 1px 1px #000;
}

.marquee-text.is-news {
  color: var(--gold-3);
  text-transform: uppercase;
}

.marquee-text.is-banner {
  color: var(--blue-violet);
  font-family: Plaak Condensed, sans-serif;
}

.marquee-text.is-banner2 {
  color: var(--background-ffk);
  font-family: Plaak Condensed, sans-serif;
}

.section-news {
  background-color: var(--white);
  width: 100%;
}

.container-pad {
  flex-direction: column;
  width: 100%;
  padding: 20vh 6vw;
}

.container-pad.footer-new {
  flex-direction: row;
  align-items: stretch;
  padding-top: 10vh;
  display: flex;
}

.container-pad.min-pad {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container-pad.hero {
  padding: 0 0;
  display: flex;
}

.container-pad.rcs {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container-pad.is_bgcolor_black {
  background-color: var(--black-new);
}

.container-pad.pbd-pad {
  margin-bottom: 50vh;
  padding: 6vh 0;
}

.container-pad.relativ {
  position: relative;
}

.container-pad.dw-pad {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.container-pad.dw-pad.features-wrapper {
  background-image: url('../images/684243f1563d71aee92b47c3_checker-pattern.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

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

.content-wrapper.ffk {
  margin-top: 5vh;
  position: relative;
}

.content-wrapper.is-flex {
  justify-content: space-between;
  display: flex;
}

.collection-list-news {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news_item {
  border: 3px solid #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-news_item:hover {
  box-shadow: 8px 8px #000;
}

.collection-list-news_item-botton {
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.collection-list-news_item-heading {
  letter-spacing: .02em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 900;
}

.collection-list-news_item-intro-text {
  font-size: 1.2em;
  line-height: 1.2;
}

.collection-list-news_iten-btn {
  color: var(--black-new);
  padding: 0 10px 0 0;
  font-size: 1.3em;
  font-weight: 900;
}

.collection-list-news_item-btn-wrap {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.collection-list-news_item-btn-wrap.is-calender {
  background-color: var(--white);
  cursor: pointer;
  border: 3px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 14em;
  padding-left: 1em;
  padding-right: 1em;
  transition: box-shadow .2s;
}

.collection-list-news_item-btn-wrap.is-calender:hover {
  box-shadow: 4px 4px #000;
}

.collection-list-news_item-btn-wrap.is-calender:lang(en) {
  justify-content: center;
  align-items: center;
}

.collection-list-news_item-btn-wrap.is-calender.is-new {
  pointer-events: none;
  cursor: pointer;
  width: auto;
  position: absolute;
  inset: auto .5em .5em auto;
}

.collection-list-news_item-btn-wrap.is-calender.is-dw {
  box-shadow: 0 6px 0 0 var(--black-3);
  cursor: none;
  padding-top: .4em;
  padding-bottom: .4em;
  transition: transform .2s cubic-bezier(.86, 0, .07, 1), box-shadow .2s cubic-bezier(.86, 0, .07, 1);
}

.collection-list-news_item-btn-wrap.is-calender.is-dw:hover {
  box-shadow: none;
  transform: translate(0, 6px);
}

.collection-list-news_item-btn-wrap.is-calender.is-dw.long {
  cursor: pointer;
  width: 33em;
}

.collection-list-news_item-btn-wrap.is-calender.is-conf {
  z-index: 1;
  border-color: var(--black-2);
  color: var(--pbd--color-red);
  position: absolute;
  inset: auto 2em 2em auto;
}

.collection-list-news_item-btn-wrap.is-calender.is-conf:hover {
  box-shadow: 4px 4px 0 0 var(--white);
}

.collection-list-news_item-btn-wrap.is-btn {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-parent.is_calender {
  width: 100%;
  height: 100%;
}

.image-child {
  width: 2em;
}

.image-child.cl-list {
  background-color: var(--medium-spring-green);
  object-fit: cover;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}

.image-child.is-news {
  width: 22em;
}

.image-child.turn {
  transform: rotate(-80deg);
}

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

.text-wrap-landing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landingpage-h-text {
  color: var(--gold-3);
  font-style: italic;
  font-weight: 900;
}

.visit-card_paly-text {
  background-color: var(--light-sea-green-2);
}

.visit-card_play-text-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 900;
}

.news-text-wrap {
  justify-content: space-between;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.image-graphic {
  position: relative;
  left: -19%;
}

.section-calender {
  border: 20px solid var(--black);
  background-color: var(--blue-violet);
}

.section-calender.is_margin {
  margin-top: 70px;
}

.text-wrap {
  mix-blend-mode: luminosity;
}

.text-calender {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16em;
}

.text-calender.header_info-page {
  text-align: left;
  text-transform: none;
  font-size: 8em;
  line-height: .6;
}

.content-wrapper_left {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding: 2em 4em;
  display: flex;
}

.calender-content-wrap {
  border: 6px solid var(--black);
  background-color: var(--gold-3);
  border-radius: 20px;
  flex-direction: row;
  margin-bottom: 2vh;
  display: flex;
  overflow: hidden;
}

.content-wrapper_right {
  width: 60%;
}

.calender-titel {
  color: var(--black);
  white-space: normal;
  word-break: normal;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Hyperwave one, sans-serif;
  font-size: 3.7em;
}

.calender-date {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2em;
  font-style: italic;
  font-weight: 900;
}

.calender-typer {
  filter: saturate(200%);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 2em;
  font-weight: 400;
  display: inline;
}

.calender-short-description {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.calender-short-description.is-text-white {
  color: var(--white);
}

.image-calender-child {
  border-left: 6px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image_calender {
  color: var(--black);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.burger-menu {
  z-index: 999;
  background-color: var(--blue-violet);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 6vw;
  transition: border .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.burger-menu-image-child {
  height: 100%;
  position: absolute;
}

.image-burger-open {
  background-color: var(--blue-violet);
  padding-bottom: 7px;
  transition: border .2s;
  display: none;
}

.image-burger-open:hover {
  border: 6px solid #000;
}

.menu-open {
  z-index: 998;
  background-color: var(--tomato);
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-top {
  width: 100%;
  height: 45%;
  padding-top: 2.8vh;
  padding-left: 6vw;
}

.collection-list-news_link-div {
  height: 100%;
  padding-bottom: 4em;
  display: block;
  position: relative;
}

.collection-lisr-news_item-btn {
  display: block;
}

.menu-botton {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 55%;
  padding-bottom: 6vh;
  padding-left: 6vw;
  display: flex;
}

.menu_link {
  cursor: pointer;
}

.menu_text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8em;
  line-height: .85;
}

.burger-menu_wrap {
  width: 100%;
  height: 100%;
}

.image-burger-closed {
  padding-top: 7px;
  padding-bottom: 7px;
  transition: border .2s;
}

.image-burger-closed:hover {
  border: 6px solid #000;
}

.section-footer {
  background-color: var(--black);
  position: relative;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.image-footer-parent:hover {
  color: var(--plum);
}

.html-social-icon-f {
  color: var(--violet);
}

.html-social-icon-f:hover {
  color: var(--white);
}

.html-social-icon-y {
  color: var(--violet);
}

.html-social-icon-y:hover {
  color: var(--white);
}

.html-social-icon-i {
  color: var(--violet);
}

.html-social-icon-i:hover {
  color: var(--white);
}

.html-social-icon-t {
  color: var(--violet);
}

.html-social-icon-t:hover, .html-icon-logo-ogb {
  color: var(--white);
}

.html-icon-logo-ogb:hover {
  color: var(--violet);
}

.html-icon-logo-ogb.text-color-red {
  color: var(--pbd--color-red);
}

.html-con-logo-vida {
  color: var(--white);
  margin-left: 0;
}

.html-con-logo-vida:hover {
  color: var(--violet);
}

.text-footer {
  color: var(--white);
  padding-top: 5px;
  padding-right: 9em;
  font-size: 1.2em;
}

.footer-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 30vh;
  margin-top: 10vh;
  display: flex;
}

.is-margin {
  height: 5vh;
}

.post-author {
  align-items: center;
  display: flex;
}

.image-post-author {
  object-fit: contain;
  width: 5em;
  height: 5em;
}

.image-16 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.text-block-21 {
  padding-left: 1em;
}

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

.section-content-support {
  margin-top: 70px;
  padding-top: 6vh;
}

.hero-overlay {
  z-index: 0;
  opacity: .09;
  mix-blend-mode: hard-light;
  height: 104vh;
  position: absolute;
  inset: 70px 0% 0%;
}

.hero-overlay._2 {
  z-index: 1;
  opacity: .16;
  mix-blend-mode: hard-light;
  background-image: url('../images/ico_rectangle.svg');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.member-cta {
  z-index: 99;
  border: 6px solid var(--black);
  filter: saturate(200%);
  cursor: pointer;
  background-image: url('../images/Group-1-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.member-cta_h1 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9em;
  font-weight: 900;
  line-height: 1.1;
}

.loader {
  z-index: 1000;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loader-progress {
  z-index: 1;
  background-color: var(--pale-turquoise);
  width: 0%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.loader-content {
  z-index: 2;
  color: var(--pale-turquoise);
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2vw;
  display: flex;
  position: relative;
}

.loader-image {
  width: 13em;
  padding: .6em .6em .6em 0;
  display: block;
}

.loader-bottom {
  z-index: 3;
  background-color: var(--pale-turquoise);
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.loader-number {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 3em;
}

.trigger {
  display: none;
}

.loader-top {
  width: 100%;
  height: 100%;
}

.loader-text {
  color: var(--pale-turquoise);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--pale-turquoise);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .3em;
  padding-left: 2px;
  font-family: Anton, sans-serif;
  font-size: 21em;
  font-weight: 900;
  line-height: .92;
}

.section-toni {
  background-color: var(--goldenrod);
  perspective: 1000px;
  background-image: url('../images/r6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}

.image-wrapper {
  position: relative;
}

.image-toni-1 {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-toni-layer-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-toni-2 {
  width: 100%;
  height: 95%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-toni-layer-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-toni-3 {
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-toni-layer-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-toni-4 {
  width: 100%;
  height: 87%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
}

.image-toni-layer-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-outro {
  background-color: var(--light-sea-green-2);
  width: 100%;
}

.section-outro_text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 21em;
}

.fist-bump_wrapper {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 5em;
  display: flex;
}

.fist-left {
  object-fit: fill;
  width: 50%;
}

.fist-right {
  width: 50%;
}

.image-fist-left {
  object-fit: cover;
  width: 104%;
  max-width: none;
  height: 100%;
  padding-left: 0;
}

.image-fist-right {
  width: 100%;
  max-width: none;
  height: 100%;
}

.html-icon-logo-ak {
  color: var(--white);
}

.html-icon-logo-ak:hover {
  color: var(--plum);
}

.html-icon-logo-ak.text-color-red {
  color: var(--pbd--color-red);
}

.scroll-text {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
}

.scroll-text.is-text-color-vio {
  color: var(--pale-turquoise);
  font-family: Panchang Variable, sans-serif;
}

.previous-events {
  margin-top: 15vh;
}

.riders-support-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.riders-support-collection-item {
  background-color: var(--white);
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-child_support {
  border-bottom: 3px solid #000;
}

.post-info_support {
  padding: 2em;
}

.previous-events_wrapper {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 20px;
  margin-top: 3em;
  overflow: hidden;
}

.image_previous-events, .image-child_-revious-events {
  width: 100%;
}

.text-link {
  color: var(--gold-3);
}

.logo-talk-wrap {
  justify-content: center;
}

.typed-1 {
  color: var(--black-ffk);
  height: 100px;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.typed-1-a {
  width: 100%;
  height: 100%;
  display: inline;
}

.typed-2 {
  color: var(--black-3);
  height: 42vh;
  font-family: Plaak Condensed, sans-serif;
  font-size: 14em;
  font-weight: 700;
  line-height: .78;
  position: relative;
}

.typed-1-b {
  width: 100%;
  height: 100%;
  display: inline;
}

.typed-3 {
  color: var(--black-ffk);
  height: 100px;
  margin-top: 1em;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 3em;
  position: relative;
}

.typed-1-c {
  width: 100%;
  height: 100%;
  display: inline;
}

.typed-4 {
  color: var(--black-ffk);
  width: 100%;
  height: 50px;
  margin-top: 5vh;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 1.5em;
  position: relative;
}

.typed-1-d {
  width: 100%;
  height: 100%;
  display: inline;
}

.typed-5 {
  color: var(--black-ffk);
  width: 100%;
  height: 50px;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 1.5em;
  position: relative;
}

.typed-1-e {
  width: 100%;
  height: 100%;
  display: inline;
}

.section-intro-content-ffk {
  background-color: var(--black-ffk);
}

.text-ffk {
  color: var(--white);
  padding-bottom: 1em;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.h1-ffk {
  color: var(--white);
  margin-top: .2em;
  margin-bottom: .2em;
  font-family: Plaak Condensed, sans-serif;
  font-size: 11em;
  font-weight: 700;
  line-height: 1;
}

.h1-ffk.is_grey {
  color: var(--black-ffk);
}

.list-ffk {
  color: var(--white);
  padding-left: 10vw;
  padding-right: 10vw;
}

.h2-ffk {
  color: var(--white);
  text-transform: none;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Panchang Variable, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.h2-ffk.is-text-color-greenish {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 4em;
}

.h2-ffk.is-text-color-vio {
  color: var(--blue-violet);
}

.h2-ffk.is-text-color-vio.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-ffk {
  color: var(--white);
  text-transform: none;
  height: 4em;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Panchang Variable, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.h3-ffk.no-margin {
  width: 30%;
  margin-top: 0;
}

.h3-ffk.no-text-margin {
  margin-top: 0;
}

.h3-ffk.bb {
  margin-top: 100px;
}

.h3-ffk.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 1em;
}

.h3-ffk.is-text-blackish {
  color: var(--black);
  font-weight: 700;
}

.h3-ffk.what-ever {
  height: auto;
}

.ffk-timetable-content_wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.ffk-timetable-content_left {
  width: 30%;
}

.ffk-timetable-content_right {
  width: 70%;
}

.lottie-ffk {
  width: 40vh;
  height: 40vh;
  position: absolute;
  inset: -4% -5% auto auto;
}

.lottie-animation-ffk {
  width: 100%;
  height: 100%;
}

.ffk-register {
  z-index: 2;
  border: 10px solid var(--black-3);
  background-color: var(--white);
  color: var(--black-ffk);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  padding-top: 10px;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 2em;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.typed-1-f {
  width: 100%;
  height: 100%;
}

.lottie-animation {
  width: 50em;
  height: auto;
}

.lottie-speakers-ffk {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.slide_contain {
  width: 100%;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_arrow.is--left {
  border: 10px solid var(--black-3);
  background-color: var(--white);
}

.slide_arrow.is--left.is--disabled-arrow {
  border: .7em solid var(--black-3);
  background-color: #0000;
}

.slide_arrow.is--right {
  border: .7em solid var(--black-3);
  background-color: var(--white);
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.slide_wrap {
  width: 100%;
}

.slide_list {
  width: 100%;
  display: flex;
}

.slide_item {
  padding-right: 1.3em;
}

.slide_card {
  border: .7em solid var(--black-3);
  background-color: var(--black-ffk);
  flex-direction: row;
  align-items: flex-start;
  width: 66em;
  height: 41em;
  padding: 2em;
  display: flex;
}

.heading-17 {
  color: var(--black-3);
  font-family: "Perfect dos vga 437", sans-serif;
  font-weight: 400;
}

.image-speaker-ffk {
  border: .7em solid #16f195;
  width: 100%;
  height: 100%;
}

.slide-card_speaker-content {
  width: 50%;
  height: 100%;
  padding-left: 1em;
}

.richtext-cc {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1;
  position: absolute;
  inset: auto 0% -5%;
}

.section-cooperation-ffk {
  background-color: var(--black-ffk);
}

.solid-line-ffk {
  background-color: var(--black-3);
  width: 100%;
  height: .7em;
}

.html-icon-logo-rc {
  color: var(--white);
}

.html-icon-logo-rc:hover {
  color: var(--violet);
}

.html-icon-logo-rc.text-color-red {
  color: var(--pbd--color-red);
}

.html-icon-logo-etuc {
  color: var(--white);
}

.html-icon-logo-etuc:hover {
  color: var(--violet);
}

.html-icon-logo-etuc.text-color-red {
  color: var(--pbd--color-red);
}

.html-con-logo-gpa {
  color: var(--white);
}

.html-con-logo-gpa:hover {
  color: var(--violet);
}

.section-outro-ffk {
  background-color: var(--black-3);
  align-items: center;
  height: 70vh;
  display: flex;
}

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

.phrase {
  color: var(--black-ffk);
  text-align: center;
  margin-bottom: 10px;
  font-family: Plaak Condensed, sans-serif;
  font-size: 8em;
  font-weight: 700;
}

.html-input-slider {
  justify-content: center;
  display: flex;
}

.ffk-form-top {
  margin-bottom: 8em;
  padding-left: 4.6em;
  padding-right: 4.6em;
}

.ffk-form-bottom {
  padding-left: 12em;
  padding-right: 12em;
}

.ffk-form-left, .ffk-form-right {
  width: 50%;
}

.section-ffk-form-registration {
  background-color: #0000;
  width: 100%;
}

.lottie-ffk-form-registration {
  justify-content: center;
  align-items: center;
  height: 44vh;
  display: flex;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.ffk-registration-heading {
  color: var(--black-ffk);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Plaak Condensed, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: .8;
}

.text-span-ffk {
  font-size: 2em;
}

.text-span-etuc-email {
  color: var(--black-ffk);
}

.ffk-timetable-content_text {
  align-items: flex-start;
  display: flex;
}

.bold-text-25 {
  font-weight: 400;
}

.is-text-color-vio {
  color: var(--pale-turquoise);
  font-style: italic;
}

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

.info-nav {
  z-index: 3;
  background-color: #16f195;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: fixed;
}

.ffk-info-nav-text {
  color: var(--black);
  font-size: 2em;
  font-weight: 700;
}

.section-ffk-info-workshops {
  background-color: var(--black-ffk);
  width: 100%;
}

.section-ffk-info-dinner {
  background-color: var(--black-ffk);
}

.section-ffk-info-cm, .section-ffk-info-pt {
  background-color: var(--black-ffk);
  width: 100%;
}

.img-info-metro {
  width: 100%;
  display: none;
}

.ffk-info-nav-btn {
  padding-left: 1em;
  padding-right: 1em;
}

.nav-spacer {
  background-color: #303030;
  height: 70px;
}

.ara {
  background-color: var(--white);
  text-align: right;
  padding: 2em;
}

.zzz {
  background-color: #da4958;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.paragraph {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 38vw;
  padding-right: 38vw;
  font-size: 1.2em;
  display: flex;
}

.image-17 {
  object-fit: contain;
  height: 78vh;
}

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

.wrapper-language {
  justify-content: flex-end;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.language-block {
  width: 3em;
}

.padding-spacer {
  padding-left: 1em;
  padding-right: 1em;
}

.img-language_flag {
  border: 1px solid #000;
}

.wof-wrapper {
  background-color: var(--light-sea-green-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.box-wof {
  border: 10px solid var(--black);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 18px 8px #12141dcc;
}

.div-block-50 {
  position: relative;
}

.mainbox {
  width: 50em;
  height: 50em;
  position: relative;
}

.span1.span {
  background-color: var(--violet);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
}

.span2.span {
  background-color: var(--gold-3);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
}

.span3.span {
  background-color: var(--light-sea-green);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.span4.span {
  background-color: var(--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
}

.wof-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: Plaak Condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(90deg);
}

.wof-text._2 {
  justify-content: center;
  padding-left: 0;
  font-family: Plaak Condensed, sans-serif;
  font-weight: 700;
  display: flex;
  transform: rotate(0);
}

.wof-text._3 {
  font-family: Plaak Condensed, sans-serif;
  font-weight: 700;
  transform: rotate(180deg);
}

.wof-text._4 {
  font-family: Plaak Condensed, sans-serif;
  font-weight: 700;
  transform: rotate(270deg);
}

.box2 {
  display: flex;
}

.wof-btn {
  z-index: 0;
  filter: saturate(200%);
  color: var(--black);
  cursor: pointer;
  background-image: url('../images/Group-1-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 30px;
  font-size: 3em;
  font-weight: 900;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
  box-shadow: 0 2px 15px 6px #00000080;
}

.wof-btn:hover {
  transform: scale(1.1);
}

.wof-btn:active {
  transform: scale(.6);
}

.whell_pointer-hand {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 12.7rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -21.7rem;
}

.pointer-hang_img {
  width: 100%;
  transform: rotate(90deg);
}

.div-block-51 {
  background-image: url('../images/Group-10.2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px;
}

.wheel-logo {
  width: 100%;
  max-width: none;
}

.wheel-eye {
  width: 9rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wheel-eye:hover {
  mix-blend-mode: luminosity;
}

.div-block-52 {
  z-index: 2;
  width: 26%;
  margin-top: 2rem;
  margin-left: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.survey-wrapper {
  width: 100%;
}

.titel-pbd {
  z-index: 1;
  color: var(--pbd--color-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panchang Variable, sans-serif;
  font-size: 7em;
  font-weight: 800;
  line-height: .76;
  position: relative;
}

.titel-pbd.arabic {
  text-align: right;
  width: 50%;
  line-height: 1;
}

.titel-pbd.is-text-towih {
  color: var(--white);
  text-transform: uppercase;
  width: 4ch;
}

.pbd-section {
  margin-top: 70px;
  position: relative;
}

.pbd-section.is-fowih {
  margin-bottom: 0;
}

.pbd_img-cover {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 70px 0% 0%;
}

.pbd_sub-head {
  z-index: 1;
  color: var(--pbd--color-red);
  max-width: 20ch;
  font-family: Panchang Variable, sans-serif;
  font-size: 2em;
  font-weight: 500;
  position: relative;
}

.pbd_sub-head.text-color-beige {
  color: var(--pbd--background);
  margin-top: 0;
  padding-bottom: 20px;
}

.pbd_sub-head.text-color-beige.arabic, .pbd_sub-head.arabic {
  text-align: right;
}

.pbd_sub-head.is-text-color-white {
  color: var(--white);
  margin-top: 2em;
}

.pbd_sub-head.is-text-color-white.is-ada {
  margin-top: 0;
}

.pbd_container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 6vw;
  display: flex;
  position: relative;
}

.pbd_heading-content {
  flex-flow: column;
  justify-content: space-between;
  height: 70vh;
  display: flex;
  position: relative;
}

.pbd_heading-content.is-tofih {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  height: 80%;
  padding-top: 2vh;
  padding-left: 6vw;
  padding-right: 6vw;
}

.pbd_heading-content.is-tofih.is-ada {
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 0;
}

.pbd_img-parent {
  width: 44vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pbd_img-parent.is-conf {
  width: 100%;
}

.pbd_img-parent.is-conf.is-ada {
  height: 100%;
}

.pbd_img-child {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pbd_img-child.pizza {
  width: auto;
  height: 140%;
  margin-top: 13%;
}

.pbd_paragraph {
  color: var(--pbd--color-red);
  margin-top: 0;
  padding-bottom: 5em;
  font-family: Panchang Variable, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
}

.pbd_paragraph.text-color-beige {
  color: var(--pbd--background);
}

.pbd_paragraph.text-size-sm {
  text-wrap: balance;
  font-size: .8em;
}

.pbd_paragraph.text-size-sm.arabic, .pbd_paragraph.arabic {
  text-align: right;
}

.pbd_paragraph.is-text-color-white {
  color: var(--white);
}

.pbd_form-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  border: 3px solid var(--pbd--color-blue);
  background-color: var(--pbd--color-red);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  margin-bottom: 10em;
  padding: 5em;
  display: grid;
}

.pbd_button {
  background-color: var(--pbd--color-blue);
  margin-top: 1em;
  font-family: Panchang Variable, sans-serif;
  font-size: 1em;
  font-weight: 700;
  transition: box-shadow .2s, transform .3s;
}

.pbd_button:hover {
  transform: translate(8px);
  box-shadow: 2px 2px 6px 3px #0003;
}

.pbd_form-label-text {
  color: var(--pbd--background);
  font-family: Panchang Variable, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.pbd_text-field {
  background-color: var(--pbd--background);
  border-radius: 0;
}

.pbd-radio-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.pbd_grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pbd_link {
  color: var(--pbd--color-blue);
}

.flex-center {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.flex-center.wrappper {
  height: 6em;
  margin-top: 3em;
  margin-bottom: 2em;
}

.pbd_slid-line {
  background-color: var(--pbd--color-blue);
  width: 70%;
  height: 6px;
}

.pizza-wrap {
  flex-flow: row;
  justify-content: center;
  height: 43em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.pbd_embed {
  display: none;
}

.pbd_body {
  background-color: var(--pbd--background);
}

.pbd_body.is-tofih {
  background-color: var(--black-ffk);
}

.pbd_eu-img {
  width: 20vw;
}

.pbd_overlay {
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0%;
}

.pbd_overlay.is-towih {
  height: 100vh;
  position: static;
}

.pbd_overlay.is-towih.is-ada {
  height: 90vh;
}

.img-gdpower-logo {
  width: 12em;
}

.success-message {
  background-color: var(--pbd--color-blue);
}

.localisation-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 3.9em auto auto;
}

.language-link {
  border: 1px solid var(--black-ffk);
  background-color: var(--pbd--color-blue);
  text-align: center;
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.2;
}

.language-img {
  width: 100%;
  height: 100%;
  display: block;
}

.dropdown-toggle-2 {
  background-color: var(--pbd--color-red);
  padding: 14px 40px 14px 14px;
  font-weight: 700;
}

.dropdown-toggle-2.w--open {
  background-color: var(--pbd--color-red);
  font-weight: 700;
}

.text-span-7 {
  font-family: Hyperwave one, sans-serif;
}

.text-span-8 {
  font-size: .7em;
}

.new-paragraph {
  color: var(--white);
  margin-top: 4em;
  line-height: 1.2;
}

.new-paragraph.arab-text {
  margin-top: .2em;
}

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

.hide-counter {
  display: none;
}

.grid-2col {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-24 {
  border-bottom: 3px solid #000;
  padding: 2em;
}

.card-24.left-border {
  border-left: 3px solid #000;
}

.h4 {
  font-weight: 700;
}

.embed-svg {
  z-index: 0;
  opacity: .4;
  position: fixed;
  inset: 0%;
}

.heading-19 {
  font-family: Hyperwave one, sans-serif;
}

.locales-wrapper {
  z-index: 997;
  background-image: url('../images/noisegif.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6px 2.5px;
  position: fixed;
  inset: 70px 0% auto auto;
}

.link-10 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 6px;
  font-size: .9em;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.locales-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.locale {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--light-sea-green);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 5em;
  padding: 6px;
  display: flex;
  position: relative;
}

.local-img {
  width: 2em;
}

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

.text-span-9 {
  color: var(--white);
  font-family: Hyperwave one, sans-serif;
  font-size: 7em;
}

.text-underline {
  margin-bottom: 2em;
  font-size: 1em;
  text-decoration: underline;
}

.text-smtg {
  transform-style: preserve-3d;
  padding-bottom: 1em;
  font-family: Hyperwave one, sans-serif;
  font-size: 4em;
  position: relative;
  transform: rotateX(0)rotateY(1deg)rotateZ(-7deg);
}

.box-wrapper {
  border: 2px solid var(--background-ffk);
  background-color: var(--black-ffk);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.box-wrapper.border-vio {
  border-color: var(--pale-turquoise);
  transition: box-shadow .2s cubic-bezier(.6, .04, .98, .335);
  position: relative;
  overflow: hidden;
}

.box-wrapper.border-vio:hover {
  box-shadow: 0 0 20px 0 var(--blue-violet);
}

.success-message-2 {
  background-color: #0000;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.checkbox-2 {
  border: 2px solid var(--blue-violet);
  background-color: var(--background-ffk);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.form-block-2 {
  margin-top: 10vh;
}

.error-message {
  background-color: var(--pbd--color-red);
}

.steuern-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-overlay {
  background-color: #303030e6;
  position: absolute;
  inset: 0%;
}

.img-banner {
  height: 6em;
  margin-right: 3vw;
}

.banner-btn {
  z-index: 997;
  margin-left: 1em;
}

.img-fullwidth {
  width: 100%;
}

.typewriter-text {
  font-family: Hyperwave one, sans-serif;
  font-size: 9em;
}

.typewriter-text.robo-style {
  margin-left: 16px;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 3em;
}

.typewriter-text.is-text-color-grennish {
  color: var(--black-3);
}

.typewriter-text.is-text-color-grennish.ger-adj {
  margin-left: 16px;
}

.typewriter-text.ger-adj {
  line-height: .7;
}

.typewriter-text.ger-adj:lang(en) {
  line-height: 1;
}

.animation-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.animation-wrapper.flex-c {
  justify-content: center;
  align-items: center;
}

.greyish-bg {
  background-color: #f5f5f5;
}

.svg-icon-1 {
  width: 30px;
}

.dw-section_hero {
  flex-flow: column;
  justify-content: space-around;
  height: 100vh;
  position: relative;
}

.dw-section_hero.flex-c {
  height: auto;
  display: flex;
}

.svg-wrapper {
  justify-content: space-between;
  display: flex;
}

.svg-wrapper._2nd {
  justify-content: flex-start;
}

.svg-wrapper._3rd {
  justify-content: flex-end;
  align-items: flex-end;
}

.scrl-down {
  width: 5em;
  position: absolute;
  inset: auto auto 5% 5%;
}

.scrl-down.is-df {
  inset: auto 10% 5% auto;
}

.section_cards-stagger {
  height: 900vh;
  position: relative;
}

.section_cards-stagger.the-other {
  height: auto;
}

.features-card-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.features-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border: 3px dashed #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  padding: 3em;
  display: flex;
  position: absolute;
}

.features-card._1 {
  z-index: 1;
  transform: rotate(6deg);
}

.features-card._2 {
  z-index: 2;
  transform: rotate(-4deg);
}

.features-card._3 {
  z-index: 3;
  transform: rotate(2deg);
}

.features-card._4 {
  z-index: 4;
  transform: rotate(-8deg);
}

.features-card._5 {
  z-index: 5;
  transform: rotate(-3deg);
}

.features-card._6 {
  z-index: 6;
  transform: rotate(3deg);
}

.features-card-icon_wrapper {
  background-color: var(--black);
  border-radius: 1rem;
  padding: 1em;
}

.features-card-icon_wrapper.is-green {
  background-color: var(--pbd--color-blue);
}

.features-card-icon_wrapper.is-smtg {
  background-color: var(--blue-violet);
}

.features-card-icon_wrapper.is-smtg-2 {
  background-color: var(--royal-blue-2);
  color: var(--dark-slate-blue);
}

.features-card-icon_wrapper.is-smtg-3 {
  background-color: var(--deep-pink);
}

.features-card-icon_wrapper.xca {
  background-color: var(--gold);
}

.dw-h2 {
  text-wrap: pretty;
  font-family: "Perfect dos vga 437", sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.dw-h2.neav-adj {
  color: var(--white);
  font-size: 2em;
  line-height: .6;
}

.dw-h2.other-navy {
  color: var(--white);
  cursor: pointer;
  font-size: 2em;
}

.dw-h2.other-navy:hover {
  color: var(--black-3);
}

.dw-p {
  font-size: 2em;
  line-height: 1.4;
}

.dw-p-m {
  color: var(--black);
  font-size: 1.4em;
  line-height: 1.4;
}

.explainer-comp {
  background-color: #fef8f1;
  border-radius: .375rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-block {
  display: block;
}

.sticky-w {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.explainer-overflow {
  width: 100%;
  overflow: hidden;
}

.plus-line {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line.rotate {
  width: 50%;
  height: 1px;
}

.explainer-w {
  z-index: 5;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.explainer-par {
  max-width: 25ch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.input {
  opacity: 0;
  position: absolute;
}

.span {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-cent-w {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.svg.copy-icon {
  width: 1rem;
  height: 1rem;
}

.sky-scroller {
  pointer-events: auto;
  border-radius: .375rem;
  width: 70%;
  max-width: 1620px;
  height: 29rem;
  position: relative;
  overflow: clip;
}

.sky-scroller.other {
  max-width: none;
}

.explainer-expandable-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.sec.scrolltrigger-sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300svh;
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  display: flex;
}

.btn.copy {
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .375rem;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn.copy:hover {
  background-color: #69e05f;
}

.plus-icon-w {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #270f03;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.explainer-he {
  font-size: .875rem;
  font-weight: 600;
}

.font-c {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.font-c.size-screen {
  font-size: 17vw;
  line-height: 1em;
}

.font-c.size-screen.overflow-cut {
  font-family: Hyperwave one, sans-serif;
  font-size: 11em;
}

.font-c.size-screen.overflow-cut.typewriter-text {
  font-size: 9em;
}

.img-sky {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .75rem;
  position: relative;
}

.comp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp.video {
  max-width: 100%;
}

.layer-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.layer-2.flex-b {
  justify-content: center;
  align-items: flex-end;
}

.layer-2.flex-b.z-3 {
  z-index: 3;
}

.text-block-22 {
  font-weight: 400;
  line-height: 1em;
}

.section_10-steps {
  background-image: url('../images/684243f1563d71aee92b47c3_checker-pattern.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.card_10-steps {
  background-color: var(--white);
  border: 3px dashed #000;
  border-radius: 1rem;
  padding: 3em;
  position: relative;
}

.template_download-link {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 40%;
  display: flex;
}

.template_download-link:hover {
  background-color: var(--black-3);
}

.template_dl-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.download-template_icon {
  width: 4em;
}

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

.is-margin_btn {
  margin-bottom: 6em;
}

.gif-jumper {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: -2em 0% auto auto;
}

.gif-jumper.other-one {
  right: 0;
  transform: rotate(90deg);
}

.img-gif {
  width: 4em;
  height: 4em;
}

.img-gif.rev {
  transform: rotate(180deg);
}

.dw-nav {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 25% 0% auto auto;
  transform: translate(72%);
}

.dw-nav_tag {
  background-color: var(--black);
  cursor: pointer;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 3em;
  margin-right: -24px;
  padding: 10px;
  display: inline-block;
  transform: rotate(270deg);
}

.dw-naw_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--black);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.hide {
  display: none;
}

.i-charts {
  background-color: #f5f5f5;
  background-image: url('../images/684243f1563d71aee92b47c3_checker-pattern.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  width: 100vw;
}

.is-text-red {
  color: var(--pbd--color-red);
}

.is-conferenc {
  margin-top: 70px;
}

@media screen and (min-width: 1280px) {
  .container-4 {
    max-width: 1152px;
  }

  .div-block-31 {
    font-size: 16px;
  }

  .card {
    height: 394px;
  }

  .speaker-image-cover {
    display: flex;
  }

  .slide-nav {
    display: none;
  }

  .box-wof {
    box-shadow: 0 0 18px 8px #12141d99;
  }

  .wof-btn {
    z-index: 999;
  }

  .div-block-51 {
    background-image: url('../images/Group-10.2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 99px;
  }

  .wheel-logo {
    width: 2rem;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

@media screen and (min-width: 1440px) {
  .button-2.coop {
    max-width: 1440px;
  }

  .container-4 {
    max-width: 1312px;
  }

  .card {
    height: 448px;
  }

  .wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionta.home-hero-section {
    min-height: 60vh;
  }

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

  .section-main {
    background-color: var(--black);
  }

  .container-pad, .container-pad.hero {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-open {
    display: none;
  }

  .h1-ffk {
    font-size: 11em;
  }

  .ffk-timetable-content_wrapper.is-ressources {
    margin-top: 0;
    padding: 10vh 6vw;
  }

  .lottie-ffk {
    right: 0;
  }

  .section-ffk-form-registration {
    background-color: #0000;
  }

  .mainbox {
    width: 50em;
    height: 50em;
  }

  .wof-btn {
    width: 4.6em;
    height: 4.6em;
  }

  .pointer-hang_img {
    width: 100%;
  }

  .box-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-absolut {
    width: 100%;
  }
}

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

  .navigation-container {
    align-items: center;
  }

  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .navigation.frost-blur {
    padding-right: 10vw;
  }

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

  .nav-link.white {
    font-size: 1.4em;
  }

  .container {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .footer-title-text {
    font-size: 1.9em;
  }

  .footer-social-links.is-left {
    padding-right: 13%;
  }

  .footer-social-links.is-ffk.pbd {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer-categories {
    width: 50%;
  }

  .footer-newsletter {
    width: 50%;
    margin-bottom: 0;
    position: static;
  }

  .bottom-1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .navigation-link.w--current {
    background-color: #0000;
    display: none;
  }

  .navigation-link-text {
    text-align: right;
    font-size: 2.6em;
    line-height: 1;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .category-link:hover {
    box-shadow: none;
    color: var(--black);
    transform: none;
  }

  .h3 {
    font-size: 2em;
  }

  .post-info-text {
    width: auto;
    height: 100%;
  }

  .posts-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .separator-footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 4.4em;
    line-height: 1;
  }

  .text-container {
    width: 100%;
  }

  .team-image {
    justify-content: flex-start;
    width: 100%;
  }

  .team-member-info {
    max-width: 47vw;
  }

  .rich-text p {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .footer-collection-item {
    width: auto;
  }

  .link-footer {
    font-size: 1.3em;
  }

  .utility-page-content {
    align-items: center;
  }

  .section {
    padding-left: 13em;
    padding-right: 13em;
    transition: all 1s ease-in-out;
  }

  .section.coop {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .section.coop._2nd {
    padding-bottom: 4vw;
  }

  .button-2 {
    margin-top: .5em;
  }

  .footer-logo-image {
    background-size: 9em;
  }

  .footer-logo-image._2nd {
    background-position: 50%;
    background-size: 9em;
  }

  .footer-logo-image._3rd {
    background-size: 9em;
  }

  .footer-logo-image._4th {
    background-size: 10em;
  }

  .div-block-14 {
    font-size: 4em;
  }

  .heading-6 {
    font-size: 8em;
  }

  .download {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-31 {
    padding-top: 16px;
    font-size: 12px;
    left: 24px;
  }

  .div-block-37 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .card {
    height: 217px;
  }

  .card.testimonial {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .card.text {
    height: auto;
    padding-top: 0;
    padding-left: 24px;
  }

  .card.pic {
    height: 60vh;
  }

  .button-4 {
    background-position: 90%;
    background-size: auto 24px;
    padding-right: 64px;
  }

  .card-wrapper.more {
    margin-top: 6em;
  }

  .support-page p {
    line-height: 1;
  }

  .support-page li {
    font-size: 1.7em;
  }

  .gradient-background-fill {
    background-size: cover;
  }

  .speaker-info {
    max-width: 460px;
    margin-bottom: 1em;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .social-block {
    cursor: auto;
  }

  .body-display, .body-display.large, .body-display.large._2nd {
    font-size: 2.3em;
  }

  .body-display.large.left {
    margin-top: 0;
    font-size: 2.3em;
  }

  .body-display._2nd {
    font-size: 2.3em;
  }

  .body-display.kp {
    font-size: 1.2em;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .showreel-heading {
    font-size: 72px;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .speaker-image.team-one {
    background-size: cover;
  }

  .speaker-image.six {
    background-position: 50%;
  }

  .speaker-image.two {
    background-position: 50% 100%;
  }

  .speaker-image.team-two {
    background-position: 50% 0;
    background-size: cover;
  }

  .speaker-image.three {
    background-position: 50%;
  }

  .large-heading {
    font-size: 3.7em;
  }

  .large-heading.sm {
    font-size: 3.8em;
  }

  .about-wrapper {
    align-items: flex-start;
    padding-left: 5vw;
  }

  .slide-image {
    width: 60vw;
    height: 70vh;
    min-height: 70vh;
  }

  .slide-image.team-gallery {
    width: 100%;
    height: 50vh;
    min-height: 60vh;
  }

  .slide-image.team-image {
    width: 100%;
    min-width: 70vw;
    height: 70vh;
    min-height: 70vh;
  }

  .speaker-image-cover {
    display: none;
  }

  .centered-intro {
    margin-bottom: 4em;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .hover-link-wrapper.scroll-link-wrapper {
    width: 9em;
    height: 9em;
    display: block;
    bottom: 34.4vw;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey {
    width: 60px;
    height: 60px;
    left: 2vw;
  }

  .team-wrapper {
    justify-content: flex-start;
    width: 100vw;
    min-height: auto;
    padding-bottom: 1vw;
    overflow: auto;
  }

  .social-icon {
    width: 60px;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: auto auto;
    margin-bottom: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .box {
    min-height: auto;
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
  }

  .half-dual {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    margin-top: 5vh;
    display: flex;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-descriptor {
    font-size: 2.3em;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.left-item {
    margin-top: 4vh;
  }

  .box-two {
    flex: auto;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-self: baseline;
    display: flex;
  }

  .speaker-name {
    margin-top: auto;
    font-size: 6em;
    line-height: 1;
  }

  .sectionta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionta.home-hero-section {
    min-height: auto;
    margin-top: 13vh;
    padding-top: 0;
    padding-bottom: 10vh;
    padding-left: 5vw;
  }

  .sectionta.thin-section {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .sectionta.no-top-padding {
    overflow: hidden;
  }

  .sectionta.footer {
    margin-top: 10vh;
    padding-bottom: 100px;
  }

  .sectionta.team {
    overflow: visible;
  }

  .social-text {
    font-size: 1.3em;
    display: block;
  }

  .team-collection-list-wrapper {
    flex: 0 auto;
  }

  .button-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
  }

  .button-6.anm {
    font-size: 1.3em;
  }

  .button-6.anm._2nd {
    width: 70vw;
    font-size: 3em;
  }

  .button-6.team {
    border-radius: 100em;
  }

  .social-items {
    grid-column-gap: 0px;
    background-size: auto 160%;
    grid-template-rows: 34vh 34vh;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .heading-11 {
    font-size: 3em;
  }

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

  .team-scrool {
    z-index: 30;
    border-radius: 100em;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: relative;
    bottom: 4.9vh;
  }

  .text-block-16 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    margin-left: .5em;
    margin-right: .5em;
    font-size: 1.6em;
  }

  .div-block-40 {
    align-items: center;
    display: flex;
  }

  .button-close {
    color: #fff;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    flex: none;
  }

  .main-heading {
    text-align: left;
    font-size: 3.5em;
    line-height: 1em;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .header-row {
    flex-direction: row;
    align-items: center;
  }

  .first-article {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
  }

  .card-inner {
    background-image: linear-gradient(#0000, #000c);
    padding-top: 0%;
    padding-bottom: 20%;
  }

  .third-article {
    height: 100vh;
  }

  .xlarge-paragraph {
    font-size: 15em;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .card-details-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .header-text {
    font-size: 1.6em;
  }

  .image-content {
    background-position: 50% 40%;
  }

  .second-article {
    display: block;
  }

  .rich-text-2 {
    font-size: 2.6em;
  }

  .card-3 {
    flex: none;
  }

  .heading-12 {
    font-size: 13em;
  }

  .h5-conf-head-overhead {
    font-size: 2em;
  }

  .img-child.is_pic_link_article2 {
    width: 30vw;
  }

  .img-child.is_pic_article3 {
    width: 15vw;
  }

  .image-5 {
    max-width: 148%;
  }

  .bold-text-17 {
    font-size: 4em;
  }

  .text-conf {
    font-size: 3em;
  }

  .btn_neon {
    margin-left: 0%;
  }

  .bold-text-20 {
    display: block;
  }

  .image-10 {
    max-width: 170%;
  }

  .section-talk {
    padding-top: 10vh;
  }

  .heading-3d {
    font-size: 26em;
  }

  .layer.is-intro-ball {
    top: 12%;
  }

  .concept-6_image.is-middle {
    max-width: 80%;
    max-height: 70vh;
  }

  .concept-6_image.is-new {
    max-height: 77vh;
  }

  .heading_wrapper.text-style-allcaps {
    font-size: 1vw;
  }

  .hero__h1-span2 {
    left: 0%;
  }

  .content {
    flex-direction: column;
  }

  .hero__content {
    align-items: flex-start;
    max-width: none;
    margin-bottom: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__elements-wrap {
    justify-content: center;
    margin-right: 0;
    position: static;
  }

  .hero__h1-span1 {
    font-size: 15em;
  }

  .over-heading {
    font-size: 1.6em;
  }

  .section1 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section1.section-content1 {
    height: auto;
    padding-top: 0;
  }

  .hero__h1-span3 {
    font-size: 15em;
  }

  .section-1_para {
    font-size: 1.6em;
  }

  .audio__col.col--2 {
    max-width: 260px;
    padding-left: 0;
  }

  .audio__subheading {
    font-size: 1.2em;
  }

  .audio__list-item {
    flex-wrap: wrap;
  }

  .visit__shine-wrap {
    height: 600px;
    top: -300px;
  }

  .visit__card {
    margin-left: 20px;
  }

  .visit__card.mod--first {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .visit__card-title-over {
    margin-bottom: 16px;
  }

  .visit__content {
    display: block;
  }

  .landingpage-h {
    font-size: 2.6em;
  }

  .btn-txt-sm, .btn-txt-sm-ap, .text-small {
    font-size: 2em;
  }

  .marquee-text {
    font-size: 5em;
  }

  .container-pad {
    padding-top: 17vh;
    padding-bottom: 17vh;
  }

  .container-pad.pbd-pad {
    margin-bottom: 30vh;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news_item-intro-text, .collection-list-news_iten-btn {
    font-size: 1.6em;
  }

  .collection-list-news_item-btn-wrap.is-calender {
    width: 16em;
  }

  .image-child.cl-list {
    object-fit: cover;
    height: 16vh;
    overflow: hidden;
  }

  .image-graphic {
    left: -14%;
  }

  .text-calender {
    font-size: 16em;
  }

  .calender-titel {
    font-size: 5em;
  }

  .calender-short-description {
    font-size: 1.6em;
  }

  .menu_text {
    font-size: 11em;
  }

  .menu-image_child {
    width: 150px;
  }

  .text-footer {
    padding-right: 3em;
    font-size: 1.4em;
  }

  .footer-content-wrap {
    height: 30vh;
  }

  .image-wrapper {
    height: 89vh;
  }

  .image-toni-2 {
    height: 95%;
  }

  .image-toni-4 {
    inset: auto 0% -5%;
  }

  .image-toni-layer-4 {
    object-fit: contain;
    max-width: none;
  }

  .scroll-text {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }

  .riders-support-collection-list {
    flex-flow: column wrap;
    display: flex;
  }

  .text-ffk {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 2.4em;
  }

  .h2-ffk {
    font-size: 3.4em;
  }

  .h3-ffk {
    font-size: 2.4em;
  }

  .ffk-timetable-content_wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .lottie-ffk {
    top: -6%;
  }

  .slide_card {
    width: 74em;
    height: 39em;
    padding: 1em;
  }

  .lottie-ffk-form-registration {
    height: 28vh;
  }

  .language-block {
    width: 4em;
  }

  .titel-pbd.arabic {
    text-align: right;
    line-height: 1;
  }

  .pbd_sub-head.arabic {
    text-align: right;
  }

  .pbd_heading-content {
    height: 53vh;
  }

  .pbd_heading-content.is-tofih {
    height: 50%;
  }

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

  .flex-center {
    margin-top: 6em;
  }

  .pbd_overlay.is-towih {
    height: 60vh;
  }

  .dropdown-toggle-2 {
    font-size: 1.4em;
  }

  .text-underline {
    padding-top: .6em;
    font-size: 1.6em;
  }

  .banner-btn {
    top: 110px;
  }

  .features-card._1, .features-card._2, .features-card._3, .features-card._4, .features-card._5, .features-card._6 {
    width: 80vw;
  }

  .dw-p-m {
    font-size: 1.6em;
  }

  .comp {
    width: 90%;
  }

  .comp.video {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-container {
    align-items: center;
  }

  .navigation {
    height: 75px;
  }

  .navigation.frost-blur {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-link.white {
    font-size: 2em;
  }

  .container {
    white-space: normal;
    object-fit: fill;
    flex: 0 auto;
  }

  .footer-title-text {
    margin-bottom: 15px;
    font-size: 3em;
  }

  .footer-social-links {
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 0;
  }

  .footer-social-links._2 {
    margin-top: 25px;
    margin-left: 0;
  }

  .footer-social-links.is-left {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
  }

  .footer-social-links.is-ffk.pbd {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-links-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 0;
  }

  .bottom-1 {
    flex-direction: column;
  }

  .bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-field {
    font-family: Montserrat, sans-serif;
    font-size: 3em;
  }

  .submit-button {
    width: auto;
    font-size: 3em;
  }

  .navigation-link {
    display: flex;
  }

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

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3em;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
    font-size: 3vw;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin;
    font-size: 5em;
    font-weight: 600;
  }

  .container-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .category-link {
    width: 30vw;
    font-size: 2em;
  }

  .category-link._2nd {
    width: auto;
    min-width: auto;
    padding: .4em;
    font-size: 1em;
  }

  .post-author {
    font-size: 2em;
  }

  .post-author.cc-top-margin {
    font-size: 2.5em;
  }

  .post-author.cc-top-margin.ap {
    font-size: 2em;
  }

  .post-author._2nd {
    font-size: 3em;
  }

  .post-author._2nd.and {
    color: var(--black);
    padding-left: .25em;
    padding-right: .25em;
    font-size: 2em;
  }

  .post-author._2nd.co-author {
    font-size: 2em;
  }

  .post-author-text.cc-small-thumbnail {
    margin-bottom: 8em;
  }

  ._3-collection-item {
    width: 100%;
  }

  .h3 {
    font-size: 3em;
  }

  .post-info-text {
    padding-right: 0;
  }

  .posts-collection-list {
    flex-direction: column;
    grid-template-columns: 50% 50%;
    display: flex;
  }

  .section-title-ext {
    font-size: 3em;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .h1._2nd {
    margin-bottom: 1em;
  }

  .team-member-info {
    max-width: 49vw;
  }

  .post-content {
    padding-left: 8em;
    padding-right: 8em;
  }

  .rich-text li {
    font-size: 2em;
  }

  .dropdown-link-text {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-decoration: none;
  }

  .footer-links-new {
    flex-wrap: nowrap;
  }

  .utility-page-content {
    align-items: center;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    line-height: 1;
  }

  .section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.coop {
    padding: 15vw 8vw 8vw;
  }

  .button-2.coop {
    font-size: 3.3em;
  }

  .button-2.coop.tax {
    font-size: 3em;
  }

  .footer-right {
    justify-content: flex-end;
    width: 40%;
    margin-top: 0;
  }

  .footer-logo-image {
    object-fit: fill;
    background-position: 0%;
    background-size: 18em;
    height: 18vh;
  }

  .footer-logo-image._2nd, .footer-logo-image._3rd {
    background-position: 0%;
    background-size: 18em;
  }

  .footer-logo-image._4th {
    background-position: 0%;
    background-size: 33em;
  }

  .div-block-14 {
    font-size: 5em;
  }

  .text-block-6 {
    font-size: 1.4em;
  }

  .wrapper-coop {
    margin-bottom: 8em;
  }

  .text-block-9 {
    font-size: 2.4em;
  }

  .download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
    color: var(--white);
    text-decoration: underline;
  }

  .section-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-3.support {
    margin-top: 15vh;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-4 {
    max-width: none;
  }

  .container-4.border-top {
    border-top-style: none;
  }

  .cards-wrapper {
    border-top: 1px solid #000;
  }

  .heading-8 {
    font-size: 2.6em;
    line-height: 1.3;
  }

  .div-block-31 {
    left: 16px;
  }

  .card-text-wrapper {
    padding-right: 3vw;
  }

  .grid-3-columns {
    border-left: 1px solid #000;
    display: block;
  }

  .grid-3-columns.border-bottom {
    border-left-style: none;
  }

  .div-block-37 {
    padding-top: 0;
    padding-right: 0;
  }

  .body-left-column {
    border-right-style: none;
  }

  .card {
    border: 1px solid #000;
    border-top-style: none;
    height: 229px;
  }

  .card.testimonial {
    justify-content: center;
    height: auto;
    padding: 2vh 0 2vh 3vw;
  }

  .card.text {
    height: auto;
    padding-top: 2vh;
    padding-left: 3vw;
  }

  .card.text.vorteil {
    min-height: 70vh;
  }

  .card.pic {
    height: auto;
    min-height: 70vh;
  }

  .button-4 {
    border-right-style: none;
  }

  .button-4.no-bottom-border {
    font-size: 2.6em;
  }

  .supportus-text {
    font-size: 2.6em;
    line-height: 1.3;
  }

  .heading-9 {
    font-size: 2.6em;
  }

  .h1-support {
    font-size: 2em;
    line-height: 1;
  }

  .heading-10, .heading-10.sub {
    font-size: 2.6em;
    line-height: 1.3;
  }

  .card-wrapper {
    margin-top: 4em;
    margin-bottom: 0;
    padding-right: 3vw;
  }

  .card-wrapper.more {
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .h6 {
    font-size: 1.7em;
  }

  .text-block-14 {
    font-size: 1.4em;
  }

  .grid {
    padding-right: 3vw;
  }

  .g-div-i._1 {
    height: 23vh;
  }

  .g-div-i._2, .g-div-i._3 {
    height: 22vh;
  }

  .g-div-h, .support-page p, .support-page li {
    font-size: 2.6em;
  }

  .bold-text-13 {
    font-size: 3em;
  }

  .bold-text-14 {
    font-size: 2.6em;
  }

  .bold-text-15 {
    font-size: 2.2em;
  }

  .body-display, .body-display.large, .body-display.large._2nd, .body-display.large.left, .body-display._2nd {
    font-size: 3.3em;
  }

  .body-display.kp {
    font-size: 2.6em;
  }

  .background-cover {
    width: 100%;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .showreel-heading.footer {
    white-space: pre-wrap;
    margin-bottom: 19px;
    font-size: 6em;
  }

  .speaker-image.team-one {
    margin-top: 10vw;
  }

  .speaker-image.team-images.elli {
    background-size: contain;
  }

  .large-heading {
    font-size: 4.7em;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .slide-image.team-image {
    min-width: 70vw;
    height: 66vh;
    min-height: 60vh;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .hover-link-wrapper.scroll-link-wrapper {
    display: block;
    bottom: 20.8vw;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey {
    width: 50px;
    height: 50px;
    inset: 20% auto auto 0%;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey.is_neon_pink {
    width: 60px;
    height: 60px;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .box {
    margin-bottom: -100px;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .feature-descriptor {
    font-size: 3.3em;
  }

  .speaker-name {
    font-size: 6.7em;
  }

  .speaker-arrow, .speaker-arrow.left {
    bottom: 0;
  }

  .sectionta.home-hero-section {
    padding-bottom: 5vh;
  }

  .sectionta.thin-section {
    height: 46vh;
    display: block;
  }

  .sectionta.no-top-padding {
    margin-top: 5vh;
    padding-bottom: 10vh;
  }

  .sectionta.footer {
    padding-top: 25vh;
    padding-bottom: 20px;
  }

  .sectionta.team {
    margin-top: 0;
  }

  .button-6 {
    font-size: 2.6em;
  }

  .button-6.anm {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
  }

  .button-6.team {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.6em;
  }

  .heading-11 {
    font-size: 3.7em;
  }

  .team-item {
    justify-content: flex-start;
    min-width: 40vw;
  }

  .team-scrool {
    position: relative;
    bottom: 35vh;
  }

  .text-block-16 {
    font-size: 2em;
  }

  .section-content {
    display: none;
  }

  .main-heading {
    font-size: 3em;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .first-article {
    display: block;
  }

  .card-inner {
    min-height: 40vh;
  }

  .third-article {
    z-index: 22;
    height: 100vh;
    position: relative;
  }

  .image-wrapper {
    background-image: none;
    height: 100vh;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .header-text {
    font-size: 2em;
  }

  .cap {
    font-size: 90px;
  }

  .second-article {
    z-index: 21;
    display: block;
    position: relative;
  }

  .rich-text-2 {
    font-size: 3em;
  }

  .conf-head-nav {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
  }

  .conf-head-nav-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
  }

  .conf-head-foot {
    padding-left: 1%;
    padding-right: 1%;
  }

  .conf-head-foot-linkblock {
    width: 15vw;
    padding-left: .3em;
    padding-right: .3em;
  }

  .section-statement {
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .text-block-20 {
    font-size: 2.6em;
  }

  .h1-gradient {
    font-size: 6em;
  }

  .section-talk {
    padding-top: 15vh;
  }

  .h1-talk {
    font-size: 5.7em;
  }

  .button-talk {
    font-size: 3em;
  }

  .heading-3d {
    font-size: 22em;
  }

  .layer.is-intro-ball {
    top: 15%;
  }

  .max-width-large.z-2 {
    top: 2vh;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .concept-6_image.is-middle {
    max-width: 100%;
  }

  .hero__h1-span2 {
    width: 120px;
    height: 8px;
    margin-left: -16px;
    margin-right: 28px;
    top: 25px;
  }

  .hero__heading {
    margin-bottom: 40px;
  }

  .hero__elements {
    width: 280px;
    height: 290px;
    margin-right: 0;
  }

  .hero__elem-circle1 {
    width: 110px;
    height: 110px;
  }

  .hero__elem-circle2 {
    width: 80px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__elements-wrap {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__elem-circle1-wrap {
    height: 55px;
  }

  .hero__elem-cube {
    border-width: 20px;
    width: 92px;
    height: 92px;
  }

  .over-heading {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero__elem-circle3 {
    height: 110px;
  }

  .hero__elem.mod--10 {
    max-width: 75px;
    right: 13px;
  }

  .hero__elem.mod--9 {
    width: 22px;
    height: 22px;
    left: 140px;
  }

  .hero__elem.mod--1 {
    width: 110px;
    height: 110px;
    bottom: 163px;
  }

  .hero__elem.mod--7 {
    top: 68px;
    left: 140px;
  }

  .hero__elem.mod--6 {
    width: 20px;
    height: 20px;
    top: 35px;
    left: 139px;
  }

  .hero__elem.mod--11 {
    width: 100px;
    height: 22px;
  }

  .hero__elem.mod--13 {
    width: 20px;
    height: 20px;
    top: 68px;
  }

  .hero__elem.mod--8 {
    width: 40px;
    height: 80px;
    bottom: 35px;
    right: 100px;
  }

  .hero__elem.mod--4 {
    width: 110px;
    height: 110px;
  }

  .hero__elem.mod--2 {
    max-width: 90px;
    left: 12px;
  }

  .hero__elem.mod--5 {
    width: 110px;
    height: 55px;
  }

  .hero__elem.mod--3 {
    width: 64px;
    height: 17px;
    top: 142px;
  }

  .hero__elem.mod--14 {
    width: 22px;
    height: 22px;
    top: 140px;
  }

  .hero__elem.mod--12 {
    width: 22px;
    height: 22px;
    top: 140px;
    left: 88px;
  }

  .section-1_para {
    font-size: 3em;
  }

  .audio__heading-wrap {
    margin-bottom: 34px;
  }

  .audio__col.col--3 {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .audio__col.col--2 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .audio__param-wrap {
    margin-top: 16px;
  }

  .audio__subheading {
    display: none;
  }

  .list-title {
    margin-bottom: 32px;
    font-size: 15em;
  }

  .visit__shine-wrap {
    top: -500px;
  }

  .visit__card {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    padding: 16px;
  }

  .visit__card.mod--first {
    text-align: left;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }

  .visit__card-elements {
    margin-top: 40px;
  }

  .visit__card-title-over {
    margin-bottom: 0;
    font-size: 13px;
  }

  .visit__cards {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .visit__card-title {
    margin-bottom: 16px;
    font-size: 33em;
  }

  .visit__card-play-wrap {
    order: -1;
    align-items: center;
    margin-bottom: 10px;
  }

  .visit-card_text-time {
    font-size: 4em;
  }

  .visit_card-title_below, .visit_card-title_below1 {
    font-size: 33em;
  }

  .n-nav {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-botton {
    height: 39vh;
  }

  .btn-parent {
    bottom: .4em;
  }

  .btn-parent.ab-btm {
    bottom: 100px;
  }

  .btn-parent.ab-btm.is-news-btm {
    bottom: 16%;
    left: 33.5%;
  }

  .image-floating-parent {
    bottom: 12%;
  }

  .image-floating-child {
    width: 17em;
  }

  .openinghours-wrapper {
    bottom: 11%;
  }

  .open-btn {
    width: 5em;
    height: 5em;
  }

  .marquee-horizontal, .marquee-horizontal.is-news {
    height: 13vh;
  }

  .marquee-text {
    font-size: 7em;
  }

  .container-pad {
    padding: 14vh 4vw;
  }

  .container-pad.footer-new {
    align-items: stretch;
    padding-top: 5vh;
    padding-bottom: 30vh;
  }

  .container-pad.pbd-pad {
    margin-bottom: 50vh;
  }

  .collection-list-news_item-botton {
    padding-left: 1em;
    padding-right: 1em;
  }

  .collection-list-news_item-intro-text, .collection-list-news_iten-btn {
    font-size: 2em;
  }

  .collection-list-news_item-btn-wrap.is-calender {
    width: 20em;
  }

  .collection-list-news_item-btn-wrap.is-calender.is-new {
    pointer-events: none;
    left: 1em;
  }

  .image-graphic {
    left: -12%;
  }

  .calender-titel {
    font-size: 3.7em;
  }

  .calender-short-description {
    font-size: 2em;
  }

  .section-footer {
    height: 110vh;
  }

  .footer-left {
    justify-content: flex-end;
  }

  .image-footer-parent {
    margin-top: 1em;
  }

  .text-footer {
    font-size: 2em;
  }

  .footer-content-wrap {
    height: 40vh;
    margin-top: 3vh;
  }

  .member-cta_h1 {
    font-size: 5em;
  }

  .loader-image {
    width: 130px;
  }

  .loader-bottom {
    bottom: 12%;
  }

  .loader-number {
    font-size: 7em;
  }

  .loader-text {
    padding-bottom: .5em;
    font-size: 15em;
  }

  .image-wrapper {
    height: 70vh;
  }

  .section-outro_text {
    font-size: 19em;
  }

  .scroll-text {
    font-size: 1.2em;
  }

  .typed-1 {
    height: 70px;
  }

  .typed-3 {
    height: 50px;
  }

  .typed-4 {
    height: 40px;
    margin-top: 2vh;
    font-size: 2em;
  }

  .typed-5 {
    height: 40px;
    font-size: 2em;
  }

  .text-ffk {
    font-size: 3em;
  }

  .h2-ffk {
    font-size: 4em;
  }

  .h2-ffk.is-text-color-greenish {
    margin-bottom: .2em;
  }

  .h3-ffk {
    font-size: 3em;
  }

  .h3-ffk.no-text-margin {
    font-size: 2.4em;
  }

  .h3-ffk.checkbox {
    font-size: 3em;
  }

  .lottie-ffk {
    width: 40vh;
    height: 40vh;
    top: -5%;
  }

  .ffk-register {
    width: 200px;
    height: 50px;
    padding-top: 4px;
  }

  .typed-1-f {
    font-size: 2em;
  }

  .slide_arrow.is--left {
    border-width: .7em;
    width: 7em;
    height: 7em;
  }

  .slide_arrow.is--left.is--disabled-arrow, .slide_arrow.is--right {
    width: 7em;
    height: 7em;
  }

  .slide_card {
    width: 75em;
    height: 42em;
    padding: 2em;
  }

  .phrase {
    font-size: 9em;
  }

  .lottie-ffk-form-registration {
    height: 32vh;
  }

  .ffk-registration-heading {
    font-size: 7.9em;
  }

  .info-nav {
    padding-left: 4vw;
    padding-right: 4vw;
    inset: 0% 0% auto;
  }

  .ffk-info-nav-text {
    font-size: 3em;
  }

  .language-block {
    width: 5em;
  }

  .pbd_sub-head {
    max-width: 22ch;
    font-size: 3em;
  }

  .pbd_container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .pbd_heading-content {
    height: 150vh;
  }

  .pbd_button, .pbd_form-label-text {
    font-size: 2em;
  }

  .flex-center {
    padding-top: 2em;
  }

  .pbd_overlay.is-towih {
    height: 40vh;
  }

  .language-link {
    font-size: 1.6em;
  }

  .dropdown-toggle-2 {
    font-size: 2em;
  }

  .dropdown-toggle-2.w--open {
    font-size: 1.8em;
  }

  .link-10 {
    font-size: 1.4em;
  }

  .locale {
    width: 7em;
  }

  .explainer-comp {
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .code-block, .explainer-copy-btn-w {
    display: none;
  }

  .sticky-w {
    height: 80svh;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .input {
    opacity: 0;
  }

  .span {
    padding-top: .2rem;
  }

  .sky-scroller {
    height: 15rem;
  }

  .plus-icon-w {
    display: none;
  }

  .comp {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 6em;
  }

  p {
    font-size: 3em;
  }

  ul, ol {
    padding-left: 7vw;
    font-size: 1vw;
  }

  .nav-link.white {
    margin-right: 0;
    font-size: 4em;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
    font-size: 4em;
  }

  .footer-social-links {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-social-links._2 {
    margin-top: 0;
  }

  .footer-social-links.is-left {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 6em;
  }

  .footer-social-links.is-ffk {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social-links.is-ffk.pbd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-links-container {
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
  }

  .footer-newsletter {
    height: 100%;
  }

  .text-field {
    font-size: 4em;
    font-weight: 400;
  }

  .submit-button {
    font-size: 4em;
  }

  .navigation-link {
    display: none;
  }

  .navigation-link.w--current {
    text-align: center;
  }

  .navigation-link-text {
    text-align: right;
    font-size: 8vw;
    line-height: 1;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .icon {
    font-size: 7vw;
  }

  .container-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .category-link {
    width: auto;
    font-size: 3em;
  }

  .category-link._2nd {
    font-size: .8em;
  }

  .post-author, .post-author.cc-top-margin, .post-author._2nd {
    font-size: 3em;
  }

  .post-author-text.cc-small-thumbnail {
    margin-bottom: 8em;
  }

  .h3 {
    font-size: 5em;
  }

  .post-info-text {
    padding: 3em;
  }

  .posts-collection-list {
    margin-top: -7em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .latest-posts {
    background-color: var(--blue-violet);
    border: 10px solid #000;
  }

  .section-title-ext {
    font-size: 5em;
  }

  .h1 {
    font-size: 6.6em;
    line-height: 1;
  }

  .h1._2nd {
    margin-bottom: 1.2em;
    font-size: 6em;
    overflow: visible;
  }

  .team-member-info {
    max-width: 80vw;
  }

  .title-section {
    border-width: 10px;
    margin-top: 70px;
  }

  .title-section.cc-detail {
    border-width: 10px;
  }

  .post-content {
    background-color: var(--white);
    justify-content: space-around;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .post-content-wrapper {
    flex: 0 auto;
  }

  .rich-text {
    width: auto;
    padding: .9rem;
  }

  .rich-text p, .rich-text li {
    font-size: 3em;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-new {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .image-post {
    width: 100%;
  }

  .utility-page-content {
    align-items: center;
  }

  .text-block {
    font-size: 4em;
  }

  .section {
    padding: 20em 8em 10em;
  }

  .section.coop {
    padding-top: 25vw;
  }

  .section.coop._2nd {
    padding-top: 10vw;
  }

  .section.cc, .section.lek, .section.ruc, .section.cka {
    padding-top: 10em;
  }

  .button-2 {
    width: 100%;
    font-size: 4.8em;
  }

  .button-2:hover {
    transform: scale(1.03);
  }

  .button-2.coop, .button-2.coop.tax {
    font-size: 4.8em;
  }

  .footer-right {
    width: 100%;
    margin-top: 0;
    padding-top: 10em;
  }

  .footer-logo-image {
    background-size: 22em;
    height: 7vh;
  }

  .footer-logo-image._2nd {
    background-position: 0%;
    background-size: 22em;
  }

  .footer-logo-image._3rd {
    background-size: 22em;
  }

  .footer-logo-image._4th {
    background-position: 0%;
    background-size: 36em;
  }

  .coop {
    font-size: 2em;
  }

  .text-block-6 {
    font-size: 2.7em;
  }

  .heading-6 {
    font-size: 12.8em;
  }

  .text-block-9 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 5em;
  }

  .coop-line {
    width: 100%;
    height: .6em;
  }

  .video_wrapper {
    margin-bottom: 6em;
  }

  .section-3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-3.support {
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading-8 {
    font-size: 4em;
  }

  .div-block-31 {
    font-size: 1vw;
    left: 3vw;
  }

  .card-text-wrapper {
    padding-right: 3vw;
  }

  .card {
    height: auto;
    min-height: 147px;
  }

  .card.testimonial {
    height: auto;
    min-height: 70vh;
  }

  .button-4.no-bottom-border {
    font-size: 4em;
  }

  .button-4.anmeldung {
    background-position: 90%, 0 0;
    border-style: solid;
    width: 100%;
  }

  .button-4.anmeldung:hover {
    background-position: 80%, 0 0;
  }

  .supportus-text, .heading-9 {
    font-size: 4em;
  }

  .h1-support {
    font-size: 3em;
  }

  .heading-10 {
    margin-bottom: 1em;
    font-size: 4em;
  }

  .heading-10.sub {
    font-size: 4em;
  }

  .card-wrapper {
    margin-top: 8em;
  }

  .h6 {
    font-size: 3em;
  }

  .text-block-14 {
    font-size: 4em;
  }

  .g-div-i._2 {
    height: 23vh;
  }

  .g-div-h {
    font-size: 3em;
    line-height: 1;
  }

  .support-page p {
    font-size: 4em;
  }

  .support-page li {
    padding-left: 0;
    font-size: 4em;
    line-height: 1.3;
  }

  .button-member {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }

  .bold-text-13, .bold-text-13.is_nav_text_normal, .bold-text-14 {
    font-size: 4em;
  }

  .featured-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    display: grid;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .featured-logo-item {
    padding: 0;
  }

  .solid-line {
    background-image: linear-gradient(to right, var(--black-3), var(--medium-spring-green) 33%, var(--orchid) 66%, var(--pale-turquoise));
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  .body-display, .body-display.large {
    font-size: 5em;
  }

  .body-display.large._2nd, .body-display.large.left {
    font-size: 5em;
    line-height: 1;
  }

  .body-display._2nd {
    font-size: 5em;
    line-height: 1.3;
  }

  .body-display.kp {
    font-size: 4em;
  }

  .hover-link {
    opacity: 1;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .showreel-heading.footer {
    white-space: pre-wrap;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 8.6em;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .large-heading, .large-heading.sm {
    font-size: 6.7em;
  }

  .large-heading.hh {
    font-size: 6.6em;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .slide-image.team-image {
    min-width: 80vw;
    height: 52vh;
    min-height: 52vh;
  }

  .feature-icon-wrapper {
    min-width: 6em;
    min-height: 6em;
  }

  .logos-heading-wrapper {
    border-bottom: 1px #1e2029;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey {
    inset: 15% auto auto 0%;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey.is_white.is_right {
    justify-content: flex-end;
    display: flex;
    position: static;
    inset: 0% 1% auto 90%;
  }

  .hover-link-wrapper.scroll-link-wrapper.survey.is_neon_pink {
    display: block;
  }

  .team-wrapper {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .social-icon {
    width: 50px;
  }

  .box {
    min-height: 250px;
    margin-top: 7vh;
    margin-bottom: -100px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .feature-descriptor {
    font-size: 5em;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .box-two {
    margin-top: 7vh;
  }

  .speaker-name {
    font-size: 6.7em;
  }

  .speaker-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -7.4vw;
    right: 5vw;
  }

  .speaker-arrow.left {
    width: 40px;
    height: 40px;
    margin-right: 70px;
    bottom: -7.4vw;
    left: auto;
    right: 0;
  }

  .sectionta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sectionta.home-hero-section {
    padding-bottom: 36px;
  }

  .sectionta.thin-section {
    height: 40vh;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sectionta.no-top-padding {
    padding-top: 3vh;
  }

  .sectionta.footer {
    margin-top: 2vh;
    padding-top: 22vh;
    padding-bottom: 0;
  }

  .social-text {
    font-size: 3.3em;
  }

  .button-6.anm {
    margin-left: 1em;
    padding: 1.6em 1em;
  }

  .button-6.anm._2nd {
    width: 80vw;
    font-size: 4em;
  }

  .button-6.team {
    font-size: 3.4em;
  }

  .heading-11 {
    font-size: 6em;
  }

  .nav-shade {
    flex-direction: column;
  }

  .team-item {
    min-width: 87vw;
  }

  .team-scrool {
    opacity: 1;
    background-image: none;
    bottom: 15vh;
  }

  .text-block-16 {
    font-size: 3em;
  }

  .div-block-40 {
    padding-left: 1em;
  }

  .section-links {
    border-width: 10px;
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-right: 6vw;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .button-close {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .card-2 {
    align-self: stretch;
    width: 100vw;
  }

  .main-heading {
    max-width: none;
    font-size: 9em;
    line-height: 1;
  }

  .inner-header-col {
    margin-bottom: 1em;
  }

  .header-row {
    flex-direction: column;
  }

  .header-row.summary {
    flex-direction: row;
  }

  .divider-circle.orange.small.is_no_margin {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .card-inner {
    align-items: center;
    min-height: auto;
    padding-bottom: 25%;
    padding-right: 0%;
    display: flex;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .section-conferenz {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .xlarge-paragraph {
    letter-spacing: -1px;
  }

  .image-wrapper {
    background-image: none;
    width: 100%;
    height: 100vh;
  }

  .header-text {
    font-size: 3.1em;
  }

  .image-content {
    background-image: url('../images/lorenzo-herrera-yP89apz2TAA-unsplash.webp');
    background-size: cover;
    min-height: 60vh;
  }

  .image-content.first {
    background-size: cover;
    min-height: 100vh;
  }

  .image-content.third {
    min-height: 80vh;
  }

  .cap {
    font-size: 80px;
  }

  .second-article {
    display: block;
  }

  .rich-text-2 {
    font-size: 4.4em;
  }

  .card-3 {
    width: 100vw;
  }

  .h5-conf-head-overhead {
    font-size: 4em;
  }

  .conf-head-nav-h1 {
    text-align: left;
    font-size: 6em;
  }

  .conf-head-foot {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .conf-head-foot-wrapper {
    justify-content: center;
  }

  .img-parent.img-speaker-ffk {
    width: 100%;
  }

  .img-child.is_didanet_pic {
    width: 8vw;
  }

  .img-child.is_vida_pic {
    width: 9vw;
  }

  .img-child.is_ak_pi {
    width: 14vw;
  }

  .img-child.is_bma_pic {
    width: 15vw;
  }

  .img-child.is_rc_pic {
    width: 14vw;
  }

  .img-child.is_pic_link_article2 {
    width: 41vw;
  }

  .img-child.is_pic_article3 {
    width: 20vw;
  }

  .conf-head-foot-linkblock {
    width: 14vw;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-17 {
    font-size: 5em;
  }

  .bold-text-17.is_black {
    font-size: 5.4em;
  }

  .text-conf {
    font-size: 4.4em;
  }

  .btn_neon {
    font-size: 6em;
  }

  .cardnew {
    width: 100vw;
  }

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

  .text-block-20 {
    font-size: 4em;
  }

  .h1-gradient {
    font-weight: 700;
  }

  .section-talk {
    margin-bottom: 0;
    padding-top: 10vh;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .border-line-v {
    width: 4px;
  }

  .talk-text {
    font-size: 3.6em;
  }

  .section-talk-content {
    flex-direction: column;
  }

  .block-left {
    width: 100%;
  }

  .block-right {
    width: 100%;
    margin-top: 7em;
  }

  .h1-talk {
    text-align: center;
    font-size: 8em;
  }

  .button-talk {
    font-size: 6em;
  }

  .heading-3d {
    font-size: 40em;
  }

  .layer.is-intro-ball {
    top: 15%;
  }

  .rcs-section-hero {
    margin-top: 0;
  }

  .max-width-large.scroll-text.is-ada {
    inset: 0% 3% 0% auto;
  }

  .heading-xlarge {
    font-size: 12vw;
  }

  .heading-xlarge.is-white {
    font-size: 7em;
  }

  .concept-6_image.is-middle {
    max-width: 100%;
  }

  .heading_wrapper.text-style-allcaps {
    max-width: none;
    font-size: 1vw;
  }

  .hero-h4.is-bold {
    font-size: 4em;
  }

  .hero__h1-span2 {
    width: 60px;
  }

  .hero__content {
    max-width: none;
  }

  .hero__elements-wrap {
    justify-content: center;
    margin-bottom: 0;
  }

  .hero__h1-span1, .hero__h1-span3 {
    font-size: 18em;
  }

  .section-1_para {
    font-size: 4em;
  }

  .audio__param-txt {
    margin-right: 16px;
  }

  .audio__col.col--2 {
    padding-right: 50px;
  }

  .audio__param-wrap {
    font-size: 13px;
  }

  .list-title {
    font-size: 18em;
  }

  .list-title.is-landing {
    font-size: 26em;
  }

  .list-title.is-news {
    font-size: 19em;
    line-height: .6em;
  }

  .visit__card-title-over {
    max-width: 150px;
  }

  .visit__elem-03 {
    width: 22px;
    height: 22px;
  }

  .visit__elem-03.active {
    transform: scale(.8);
  }

  .visit__card-elem-02 {
    width: 50px;
  }

  .visit__card-elem-02.active {
    transform: scale(.8);
  }

  .visit__card-elem-01 {
    max-width: 145px;
  }

  .visit-card_text-time {
    font-size: 4em;
  }

  .main-wrapper.steuern {
    background-repeat: repeat;
    background-size: contain;
  }

  .logo-parent.rel {
    z-index: 996;
  }

  .nav-logo.two {
    width: 120px;
  }

  .panel.is-right {
    width: 100%;
    height: 70vh;
  }

  .panel.is-left {
    width: 100%;
    height: 70vh;
    margin-top: 70px;
    position: relative;
  }

  .hero-botton {
    height: 40vh;
  }

  .hero-top {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .landingpage-h {
    font-size: 4em;
  }

  .section-main_intro-heading {
    font-size: 7em;
  }

  .btn-parent {
    padding: 2em 5em 2em 4em;
    bottom: 2em;
  }

  .btn-parent.ab-btm {
    bottom: 150px;
  }

  .btn-parent.ab-btm.is-news-btm {
    padding: 2em 5em 2em 4em;
  }

  .btn-txt-sm, .btn-txt-sm-ap {
    font-size: 4em;
  }

  .line-hero {
    width: 100%;
    height: 3px;
    display: block;
    transform: rotate(0);
  }

  .section-main_intro-heading_1 {
    font-size: 7em;
  }

  .image-floating-parent {
    bottom: 5%;
  }

  .image-floating-child {
    width: 29em;
  }

  .openinghours-wrapper {
    bottom: 7%;
  }

  .text-small {
    font-size: 4em;
  }

  .open-btn {
    width: 9em;
    height: 9em;
  }

  .open-btn:hover {
    box-shadow: 2px 2px 0 0 var(--medium-spring-green);
  }

  .content-visible {
    margin-bottom: 1em;
  }

  .marquee-horizontal, .marquee-horizontal.is-news {
    height: 10vh;
  }

  .container-pad.footer-new {
    flex-direction: column;
    padding-top: 5vh;
    padding-bottom: 20vh;
  }

  .container-pad.pbd-pad {
    margin-bottom: 10vh;
  }

  .container-pad.dw-pad, .content-wrapper {
    height: 100%;
  }

  .content-wrapper.is-flex {
    flex-direction: column;
  }

  .collection-list-news {
    flex-direction: column;
    display: flex;
  }

  .collection-list-news_item-botton {
    height: 50vh;
    padding-left: 2em;
    padding-right: 2em;
  }

  .collection-list-news_item-heading {
    font-size: 7em;
  }

  .collection-list-news_item-intro-text {
    font-size: 4em;
    overflow: hidden;
  }

  .collection-list-news_iten-btn {
    font-size: 3em;
  }

  .collection-list-news_item-btn-wrap.is-calender {
    justify-content: center;
    width: 40em;
    padding: 1.4em;
  }

  .collection-list-news_item-btn-wrap.is-calender.is-dw.long {
    width: 100%;
    margin-bottom: 6em;
  }

  .image-child {
    width: 7em;
  }

  .image-child.cl-list {
    height: 24vh;
  }

  .image-child.is-news {
    width: 40em;
  }

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

  .visit-card_play-text-text {
    font-size: 10em;
  }

  .image-graphic {
    left: -6%;
  }

  .section-calender {
    border-width: 10px;
  }

  .text-calender {
    font-size: 16em;
  }

  .content-wrapper_left {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 4em;
    display: flex;
  }

  .calender-content-wrap {
    flex-direction: column;
  }

  .content-wrapper_right {
    width: 100%;
  }

  .calender-titel {
    margin-top: .4em;
    font-size: 8em;
    line-height: .7;
  }

  .calender-date {
    font-size: 4em;
  }

  .calender-typer {
    margin-top: 0;
    font-size: 4em;
    display: block;
  }

  .calender-short-description {
    font-size: 4em;
  }

  .calender-short-description.kloi {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .image-calender-child {
    border-top: 6px solid #000;
    border-left-style: none;
  }

  .collection-lisr-news_item-btn {
    display: block;
  }

  .menu-botton {
    padding-bottom: 15vh;
  }

  .menu_text {
    font-size: 15em;
  }

  .section-footer {
    background-color: var(--black);
    height: auto;
  }

  .footer-left {
    width: 100%;
  }

  .image-footer-parent {
    width: auto;
    margin-top: 3em;
  }

  .text-footer {
    padding-right: 0;
    font-size: 4em;
  }

  .footer-content-wrap {
    height: 26vh;
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .heading-16 {
    font-size: 9em;
  }

  .image-post-author {
    width: 12vw;
  }

  .section-content-support {
    padding-top: 5vh;
  }

  .hero-overlay {
    height: 180vh;
  }

  .hero-overlay._2 {
    height: auto;
  }

  .member-cta_h1 {
    font-size: 4em;
  }

  .loader-image {
    width: 130px;
  }

  .loader-bottom {
    bottom: 11%;
  }

  .loader-number {
    font-size: 12em;
  }

  .loader-text {
    font-size: 33em;
  }

  .image-wrapper {
    height: 50vh;
  }

  .image-toni-4 {
    bottom: 0%;
  }

  .scroll-text {
    font-size: 1.6em;
  }

  .post-info_support {
    padding: 4em;
  }

  .typed-1 {
    height: 90px;
    font-size: 7em;
  }

  .typed-2 {
    height: 27vh;
    font-size: 23em;
    line-height: .9;
  }

  .typed-3 {
    height: 80px;
    font-size: 7em;
  }

  .typed-4 {
    margin-top: 2vh;
    margin-bottom: 10px;
    font-size: 5em;
  }

  .typed-5 {
    padding-top: 1em;
    font-size: 5em;
  }

  .text-ffk {
    padding-left: 0;
    padding-right: 0;
    font-size: 6em;
  }

  .h1-ffk.is_grey {
    margin-top: 2em;
    font-size: 19em;
  }

  .h2-ffk {
    font-size: 7em;
  }

  .h2-ffk.is-text-color-greenish {
    margin-bottom: .25em;
    font-size: 9em;
  }

  .h3-ffk {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 6em;
  }

  .h3-ffk.no-margin {
    width: 40%;
  }

  .h3-ffk.no-text-margin {
    font-size: 4em;
  }

  .h3-ffk.checkbox {
    font-size: 6em;
  }

  .ffk-timetable-content_wrapper {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .lottie-ffk {
    width: 24vh;
    height: 24vh;
    top: -3%;
    right: -13%;
    overflow: hidden;
  }

  .ffk-register {
    border-width: 8px;
    width: 180px;
    height: 46px;
    padding-top: 4px;
  }

  .typed-1-f {
    font-size: 3em;
  }

  .lottie-animation {
    width: 80em;
  }

  .lottie-speakers-ffk {
    top: auto;
  }

  .slide_arrow.is--left, .slide_arrow.is--left.is--disabled-arrow {
    border-width: 1em;
    width: 14em;
    height: 14em;
    margin-right: 3em;
  }

  .slide_arrow.is--right {
    border-width: 1em;
    width: 14em;
    height: 14em;
  }

  .slide_svg {
    width: 6em;
    height: 6em;
  }

  .slide_card {
    border-width: 1em;
    flex-direction: column;
    width: 75em;
    height: 140em;
  }

  .image-speaker-ffk {
    border-width: 1em;
  }

  .slide-card_speaker-content {
    width: 100%;
  }

  .solid-line-ffk {
    height: 1em;
  }

  .input-text {
    margin-bottom: 2em;
  }

  .phrase {
    font-size: 20em;
  }

  .ffk-form-left, .ffk-form-right {
    width: 100%;
  }

  .lottie-ffk-form-registration {
    height: 20vh;
    min-height: 20vmin;
  }

  .ffk-registration-heading {
    font-size: 16em;
  }

  .ffk-timetable-content_text {
    align-items: flex-start;
  }

  .ffk-info-nav-text {
    font-size: 3.8em;
  }

  .ffk-info-nav-btn.w--current {
    padding-left: .5em;
    padding-right: .5em;
  }

  .nav-spacer {
    background-color: #303030;
    height: 70px;
  }

  .zzz {
    background-color: #f07b8d;
    flex-direction: column;
    justify-content: flex-end;
  }

  .paragraph {
    padding-left: 21vw;
    padding-right: 21vw;
    font-size: 4em;
    font-weight: 700;
  }

  .image-17 {
    margin: 19vw 0 0;
  }

  .heading-18 {
    padding-left: 10vw;
    font-size: 14em;
  }

  .language-block {
    width: 10em;
  }

  .padding-spacer {
    padding-left: 3em;
    padding-right: 3em;
  }

  .titel-pbd {
    font-size: 13.7em;
  }

  .titel-pbd.arabic {
    width: 100%;
  }

  .titel-pbd.is-text-towih {
    font-size: 8em;
  }

  .pbd_img-cover {
    object-fit: cover;
  }

  .pbd_sub-head {
    font-size: 5em;
    line-height: 1;
  }

  .pbd_container {
    padding-top: 6vh;
  }

  .pbd_heading-content {
    flex-flow: column;
    height: 90vh;
  }

  .pbd_heading-content.is-tofih {
    height: 100%;
    padding-bottom: 2vh;
  }

  .pbd_img-parent {
    width: 100%;
    inset: 30% 0% auto;
  }

  .pbd_img-parent.is-conf {
    height: 100%;
    top: 0%;
  }

  .pbd_img-child {
    object-fit: cover;
  }

  .pbd_img-child.pizza {
    width: 90%;
    height: 180%;
  }

  .pbd_paragraph {
    padding-bottom: 3em;
    font-size: 4em;
    line-height: 1.2;
  }

  .pbd_paragraph.text-color-beige {
    padding-bottom: 2em;
  }

  .pbd_paragraph.text-size-sm {
    padding-bottom: 2em;
    font-size: 2em;
  }

  .pbd_paragraph.is-text-color-white {
    padding-top: 3em;
  }

  .pbd_form-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    display: flex;
  }

  .pbd_button {
    font-size: 5em;
  }

  .pbd_form-label-text {
    font-size: 2em;
  }

  .pbd_grid {
    flex-flow: column;
    display: flex;
  }

  .flex-center {
    flex-flow: column;
    padding-top: 8em;
  }

  .flex-center.wrappper {
    padding-top: 0;
  }

  .pbd_slid-line {
    width: 100%;
  }

  .pizza-wrap {
    height: 45em;
  }

  .pbd_eu-img {
    width: 40vw;
  }

  .pbd_overlay.is-towih {
    height: 60vh;
  }

  .img-gdpower-logo {
    width: 41em;
  }

  .language-link {
    padding: .8em;
    font-size: 2.6em;
  }

  .dropdown-toggle-2, .dropdown-toggle-2.w--open {
    font-size: 3em;
  }

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

  .card-24 {
    padding: 4em;
  }

  .card-24.left-border {
    border-left-width: 0;
  }

  .locales-wrapper {
    z-index: 998;
    justify-content: space-around;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: calc(70px + 6vw);
    padding: 3px .5px;
    display: flex;
    top: 0;
  }

  .link-10 {
    font-size: 3em;
  }

  .locales-list {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .locale {
    width: 14em;
    padding: 4px;
  }

  .local-img {
    width: 5em;
  }

  .img-marquee {
    object-fit: cover;
  }

  .text-underline {
    font-size: 4em;
  }

  .text-smtg {
    font-size: 7em;
  }

  .steuern-grid {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .img-banner {
    height: 10em;
  }

  .banner-btn {
    top: 82px;
  }

  .typewriter-text.robo-style {
    font-size: 6em;
  }

  .typewriter-text.is-text-color-grennish, .typewriter-text.ger-adj {
    font-size: 16em;
  }

  .animation-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .animation-wrapper.fkex-b {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5em;
  }

  .dw-section_hero.flex-c {
    height: auto;
  }

  .scrl-down {
    right: 40%;
  }

  .scrl-down.is-df {
    bottom: 15%;
    right: 40%;
  }

  .dw-h2 {
    font-size: 8em;
  }

  .dw-h2.neav-adj {
    font-size: 6em;
  }

  .dw-h2.other-navy {
    font-size: 5em;
  }

  .dw-p {
    font-size: 4em;
  }

  .dw-p-m {
    font-size: 3.8em;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .sky-scroller {
    width: 90%;
  }

  .sky-scroller.other {
    width: 100%;
    height: 27rem;
  }

  .comp {
    min-width: 80vw;
  }

  .template_download-link {
    padding-right: 10%;
  }

  .dw-nav {
    transform: translate(72%);
  }

  .dw-nav_tag {
    height: 14em;
    margin-right: -10px;
  }

  .dw-naw_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .link-block-4 {
    width: 100%;
  }
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31c6a-02be8f43 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31c9a-02be8f43 {
  place-self: center;
}

#w-node-_6557b99c-b55d-7df4-1d08-d9d6a4f393c6-02be8f43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31cca-02be8f43 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31ccb-02be8f43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31ccd-02be8f43, #w-node-_4e04f996-926c-a43e-a07e-a477efd31ccf-02be8f43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e04f996-926c-a43e-a07e-a477efd31cd1-02be8f43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f214f93-c5dd-13fc-f269-802fb2ea2a86-5fbe8f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319ce606-b5f5-8442-a731-9292e250d861-44be8f50, #w-node-_319ce606-b5f5-8442-a731-9292e250d861-82ab26db {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_4e04f996-926c-a43e-a07e-a477efd31c6a-02be8f43 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-d616edc4-a81d-4c6d-ddf4-0c0c68d07e57-02be8f43 {
    justify-self: center;
  }

  #w-node-_2124dd7a-5d71-063e-f155-0c816fdf7fee-02be8f43 {
    place-self: center end;
  }

  #w-node-aa187d7a-bacd-19c9-a576-d1219e9e6477-02be8f43, #w-node-_6a448a8b-d9e9-423d-3bea-ac038a156075-02be8f43 {
    justify-self: end;
  }

  #w-node-_4e04f996-926c-a43e-a07e-a477efd31cd3-02be8f43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e04f996-926c-a43e-a07e-a477efd31cca-02be8f43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-c79b9e49-3b50-3ccb-d09e-eb85cb5a1374-a0201cc0 {
    justify-self: center;
  }

  #w-node-c79b9e49-3b50-3ccb-d09e-eb85cb5a1376-a0201cc0 {
    place-self: center end;
  }

  #w-node-c79b9e49-3b50-3ccb-d09e-eb85cb5a1378-a0201cc0, #w-node-c79b9e49-3b50-3ccb-d09e-eb85cb5a137a-a0201cc0 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e04f996-926c-a43e-a07e-a477efd31c6a-02be8f43 {
    grid-row: span 1 / span 1;
  }

  #w-node-aa187d7a-bacd-19c9-a576-d1219e9e6477-02be8f43 {
    justify-self: start;
  }

  #w-node-_4e04f996-926c-a43e-a07e-a477efd31cd5-02be8f43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79b9e49-3b50-3ccb-d09e-eb85cb5a1378-a0201cc0 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Perfect dos vga 437';
  src: url('../fonts/Perfect-DOS-VGA-437.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plaak Condensed';
  src: url('../fonts/Plaak-CondensedBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panchang Variable';
  src: url('../fonts/Panchang-Variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyperwave one';
  src: url('../fonts/Hyperwave-One.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}