@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--color-1: #025959;
  --untitled-ui--color-2: #5ec0c5;
  --untitled-ui--black: black;
  --section-bg-light: #0259590d;
  --untitled-ui--white: white;
  --untitled-ui--gray50-2\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui--gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--color-2-half: #5ec0c526;
  --untitled-ui--color-4: #bcd13d;
  --untitled-ui--color-6: #009da5;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--color-5: #5ec0c5;
  --untitled-ui--grey: #ededed;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--color-1-half: #0259594d;
  --untitled-ui--color-3: #adad17;
  --untitled-ui--warning300: #fec84b;
}

.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-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-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: var(--untitled-ui--color-1);
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

h1 {
  color: var(--untitled-ui--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--untitled-ui--color-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--untitled-ui--color-1);
  margin-top: 0;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--untitled-ui--color-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: var(--untitled-ui--black);
  margin-bottom: 10px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
}

.navbar {
  box-shadow: 0 0 20px 10px var(--section-bg-light);
  background-color: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  margin-top: 1%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--color-1);
  text-align: center;
  white-space: nowrap;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.logo {
  height: 2rem;
}

.logo.line {
  max-width: none;
  height: 2rem;
}

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

.wrapper-headline-centered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-headline-centered.margin-bottom {
  margin-bottom: 3rem;
}

