@font-face {
  font-family: Decovar Vf;
  src: url('../fonts/Decovar-VF.ttf') format("truetype");
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-black: #2e2e2e;
  --black: black;
  --emotions-orange: #e65425;
  --whitehoveredlink: #ccc;
  --white: white;
  --emotions-brown: #7a786b;
  --emotions-lightblue: #d7e0dd;
  --transparent: #0000;
  --flowstica-webflow-library--black\<deleted\|variable-0b2c7b79\>: #010b15;
  --flowstica-webflow-library--white-smoke\<deleted\|variable-98929435\>: #f7f7f7;
  --button-text-size: 28px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #2e2e2e;
  background-color: #fffdfb;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  color: var(--font-black);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  color: var(--font-black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  color: var(--font-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

a {
  color: var(--font-black);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
}

li {
  color: var(--font-black);
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 26px;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
}

.navbar-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navmenuwrapper {
  text-transform: uppercase;
}

.navmenuwrapper.hidden {
  display: none;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--whitehoveredlink);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--whitehoveredlink);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #ccc;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--white);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: var(--emotions-orange);
  border-radius: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  margin-left: 0;
}

.nav-dropdown-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  color: var(--whitehoveredlink);
  font-weight: 300;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  color: var(--whitehoveredlink);
}

.nav-dropdown-link.w--current {
  font-size: 16px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ccc;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.background-video {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heroheading {
  text-align: left;
  letter-spacing: -.5vw;
  text-shadow: 4px 2px 5px #ecdcce2e;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 10vw;
}

.flex-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  max-width: 657px;
}

.discoverbutton {
  align-self: flex-end;
}

.discoverbutton:hover {
  color: var(--emotions-orange);
}

.herocaption {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px 5px #ccbc9ec4;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.white {
  color: var(--white);
  font-size: 20px;
}

.subheading.white {
  letter-spacing: -1px;
  text-transform: none;
  max-width: 619px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}

.page-scroll {
  height: auto;
  min-height: 100svh;
}

.page-scroll.orange-bg {
  background-color: var(--emotions-orange);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.page-scroll.mobile {
  display: none;
}

.background-video-2 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slidepowerful {
  color: var(--white);
  letter-spacing: -4px;
  mix-blend-mode: screen;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 7svw;
  font-weight: 700;
  line-height: 6.5svw;
  display: none;
}

.div-block-4 {
  padding-bottom: 100px;
  padding-left: 0;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.text-span, .text-span-2 {
  color: var(--emotions-orange);
}

.slidetrash {
  color: var(--white);
  letter-spacing: -4px;
  mix-blend-mode: screen;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 7svw;
  font-weight: 700;
  line-height: 6.5svw;
  display: block;
}

.weareemotionsdiv {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.weareemotionsdiv:lang(en-gb) {
  grid-column-gap: 50px;
}

.image {
  width: 250px;
}

.contentcontainer {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contentcontainer.hero {
  margin-left: 30px;
}

.sanduhrflexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr) 200px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 100svh;
  display: grid;
}

.testimonialcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footercontainer {
  background-color: var(--emotions-brown);
}

.testlinkcontainer {
  background-color: var(--emotions-orange);
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  display: flex;
}

.testlinkflex {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footerflexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
}

.testimonialdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--emotions-lightblue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  display: grid;
}

.testimonialparagraph {
  color: var(--emotions-brown);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}

.cornerimage {
  height: 260px;
}

.testimonialtextcontainer {
  max-width: 818px;
}

.testimonialperson {
  color: var(--emotions-brown);
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.footerslogan {
  color: var(--white);
  font-family: Libre Caslon Text, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 84px;
}

.footersloganblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-top: 60px;
  display: grid;
}

.footernavigationstack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
}

.footernavigationtitle {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.footernavigationelement {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}

.footernavigationelementcontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footeraddressblock {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 2px solid #fff6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 35px;
  padding-top: 60px;
  display: grid;
}

.footeraddresselement {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.footeraddresslink {
  color: var(--white);
  text-decoration: none;
}

.footeraddresslink:hover {
  color: var(--emotions-orange);
}

.footeraddresssocials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.footerimpressumblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footerimpressumelement {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff9;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.footer-links a {
  color: #fff9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 10px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:not(:last-child),
.footer-links span:not(:last-child) {
  border-right: 1px solid #fff4;
}

.footer-links span {
  color: #fff9;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 10px;
}

.catchupheading {
  color: var(--emotions-orange);
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 63px;
  font-weight: 500;
  line-height: 68px;
}

.approachstack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 0;
  padding: 0 0 100px;
}

.approachitemimagepeople {
  background-image: url('../images/people_1.webp');
  background-position: 50%;
  background-size: cover;
}

.approachitemimageperformance {
  background-image: url('../images/performance_1.webp');
  background-position: 50%;
  background-size: cover;
}

.catchupitemimageemotions {
  background-image: url('../images/EMO_brandrefresh_240627.jpg');
  background-position: 0 100%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.catchupitemcopyblock {
  flex-flow: wrap;
  flex: 1;
  place-content: center flex-start;
  align-items: center;
  width: 95%;
  min-height: 280px;
  padding-bottom: 20px;
  display: flex;
}

.catchupitemcopyblock.rightaligned {
  align-self: flex-end;
}

.catchupdiscoverbutton {
  color: var(--emotions-orange);
  width: 100px;
}

.headersection {
  background-color: #000;
  padding-top: 70px;
}

.headercontainer {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.headerblock {
  flex-flow: column;
  margin-bottom: 40px;
}

.headerbreadcrumbblock {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 40px;
}

.headerbreadcrumbitem {
  color: #b4b4b4;
  font-size: 18px;
}

.headerbreadcrumbitem.activeorange {
  color: var(--emotions-orange);
}

.headertitleblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contenth1 {
  color: var(--font-black);
  letter-spacing: -1px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.contenth1.headerh1 {
  color: var(--white);
  max-width: 360px;
  margin-top: 0;
}

.contenth1.white {
  color: var(--white);
  font-size: 38px;
  line-height: 44px;
}

.contenth1.orange {
  color: var(--emotions-orange);
}

.contenth1.catchup {
  color: var(--emotions-orange);
  font-size: 70px;
  line-height: 80px;
}

.approachitemimageperception {
  background-image: url('../images/perception_1.webp');
  background-position: 50%;
  background-size: cover;
}

.catchupitemimagepuk {
  background-image: url('../images/puk.webp');
  background-position: 50%;
  background-size: cover;
}

.catchupitemimageescalator {
  background-image: url('../images/echonovum.jpg');
  background-position: 50%;
  background-size: cover;
}

.approachitemcopyblock {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

.approachdiscoverbutton {
  color: var(--emotions-orange);
  width: 100px;
}

.catchupgrid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.catchupgriddiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.approachstackdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  margin-top: 70px;
  display: grid;
}

.contentsection.orange {
  background-color: var(--emotions-orange);
}

.contentsection.black {
  background-color: var(--black);
}

.fitnesstestvideosection {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.fitnesstestsection {
  background-color: var(--emotions-orange);
}

.background-video-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 700px;
}

.digitalfitnesstestheading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 54px;
}

.digitalfitnesstestcontentdiv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.digitalfitnesstextquestion {
  color: #fff;
  font-weight: 500;
}

.digitalfitnesstestcontainer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testbutton {
  text-align: center;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 26px;
  width: 50px;
  height: 47px;
  font-weight: 700;
  line-height: 23px;
}

.testbutton:hover {
  background-color: var(--white);
  color: var(--emotions-orange);
}

.flex-block-7 {
  justify-content: space-between;
  align-self: stretch;
}

.testbutton10 {
  text-align: center;
  letter-spacing: -2px;
  text-indent: -6px;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 26px;
  width: 50px;
  height: 47px;
  font-weight: 700;
  line-height: 23px;
}

.testbutton10:hover {
  background-color: var(--white);
  color: var(--emotions-orange);
}

.contact-time-form {
  margin-top: 30px;
}

.contact-time-form br + br {
  display: none;
}

.contact-time-form label.white {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact-time-form .contentp.white {
  margin-bottom: 0;
}

.contact-time-form .contentp label,
.contact-time-form label.contentp {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px;
  cursor: pointer;
}

.contact-time-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #fff;
}

.contact-time-form .text-field.w-input {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
}

.contact-time-form .text-field.w-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-time-form button[type="submit"] {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 60px;
  font-size: 18px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-time-form button[type="submit"]:hover {
  background-color: #fff;
  color: var(--emotions-orange);
}

.ft-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

#ft-restart {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
}

#ft-restart:hover {
  background-color: #fff;
  color: var(--emotions-orange);
}

.digitalfitnesstestquestionscale {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  max-width: 40%;
}

.digitalfitnesstestquestionscale.alignright {
  text-align: right;
}

.ft-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  margin-top: -30px;
}

.ft-buttons-wrapper .flex-block-7 {
  width: 100%;
  order: 1;
  margin-bottom: 15px;
}

.ft-label-low {
  order: 2;
  max-width: 40%;
  flex: 1;
}

.ft-label-high {
  order: 3;
  max-width: 40%;
  flex: 1;
  text-align: right;
  margin-left: auto;
}

.weiterbutton {
  color: var(--white);
  align-self: flex-end;
  width: 300px;
}

.weiterbutton:hover {
  color: var(--emotions-lightblue);
}

.standard-scroll.orange-bg {
  background-color: var(--emotions-orange);
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.standard-scroll.orange-bg.navbar {
  z-index: 100;
  height: 76px;
  padding: 5px 10px;
  transition: background-color .3s, opacity .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.standard-scroll.orange-bg.navbar.transparent {
  background-color: var(--transparent);
}

.standard-scroll.orange-bg.navbar.no-transition {
  transition-property: none;
}

.list-item, .list-item-2 {
  align-self: flex-start;
}

.contenth2 {
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.contenth2.white {
  color: var(--white);
}

.impactlistgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 280px auto;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-top: 50px;
  margin-bottom: 60px;
  display: grid;
}

.accordioncontent {
  padding-top: 20px;
  overflow: hidden;
}

.accordioniconarrow {
  color: var(--emotions-orange);
  height: 20px;
  transform: rotate(-90deg);
}

.accordioniconwrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.accordiontitle {
  color: var(--flowstica-webflow-library--black\<deleted\|variable-0b2c7b79\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.wbs-accordion-3-heading {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordionitem {
  border-bottom: 2px solid #010b151a;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 20px;
  position: relative;
}

.accordionitem.team {
  padding-top: 12px;
  padding-bottom: 30px;
}

.impactlistaccordion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.impacttopicselectordiv {
  background-color: var(--flowstica-webflow-library--white-smoke\<deleted\|variable-98929435\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  padding: 15px;
  display: flex;
  position: sticky;
  top: 80px;
}

.impacttopictitle {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.impacttopiclink {
  color: var(--emotions-orange);
  padding-bottom: 20px;
  font-size: 20px;
}

.impacttopiclink.active {
  font-weight: 500;
}

.subpagenavigationdiv {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subpagenavitemdiv {
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100%;
  display: flex;
}

.subpagenavitemdiscoverbutton {
  color: var(--emotions-orange);
  align-self: flex-start;
  width: 90px;
  margin-top: 20px;
}

.subnavsection {
  background-color: var(--emotions-lightblue);
}

.contenth3 {
  color: var(--font-black);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.contenth3.white {
  color: var(--white);
}

.contenth3.white.team {
  margin-top: 0;
}

.contentp {
  color: var(--font-black);
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 28px;
}

.contentp.contentcitation {
  font-style: italic;
  font-weight: 500;
}

.contentp.white {
  color: var(--white);
  margin-bottom: 18px;
}

.contentp.white.nomargin {
  margin-bottom: 0;
  line-height: 30px;
}

.contentp.white.nomargin.bold {
  color: var(--emotions-orange);
  font-weight: 500;
}

.contentp.white.bold {
  font-weight: 500;
}

.contentp.twocol {
  text-align: justify;
  column-count: 2;
  column-rule-color: var(--emotions-lightblue);
  column-rule-style: solid;
  column-rule-width: 1px;
  -webkit-hyphens: auto;
  hyphens: auto;
  column-gap: 80px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.contentp.team {
  color: var(--emotions-orange);
  font-size: 24px;
  font-weight: 500;
}

.contentp.impactlist, .contentp.impactcontent {
  margin-bottom: 20px;
}

.discoverbuttonlink {
  align-self: flex-end;
  width: auto;
  min-width: auto;
  height: auto;
  font-size: 2vw;
}

.discoverbuttonlink.floatright {
  float: right;
}

.teamcollectionphotodiv {
  border-radius: 4px;
  height: 280px;
  overflow: clip;
}

.image-5 {
  align-items: center;
  display: inline-flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.teamcollectionheading {
  color: var(--black);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.teamcollectionfunction {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  font-size: 18px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 0;
  display: grid;
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 70px;
}

.image-7 {
  margin-left: 80px;
}

.body {
  color: var(--font-black);
  scroll-behavior: smooth;
  font-size: 20px;
  line-height: 26px;
}


.impactcollectionperformance, .impactcollectionperception, .impactcollectionintranet, .impactcollectionwebapps, .impactcollectionwebsolutions {
  display: none;
}

.div-block-15 {
  background-color: #d82323;
  width: 200px;
}

.navlinkblock {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlinkblock:hover, .navlinkblock:focus-visible, .navlinkblock[data-wf-focus-visible] {
  color: var(--whitehoveredlink);
}

.navlinkblock.w--current {
  color: var(--white);
  font-weight: 500;
}

.navtextblock {
  font-size: 18px;
}

.emotionslogocontent {
  width: 100%;
}

.emotionslogodiv {
  height: 100%;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 900px;
  display: grid;
}

.logo-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.logo-row:hover {
  animation-play-state: paused;
}

.logo-row.lower {
  min-width: 200vw;
}

.logo-item-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: contain;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 150px;
  height: 100%;
}

.logo-item {
  box-sizing: border-box;
  background-color: var(--emotions-orange);
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 190px;
  padding: 20px;
  display: block;
  overflow: visible;
}

.logo-container {
  width: 100%;
  display: block;
  overflow: hidden;
}

.collection-list-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.logo-row-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: inline-flex;
}

.youbody {
  overflow-x: hidden;
}

.logo-row-upper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  animation: 80s linear infinite slideRight;
  display: inline-flex;
}

.logo-row-upper:hover {
  animation-play-state: paused;
}

.logo-row-lower {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  animation: 80s linear infinite slideLeft;
  display: inline-flex;
}

.logo-row-lower:hover {
  animation-play-state: paused;
}

.logodetailmodalwrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1a1a1a4d;
  background-image: linear-gradient(45deg, #d3d3d305 41%, #1f1f1f05 100%, #fff);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.logodetailmodalwrapper.active {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logodetailmodal {
  background-color: var(--emotions-orange);
  width: 100%;
  max-width: 50vw;
  max-height: 60vh;
}

.logodetailgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logoitemdetailimage {
  align-self: flex-end;
  width: 200px;
  margin-top: 10px;
}

.quick-stack {
  background-color: var(--emotions-orange);
}

.code-embed {
  color: var(--black);
  cursor: pointer;
  align-self: flex-end;
  width: 20px;
}

.empty-state {
  display: block;
}

.logodetailmodalwrapper-copy {
  z-index: 9999;
  background-color: #1a1a1a05;
  background-image: linear-gradient(45deg, #d3d3d305 41%, #1f1f1f05 100%, #fff);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.currentyear {
  margin-left: -4px;
  margin-right: -4px;
}

.heading-2 {
  font-size: 35px;
}

.paragraph {
  margin-bottom: 50px;
}

.paragraph-2 {
  color: var(--font-black);
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.link-block {
  display: none;
}

.zukunftdiv {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bignumber {
  font-size: 40px;
  line-height: 40px;
}

.contentcontainercatchup {
  flex: 1;
  padding-top: 180px;
  padding-bottom: 80px;
}

.contentcontainercatchup.hero {
  margin-left: 30px;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.searchicon {
  width: 20px;
  height: 20px;
}

.searchicon:hover {
  color: var(--whitehoveredlink);
}

.nav-dropdown-toggle-copy {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-copy:hover {
  color: #ccc;
}

.nav-dropdown-toggle-copy:focus-visible, .nav-dropdown-toggle-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--white);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.list-item-4 {
  display: none;
}

.navlistitem {
  margin-bottom: 0;
}

.search {
  display: flex;
}

.search-input {
  height: 50px;
}

.search-button {
  background-color: var(--emotions-orange);
  height: 50px;
  font-size: 20px;
  line-height: 24px;
}

.searchtextblock {
  color: var(--emotions-brown);
  font-size: 18px;
}

.searchlink {
  color: var(--emotions-orange);
  font-weight: 500;
}

.nav-dropdown-toggle-search {
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-search:hover {
  color: #ccc;
}

.nav-dropdown-toggle-search:focus-visible, .nav-dropdown-toggle-search[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--white);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.searchformdiv {
  width: 400px;
  height: 80px;
}

.nav-dropdown-list-search {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-search.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  top: 30px;
  right: -43px;
}

.nav-dropdown-list-search.shadow-three.mobile-shadow-hide {
  background-color: var(--emotions-orange);
  border-radius: 0;
}

.search-2 {
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 27px;
  display: flex;
}

.search-buttonnav {
  background-color: var(--white);
  color: var(--emotions-orange);
  height: 50px;
  font-size: 18px;
  line-height: 24px;
}

.search-input-nav {
  width: 296px;
  height: 50px;
}

.textarea {
  color: var(--black);
  min-height: 130px;
  font-size: 20px;
  line-height: 26px;
}

.text-field {
  color: var(--black);
  height: 46px;
  font-size: 20px;
  font-weight: 300;
}

.success-message {
  background-color: var(--emotions-lightblue);
}

.nav-scroll.orange-bg {
  background-color: var(--emotions-orange);
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.nav-scroll.orange-bg.navbar {
  z-index: 100;
  height: 76px;
  padding: 5px 10px;
  transition: background-color .3s, opacity .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-scroll.orange-bg.navbar.transparent {
  background-color: var(--transparent);
}

.nav-scroll.orange-bg.navbar.no-transition {
  transition-property: none;
}

.div-block-17 {
  height: 50px;
}

.emotions-logo-orange {
  width: 180px;
  line-height: 0;
  display: none;
}

.emotions-logo-white {
  width: 180px;
  line-height: 0;
}

.emotionssection {
  margin-bottom: 100px;
}

.emotionsarrowwrapperdesktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  height: 230px;
  display: flex;
  position: relative;
  top: 0;
}

.emotionsblock {
  background-color: var(--emotions-orange);
  flex: 0 auto;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.emotionsblock.description {
  max-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.emotionsblock.description.hidden {
  display: none;
}

.emotionsarrow {
  flex: 1;
  align-self: flex-start;
}

.emotionsletter {
  vertical-align: bottom;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 78%;
  margin-bottom: 70px;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end stretch;
  height: 100%;
  display: inline-flex;
}

.emotionslogo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  display: flex;
}

.div-block-23 {
  background-color: var(--transparent);
  color: var(--emotions-orange);
}

.emotionsarrowblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

.emotionsarrowblock.hidden {
  display: none;
}

.emotionslogospacer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.emotionslogoarrow {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: block;
}

.image-9 {
  justify-content: flex-start;
  align-items: stretch;
}

.emotionslogospacer-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 156px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.emotionsheading {
  color: var(--font-black);
  font-size: 18px;
  line-height: 24px;
}

.emotionsparagraph {
  color: var(--font-black);
  width: 160px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 22px;
}

.emotionsdescription {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 170px;
  height: 100%;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.emotionsdescriptionblock {
  background-color: var(--emotions-orange);
  flex: 0 auto;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.emotionsdescriptionblock.description {
  max-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.emotionsdescriptionblock.description.hidden, .emotionsdescriptionblock.hidden {
  display: none;
}

.navlistitemmobile {
  margin-bottom: 0;
  display: none;
}

.navlistitemdesktop {
  margin-bottom: 0;
}

.navlinkblocksearch {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlinkblocksearch:hover, .navlinkblocksearch:focus-visible, .navlinkblocksearch[data-wf-focus-visible] {
  color: var(--whitehoveredlink);
}

.navlinkblocksearch.w--current {
  color: var(--white);
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 250px 300px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.link-block-3 {
  width: 100%;
}

.code-embed-2 {
  width: 23px;
  height: 60px;
}

.div-block-25 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-4 {
  width: 100%;
}

.link-block-5 {
  float: right;
  clear: none;
  display: block;
  position: absolute;
  top: 13px;
  right: 160px;
}

.cms-pagination {
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-2 {
  display: none;
}

.industriescollection {
  font-size: 20px;
}

.collection-list-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.industrylink {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.industrylink:hover {
  color: var(--whitehoveredlink);
}

.text-block-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.industrylinkwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--emotions-lightblue);
  color: var(--white);
  white-space: nowrap;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.clientswrapper {
  margin-top: 75px;
  display: none;
}

.logo-list-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.logo-list:hover {
  animation-play-state: paused;
}

.logo-list.lower {
  min-width: 200vw;
}

.logoimage {
  flex-flow: column;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logoimageslider {
  width: 900px;
  min-height: 240px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.emotionsarrowwrappermobile {
  display: none;
}

.emotionsanimationcontentp, .emotionsanimationcontenth {
  color: var(--white);
}

.impactanimationwrapperdesktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 25vw;
  margin-top: 50px;
  display: flex;
}

.impactanimationtext {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: -4px 8px 4px #d3d3d380, -3px 6px 3px #d3d3d399, -2px 4px 2px #d3d3d3, -1px 2px 1px #d3d3d3;
  white-space: nowrap;
  word-break: normal;
  font-family: Decovar Vf, sans-serif;
  font-size: 22vw;
  font-weight: 400;
}

.impactanimationtext.textt {
  text-align: left;
  padding-left: 25px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.impactanimationcopydiv {
  margin-left: 20px;
  display: block;
}

.impactanimationcopytitle {
  color: var(--white);
  font-size: 24px;
}

.impactanimationcopydesc {
  color: var(--white);
  min-width: 170px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-27 {
  align-items: center;
  display: flex;
}

.impactanimationletterblock {
  align-items: center;
  display: flex;
  position: static;
}

.emobutton {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.emobutton.path {
  background-color: var(--transparent);
}

.emobuttontext {
  color: var(--white);
  width: 77%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  position: absolute;
  inset: 0;
}

.emobuttonshape {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
}

.code-embed-3 {
  position: relative;
}

.emotionslogospacerleft {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.impactanimationwrappermobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 25vw;
  margin-top: 50px;
  display: none;
}

.impactanimationletterblockmobile {
  align-items: center;
  display: flex;
  position: static;
}

.impactanimationcopydivmobile {
  margin-left: 20px;
  display: block;
}

.impactanimationtextmobile {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: -4px 8px 4px #d3d3d380, -3px 6px 3px #d3d3d399, -2px 4px 2px #d3d3d3, -1px 2px 1px #d3d3d3;
  white-space: nowrap;
  word-break: normal;
  font-family: Decovar Vf, sans-serif;
  font-size: 22vw;
  font-weight: 400;
}

.impactanimationtextmobile.textt {
  text-align: left;
  padding-left: 25px;
}

.impactsection.orange {
  background-color: var(--emotions-orange);
}

.button {
  z-index: 1;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  display: flex;
  position: relative;
}

.button-txt {
  z-index: -2;
  color: var(--white);
  font-family: Libre Caslon Text, sans-serif;
  font-size: var(--button-text-size);
  line-height: var(--button-text-size);
  width: 77%;
  margin: 0 auto;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  inset: auto 0%;
}

.code-embed-4 {
  z-index: -9999;
  position: relative;
}

.image-on-mobile {
  display: none;
}

.buttoncontent {
  z-index: 1;
  color: var(--emotions-orange);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 130px;
  max-width: 130px;
  display: flex;
  position: relative;
}

.buttoncontent.apprenticebutton {
  width: 230px;
  max-width: 270px;
  height: 20px;
}

.button-txt-content {
  z-index: -2;
  color: var(--emotions-orange);
  width: 77%;
  margin: 0 auto;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  inset: 5px 0% auto;
}

.code-embed-5 {
  line-height: 20px;
}

.div-block-28 {
  min-width: 230px;
  max-width: 230px;
  margin-left: 60px;
}

.background-video-4 {
  z-index: 1;
  aspect-ratio: 2;
  max-height: 230px;
  position: relative;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--emotions-orange);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 380px;
  display: block;
}

.impactanimationtexthome {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: -4px 8px 4px #d3d3d380, -3px 6px 3px #d3d3d399, -2px 4px 2px #d3d3d3, -1px 2px 1px #d3d3d3;
  white-space: nowrap;
  word-break: normal;
  font-family: Decovar Vf, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 10vw;
}

.impactanimationtexthome.textt {
  text-align: left;
  padding-left: 25px;
}

.impactanimationtexthome.textthome {
  text-align: left;
  padding-left: 14px;
}

.impactanimationwrapperdesktophome-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-30 {
  align-self: flex-end;
  margin-top: 40px;
}

.button-txt-content-large {
  z-index: -2;
  color: var(--emotions-orange);
  width: 110%;
  margin: 0 auto 0 19px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  inset: 53px 0% auto;
}

.buttoncontentlarge {
  z-index: 1;
  color: var(--emotions-orange);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 260px;
  max-width: 260px;
  display: flex;
  position: relative;
}

.div-block-31 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.div-block-31:lang(en-gb) {
  display: none;
}

.pagescrollnoanimation {
  min-height: 100svh;
}

.pagescrollnoanimation.orange-bg {
  background-color: var(--emotions-orange);
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.headersectioncatchup {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-height: 600px;
  padding-top: 70px;
}

.headersectioncatchup.echonovum {
  background-image: url('../images/echonovum.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.headersectioncatchup.franke {
  background-image: url('../images/franke.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.headersectioncatchup.osec {
  background-image: url('../images/Frachter.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.headersectioncatchup.pukzh {
  background-color: var(--transparent);
  background-image: url('../images/puk.webp');
  background-position: 50%;
  background-size: cover;
}

.headersectioncatchup.spitalmaennedorf {
  background-image: url('../images/Spital-Maennedorf.jpg');
  background-position: 50%;
  background-size: cover;
}

.catchupcontentimage {
  width: 100%;
  margin-bottom: 80px;
}

.catchupquoteslider {
  background-color: var(--white);
}

.quotecontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.catchupslidericon {
  color: var(--emotions-lightblue);
}

.catchupquotediv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.headersectioncatchupemotionsreloaded {
  background-color: #000;
  background-image: url('../images/EMO_brandrefresh_240627.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 70px;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.skilllist {
  margin-bottom: 40px;
  display: none;
}

.waytowingraphic {
  margin-top: 20px;
  margin-bottom: 70px;
}

.subtitle {
  margin-top: -15px;
  font-size: 17px;
}

.headerslogan {
  color: var(--white);
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.headerslogan.hidden {
  display: none;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.testiframe {
  border: 0 #000;
  flex: 1;
  width: 100%;
  min-height: 620px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.catchupitemimageosec {
  background-image: url('../images/Frachter.jpg');
  background-position: 50%;
  background-size: cover;
}

.catchupitemimagefranke {
  background-image: url('../images/franke.jpg');
  background-position: 50%;
  background-size: cover;
}

.contentsectionorange, .contentsectionorange.orange {
  background-color: var(--emotions-orange);
}

.contentcontainerteam {
  flex: 1;
  padding-top: 0;
  padding-bottom: 80px;
}

.contentcontainerteam.hero {
  margin-left: 30px;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-6 {
  cursor: pointer;
}

.collectionitemletstalklink {
  margin-bottom: 20px;
}

.cell {
  flex-flow: row;
}

.orangelink {
  color: var(--emotions-orange);
}

.orangelink:hover {
  font-weight: 500;
}

.waytowork-model {
  margin-bottom: 50px;
}

.link-2, .link2 {
  color: var(--white);
}

.footeraddresslink-copy {
  color: var(--white);
  margin-top: -22px;
  text-decoration: none;
}

.footeraddresslink-copy:hover {
  color: var(--emotions-orange);
}

.paragraph-3 {
  font-size: 21px;
}

.paragraph-3:lang(en-gb) {
  font-weight: 500;
}

.paragraph-4 {
  font-weight: 300;
}

.paragraph-4:lang(en-gb), .paragraph-5 {
  display: none;
}

.paragraph-5:lang(en-gb) {
  display: block;
}

.paragraph-6 {
  display: none;
}

.rich-text-block {
  text-decoration: underline;
  display: none;
}

.rich-text-block:lang(en-gb) {
  display: block;
}

@media screen and (min-width: 1280px) {
  .white {
    color: #fff;
  }

  .weareemotionsdiv {
    grid-row-gap: 60px;
  }

  .contentcontainer {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1100px;
  }

  .contentcontainer.hero {
    margin-left: 80px;
  }

  .testlinkflex {
    max-width: 1100px;
  }

  .testimonialtextcontainer {
    max-width: 980px;
  }

  .footernavigationstack {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .catchupitemcopyblock, .catchupitemcopyblock.rightaligned {
    width: 95%;
  }

  .headercontainer {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1100px;
  }

  .footercontainersection {
    max-width: 1100px;
  }

  .catchupgriddiv {
    grid-template-rows: minmax(320px, 1fr);
  }

  .approachstackdiv {
    min-height: 400px;
  }

  .fitnesstestvideosection {
    display: block;
  }

  .digitalfitnesstestcontainer {
    max-width: 1100px;
  }

  .contentp.white, .paragraph {
    color: var(--white);
  }

  .contentcontainercatchup {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1100px;
  }

  .contentcontainercatchup.hero {
    margin-left: 80px;
  }

  .industrylink {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
  }

  .industrylinkwrapper {
    white-space: nowrap;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .emotionsanimationcontentp, .emotionsanimationcontenth {
    color: #fff;
  }

  .impactanimationwrapperdesktop {
    height: 22vw;
  }

  .impactanimationtext {
    font-size: 20vw;
  }

  .impactanimationwrappermobile {
    height: 22vw;
  }

  .impactanimationtextmobile {
    font-size: 20vw;
  }

  .impactanimationtexthome {
    font-size: 10vw;
  }

  .impactanimationwrapperdesktophome-copy {
    height: 100%;
  }

  .headerslogan {
    font-size: 16px;
    line-height: 24px;
  }

  .contentcontainerteam {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1100px;
  }

  .contentcontainerteam.hero {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .headersectioncatchup.osec {
    background-position: 50% 0;
  }
}

@media screen and (min-width: 1920px) {
  .impactanimationtexthome {
    font-size: 7vw;
  }

  .headersectioncatchup.osec {
    background-position: 50%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    max-width: 728px;
  }

  /* ===== MOBILE NAV ===== */
  .w-nav-menu.w--open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1000;
    background-color: var(--emotions-orange);
    padding: 20px 30px 30px;
    align-items: flex-end;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    display: flex;
  }

  .nav-menu-two .navlistitem {
    display: flex;
    justify-content: flex-end;
  }

  .navmenuwrapper {
    width: 100%;
    margin: 0;
    background-color: transparent;
  }

  .nav-dropdown-icon {
    display: block;
  }

  /* Override webflow.css .w-dropdown inline-block centering */
  .w-nav-menu .w-dropdown {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
  }

  /* Override webflow.css .w-dropdown-toggle centering */
  .w-nav-menu .w-dropdown-toggle {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 30px 10px 0;
  }

  /* Override webflow.css .w-dropdown-list absolute + min-width */
  .w-nav-menu .w-dropdown-list {
    position: static !important;
    min-width: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 5px 0 !important;
  }

  .w-nav-menu .w-dropdown-list.w--open {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px !important;
  }

  /* Override webflow.css .w-dropdown-link centering */
  .w-nav-menu .w-dropdown-link {
    text-align: right !important;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0 !important;
    width: auto;
    white-space: normal;
  }

  /* Disable hover effects on mobile to prevent double-tap issue */
  .nav-dropdown-toggle:hover,
  .nav-dropdown-link:hover,
  .nav-link:hover,
  .nav-link-accent:hover {
    color: inherit;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--emotions-orange);
  }

  .navlistitemmobile { display: block; }
  .navlistitemdesktop { display: none; }

  .navlistitemmobile {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
  }

  .navlinkblocksearch {
    justify-content: flex-end;
  }

  .nav-link-accent {
    padding: 10px 30px 10px 0;
    display: inline-block;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .heroheading {
    font-size: 16vw;
    line-height: 14vw;
  }

  .flex-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 538px;
  }

  .herocaption {
    font-size: 30px;
    line-height: 36px;
  }

  .subheading.white {
    font-size: 28px;
    line-height: 32px;
  }

  .page-scroll.mobile {
    min-height: auto;
    display: block;
  }

  .slidepowerful {
    font-size: 10svw;
    line-height: 9svw;
  }

  .div-block-4 {
    padding-bottom: 80px;
    padding-left: 60px;
  }

  .slidetrash {
    font-size: 10svw;
    line-height: 9svw;
  }

  .weareemotionsdiv {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .testimonialparagraph {
    font-size: 22px;
    line-height: 26px;
  }

  .testimonialtextcontainer {
    margin-left: 20px;
  }

  .testimonialperson {
    font-size: 18px;
    line-height: 22px;
  }

  .footerslogan {
    font-size: 44px;
    line-height: 50px;
  }

  .footernavigationstack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footeraddressblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr .25fr;
  }

  .approachstack {
    grid-row-gap: 40px;
  }

  .catchupitemimageemotions {
    background-position: 50%;
  }

  .catchupitemcopyblock {
    width: 90%;
  }

  .contenth1.catchup {
    font-size: 60px;
    line-height: 70px;
  }

  .approachitemcopyblock {
    width: 100%;
  }

  .digitalfitnesstestcontentdiv {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .standard-scroll.orange-bg.navbar {
    transition: opacity .3s, background-color .3s;
  }

  .impactlistaccordion {
    width: 100%;
  }

  .subpagenavitemdiv {
    justify-content: space-between;
    display: flex;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .logodetailmodal {
    max-width: 90vw;
  }

  .nav-dropdown-list-search.shadow-three.w--open {
    position: absolute;
  }

  .nav-scroll.orange-bg.navbar {
    transition: opacity .3s, background-color .3s;
  }

  .emotionsarrowwrapperdesktop {
    min-width: 100%;
    height: 180px;
  }

  .emotionsheading {
    color: var(--black);
    font-size: 16px;
  }

  .emotionsparagraph {
    color: var(--black);
    width: 130px;
    font-size: 14px;
  }

  .emotionsdescription {
    background-color: var(--white);
    min-width: 120px;
  }

  .emotionsdescriptionblock {
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 220px 300px;
  }

  .link-block-5 {
    right: 90px;
  }

  .clientswrapper {
    display: none;
  }

  .logoimageslider {
    width: 100%;
  }

  .pagescrollnoanimation.desktop {
    display: none;
  }

  .headersectioncatchup.osec {
    background-position: 0 0;
  }

  .headerslogan {
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }


  .flex-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 420px;
  }

  .herocaption {
    font-size: 26px;
    line-height: 30px;
  }

  .slidepowerful {
    font-size: 13svw;
    line-height: 11.5svw;
  }

  .div-block-4 {
    padding-bottom: 60px;
  }

  .slidetrash {
    font-size: 13svw;
    line-height: 11.5svw;
  }

  .contentcontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testlinkflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footerflexbox {
    grid-template-columns: 100%;
  }

  .footersloganblock {
    grid-template-columns: 1fr;
  }

  .footernavigationstack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footernavigationtitle {
    margin-bottom: 15px;
  }

  .footeraddressblock {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footeraddresssocials {
    margin-top: 30px;
  }

  .footerimpressumblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .approachstack {
    grid-row-gap: 80px;
  }

  .catchupitemimageemotions {
    min-height: 260px;
  }

  .catchupitemcopyblock {
    width: 100%;
  }

  .headercontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .headertitleblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contenth1.white {
    font-size: 36px;
    line-height: 42px;
  }

  .image-4 {
    display: none;
  }

  .footercontainersection {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footernavigationstackdiv {
    display: flex;
  }

  .catchupitemimagepuk, .catchupitemimageescalator {
    min-height: 260px;
  }

  .catchupgriddiv {
    grid-template-columns: 1fr;
  }

  .digitalfitnesstestcontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-item, .list-item-2 {
    align-self: center;
  }

  .impactlistgrid {
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    display: flex;
  }

  .impacttopicselectordiv {
    margin-left: 0;
    position: static;
  }

  .subpagenavigationdiv {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-end;
    place-items: center;
    display: flex;
  }

  .heading {
    font-size: 64px;
  }

  .image-7 {
    margin-left: auto;
  }

  .emotionslogodiv {
    color: #b84d4d;
  }

  .contentcontainercatchup {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-dropdown-toggle-copy, .nav-dropdown-toggle-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-search.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-search.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-search.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .emotionsarrowwrapperdesktop, .emotionsarrowblock, .emotionslogospacer {
    display: none;
  }

  .navlistitemmobile {
    width: auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
  }

  .navlistitemdesktop {
    display: none;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 292px;
  }

  .link-block-5 {
    top: 27px;
    right: 60px;
  }

  .emotionsarrowwrappermobile {
    display: block;
  }

  .image-10 {
    min-width: 100%;
  }

  .emotionsanimationcontentarrow {
    width: 100%;
    margin-top: 3px;
    position: relative;
    top: 0;
    left: 0;
  }

  .emotionsanimationcontentwrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .image-11 {
    height: 46px;
    display: block;
  }

  .emotionsanimationletterdiv {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30%;
    margin-left: 8%;
    display: inline-flex;
  }

  .emotionsanimationcontentdiv {
    max-width: 50%;
    margin-left: 5%;
  }

  .emotionsanimationcontentp {
    color: var(--font-black);
    margin-bottom: 0;
  }

  .emotionsanimationcontenth {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 10px;
  }

  .impactanimationwrapperdesktop {
    display: none;
  }

  .impactanimationtext {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 102px;
    font-size: 22vw;
    line-height: 14vw;
    transition: all .3s;
  }

  .impactanimationtext.textt {
    padding-left: 15px;
  }

  .impactanimationtext.active {
    color: #ddd;
  }

  .emotionslogospacerleft {
    display: none;
  }

  .impactanimationwrappermobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 315px;
    display: flex;
    position: relative;
  }

  .impactanimationletterblockmobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 138px;
  }

  .impactanimationcopydivmobile {
    opacity: 0;
    width: 100%;
    max-width: 400px;
    transition: opacity .3s;
    display: none;
    position: absolute;
    top: 175px;
  }

  .impactanimationcopydivmobile.show {
    opacity: 1;
    display: block;
  }

  .impactanimationtextmobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 102px;
    font-size: 22vw;
    line-height: 14vw;
    transition: all .3s;
  }

  .impactanimationtextmobile.textt {
    padding-left: 15px;
  }

  .impactanimationtextmobile.active {
    color: #ddd;
  }

  .image-on-mobile {
    width: 100%;
    display: block;
  }

  .impactanimationtexthome {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 102px;
    font-size: 22vw;
    line-height: 14vw;
    transition: all .3s;
  }

  .impactanimationtexthome.textt {
    padding-left: 15px;
  }

  .impactanimationtexthome.active {
    color: #ddd;
  }

  .impactanimationtexthome.textthome {
    padding-left: 15px;
  }

  .impactanimationwrapperdesktophome-copy, .catchupquoteslider {
    display: none;
  }

  .skilllist {
    display: block;
  }

  .catchupitemimageosec, .catchupitemimagefranke {
    min-height: 260px;
  }

  .contentcontainerteam {
    margin-left: 20px;
    margin-right: 20px;
  }

  .waytowork-model {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    max-width: none;
  }


  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .herocaption {
    font-size: 22px;
  }

  .subheading.white {
    font-size: 20px;
    line-height: 26px;
  }

  .page-scroll.orange-bg {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .div-block-4 {
    padding-bottom: 40px;
    padding-left: 0;
  }

  .weareemotionsdiv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contentcontainer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sanduhrflexbox {
    grid-template-rows: minmax(auto, 1fr) 250px;
  }

  .testlinkcontainer {
    height: 250px;
    min-height: 250px;
  }

  .cornerimage {
    display: none;
  }

  .testimonialtextcontainer {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .footerslogan {
    font-size: 22px;
    line-height: 26px;
  }

  .footersloganblock {
    grid-template-columns: 1fr;
  }

  .footerimpressumelement {
    font-size: 14px;
  }

  .approachitemimagepeople, .approachitemimageperformance {
    height: 200px;
  }

  .catchupitemimageemotions, .catchupitemcopyblock {
    min-height: 250px;
  }

  .contenth1.white {
    font-size: 31px;
    line-height: 37px;
  }

  .contenth1.catchup {
    font-size: 40px;
    line-height: 50px;
  }

  .image-4 {
    display: none;
  }

  .footercontainersection {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footernavigationstackdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .approachitemimageperception {
    height: 200px;
  }

  .catchupitemimagepuk, .catchupitemimageescalator {
    min-height: 200px;
  }

  .catchupgrid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column wrap;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .catchupgriddiv {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .catchupgriddiv.reverse {
    flex-flow: column;
  }

  .approachstackdiv {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .approachstackdiv.reverse {
    flex-flow: column-reverse;
  }

  .fitnesstestvideosection {
    max-height: 300px;
  }

  .background-video-3 {
    min-height: 0;
    max-height: 300px;
  }

  .digitalfitnesstestheading {
    font-size: 35px;
    line-height: 30px;
  }

  .digitalfitnesstestcontentdiv {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .flex-block-7 {
    grid-column-gap: 22px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    place-items: center stretch;
    display: grid;
  }

  .digitalfitnesstestquestionscale {
    align-self: flex-start;
  }

  .digitalfitnesstestquestionscale.alignright {
    align-self: flex-end;
  }

  .div-block-12 {
    grid-column-gap: 149px;
    grid-row-gap: 149px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ft-buttons-wrapper {
    display: flex;
    flex-direction: column;
  }

  .ft-buttons-wrapper .flex-block-7 {
    order: 2;
  }

  .ft-label-low {
    order: 1;
    margin-bottom: 10px;
  }

  .ft-label-high {
    order: 3;
    text-align: right;
    margin-top: 10px;
    display: flex;
  }

  .weiterbutton {
    width: 220px;
  }

  .standard-scroll.orange-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenth2.white {
    display: none;
  }

  .impactlistgrid {
    flex-flow: column;
  }

  .accordiontitle {
    padding-right: 20px;
  }

  .subpagenavitemdiv {
    align-items: stretch;
  }

  .subpagenavitemdiscoverbutton {
    margin-top: 0;
  }

  .contentp {
    font-size: 20px;
    line-height: 26px;
  }

  .contentp.twocol {
    text-align: left;
    column-count: 1;
    -webkit-hyphens: none;
    hyphens: none;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .emotionslogocontent {
    width: 280px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: -100px;
  }

  .logo-item-image {
    min-width: 130px;
  }

  .logo-item {
    height: 130px;
  }

  .logodetailmodalwrapper {
    display: none;
  }

  .logodetailmodal {
    max-width: 95vw;
    max-height: 95vh;
  }

  .currentyear {
    margin-left: -4px;
    margin-right: -4px;
  }

  .footerspan {
    overflow: hidden;
  }

  .contentcontainercatchup {
    margin-left: 10px;
    margin-right: 10px;
  }

  .searchicon {
    color: var(--white);
  }

  .navlistitem {
    align-self: flex-end;
  }

  .nav-scroll.orange-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .emotionsarrowwrapperdesktop {
    height: 180px;
  }

  .navlistitemmobile {
    align-self: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
  }

  .navlistitemdesktop {
    display: none;
  }

  .link-block-2, .navsearchlink {
    color: var(--white);
  }

  .navlinkblocksearch {
    display: block;
  }

  .div-block-24 {
    grid-template-columns: 275px;
  }

  .link-block-5 {
    right: 40px;
  }

  .collection-list-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .industrylink {
    font-size: 16px;
    line-height: 18px;
  }

  .industrylink:hover {
    color: var(--whitehoveredlink);
  }

  .industrylinkwrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logoimageslider {
    min-height: 130px;
  }

  .emotionsanimationletterdiv {
    width: 36px;
    margin-left: 7%;
  }

  .emotionsanimationcontentdiv {
    max-width: 68%;
  }

  .emotionsanimationcontentp {
    font-size: 14px;
    line-height: 18px;
  }

  .emotionsanimationcontenth {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .impactanimationtext {
    height: 71px;
    line-height: 22vw;
  }

  .impactanimationtext.textt {
    padding-left: 6px;
  }

  .impactanimationwrappermobile {
    height: 281px;
  }

  .impactanimationletterblockmobile {
    min-height: 120px;
  }

  .impactanimationcopydivmobile {
    margin-right: 20px;
    top: 140px;
  }

  .impactanimationtextmobile {
    height: 71px;
    line-height: 22vw;
  }

  .impactanimationtextmobile.textt {
    padding-left: 6px;
  }

  .image-on-mobile {
    direction: ltr;
  }

  .impactanimationtexthome {
    height: 71px;
    line-height: 22vw;
  }

  .impactanimationtexthome.textt, .impactanimationtexthome.textthome {
    padding-left: 6px;
  }

  .pagescrollnoanimation.orange-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headersectioncatchup.echonovum {
    background-position: 50%;
  }

  .headersectioncatchup.franke {
    background-position: 100% 100%;
  }

  .headersectioncatchup.osec {
    background-position: 20% 0;
  }

  .headersectioncatchup.pukzh {
    background-position: 50%;
    background-size: cover;
  }

  .headerslogan {
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .testiframe {
    min-height: 850px;
  }

  .catchupitemimageosec, .catchupitemimagefranke {
    min-height: 200px;
  }

  .contentcontainerteam {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-ed850e4d-1d9f-3cb4-b529-127384aad07a-f26ecc80, #w-node-ed850e4d-1d9f-3cb4-b529-127384aad07d-f26ecc80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed850e4d-1d9f-3cb4-b529-127384aad084-f26ecc80 {
  justify-self: end;
}

#w-node-ed850e4d-1d9f-3cb4-b529-127384aad085-f26ecc80 {
  place-self: center end;
}

#w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c5503f-f2c5503c, #w-node-efd094bc-2e3b-455f-b99d-bd1f772f3524-f2c5503c {
  align-self: center;
}

#w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55043-f2c5503c {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

#w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55044-f2c5503c {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) auto auto;
}

#w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c550a2-f2c5503c, #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c550b2-f2c5503c {
  justify-self: end;
}

#w-node-_3dfd794a-405d-ae8c-9100-30e1eef03388-82b670be {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3dfd794a-405d-ae8c-9100-30e1eef0338b-82b670be {
  align-self: center;
}

#w-node-_8ae78716-27ad-5f75-5146-edee39d871e2-82b670be {
  place-self: center end;
}

#w-node-_947aee3e-48a2-8f3e-4488-fa941cb8be5d-82b670be {
  place-self: center stretch;
}

#w-node-_56e29bda-8c35-baaf-116d-76bc8054a0d6-82b670be {
  justify-self: stretch;
}

#w-node-eba96c75-ef79-a698-2605-c62d819fb388-1ed3935e {
  place-self: start stretch;
}

#w-node-b578093a-4bb9-056c-dc88-74fcedf4525f-499d4ac0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b578093a-4bb9-056c-dc88-74fcedf45263-499d4ac0, #w-node-b578093a-4bb9-056c-dc88-74fcedf45267-499d4ac0 {
  grid-column: span 2 / span 2;
}

#w-node-_90b17604-150d-1440-ca7b-1fd3da84bb19-499d4ac0, #w-node-_90b17604-150d-1440-ca7b-1fd3da84bb1c-499d4ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b390aab7-87af-5e2c-89ff-2d6c4e8a325e-499d4ac0 {
  justify-self: end;
}

#w-node-b390aab7-87af-5e2c-89ff-2d6c4e8a325f-499d4ac0 {
  place-self: center end;
}

#w-node-_90b17604-150d-1440-ca7b-1fd3da84bb23-499d4ac0 {
  justify-self: end;
}

#w-node-_90b17604-150d-1440-ca7b-1fd3da84bb24-499d4ac0 {
  place-self: center end;
}

#w-node-_54e8284c-8858-833c-1001-3c2b7a739e4f-499d4ac0 {
  justify-self: end;
}

#w-node-_54e8284c-8858-833c-1001-3c2b7a739e50-499d4ac0 {
  place-self: center end;
}

#w-node-d837b04b-cc9b-b941-3d29-5185e2285046-103fc6bc {
  justify-self: end;
}

#w-node-_5516dce6-35f1-d909-df0e-ac4aa9a96891-103fc6bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55044-f2c5503c {
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed850e4d-1d9f-3cb4-b529-127384aad090-f26ecc80 {
    order: -9999;
  }

  #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55043-f2c5503c, #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55044-f2c5503c {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c550b2-f2c5503c {
    justify-self: start;
  }

  #w-node-b390aab7-87af-5e2c-89ff-2d6c4e8a3267-499d4ac0, #w-node-_852642bc-5469-ffa2-66f1-049f32159c53-499d4ac0, #w-node-_54e8284c-8858-833c-1001-3c2b7a739e58-499d4ac0 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55043-f2c5503c, #w-node-_90c310d2-28d5-2abb-5e4b-0fc6f2c55044-f2c5503c {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  #w-node-_3dfd794a-405d-ae8c-9100-30e1eef03388-82b670be {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Decovar Vf';
  src: url('../fonts/Decovar-VF.ttf') format('truetype');
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}