.uui-container-large {
  z-index: 0;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-section {
  background-color: var(--section-bg-light);
  justify-content: center;
  align-items: flex-start;
  padding: 20vh 5% 10vh;
  overflow: hidden;
}

.copy {
  color: var(--untitled-ui--black);
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

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

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

.copy.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.subline {
  background-color: var(--untitled-ui--color-2-half);
  color: var(--untitled-ui--color-1);
  background-image: url('../images/Ellipse-2.png');
  background-position: 6px 49%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 30px;
  padding: 5px 15px 5px 30px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.subline.numbers {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0 auto auto 20px;
}

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

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

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
  width: 8.4rem;
}

.uui-button-row-2.button-row-center._2 {
  background-color: var(--untitled-ui--white);
  border-radius: 5px;
  width: 8rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.uui-button-row-2.button-row-center._2._3 {
  width: 18rem;
  margin-top: 1rem;
  text-decoration: none;
}

.uui-button-row-2.button-row-center._3 {
  background-color: var(--untitled-ui--white);
  border-radius: 5px;
  width: 13.8rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.icon {
  display: flex;
}

.uui-layout66_item-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .8rem;
  display: flex;
}

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

.uui-layout66_item {
  display: flex;
}

.uui-layout66_item-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.section-main {
  padding: 10vh 5%;
}

.section-main.bg {
  background-color: var(--section-bg-light);
}

.section-main.bg.padding-top-3-5 {
  padding-top: 3.5rem;
}

.section-main.footer {
  background-color: #e4e4e4;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.uui-icon-featured-outline-large {
  background-color: var(--untitled-ui--color-2-half);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.h3 {
  color: var(--untitled-ui--color-1);
  font-size: 1.3rem;
}

.h3.color-4 {
  color: var(--untitled-ui--color-4);
}

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

.h3.centered.color-4 {
  font-size: 1.75rem;
}

.h3.centered.numbers {
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

.copy-small {
  color: var(--untitled-ui--black);
  font-size: .8rem;
  font-weight: 400;
  line-height: 130%;
}

.copy-small.name {
  color: var(--untitled-ui--color-2);
  font-style: italic;
}

.copy-small.name.big {
  font-size: 1rem;
}

.main-link {
  grid-column-gap: .3rem;
  color: var(--untitled-ui--color-2);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.main-link:hover {
  grid-column-gap: .6rem;
  color: var(--untitled-ui--color-1);
}

.main-link.footer {
  color: var(--untitled-ui--black);
  font-size: .9rem;
}

.main-link.footer:hover {
  color: var(--untitled-ui--color-1);
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-layout86_image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10rem;
  max-height: 10rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.image-logos {
  mix-blend-mode: multiply;
  max-height: 150%;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-verbaende {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
}

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

.kreis1 {
  z-index: 1;
  width: 11rem;
  position: absolute;
  inset: auto 5% 0% auto;
}

.kreis2 {
  z-index: 1;
  width: 11rem;
  position: absolute;
  inset: 10% auto auto 4%;
}

.container-pfad {
  justify-content: center;
  align-items: flex-start;
  max-width: 95vw;
  padding-top: 4vh;
  display: flex;
}

.code-lineright {
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  transform: translate(6rem, 25rem);
}

.code-lineleft {
  position: absolute;
  transform: translate(2rem, 25rem);
}

.quick-stack-pfad {
  grid-row-gap: 20px;
  padding: 0;
  position: relative;
}

.wrapper-lernpfad {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/Ellipse-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  padding: 1rem;
  position: relative;
}

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

.design-thinking {
  color: var(--untitled-ui--color-6);
  text-align: center;
  font-size: 1.2rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-section_heroheader09 {
  overflow: hidden;
}

.grid-hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  display: grid;
}

.uui-heroheader09_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-heroheader09_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.uui-heroheader09_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image._01 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._03 {
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
  border-radius: 50%;
}

.uui-heroheader09_image._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
  border-radius: 50%;
}

.uui-heroheader09_image._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 0;
}

.wrapper-content-verbaende {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-main {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.container-main.margin-top {
  margin-top: 8rem;
}

.container-small.margin-bottom {
  margin-bottom: 8vh;
}

.container-small.lernpfad {
  display: none;
}

.h2 {
  font-size: 2.5rem;
}

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

.flex-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-design-thinking {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 3px dashed var(--untitled-ui--color-6);
  opacity: .75;
  background-color: #fff;
  border-radius: 130px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding: 1.5rem 1.1rem 1rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.flex-block-design-thinking:hover {
  opacity: 100;
}

.image-lernpfad {
  height: 10rem;
  margin-bottom: 1rem;
  display: flex;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--untitled-ui--color-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .65rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--color-1);
}

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar08_logo-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.uui-navbar08_logo-link.w--current {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.uui-navbar08_link {
  color: var(--untitled-ui--color-2);
  align-items: center;
  padding: .75rem 1rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover, .uui-navbar08_link.w--current {
  color: var(--untitled-ui--color-1);
}

.uui-navbar08_menu-left {
  margin-left: 3rem;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--color-2);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--color-1);
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  padding: 1.25rem;
  transform: translate(-4.2rem);
}

.uui-navbar08_menu-button {
  padding: 0;
}

.matches-teaser-images {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}

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

.teaser-content-matches {
  width: 100%;
  padding: 20px 20px 30px;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.uui-footer03_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: multiply;
  flex-flow: column;
  display: flex;
}

.uui-footer03_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4vh;
  padding-top: 2rem;
  display: flex;
}

.uui-footer03_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer03_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start start;
  margin-top: 2rem;
  display: flex;
}

.teaser-verbaende {
  border: 0px solid var(--untitled-ui--color-1);
  background-color: var(--section-bg-light);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.verband {
  background-color: var(--untitled-ui--color-2-half);
  color: var(--untitled-ui--color-1);
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  margin-bottom: 20px;
  padding: 3px 8px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  transform: translate(-5px);
}

.wrapper-content-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.wrapper-blogs {
  display: flex;
}

.images-blog {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  min-width: 10rem;
  margin-bottom: 5vh;
}

.wrapper-content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 5vh;
  display: flex;
}

.sticky {
  width: 50%;
  position: sticky;
  top: 12rem;
}

.main-section-blog {
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 3% 8vh;
  overflow: visible;
}

.flex-block-3 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.logo-footer {
  width: 18rem;
}

.logo-footer.height {
  width: auto;
  max-width: none;
  height: 5rem;
}

.flexbox-footer-sakea {
  background-color: #f4f4f4;
  align-items: center;
  width: 100%;
  padding: 12px 7vw;
  display: flex;
}

.flexbox-footer-sakea.padding-global {
  background-color: #fff;
  align-items: center;
}

.container-80-rem-footer-sakea {
  text-align: left;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.link-block-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.footer-sakea-text {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.7em;
  text-decoration: none;
}

.heart {
  object-fit: contain;
  width: 26px;
}

.footer-component {
  flex-flow: column;
}

.teaser-partner {
  border: 0px solid var(--untitled-ui--color-1);
  background-color: var(--section-bg-light);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 20rem;
  height: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.code-embed-arrow {
  flex: 1;
  width: 1rem;
  display: flex;
}

.arrow-back {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--untitled-ui--color-4);
  color: var(--untitled-ui--color-1);
  border-radius: 50px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.arrow-back:hover {
  transform: scale(.95);
}

.arrow-back.start {
  font-size: 1rem;
}

.card-teaser-matches {
  border: 1px solid var(--untitled-ui--color-4);
  color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  min-width: 16rem;
  max-width: 16rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-right-side {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--untitled-ui--color-4), var(--untitled-ui--color-1));
  transform-origin: 0 100%;
  width: 50%;
  height: 120%;
  position: absolute;
  inset: auto 0% 0% 100%;
  transform: rotate(-10deg);
}

.d-103-arrow {
  width: 20px;
  margin-top: 95px;
  margin-left: 26px;
  transform: rotate(10deg);
}

.headline-teaser-matches {
  color: var(--untitled-ui--color-1);
  margin-bottom: 10px;
  padding-right: 2rem;
  font-size: 1.3rem;
}

.container-big {
  max-width: 95vw;
}

.text-block {
  z-index: 0;
  background-color: var(--untitled-ui--color-4);
  background-image: linear-gradient(45deg, var(--untitled-ui--color-4), var(--untitled-ui--color-5));
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding: 6px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.wrapper-button-preview {
  flex-flow: row;
  margin-bottom: 5rem;
}

.wrapper-arrows {
  border-top: 1px solid var(--untitled-ui--color-4);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4vh;
}

.arrows-matches {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--untitled-ui--color-1);
  color: var(--untitled-ui--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.arrows-matches:hover {
  transform: scale(.95);
}

.arrows-matches.hide {
  opacity: .5;
  cursor: not-allowed;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--untitled-ui--color-1);
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4vh;
  padding: 10px 13px;
  text-decoration: none;
  display: flex;
}

.h1-blog {
  margin-bottom: 4vh;
  font-size: 2.5rem;
}

.wrapper-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.div-grid-unboxing {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-980 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flexbox-vertical-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-scroll-container-unboxing {
  min-height: 320vh;
  position: relative;
}

.dot-unboxing {
  background-color: var(--untitled-ui--color-1);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.grid-unboxing-dots {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sticky-container-unboxing {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.grid-unboxing-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.line-unboxing {
  background-color: var(--untitled-ui--color-1);
  height: 2px;
  margin-bottom: 1.5em;
  position: relative;
  top: -6px;
  overflow: hidden;
}

.div-unboxing-steps-desktop {
  width: 100%;
  margin-bottom: 4em;
  overflow: hidden;
}

.numbers {
  display: flex;
}

.uui-layout13_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link.w--current {
  border-left-color: var(--untitled-ui--color-1);
  opacity: 1;
  background-color: #0000;
}

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

.uui-layout13_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout19_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-layout19_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-layout19_item-text-wrapper {
  padding-top: .5rem;
}

.uui-layout19_item {
  display: flex;
}

.flex-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.flex-block-5.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.uui-testimonial04_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 3px solid var(--untitled-ui--color-6);
  background-color: var(--untitled-ui--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.quote {
  color: var(--untitled-ui--color-1);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
}

.wrapper-matches {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper-gallery-blog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.wrapper-logos {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  margin-top: 4rem;
  display: flex;
}

.image-logos-blog {
  object-fit: scale-down;
  flex: none;
  min-width: 4rem;
  max-width: 12rem;
  height: 100%;
  max-height: 6rem;
}

.zoom-image {
  object-fit: scale-down;
  border-radius: 5px;
  flex: none;
  max-width: 45%;
  max-height: 20rem;
}

.zoom-image.full {
  object-fit: contain;
  max-width: 100%;
  max-height: none;
}

.zoom-image.prototyp {
  max-width: 100%;
}

.flex-block-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.flex-block-gallery.padding-top-zero {
  margin-top: 0;
}

.flex-block-gallery.abschluss {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.container-main-footer {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.container-hero {
  max-width: 95vw;
}

.container-hero.margin-bottom {
  margin-bottom: 7vh;
}

.image {
  object-fit: cover;
  background-image: url('../images/367A0343.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10rem 0;
  order: 0;
  align-self: flex-end;
  width: 100%;
  max-width: none;
  height: 26rem;
}

.image._1 {
  border-radius: 0 10rem;
}

.dot {
  z-index: 1000;
  flex: 1;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.flex-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cut-logo {
  flex: none;
  width: 5rem;
  height: 2rem;
  overflow: hidden;
}

.copyright {
  color: var(--untitled-ui--black);
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.wrapper-lernpfad-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/Ellipse-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  position: relative;
}

.div-block {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-load {
  z-index: 99999;
  background-color: var(--untitled-ui--grey);
  display: none;
  position: fixed;
  inset: 0%;
}

.container-hero-start {
  max-width: 95vw;
}

.container-hero-start.margin-bottom {
  margin-bottom: 7vh;
}

.container-main-dt {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.tabs {
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 20rem;
  height: 22rem;
  margin-right: 3rem;
  display: flex;
  position: sticky;
  top: 15rem;
}

.tab-link {
  color: var(--untitled-ui--color-1);
  background-color: #ededed00;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  background-color: #ededed;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.w--current {
  background-color: var(--untitled-ui--color-2);
  color: var(--untitled-ui--white);
}

.tabs-content {
  width: 60rem;
}

.tabs-content-2 {
  width: 70%;
}

.flex-block-gallery-auftakt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper-prototypen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper-inner-prototypen {
  justify-content: flex-start;
  align-items: center;
  max-width: 32%;
}

.headline-pt {
  margin-top: 20px;
  margin-bottom: 10px;
}

.flex-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

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

@media screen and (min-width: 1280px) {
  .headings-typography-wrapper {
    width: 48%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper-headline-centered {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-headline-centered.margin-bottom {
    width: 100%;
  }

  .wrapper-headline-centered.hero {
    width: 90%;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .uui-layout86_image-wrapper {
    height: 13rem;
    margin-bottom: 0;
    padding: 2.3rem;
  }

  .image-logos {
    max-height: 110%;
  }

  .container-pfad {
    max-width: 60vw;
  }

  .design-thinking {
    right: 23vw;
  }

  .grid-hero {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .container-main {
    max-width: 60vw;
  }

  .flexbox-footer-sakea {
    flex-direction: column;
    display: flex;
  }

  .container-big {
    max-width: 80vw;
  }

  .container-980 {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-main-footer {
    max-width: 75vw;
  }

  .container-hero {
    max-width: 60vw;
  }

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

  .container-hero-start, .container-main-dt {
    max-width: 60vw;
  }
}

@media screen and (max-width: 991px) {
  .headings-typography-wrapper {
    width: 100%;
  }

  .navbar {
    width: 80vw;
  }

  .logo.line {
    background-color: #5ec0c500;
  }

  .wrapper-headline-centered {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-headline-centered.margin-bottom.impressionen {
    margin-bottom: 0;
  }

  .h1.left {
    font-size: 2.5rem;
  }

  .uui-layout66_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .container-pfad, .hide-tablet {
    display: none;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-small.lernpfad {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-design-thinking {
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_dropdown-content {
    color: var(--untitled-ui--color-2);
    align-content: start;
    align-items: start;
    padding: 0 0 1rem 1rem;
    font-size: 1rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui--color-1);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3rem;
    align-items: flex-start;
    height: 100vh;
    margin-top: .5rem;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--color-1);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar08_dropdown-toggle.w--open:hover {
    color: var(--untitled-ui--color-1);
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
    transform: none;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-footer03_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .flexbox-footer-sakea {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-80-rem-footer-sakea {
    max-width: 80rem;
  }

  .footer-sakea-text {
    font-size: 1rem;
  }

  .teaser-partner {
    max-width: 100%;
  }

  .card-teaser-matches {
    max-width: 50%;
  }

  .d-103-right-side {
    display: none;
  }

  .container-big {
    max-width: 100vw;
  }

  .hero-scroll-container-unboxing {
    min-height: auto;
  }

  .grid-unboxing-dots {
    display: none;
  }

  .sticky-container-unboxing {
    padding-top: 8em;
  }

  .grid-unboxing-text {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .line-unboxing {
    display: none;
  }

  .uui-layout13_component {
    grid-column-gap: 3rem;
  }

  .uui-layout19_component {
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .flex-block-5.right {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-testimonial04_component {
    padding: 3rem;
  }

  .zoom-image {
    max-width: 48%;
  }

  .flex-block-gallery.abschluss {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .code-embed-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-hero {
    max-width: 90vw;
    margin-bottom: 0;
  }

  .copyright.center {
    flex: none;
  }

  .div-block {
    display: none;
  }

  .container-main-dt {
    max-width: 100%;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    z-index: 1;
    box-shadow: 0 0 20px 0 var(--untitled-ui--color-2);
    background-color: #fff;
    border-radius: 5px;
    flex-flow: row;
    min-width: auto;
    height: auto;
    margin-bottom: 2rem;
    margin-right: 0;
    padding: 5px 5px 0;
    top: 7rem;
    overflow: scroll;
  }

  .tabs-menu.workshop {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 5px;
    overflow: visible;
  }

  .tab-link {
    flex: none;
  }

  .tab-link:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-content-2 {
    width: auto;
  }

  .flex-block-10 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .line {
    background-color: var(--untitled-ui--color-5);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-2, .text-block-3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-button-wrapper {
    width: 45%;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .navbar {
    width: 95vw;
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .logo.line {
    background-color: #5ec0c500;
  }

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

  .h1.left {
    font-size: 2.3rem;
  }

  .h1.centered {
    font-size: 6vw;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center._3 {
    align-self: center;
  }

  .uui-layout66_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

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

  .h3.centered.numbers {
    height: 2rem;
  }

  .main-link {
    font-size: 1rem;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .container-main {
    max-width: none;
  }

  .container-small.margin-bottom {
    max-width: 95vw;
  }

  .h2.center {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui--color-1);
    font-size: 1rem;
  }

  .uui-navbar08_menu-left {
    grid-row-gap: 0rem;
    margin-left: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--color-1);
    font-size: 1rem;
  }

  .uui-footer03_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-footer03_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer03_social-list {
    margin-top: 1.5rem;
  }

  .wrapper-blogs {
    flex-flow: column;
  }

  .wrapper-content-right {
    width: 100%;
  }

  .sticky {
    width: 100%;
    margin-bottom: 4rem;
    position: static;
  }

  .flex-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flexbox-footer-sakea.padding-global {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-sakea-text {
    font-size: .9rem;
  }

  .teaser-partner {
    max-width: 100%;
  }

  .card-teaser-matches {
    min-width: 14rem;
  }

  .wrapper-arrows {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

  .flexbox-vertical-2em {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .hero-scroll-container-unboxing {
    height: auto;
  }

  .grid-unboxing-dots {
    display: none;
  }

  .sticky-container-unboxing {
    padding-top: 0;
    position: static;
  }

  .grid-unboxing-text {
    grid-column-gap: 2.25em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .div-unboxing-steps-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-layout19_item-list {
    grid-row-gap: 2.5rem;
  }

  .flex-block-5, .flex-block-5.right {
    width: 100%;
  }

  .flex-block-5.mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-testimonial04_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .quote {
    font-size: 1rem;
  }

  .zoom-image {
    max-width: 100%;
  }

  .container-hero {
    max-width: 100%;
    margin-bottom: 0;
  }

  .image, .image._1 {
    height: 22rem;
  }

  .cut-logo {
    display: none;
  }

  .copyright.center {
    text-align: center;
    flex: none;
  }

  .tabs-menu {
    padding-bottom: 5px;
  }

  .tabs-menu.workshop {
    align-self: center;
  }

  .tabs-content-2 {
    max-width: 92vw;
  }

  .flex-block-11 {
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-button-wrapper {
    width: 100%;
  }

  .navbar {
    margin-top: 2%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .logo {
    height: 1.5rem;
  }

  .logo.line {
    transform: scale(3);
  }

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

  .h1.left {
    font-size: 2rem;
  }

  .h1.left.wrap {
    word-break: break-all;
  }

  .h1.centered {
    font-size: 1.8rem;
  }

  .uui-layout66_item-list {
    grid-template-columns: 1fr;
  }

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

  .uui-heroheader09_image-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .h2.center {
    font-size: 1.75rem;
  }

  .uui-navbar08_dropdown-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: var(--untitled-ui--color-1);
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .uui-navbar08_link, .uui-navbar08_link:hover {
    color: var(--untitled-ui--color-1);
  }

  .uui-navbar08_menu-left {
    margin-left: 0;
  }

  .uui-navbar08_menu {
    padding-left: 2rem;
  }

  .uui-navbar08_dropdown-toggle, .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--color-1);
  }

  .uui-navbar08_dropdown-list.w--open {
    transform: none;
  }

  .flex-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .logo-footer.height {
    width: 60vw;
    max-width: 100%;
    height: auto;
  }

  .flexbox-footer-sakea.padding-global {
    align-items: center;
    padding: 5px 5%;
  }

  .container-80-rem-footer-sakea {
    flex: 1;
  }

  .link-block-footer {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .footer-sakea-text {
    direction: ltr;
    color: #000;
    align-self: flex-start;
    font-size: .8rem;
  }

  .card-teaser-matches {
    min-width: 100%;
    max-width: none;
  }

  .wrapper-arrows {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-content {
    padding-right: 0;
  }

  .hero-scroll-container-unboxing {
    height: auto;
  }

  .sticky-container-unboxing {
    height: auto;
    padding-top: 0;
  }

  .grid-unboxing-text {
    grid-template-columns: 1fr;
  }

  .div-unboxing-steps-desktop {
    display: block;
  }

  .uui-layout19_item {
    flex-flow: column;
  }

  .flex-block-5.right {
    flex-flow: wrap;
  }

  .uui-testimonial04_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .zoom-image {
    max-width: 100%;
  }

  .image {
    height: 20rem;
  }

  .image._1 {
    height: 15rem;
  }

  .flex-block-6 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cut-logo {
    width: 5rem;
    max-width: 3rem;
    height: 1.5rem;
  }

  .copyright.center {
    max-width: 90vw;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .tabs-menu.workshop {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 95vw;
    overflow: scroll;
  }

  .tab-link {
    white-space: nowrap;
    word-break: normal;
    flex: none;
    font-size: .9rem;
    overflow: visible;
  }

  .flex-block-12 {
    overflow: scroll;
  }
}

#w-node-_7cf66421-6a5b-bef6-33a7-0168f89192bb-ecfb7ab0 {
  align-self: center;
}

#w-node-_7cf66421-6a5b-bef6-33a7-0168f89192bd-ecfb7ab0, #w-node-_7cf66421-6a5b-bef6-33a7-0168f89192c7-ecfb7ab0, #w-node-_7cf66421-6a5b-bef6-33a7-0168f89192d1-ecfb7ab0 {
  align-self: start;
}

#w-node-_4b4b2c71-2430-e2a3-d6b5-32f3d5e2bb53-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4b4b2c71-2430-e2a3-d6b5-32f3d5e2bb54-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

#w-node-_8235e99d-b2f9-01db-2623-5aaa29b12e89-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_51c4bcae-f19a-4b5f-bb67-2ad894db2cba-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8235e99d-b2f9-01db-2623-5aaa29b12e8a-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
}

#w-node-_55907231-b8f3-1e7b-9d8b-0aef5085eb5c-ecfb7ab0 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

#w-node-a9dc4cd3-89d8-a396-d151-21d84342d92e-ee1baaed {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-_774d7c80-102c-d10d-76ff-389b1bfd147b-a541d9a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-b84d6869 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-b84d6869 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa271-b84d6869 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45a8d757-6ecb-65a7-e244-252862eb2232-b84d6869 {
  order: -9999;
}

#w-node-_76404d1d-a2c8-08be-29cf-989d5a8e357b-b84d6869, #w-node-_76404d1d-a2c8-08be-29cf-989d5a8e357d-b84d6869, #w-node-_76404d1d-a2c8-08be-29cf-989d5a8e357f-b84d6869, #w-node-_76404d1d-a2c8-08be-29cf-989d5a8e3581-b84d6869, #w-node-_76404d1d-a2c8-08be-29cf-989d5a8e3583-b84d6869, #w-node-ef9f3008-b794-ab96-8c03-aab146ee4382-b84d6869, #w-node-_76404d1d-a2c8-08be-29cf-989d5a8e3587-b84d6869, #w-node-a57f0e0d-80a9-40fb-0d1f-295b9d5400ef-b84d6869, #w-node-_380b01c1-c3d5-d828-1a9c-4f8cd68b14d6-b84d6869, #w-node-_7de96dde-70af-4759-e2dc-85921afcc9fd-b84d6869, #w-node-_3a539ead-e809-4042-d37a-d0b12712218a-b84d6869, #w-node-_325d09d4-a5c1-0492-a5e9-dbadcc069bbc-b84d6869 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cdf37070-3781-c3ab-d0af-97e188ace43c-b84d6869 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aaa3cdab-faf7-23e4-92dc-683b8e546914-b84d6869 {
  align-self: stretch;
}

#w-node-aaa3cdab-faf7-23e4-92dc-683b8e546915-b84d6869, #w-node-aaa3cdab-faf7-23e4-92dc-683b8e54691f-b84d6869, #w-node-a929bad8-30f6-e4d9-78a3-db4fc49bb6dd-b84d6869 {
  align-self: start;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-b9626490 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-b9626490 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-c03be5d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-c03be5d8 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-c09083f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-c09083f9 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa271-c09083f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45a8d757-6ecb-65a7-e244-252862eb2232-c09083f9 {
  order: -9999;
}

#w-node-_2c191920-a198-bc8a-5e6f-42b7c5a49296-c09083f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c191920-a198-bc8a-5e6f-42b7c5a49298-c09083f9 {
  order: -9999;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-05bcd2ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-05bcd2ed {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-28b2a129 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1022cce8-548a-77ac-e87c-ef81604663f3-28b2a129 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4b4b2c71-2430-e2a3-d6b5-32f3d5e2bb54-ecfb7ab0, #w-node-_55907231-b8f3-1e7b-9d8b-0aef5085eb5c-ecfb7ab0 {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-c09083f9, #w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa271-c09083f9, #w-node-_2c191920-a198-bc8a-5e6f-42b7c5a49296-c09083f9, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-05bcd2ed, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-28b2a129 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cf66421-6a5b-bef6-33a7-0168f89192bb-ecfb7ab0 {
    order: -9999;
  }

  #w-node-_4b4b2c71-2430-e2a3-d6b5-32f3d5e2bb54-ecfb7ab0 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_8235e99d-b2f9-01db-2623-5aaa29b12e8a-ecfb7ab0 {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-b84d6869, #w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa271-b84d6869 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa273-b84d6869 {
    order: -9999;
  }

  #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-b9626490, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-c03be5d8, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-c09083f9, #w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa271-c09083f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c530efc-ed9f-7a91-7c6b-d7d6282fa273-c09083f9 {
    order: -9999;
  }

  #w-node-_2c191920-a198-bc8a-5e6f-42b7c5a49296-c09083f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c191920-a198-bc8a-5e6f-42b7c5a49299-c09083f9 {
    order: -9999;
  }

  #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-05bcd2ed, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-28b2a129 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b4b2c71-2430-e2a3-d6b5-32f3d5e2bb54-ecfb7ab0, #w-node-_8235e99d-b2f9-01db-2623-5aaa29b12e8a-ecfb7ab0, #w-node-_55907231-b8f3-1e7b-9d8b-0aef5085eb5c-ecfb7ab0, #w-node-fdd0de1a-38f7-a10a-4d0f-4add38ba0281-28b2a129 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}