  /* ==============================================
     ROOT
  ============================================== */

  :root {
    --white: #FAFAFA;
    --black: #000000;
    --purple: #732B90;
    --w-grey: #757575;
    --b-grey: #C2C2C2;
    --primary-font:'Helveticaneue', sans-serif;
    --secondary-font:'Helveticaneue-regular', sans-serif;
    --underline-motion: fadein 2.5s cubic-bezier(.59,0,0,.97);
    --menu-height: 100svh;
    
  }
  /*
  ::selection {
    background: #D8B5E6;
    color:var(--black);
    mix-blend-mode: difference;
  }
  */
  
  .w-webflow-badge {
    display:none!important;
  }
  
    /* ==============================================
       Page Transition Logic
    ============================================== */
  
  .page-overlay {
    width:100%;
    height:0dvh;
    background:var(--white);
    position:fixed;
    bottom:0;
    left:0;
    pointer-events:none;
    z-index:999999;
  }
  .page-overlay-second {
    width:100%;
    height:100dvh;
    background:var(--black);
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    pointer-events:none;
    z-index:9999;
  }
  
  
    /* ==============================================
       Hide Scrollbar
    ============================================== */
  
  body::-webkit-scrollbar{display: none;} /* Chrome, Safari, Opera */
  body {-ms-overflow-style: none;} /* IE & Edge */
  html {scrollbar-width: none;} /* Firefox */
  
  
    /* ==============================================
       CSS Reset
    ============================================== */
  
  
  *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height:1;}
  li, ul, figure { padding: 0; margin: 0; list-style: none;}
  
  .w-inline-block {
    all:unset;
  }
  
  svg {
     max-width: none;
     height: auto;
     box-sizing: border-box;
  }
  
  audio, canvas, iframe, img, svg, video, picture, figure {
     vertical-align: middle;
  }
  
  
  h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, span, strong, em, figcaption, .w-form, .w-radio {padding: 0; margin: 0; }
  
  
  :focus {
    outline: none;
  }
  
  strong {
    display:inline-flex;
    font-weight: inherit;
  }
  
  .hide {
    display:none!important;
  }
  
  .w-pagination-next {
    border:none;
  }
  
  .w-button, .w-input, .w-select, .w-dyn-list {
    all:unset;
  }
   
  
    /* ==============================================
       Body
    ============================================== */
  
  
  html, body {
    width: 100%;
    min-height: 100%;
    position: relative;
    color: var(--black);
    background: var(--white);
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
  }
  
  body {
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    padding: 4vw;
    margin: auto 0;
    overflow: hidden;
  }
  
  body.fade-out {
    opacity: 0;
    transition: opacity 1s ease;
  }
  
  @media (max-width: 650px) {
    /*
    body {
      padding:6vw;
    }
    */
  }
  
  
    /* ==============================================
       General
    ============================================== */
  
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
  
  canvas, img, video, picture, figure {
     max-width: 100%;
     height: auto;
     box-sizing: border-box;
     display: block;
  }
  
  a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer !important;
    
  }
  
  img {
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    -webkit-touch-callout: none;
  }
  
  
  
  .split-parent, .split-child {
    display:unset;
    line-height: inherit;
    overflow-y:clip;
  }
  
  
    /* ==============================================
       Typography
    ============================================== */
  
  
  h1, h2, h3, h4, h5 {
    font-family: var(--primary-font);
    font-weight:normal;
  }
  h6, p, .highlights-section h2::before {
    font-family: var(--secondary-font);
    font-weight:normal;
  }
  h1 {
    font-size: 14vw;
    line-height: 0.9;
    letter-spacing: -0.8vw;
  }
  h1 .split-child, h2 .split-child {
    padding-bottom:3vw;
    margin-bottom: -3vw;
        padding-right: 2vw;
  }
  .marquee h1 {
    font-size: 14vw;
    line-height:1.5;
    letter-spacing: -0.8vw;
  }
  h2 {
    font-size:5vw;
    line-height:1;
    letter-spacing:-0.2vw;
  }
  .values-section h2 .split-child {
      line-height:1.2;
  }
  
  h3 {
    font-size:2.371vw;
    line-height:1.1;
    letter-spacing:-0.1vw;
  }
  
  h3 .split-child {
     line-height:1.1;
    padding-bottom:1vw;
    margin-bottom: -1vw;
  }
  
  h4 {
    font-size:2.001vw;
    line-height:1.3;
    letter-spacing:-0.1vw;
  }
  
  h5, .filter {
    font-size:1.447vw;
    line-height:1.3;
    letter-spacing:-0.02vw;
  }
  
  h6 {
    font-size:1.189vw;
    line-height:1.3;
  }
  
  p, .site-links {
    font-size:1vw;
    line-height:1.6;
  }
  
  .site-links .split-child{
    padding-bottom:1vw;
    margin-bottom: -1vw;
  }
  
  .about-page .hero .headline,
    .group-page .hero .headline,
    .projects-page .wrapper .headline,
    .project-page .hero .headline,
    .blog-page .wrapper .headline,
    .article-page .hero .headline,
    .career-page .hero .headline,
  .generic-page .hero .headline,
    .contact-page .hero .headline {
      margin-top:10vh;
    }
  
  @media (max-width: 650px) {
  
    h1 {
      font-size: 36.308vw;
      letter-spacing:-2vw;
      line-height:0.8;
    }
    .marquee h1 {
      font-size: 36.308vw!important;
    }
  .about-page .hero .headline h1,
    .group-page .hero .headline h1,
    .projects-page .wrapper .headline h1,
    .project-page .hero .headline h1,
    .blog-page .wrapper .headline h1,
    .article-page .hero .headline h1,
    .career-page .hero .headline h1,
    .generic-page .hero .headline h2,
    .contact-page .hero .headline h1{
      font-size:20.854vw;
      letter-spacing:-1vw;
  
    }
    .generic-page .hero .headline h2 {
      line-height:0.9;
    }
    .our-brands-section .container .text-block h1 {
      font-size:30.854vw;
      letter-spacing:-1vw;
    }
    .marquee h1 .split-child {
      line-height:1.3;
      padding-bottom:3vw;
      margin-bottom: -3vw;
    }
    h1 .split-child, h2 .split-child {
        padding-bottom: 4vw;
        margin-bottom: -4vw;
    }
    h2 {
      font-size:10.282vw;
    }
  
    h3 {
      font-size:7.667vw;
    }
  
    h4 {
      font-size:7.359vw;
      letter-spacing:-0.3vw;
    }
  
    h5, .filter {
      font-size:5.128vw;
    }
  
    h6 {
      font-size:5.128vw;
    }
  
    p, .site-links {
      font-size:3.59vw;
    }
    p .split-child, .site-links .split-child {
      padding-bottom:2vw;
      margin-bottom: -2vw;
    }
    
  }
  /*
  .text-block {
    text-wrap:balance;
  }
  */
  
    /* ==============================================
       Basics
    ============================================== */
  
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2vw;
  }
  .grid-background {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2vw; 
    background-image: 
    repeating-linear-gradient(
        to right, 
        #FFEBEB, 
        #FFEBEB calc((100% - 22vw) / 12), 
        transparent 0, 
        transparent calc((100% - 22vw) / 12 + 2vw)
    )!important;
    background-size: 100% 100%;
  }

.grid-overlay {
  position: fixed;
  top: 4vw;
  left: 4vw;
  width: calc(100% - 8vw);
  height: calc(100% - 8vw);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2.5vw;
  z-index: 9999;
  pointer-events: none;
}

.grid-overlay div {
  background: rgba(255, 0, 0, 0.1);
}

  .section {
    width:100%;
    padding:0;
  }
  .section .grid {
    padding:0!important;
  }
  .section-padding {
    padding:8vw 0vw;
  }
  .link {
    display: inline-block;
    overflow:visible;
    align-self:start;
  }
  .link:after {
    display: block;
    content: "";
    border-bottom: solid 0.099vw var(--black);
    transform: scaleX(1);
    transition: transform 500ms cubic-bezier(.59,0,0,.97);
    transform-origin: 0 50%;
    margin-top: 0.6vw;
    animation: var(--underline-motion);
  }
  .link:hover:after {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  .link img {
    min-width:1vw;
    max-width:1vw;
  }
  .link-big {
    display: inline-flex;
    align-items: center; 
    overflow: visible;
    position: relative;
  }
  .link-big::after {
    content: '';
    display: inline-block;
    background-image: url('https://cdn.prod.website-files.com/672a17c8a675b3716ec85dd1/672c93700042ab195aee0c76_arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.273vw;
    height: 1.447vw;
    margin-left: 1.2vw;
    border-bottom:unset;
  }
  
  .link-big::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.2vw; 
    width: 100%; 
    border-bottom: solid 0.1vw var(--black);
    transform: scaleX(1);
    transition: transform 500ms cubic-bezier(.59, 0, 0, .97);
    transform-origin: 0 50%;
    animation: var(--underline-motion);
    pointer-events:none;
  }
  .link-big:hover:before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  .link-big:hover:after {
    transform: unset;
    transform-origin: unset;
  }
  .indicator {
    display:flex;
    grid-gap:1vw;
    align-items:center;
    position:relative;
  }
  .indicator h6 {
    position:relative;
    left:2vw;
    white-space:nowrap;
  }
  .indicator img {
    min-width:1.042vw;
    max-width:1.042vw;
    display:inline-block;
    position:absolute;
  }
  .slider {
    cursor: grab;
    z-index: 9999;
    width: 100%;
  }
  
  @media (max-width:650px) {
    .section-padding {
      padding:18vw 0vw;
    }
    .indicator {
      grid-gap:4vw;
    }
    .indicator h6 {
      position:relative;
      left:8vw;
    }
    .indicator img {
      min-width:4.615vw;
      max-width:4.615vw;
    }
    .link::after {
      border-bottom: solid 0.3vw var(--black);
    }
    .link-big::after {
      width: 4.244vw;
      height: 4.731vw;
      margin-top:2vw;
      margin-left: 4vw;
      border-bottom: unset;
    }
    .link-big::before {
      border-bottom: solid 0.3vw var(--black);
    }
  }
  
    /* ==============================================
       Motion
    ============================================== */
  
  
  .marquee {
    display: flex;
    min-width: 100%;
    width:100vw;
    position:relative;
    left:-4vw;
    padding-top:5vw;
    padding-bottom:2vw;
  }
  .marquee-content {
    flex: none;
    /*
    min-width: 100%;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap:0;
    animation: scroll 15s linear infinite;
  }
  @keyframes scroll {
     from {
        transform: translateX(0);
     }
     to {
        transform: translateX(-100%);
     }
  }
  .home-page .hero .marquee {
    margin-top:3vh;
    padding:unset;
  }
  .hero .marquee-content {
    animation: scroll 15s linear infinite 0.3s;
  }
  
  .marquee-content img {
    width:13.3vw;
    height:12vw;
    margin-right:5vw;
    margin-left:5vw;
    mask-image: url("https://cdn.prod.website-files.com/672a17c8a675b3716ec85dd1/672a724742ef2337e5641f4b_grohe-shape.svg");
    -webkit-mask-image: url("https://cdn.prod.website-files.com/672a17c8a675b3716ec85dd1/672a724742ef2337e5641f4b_grohe-shape.svg"); /* Safari support */
    mask-size: cover;
    animation: frombottom 1s cubic-bezier(.61,.01,0,.99);
  }
  .hero .marquee-content img {
    margin-top:4vw;
  }
  
  @keyframes fadein {
    0% { clip-path: inset(0 50% 0 50%); }
    100% { clip-path: inset(0 0 0 0); }
  }
  
  @keyframes frombottom {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0%); }
  }
  
  @media (max-width: 650px) {
    .marquee {
      left:-7vw;
    }
    .marquee-content img {
      width:28.613vw;
      height:25.844vw;
      margin-right:8vw;
      margin-left:8vw;
    }
  }
  
    /* ==============================================
       Header
    ============================================== */
  
  .nav {
    
    align-items:center;
    background-image: unset;
    z-index:9;
    position:fixed;
    top:2vw;
    width:97%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding:1vw 2.5vw;
    transition:all 0.8s cubic-bezier(.22,.19,0,.99);
    border-radius:15vw;
  }
  
  .nav.fixed {
    background-color: rgba(250, 250, 250, 0.8);
    backdrop-filter: blur(10px);
    transition:all 0.8s cubic-bezier(.22,.19,0,.99);
    top: 2vw;
  }
  .nav.scroll {
    top: -5vw;
    transition:all 0.8s cubic-bezier(.22,.19,0,.99);
  }
  .logo {
    min-width:6.829vw;
    max-width:6.829vw;
    grid-column:2 / 3;
    position:relative;
    z-index:99999;
  }
  .menu {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-left:-0.5vw;
    grid-column:7 / 13;
  }
  .menu a {
    font-size:1.189vw;
    transition: opacity 0.3s ease;
  }
  .menu a .split-child {
    line-height:1;
    padding-bottom:1vw;
    margin-bottom: -1vw;
  }
  .menu a:hover {
    opacity:0.5;
  }
  .menu a:last-of-type {
    opacity:1;
  }
  .menu a:last-of-type:after {
    margin-top: 0.6vw;
    margin-bottom:-0.6vw;
  }
  .mobile-menu {
    display:none;
  }
  
  @media (max-width: 650px) {
  
    .mobile-menu {
      display:inline-block;
      grid-column:12 / 13;
      z-index:999;
    }
    .menu {
      display:none;
    }
    .menu-open {
      display: flex; 
      flex-direction:column;
      justify-content:start;
      align-items:start;
      text-align:left;
      background:black;
      color:white;
      min-width:120%;
      height: var(--menu-height);
      position:fixed;
      top:0;
      left:-4vw;
      padding-left:7vw;
        padding-top: 25dvw;
      z-index:10; 
      grid-gap:5vw;
      grid-column: 1 / 13;
      counter-reset: h2-counter;
    
    }
  .menu-open a::before {
    counter-increment: h2-counter;
    content: "(" counter(h2-counter, decimal-leading-zero) ") ";
    font-size: 2vw; 
    letter-spacing:0;
    color: var(--w-grey);
    position: absolute;
    margin-left: -5vw;
    margin-top:0.5vw;
  }
    .menu-open a{
      font-size:10vw;
      letter-spacing:-0.3vw;
      align-self:start;
      justify-self:start;
      line-height:1.2;
      margin-left:5vw;
      font-family: var(--primary-font);
    }
    /*
    .menu-open .headline {
      display:flex!important;
      padding:unset;
      all:unset;
      color:var(--white);
    }
    */
    
        .menu-open .headline {
        display: flex !important;
        padding: unset;
        all: unset;
        color: var(--white);
        position: absolute;
        top: 60dvh;
    }
    .menu-open .marquee-content {
      animation: scroll 8s linear infinite;
    }
    .nav {
      align-items:center;
      background-image: unset;
      z-index:99999;
      position:fixed;
      border-radius:0;
      top:0;
      width:100%;
      margin:auto;
      padding:4vw 4vw;
      transition:all 0.3s;
      
    }
    .nav.fixed {
      background:white;
      transition:all 0.5s;
      top: 0vw;
    }
    .nav.scroll {
      top: -18vw;
      transition:all 0.5s;
    }
    .logo {
      min-width:24.359vw;
      max-width:24.359vw;
    }
  }
  
    /* ==============================================
       Hero
    ============================================== */
  
  .hero {
    min-height:100svh;
    padding:0vw 0vw;
    padding-bottom:8vw;
    position:relative;
  }
  .headline {
    grid-column: 1 / 12;
    grid-row: 1; 
    /*
    white-space: nowrap;
    */
    text-overflow: ellipsis; 
  }
  
  
  .intro {
    grid-column: 7 / 12;
    grid-row: 2; 
    display: flex;
    flex-direction: column;
    grid-gap: 10vw; 
    justify-content: end;
  }
  
  .video {
    width: 28.299vw;
    height: 18.75vw;
    position: absolute;
    bottom: 8vw;
    left: 0;
    z-index: 9999;
    /*
    cursor: pointer;
    */
    transform-origin: left bottom;
    outline: none; 
    overflow:hidden;
  }
  .play-button {
    min-width:1.5vw;
    max-width:1.5vw;
    position: absolute;
    z-index:3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #youtube-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100vw; 
    min-height: 100vh; 
    width: auto; 
    height: auto; 
    z-index: 2; 
    pointer-events: none; 
    object-fit:cover!important;
  }
  @keyframes scaledown {
    0% {
       transform:scale(1.6);
    }
    100% {
       transform:scale(1);
    }
  }
  
  
  .scroll-down {
    grid-column: 12 / 13;
    grid-row: 2; 
    align-self:end;
    justify-self:end;
    min-width:3.993vw;
    max-width:3.993vw;
  }
  
  @media (max-width: 650px) {
    .intro{
      grid-column:1 / 13;
      grid-gap:8vw;
      display:flex;
      flex-direction:column;
    }
    .video {
      grid-column: 1 / 13;
      bottom:70vw;
      width:100%;
      height:23vh;
    }
    .video img {
      /*
      height:18vh;
      */
      height:auto;
      object-fit:cover;
    }
    .scroll-down {
      min-width:13.592vw;
      max-width:13.592vw;
    }
    .home-page .marquee {
      margin-top:0vh;
    }
  }
  
  
    /* ==============================================
       Home
    ============================================== */
  
  
  .about-section {
    padding-top:15vw;
    align-items:start;
  }
  .image-parallax img {
    width:100%;
    object-fit:cover;
  }
  .about-section .image-parallax img {
    height:40vw;
  }
  .about-section div:nth-of-type(1) {
    grid-column: 1 / 1;
    align-self:start;
  }
  .about-section div:nth-of-type(2) {
    grid-column: 3 / 7;
    display:flex;
    flex-direction:column;
    grid-gap:3.819vw;
  }
  .about-section div:nth-of-type(3) {
    grid-column: 9 / 13;
  }
  .about-section .image-block {
    margin-top:-8vw;
  }
  .image-block {
    position:relative;
    height: 100%; 
  }
  .image-parallax {
    position: relative;
    overflow: hidden;
    height: unset;
  }
  .image-parallax img {
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .hollow-icon {
    position:absolute;
    top:-5vw;
    left:-5.7vw;
    min-width:11.481vw;
    max-width:11.481vw;
    pointer-events:none;
  }
  
  
  @media (max-width: 650px) {
    .about-section {
      display:flex;
      flex-direction:column;
      grid-gap:15vw;
    }
    .about-section .image-parallax img {
      height:100vw;
    }
    .about-section div:nth-of-type(2) {
      grid-gap:15vw;
    }
    .about-section .image-block {
      margin-top:25vw;
      min-width:71vw;
      max-width:71vw;
      align-self:end;
      justify-self:end;
    }
    .hollow-icon {
      min-width:29.608vw;
      max-width:29.608vw;
      left:-15vw;
      top:-14vw;
    }
  }
  
  
  .our-brands-section {
    align-items:start;
    margin-top:10vw;
  }
  .our-brands-section .link-big {
    margin-top:10vw;
    grid-column: 3 / 7;
    align-self:start;
    justify-self:start;
  }
  .our-brands-section .container .text-block {
    grid-gap:3vw;
    display:flex;
    flex-direction:column;
  }
  .our-brands-section .container:nth-of-type(1) {
    grid-column: 3 / 10;
  }
  .our-brands-section .container:nth-of-type(2) {
    grid-column: 3 / 13;
    grid-gap:3vw;
    display:flex;
    flex-direction:column;
  }
  .our-brands-section .images-block {
    margin-top:3vw;
    display:flex;
    grid-gap:1vw;
    width:100%;
    justify-content:space-between;
  }
  .our-brands-section .images-block div {
    background:#F4F4F4;
    height:15.167vw;
    width:100%;
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    transition: all 1s cubic-bezier(.13,.58,.42,.98);
  }
  .our-brands-section .images-block div:hover {
    cursor:pointer;
    background:white;
    -webkit-box-shadow: -2px 6px 80px -29px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 6px 80px -29px rgba(0,0,0,0.25);
    box-shadow: -2px 6px 80px -29px rgba(0,0,0,0.25);
  }
  .our-brands-section .images-block img {
    min-width:10vw;
    max-width:10vw;
    max-height:8vw;
  }
  
  @media (max-width: 650px) {
    .our-brands-section {
      display:flex;
      flex-direction:column;
      grid-gap:10vw;
    }
    .brands-page .text-block {
      display:flex;
      flex-direction:column;
      grid-gap:14vw!important;
    }
    .our-brands-section .container {
      width:100%;
    }
    .our-brands-section .container .text-block {
      grid-gap:10vw;
    }
    .our-brands-section .container:nth-of-type(2) {
      grid-gap:15vw;
    }
    .our-brands-section .images-block {
      flex-direction:column;
      grid-gap:7vw;
    }
    .our-brands-section .images-block div {
      min-height:45vw;
    }
    .our-brands-section .images-block img {
      min-width:35vw;
      max-width:35vw;
      max-height:22vw;
    }
  }
  
  
  .our-projects-section {
    padding: 8vw 0vw;
    align-items:start;
    counter-reset: h2-counter;
  }
  .our-projects-section div:nth-of-type(1) {
    grid-column: 3 / 5;
  }
  .our-projects-section div:nth-of-type(2) {
    grid-column: 5 / 13;
  }
  .home-projects-section {
    display:flex;
    flex-direction:column;
    grid-gap:8vw;
  }
  .our-projects-section .project-item {
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
    position:relative;
    transition: opacity 0.5s ease;
  }
  .our-projects-section .project-item .filters-line {
    padding:0.5vw 0vw;
  }
  .our-projects-section .project-item .project-name h2 {
    flex-wrap:wrap;
    margin-top:2vw;
  }
  .our-projects-section .project-item .project-name h2::before {
    counter-increment: h2-counter;
    content: "(" counter(h2-counter, decimal-leading-zero) ") ";
    font-size: 1vw; 
    letter-spacing:0;
    position: absolute;
    top: 0;
  }
  .our-projects-section .project-item:hover {
    opacity: 0.4;
    cursor:pointer;
  }
  
  .tags {
    display:flex;
    grid-gap:0.3vw;
    text-transform:uppercase;
  }
  .tags h6 {
    border:0.099vw solid var(--black);
    border-radius:10vw;
    align-self:start;
    padding:0.3vw 0.7vw;
    font-size:0.896vw;
    white-space:nowrap;
    align-self:start;
    width:auto;
  }
  .our-projects-section .project-item .image {
    height:27.083vw;
    overflow:hidden;
  }
  .our-projects-section .project-item .image img {
    object-fit:cover;
    width:100%;
    height:100%;
  }
  .link img {
    position:absolute;
    top:0.8vw;
    right:0;
    min-width:1.5vw;
    max-width:1.5vw;
  }
  
  @media (max-width: 650px) {
    .home-projects-section {
      grid-gap:15vw;
    }
    .our-projects-section {
      grid-row-gap:15vw;
    }
    .our-projects-section .project-item .project-name h2::before {
      font-size: 3vw; 
    }
    .our-projects-section .project-item .project-name h2 {
      margin-top:6vw;
    }
    .our-projects-section div:nth-of-type(1) {
      grid-column: 1 / 13!important;
    }
    .our-projects-section div:nth-of-type(2) {
      grid-column: 1 / 13!important;
    }
    .our-projects-section .project-item {
      grid-gap:5vw;
    }
    .our-projects-section .project-item .image {
      height:50vw;
      overflow:hidden;
    }
    .project-item .number h6 {
      font-size:3vw;
    }
    .tags {
      grid-gap:1vw;
    }
    .tags h6 {
      font-size:3.2vw;
      padding:1.2vw 1.7vw;
    }
  }
  
  .blog-section {
    align-items:start;
  }
  .blog-section div:nth-of-type(1) {
    grid-column: 1 / 2;
  }
  .blog-section div:nth-of-type(2) {
    grid-column: 3 / 8;
    max-width:70%;
  }
  .blog-section div:nth-of-type(3){
    display:flex;
    grid-column: 1 / 13;
    grid-gap:2vw;
    grid-row:2;
  }
  .blog-section .from-our-blog{
    display:flex;
    grid-gap:2vw;
    margin-top:6vw;
  }
  .blog-section .link {
    grid-column: 3 / 5;
    align-self:start;
    width:100%;
    margin:auto;
    display:inline-block;
  }
  .from-our-blog .blog-post {
    min-width:29.3vw;
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
    position:relative;
    transition: opacity 0.5s ease;
  }
  .from-our-blog .blog-post:hover {
    opacity: 0.4;
    cursor:pointer;
  }
  .from-our-blog .blog-post .image-parallax {
    height:20.255vw;
    min-width:29.3vw;
    overflow:hidden;
  }
  .from-our-blog .blog-post .image img {
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .from-our-blog .blog-post p {
    color:var(--w-grey);
  }
  
  
  @media (max-width: 650px) {
    .blog-section {
      display:flex;
      flex-direction:column;
      grid-gap: 15vw;
    }
    .blog-section .container {
      grid-gap:15vw;
    }
    .blog-section div:nth-of-type(2) {
      grid-column: 1 / 13;
      max-width:100%;
    }
    .blog-section .from-our-blog {
      grid-gap:6vw;
    }
    .from-our-blog .blog-post {
      min-width:70.513vw;
      grid-gap:5vw;
    }
    .from-our-blog .blog-post .image-parallax {
      height:54.995vw;
      min-width:29.3vw;
      overflow:hidden;
    }
  }
  
  .footer {
    grid-row-gap:5vw;
    align-items: end;
  }
  .footer a {
    pointer-events:auto;
  }
  .footer .headline {
    grid-column: 3 / 13;
    margin-top:3vw;
    margin-bottom: -5vw;
  }
  .footer .cta {
    margin-top:8vw;
    margin-bottom:5vw;
    align-self:start;
  }
  .footer .site-map {
    grid-column: 3 / 13;
  }
  .footer .site-map .links {
    display:flex;
    justify-content:space-between;
    width:100%;
    grid-gap:4vw;
  }
  .site-map .links-column {
    display:flex;
    flex-direction:column;
    grid-gap:3vw;
    flex:1;
  }
  .site-map .links-column p {
    color:var(--w-grey);
  }
  .site-map .links-column .site-links  {
    color:var(--w-grey);
    display:flex;
    flex-direction:column;
    grid-gap:1vw;
  }
  .site-links a {
    transition:opacity 0.3s ease;
  }
  .site-links a:hover {
    opacity:0.5;
  }
  .footer .cta {
      grid-column: 3 / 7;
  }
  .footer .grohe-logo {
    grid-column: 1 / 1;
    min-width: 4.861vw;
    max-width: 4.861vw;
    align-self: end;
  }
  .footer .credits {
    grid-column: 3 / 7;
    align-self: end;
  }
  .footer .language {
    grid-column: 11 / 12;
    display: flex;
    justify-content:space-between;
  }
  .footer .scroll-up {
    grid-column: 12 / 13;
    transform: rotate(180deg);
    min-width: 3.993vw;
    max-width: 3.993vw;
    align-self: end;
    justify-self: end;
  }
  
  @media (max-width: 650px) {
  
    .footer {
      display:flex;
      flex-direction:column;
      grid-row-gap: 8vw;
  
    }
    .footer .site-map {
      width:100%;
    }
    .footer .site-map .links{
      grid-gap:10vw;
    }
    .site-map .links-column .site-links {
      grid-gap:3vw;
    }
    .footer .links {
      flex-direction:column;
      width:100%;
    }
    .footer .grohe-logo {
      align-self:start;
      justify-self:end;
      min-width:15.641vw;
      margin-top:5vw;
  
    }
    .footer .credits{
      align-self:start;
      justify-self:end;
      position:absolute;
      bottom:5vw;
      left:4vw;
    }
    .footer .language {
      align-self:end;
      justify-self:end;
      margin-top:-15vw;
      grid-gap:5vw;
    }
    .footer .scroll-up {
      align-self:end;
      justify-self:end;
      min-width:13.592vw;
      max-width:13.592vw;
    }
  }
  
  
    /* ==============================================
       About
    ============================================== */
  
  .about-page .hero {
    margin-bottom:20vw;
  }
  .about-page .intro {
    grid-gap:6vw;
  }
  .about-page .hero-image {
    grid-column: 1 / 6;
    position: absolute;
    bottom: -12vw;
    left: 0;
  }
  .about-page .hero-image img {
    min-width:37.2vw;
    height:37.037vw;
    object-fit:cover;
  }
  .story-section {
     align-items:start;
  }
  .story-section div:nth-of-type(1) {
    grid-column: 1 / 3;
  }
  .story-section div:nth-of-type(2) {
    grid-column: 3 / 6;
  }
  .story-section div:nth-of-type(3) {
    grid-column: 7 / 13;
    display:flex;
    flex-direction:column;
    grid-gap:3.819vw;
  }
  .vision-section {
    align-items:start;
  }
  .vision-section .image-parallax img {
    height:36.921vw;
  }
  .vision-section div:nth-of-type(1) {
     grid-column: 3 / 4;
  }
  .vision-section div:nth-of-type(2) {
    grid-column: 5 / 8;
  }
  .vision-section div:nth-of-type(3) {
    grid-column: 9 / 13;
  }
  .mission-section {
    align-items:end;
    margin-top:-10vw;
  }
  .mission-section .image-parallax img {
    height:36.921vw;
  }
  .mission-section div:nth-of-type(1) {
     grid-column: 1 / 5;
  }
  .mission-section div:nth-of-type(2) {
    grid-column: 7 / 11;
    display:flex;
    flex-direction:column;
    grid-gap:3.819vw;
  }
  
  .values-section {
    position: relative!important;
    display: flex;
    flex-direction:column;
    align-items: start;
    justify-content:center;
    max-width: 88%;
    margin: auto;
    width: 100%;
    height:50vw;
  }
  .values-section .slide-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    position: relative;
  }
  .values-slide-container {
    width:100%;
    display:flex;
    justify-content:space-between;
  }
  .values-section .slide-content .text-block {
    position:absolute;
    display:flex;
    flex-direction:column;
    grid-gap:3vw;
    top:20%;
    background:var(--white);
    
  }
  .values-section .slide-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25.6vw;
    height: 35vw;
    position: relative;
  }
  .values-section .slide-image .hollow-icon {
    z-index:2;
  }
  .values-section .slide-image .image-block {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    overflow:hidden;
  }
  .values-section .slide-image .image-block img {
    object-fit:cover;
    width:100%;
    height:100%;
  }
  .values-section .slide-content .indicator {
    position: absolute!important;
    top: 0vw !important;
    left: 0 !important;
  }
  .values-section .slider-arrows {
    position: absolute;
    bottom: 5vw;
    left: 0;
    display: flex;
    grid-gap: 0.5vw;
  }
  .values-section .slider-arrows img {
    min-width: 3.993vw;
    max-width: 3.993vw;
  }
  .values-section .slider-arrows .arrow-next img {
    transform: rotate(-90deg);
  }
  .values-section .slider-arrows .arrow-prev img {
    transform: rotate(90deg);
  }
  .values-section .arrow-prev:hover,
  .values-section .arrow-next:hover {
    opacity: 0.5;
  }
  
  .values-section .text-block h5,
  .values-section .text-block h2,
  .values-section .text-block p {
    overflow: hidden;
    margin: 0;
  }
  
  .values-section .text-block h5 span,
  .values-section .text-block h2 span,
  .values-section .text-block p span {
    display: inline-block;
    transform: translateY(100%);
    line-height: unset;
  }
  
  
  @media (max-width:650px) {
    .values-section {
      min-width:100%;
      height:fit-content;
      padding-bottom:140vw;
      grid-gap:10vw;
    }
    .values-slide-container {
      flex-direction:column;
    }
    .values-section .slide-content {
      width:100%;
      height:auto;
    }
    .values-section .slide-image {
      width:100%;
      top:90vw;
    }
    .values-section .slider-arrows {
      position: relative;
      top:18vw;
      left: 0;
      display: flex;
      grid-gap: 0.5vw;
      z-index:9999;
    }
    .values-section .slide-image .hollow-icon {
      bottom: 0vw;
      left:50vw;
      z-index:9999;
    }
    .values-section .slide-image .image-block {
      min-height: 100vw;
    }
  }
  
  
  .about-page .section-padding .link-big {
    display:flex;
    margin-top:16vw;
    justify-self:center;
    align-self:center;
  }

  @media(max-width:650px) {
    .about-page .section-padding .link-big {
      position:relative;
      top:140vw;
    }

  }
  .team-section {
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
  }
  .team-slider {
    min-width:100vw;
    flex-wrap:nowrap;
    display:flex;
    grid-gap:2vw;
  }
  .team-slider .member {
    min-width:21.5vw;
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
    position:relative;
    overflow:hidden;
  }
  .team-slider .member .image {
    background:#5D656D;
    min-height:27.72vw;
    position:relative;
    overflow:hidden;
  }
  .team-slider .member .image img {
    position:absolute;
    bottom:0;
    z-index:3;
  }
  .team-slider .member .image-back-glow {
    position:absolute;
    top:-3vw;
    left:0;
    z-index:2;
  }
  .team-slider .member .image-back-glow img {
    min-width:25vw;
    opacity:0.8;
  }
  .team-slider .member .details {
    display:flex;
    flex-direction:column;
    grid-gap:0.3vw;
  }
  .team-slider .member .details p {
   color:var(--w-grey);
  }
  
  
  @media(max-width:650px) {
    .headline {
      grid-column: 1 / 13;
    }
    .about-page .hero-image {
      grid-column: 1 / 10;
      bottom:-25vw;
    }
    .about-page .hero-image img {
      height:67vw;
    }
    .about-page .intro {
      position:relative;
     top:-45vw;
    }
    .story-section {
      display:flex;
      flex-direction:column;
      grid-gap:15vw;
    }
    .vision-section {
      padding-left:15vw;
      display:flex;
      flex-direction:column;
      grid-gap:15vw;
    }
    .vision-section .image-parallax img {
      height:100vw;
    }
    .mission-section {
       grid-column: 1 / 13;
      display:flex;
      flex-direction:column-reverse;
      grid-gap:15vw;
      margin-top:25vw;
       padding-right:15vw;
    }
    .mission-section .image-parallax img {
      height:100vw;
    }
    .mission-section div:nth-of-type(2) {
      grid-gap:10vw;
    }
    .values-section .slider-arrows img {
      min-width:13vw;
      max-width:13vw;
    }
    .values-section .slider-arrows {
      display:flex;
      grid-gap:1.5vw;
    }
    .team-section {
      grid-gap:15vw;
    }
    .team-slider {
      grid-gap:5vw;
    }
    .team-slider .member {
      min-width:57.949vw;
      grid-gap:5vw;
    }
    .team-slider .member .image {
      min-height: 70vw;
    }
    .team-slider .member .image img {
      filter: unset;
    }
    .team-slider .member .image-back-glow {
      position:absolute;
      top:-15vw;
      left:0;
      z-index:2;
    }
    .team-slider .member .image-back-glow img {
      min-width:65vw;
    }
  }
  
  
    /* ==============================================
       Projects
    ============================================== */
  
  .projects-page .all-content {
    display:flex;
    flex-direction:column;
    grid-gap:5vw;
    margin-top:8vw;
  }
  .projects-page .all-content .filters-line {
    padding:0.5vw 0vw;
  }
  .projects-page .all-content .projects-filter {
    display:flex;
    grid-gap:0.5vw;
  }
  .projects-page .projects-filter .filter {
    
    border:0.099vw solid var(--black);
    border-radius:50vw;
    padding:0.2vw 0.8vw;
  }
  .fs-cmsfilter_active  {
    background:var(--black);
    color:var(--white);
    border-radius:50vw;
    border:none;
  }
  .projects-page .projects-grid {
    display:grid;
    grid-template-columns: repeat(2, 1fr)!important;
    grid-gap: 2vw;
    row-gap:5vw;
    padding-bottom:10vw;
  }
  .projects-page .project-box {
    display: flex;
    flex-direction: column;
    grid-gap: 2vw;
    transition: opacity 0.5s ease;
    width:100%;
    position:relative;
  }
  .projects-page .project-box:hover {
    opacity: 0.4;
    cursor:pointer;
  }
  .projects-page .project-image {
    overflow: hidden;
    max-width:100%;
    max-height:28vw;
    min-height:28vw;
  }
  .projects-page .project-image img {
    transform: scale(1);
      max-width:100%;
    height:100%;
    object-fit:cover;
    transition: transform 0.5s ease;
  }
  .projects-page .project-box:hover .project-image img {
    transform: scale(1.1); 
  }
  .projects-page .project-tags {
    display:flex;
    grid-gap:0.2vw;
    margin-top:-1vw;
  }
  /*
  .projects-page .project-tags .tag h6 {
    font-size:1vw;
  }
  */
  .projects-page .tag {
    border:0.099vw solid var(--black);
    border-radius:50vw;
    padding:0.2vw 0.8vw;
    text-transform:uppercase;
  }
  .projects-page .all-content .link-big {
    display:flex;
    margin-top:5vw;
    justify-self:center;
    align-self:center;
  }
  .projects-page .link-big:after {
   display:none;
  }
  .link-block {
    z-index:2;
    position:absolute;
    width:100%;
    height:100%;
  }
  
  
  @media (max-width:650px) {
    .projects-page .projects-grid {
      grid-template-columns: repeat(1, 1fr)!important;
      row-gap:10vw;
    }
    .projects-page .project-tags {
      grid-gap:1vw;
    }
    .projects-page .all-content {
      grid-gap:10vw;
      margin-top:15vw;
    }
    .projects-page .all-content .filters-line {
      padding:1.5vw 0vw;
    }
    .projects-page .all-content .projects-filter {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      grid-gap:1vw;
    }
    .projects-page .projects-filter .filter {
       border:0.3vw solid var(--black);
    }
    .projects-page .all-content .projects-filter::-webkit-scrollbar {
      display: none;
    }
    .projects-page .all-content .projects-filter .filter {
      white-space: nowrap;
      flex-wrap: nowrap;
      padding:1vw 3vw;
    }
    .projects-page .all-content .project-box {
      grid-gap:5vw;
    }
    .projects-page .project-image {
      max-height:50vw;
      min-height:50vw;
    }
    .project-tags .tag h6 {
      padding:0.8vw 1.5vw;
    }
    .project-tags .tag h6 {
      font-size:3vw;
    }
  }
  
    /* ==============================================
       Project Page
    ============================================== */
  
  
  .project-page .cover-image {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100svh;
    z-index:1;
    overflow:hidden;
  }
  .project-page .cover-image img {
    object-fit:cover;
    height:100svh;
  }
  .project-page .cover-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    pointer-events: none;
  }
  .project-page .hero {
    z-index:2;
    padding-bottom:8vw;
    color:var(--white);
  }
  .project-page .hero .scroll-down img {
    filter: invert(1);
  }
  .project-page .nav {
      background-color: rgba(250, 250, 250, 0.8);
    backdrop-filter: blur(10px);
  }
  
  .project-page .hero .headline {
    font-size:12vw;
    all:unset;
    position:absolute;
    bottom:10vw;
  
  }
  .project-page .hero .headline h1{
    font-size:10vw;
    position:absolute;
    letter-spacing:-0.6vw;
    /*
    width:60vw;
    */
    width:90vw;
    text-wrap: UNSET!important;
    left:0;
    bottom:0;
  }
  .project-page h2 {
    font-size:4vw;
  }
  .project-page .hero .project-tags {
    grid-gap:0.5vw
  }
  .project-page .hero .tag {
    border-color:var(--white);
    text-transform:uppercase;
  }
  .project-page .project-tags {
    display:flex;
    grid-gap:0.2vw;
    margin-top:-1vw;
  }
  .project-page .tag {
    border:0.099vw solid var(--black);
    border-radius:50vw;
    padding:0.2vw 0.8vw;
    text-transform:uppercase;
  }
  .highlights-section {
    align-items:start;
    counter-reset: h2-counter;
  }
  .highlights-section div:nth-of-type(1) {
    grid-column: 1 / 3;
  }
  .highlights-section div:nth-of-type(2) {
    grid-column: 5 / 13;
    display:flex;
    flex-direction:column;
    align-items:start;
    grid-gap:2.5vw;
  }
  .highlights-section div:nth-of-type(2) .w-richtext {
    display:flex;
    flex-direction:column;
    grid-row-gap:2vw;
  }
  .highlights-section h2::before {
    counter-increment: h2-counter;
    content: "(" counter(h2-counter, decimal-leading-zero) ") ";
    font-size: 1vw; 
    letter-spacing:0;
    color: var(--w-grey);
    position: absolute;
    margin-left: -7.8vw;
    margin-top:0.5vw;
  }
  .project-intro-section div:nth-of-type(1) {
    grid-column: 1 / 6;
  }
  .project-intro-section div:nth-of-type(2) {
    grid-column: 7 / 13;
    display:flex;
    flex-direction:column;
    align-items:start;
    grid-gap:2.5vw;
  }
  .gallery {
    margin-top:5vw;
    align-items:start;
  }
  .gallery .slider {
    min-width:100%;
    flex-wrap:nowrap;
    display:flex;
    grid-gap:2vw;
    margin-top:3vw;
  }
  .gallery .slider-wrapper {
    display:flex;
    grid-gap:2.5vw;
  }
  .gallery .slider-item {
    min-width:49.537vw;
    height:34.491vw;
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
  }
  .gallery .slider-item img {
    object-fit:cover;
    height:100%;
    width:100%;
  }
  .gallery div:nth-of-type(1) {
    grid-column: 1 / 2;
  }
  .gallery div:nth-of-type(2) {
    grid-column: 3 / 8;
  }
  .gallery div:nth-of-type(3) {
    grid-column: 1 / 13;
  }
  .more-projects-section {
    align-items:start;
  }
  .more-projects-section div:nth-of-type(1) {
    grid-column: 1 / 3;
  }
  .more-projects-section div:nth-of-type(2) {
    grid-column: 1 / 13;
  }
  .more-projects {
    display:flex;
    grid-gap:2vw;
    margin-top:2.5vw;
  }
  .more-projects .project {
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
    align-items:start;
    justify-content:start;
    transition: opacity 0.5s ease;
    position:relative;
    flex:1;
  }
  .more-projects .project:hover {
    opacity: 0.4;
    cursor:pointer;
  }
  .more-projects h2 {
     /*
    line-height:normal;
  
    margin-bottom:2vw;
    */
        min-height: 10.5vw;
  }
  .more-projects h2 .split-parent {
    margin-bottom:-2vw;
  }
  .more-projects .projects-filter {
    display:flex;
    grid-gap:0.3vw;
  }
  .more-projects .image-parallax {
    max-height:25vw;
    min-height:25vw;
    width:100%;
    overflow:hidden;
  }
  .more-projects .image-parallax img {
    object-fit:cover;
    height:100%;
    width:100%;
  }
  
  
  @media (max-width:650px) {
    .project-page .hero .headline {
      max-width:100%;
      text-wrap:wrap;
      white-space:wrap;
      margin-bottom:15vw;
    }
    .project-page .hero .headline h1 {
      letter-spacing:-0.5vw;
      font-size: 10.3vw;
      position:absolute!important;
      width:90vw;
      text-wrap: unset!important;
      left:0;
      bottom:0;
      line-height:1;
    }
    .project-page h2 {
      font-size:10vw;
    }
    .project-page .nav {
      background-color: rgba(250, 250, 250, 1);
      backdrop-filter: blur(0px);
    }
    .highlights-section {
      align-items:start;
      counter-reset: h2-counter;
      /*
      grid-row-gap:18vw;
      */
      margin-bottom: -18vw;
    }
    .highlights-section div:nth-of-type(1) {
      grid-column: 1 / 13;
    }
    .highlights-section div:nth-of-type(2) {
      grid-column: 2 / 13;
    }
    .highlights-section div:nth-of-type(2) .w-richtext {
      grid-row-gap:10vw;
    }
    .highlights-section h2::before {
      font-size: 2.5vw; 
      margin-left: -8vw;
      margin-top:0vw;
    }
    .project-intro-section {
      grid-row-gap:15vw;
    }
    .project-intro-section div:nth-of-type(1) {
      grid-column: 1 / 13;
    }
    .project-intro-section div:nth-of-type(2) {
      grid-column: 1 / 13;
      grid-gap:10vw;
    }
    .gallery {
      grid-row-gap:10vw;
    }
    .gallery div:nth-of-type(1) {
      grid-column: 1 / 13;
    }
    .gallery div:nth-of-type(2) {
      grid-column: 1 / 13;
    }
    .gallery div:nth-of-type(3) {
      grid-column: 1 / 13;
    }
    .gallery .slider-item {
      width:90vw;
      height:60vw;
    }
    .gallery .slider-item img {
      object-fit:cover;
      height:100%;
      width:100%;
    }
    .more-projects {
      grid-column: 1 / 13;
      display:flex;
      flex-direction:column;
       grid-row-gap:10vw;
    }
    .more-projects-section {
      grid-row-gap:10vw;
    }
    .more-projects-section div:nth-of-type(1) {
      grid-column: 1 / 13;
    }
    .more-projects .project {
      display:flex;
      flex-direction:column;
      grid-gap:3vw;
    }
    .more-projects h6 {
      font-size:3vw;
      padding:1vw 1.7vw;
    }
    .more-projects .projects-filter {
      display:flex;
      grid-gap:1vw;
    }
    .more-projects .image-parallax {
      max-height:60vw;
      width:100%;
      overflow:hidden;
    }
  }
  
    /* ==============================================
       Group Page
    ============================================== */
  
  .group-page .hero .headline {
    text-align:center;
    grid-column: 1 / 13;
  }
  .group-intro {
    margin-top:-25vw;
  }
  .group-intro .about-hero-image {
    grid-column: 4 / 10;
    align-self:center;
    overflow:hidden;
  }
.home-page .our-highlights {
  margin-top:10vw;
}
.home-page .our-highlights .grid .text-block {
  grid-column: 3 / 8;
  
}
.home-page .our-highlights .grid .three-brands {
    grid-column: 4 / 11;
    margin-top:10vw;
    grid-gap:8vw;
    display:flex;
    flex-direction:column;
}
.home-page .our-highlights .grid .three-brands .brand {
    display:flex;
    grid-gap:11vw;
    align-items:center;
  }
.home-page .our-highlights .grid .three-brands .brand .symbol {
    min-width:12.731vw;
    max-width:12.731vw;
  }
  .group-intro .text-block {
    grid-column: 2 / 7;
    align-self:center;
    padding-top:8vw;
  }
  .group-page .three-brands {
    grid-column: 4 / 11;
    margin-top:10vw;
    grid-gap:8vw;
    display:flex;
    flex-direction:column;
  }
  .group-page .three-brands .text-block {
    all:unset;
  }
  .group-page .three-brands .brand {
    display:flex;
    grid-gap:11vw;
    align-items:center;
  }
  .group-page .three-brands .brand .symbol {
    min-width:12.731vw;
    max-width:12.731vw;
  }
  .group-brands-section {
    align-items:start;
    grid-row-gap:5vw;
  }
  .group-brands-section .indicator {
    grid-column: 2 / 12;
  }
  .group-brands-section .brand-content {
    grid-column: 2 / 12;
    display:flex;
    grid-gap:14.3vw;
    flex-direction:row;
  }
  .group-brands-section .reverse {
   flex-direction:row-reverse;
  }
  .group-brands-section .brand-info {
   width:60%;
  }
  .group-brands-section .brand-image {
    width:40%;
  }
  .group-brands-section .brand-info, .group-brands-section .brand-image img {
    object-fit:cover;
  
  }
  .group-brands-section .brand-info {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:start;
  }
  .group-brands-section .brand-info img {
    min-width:12vw;
    max-width:12vw;
    max-height:12vw;
  }
  .group-brands-section .brand-content .text-block {
    grid-column: 2 / 12;
    display:flex;
    flex-direction:column;
    grid-gap:3vw;
  }
  .group-brands-section .brand-content .text-block h5 {
    color:var(--w-grey);
  }
  .center-link  {
    margin:auto;
    text-align:center;
    align-self:center;
  }
  
  
  @media (max-width:650px) {
    .group-page .scroll-down {
      display:none;
    }
    .group-intro {
      grid-row-gap:15vw;
    }
    .group-intro .image-parallax {
      grid-column: 1 / 13;
    }
    .group-page .headline {
      margin-bottom:15vw;
    }
    .group-page .hero {
      min-height:unset;
    }
    .group-intro .text-block {
      grid-column: 1 / 13;
    }
    .group-page .three-brands {
      grid-column: 1 / 13;
      grid-gap:15vw;
    }
    .group-page .three-brands .brand {
      display:flex;
      grid-gap:11vw;
      align-items:center;
      justify-content:space-between;
    }
    .group-brands-section .brand-info {
     width:100%;
    }
    .group-brands-section .brand-image {
      width:100%;
    }
   .group-page .three-brands .text-block {
      width:70%;
    }
   .group-page .three-brands .text-block h4 {
      zoom:80%;
    }
    .group-page .three-brands .brand .symbol {
      min-width:22.731vw;
      max-width:22.731vw;
      
    }
    .group-brands-section .brand-content {
      grid-column: 1 / 13;
      display: flex;
      flex-direction: column-reverse;
      gap: 15vw;
    }
    .group-brands-section .indicator {
      grid-column: 1 / 13;
      margin-bottom:10vw;
    }
    .group-brands-section .brand-info {
      grid-gap:10vw;
    }
    .group-brands-section .brand-content .text-block {
      grid-gap:10vw;
    }
    .group-brands-section .brand-info img {
      min-width:44vw;
      max-width:44vw;
      min-height:30vw;
    }
  }
  
    /* ==============================================
       Blog Page
    ============================================== */
  
  .blog-page .wrapper .headline {
    text-align:center;
    grid-column: 1 / 13;
  }
  .blog-page .articles-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
    /*
    row-gap:5vw;
    */
    padding-bottom:10vw;
  }
  .blog-page .all-content {
    align-items:center;
    justify-content:center;
    margin-top:10vw;
  }
  .blog-page .articles-grid .project-box {
      position: relative;
      grid-row-gap: 2vw;
      display: flex;
      flex-direction: column;
  }
  .blog-page .all-content .filters-line {
    padding:0.5vw 0vw;
  }
  .blog-page .all-content .projects-filter {
    display:flex;
    grid-gap:0.5vw;
    justify-content: center;
  }
  .blog-page .projects-filter .filter {
    border:0.8px solid var(--black);
    border-radius:50vw;
    padding:0.2vw 0.8vw;
  }
  .blog-page .articles-grid {
    margin-top:5vw;
  }
  .blog-page .project-name {
    display:flex;
    flex-direction:column;
    grid-gap:1.3vw;
  }
  .blog-page .project-name p {
    color:var(--w-grey);
  }
  .blog-intro-section {
    align-items:start;
  }
  .blog-intro-section .blog-intro {
    grid-column: 2 / 12;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    grid-gap:5vw;
  }
  .blog-intro-text {
    max-width:60vw;
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
      align-items:center;
    justify-content:center;
    text-align:center;
  }
  .blog-intro-text .tag {
    display:inline-flex;
    border:0.8px solid var(--black);
    border-radius:15vw;
    padding:0.2vw 0.7vw;
  }
  .blog-content-section {
    align-items:start;
    grid-column: 2 / 12;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    grid-gap:5vw;
    max-width:60vw;
    margin:auto;
  }
  .blog-page .w-richtext {
    margin-top:5vw;
    margin-bottom:-5vw;
    display:flex;
    flex-direction:column;
    text-align:left;
    grid-gap:2vw;
  }
  .blog-page .w-richtext p {
    color:var(--w-grey);
  }
  .blog-page .w-richtext figure img {
    margin:5vw 0vw;
    min-width:60vw;
  }
  .blog-page .w-richtext h1 {
    display:none;
  }
  .blog-page .w-richtext figure {
    min-width:100%;
    margin:7vw 0vw;
    min-height:35vw;
  }
  
  @media (max-width: 650px) {
    .blog-page .all-content {
      align-items: start;
      justify-content: start;
      overflow: hidden;
      grid-gap: 10vw;
      margin-top: 15vw;
    }
    .blog-page .all-content .filters-line {
      padding:1.5vw 0vw;
    }
    .blog-page .articles-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      row-gap: 10vw;
    }
    .blog-page .project-tags {
      grid-gap: 1vw;
    }
    .blog-page .all-content .projects-filter {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      display: flex;
      justify-content: unset;
      grid-gap: 1vw;
    }
    .blog-page .all-content .projects-filter::-webkit-scrollbar {
      display: none;
    }
    .blog-page .all-content .projects-filter .filter {
      white-space: nowrap;
      flex-wrap: nowrap;
      padding: 1vw 3vw;
    }
  
    .blog-page .articles-grid .project-box {
  
      position:relative;
    }
    .blog-page .all-content .articles-grid {
      margin-top:10vw;
    }
    .blog-page .project-image {
      margin-bottom:5vw;
    }
    .blog-page .project-name {
      grid-gap:3vw;
    }
    .blog-intro-text .tag {
      border-radius:15vw;
      padding:0.6vw 2.8vw;
    }
    .blog-intro-section .blog-intro {
      grid-column: 1 / 13;
      grid-row-gap:10vw;
    }
    .blog-intro-text {
      max-width:100%;
      grid-gap:6vw;
    }
    .blog-content-section {
      max-width:100%;
    }
    .blog-page .w-richtext {
      margin-top:10vw;
      grid-gap:6vw;
    }
    .blog-page .w-richtext figure {
      min-width:100%;
      margin:7vw 0vw;
      min-height:50vw;
    }
    .blog-page .w-richtext figure img {
       min-width:100%;
    }
  }
  
  
    /* ==============================================
       Career Page
    ============================================== */
  
  .career-page .hero {
    margin-bottom:20vw;
  }
  .career-page .intro {
    grid-column: 7 / 11;
    position: absolute;
    bottom: 15vw;
    left: 0;
  }
  .career-page .hero-image {
    grid-column: 1 / 6;
    position: absolute;
    bottom: -4vw;
    left: 0;
  }
  .career-page .hero-image img {
    min-width:37.2vw;
  }
  .more-images {
     align-items:start;
    grid-column: 2 / 12;
  }

  .more-images .image-parallax:nth-of-type(1){
    margin-top:-16vw;
    grid-column: 7 / 13!important;
    grid-row:1;

  }
  .more-images .image-parallax img{
    object-fit:contain;
    max-width:100%;
    height:auto;
  }

  .more-images .image-parallax:nth-of-type(2){
    grid-column: 3 / 6;
    grid-row:1;
        max-height:20vw;
  }
  .form-section {
    align-items:start;
  }
  .form-section div:nth-of-type(1) {
    grid-column: 3 / 7;
    grid-row:1;
  }
  .form-section .text-block {
    display:flex;
    flex-direction:column;
    grid-gap:3vw;
    align-items:start;
    justify-content:start;
  }
  .form-section div:nth-of-type(2) {
    grid-column: 8 / 11;
    grid-row:1;
  }
  .w-button {
    margin-top:3vw;
    background:var(--black);
    color:var(--white);
    font-size:1.447vw;
    border-radius:15vw;
    padding:1.3vw 0vw;
    text-align:center;
    width:100%;
    align-self:start;
    cursor:pointer;
  }
  .w-input {
    border-bottom:0.8px solid var(--black);
    width:100%;
    padding:1.3vw 0vw;
    font-size:1.447vw;
    color:var(--black);
  }
  .w-form-done {
    background:var(--purple);
    color:var(--white);
    padding:1.5vw;
    font-size: 1.2vw;
  }
  
  
  @media (max-width:650px) {
    .career-page .scroll-down {
      display:none;
    }
    .career-page .intro {
      grid-column: 1 / 13;
      position:relative;
      bottom:75vw;
    }
    .career-page .hero-image {
      grid-column: 1 / 13;  
    }
    .career-page .more-images {
      margin-top:32vw;
      grid-row-gap:10vw;
    }
    .more-images div:nth-of-type(1) {
      grid-column: 5 / 13;
      grid-row:1;
    }
    .more-images div:nth-of-type(2) {
      grid-column: 1 / 6;
      grid-row:2;
    }
    .form-section {
      display:flex;
      flex-direction:column;
      min-width:100%;
      grid-gap:10vw;
    }
    .form-section .text-block {
      grid-gap:10vw;
    }
    .w-input {
      font-size:5vw;
      padding: 4vw 0vw;
    }
    .w-button {
      margin-top:5vw;
      font-size:5vw;
      padding: 4vw 0vw;
    }
    .w-form-done {
      font-size:4vw;
      padding:3vw;
    }
  }
  
  
    /* ==============================================
       Contact Page
    ============================================== */
  
  .contact-page .headline {
    grid-column: 1 / 7;
    grid-row:1;
    white-space: wrap;
    text-wrap: wrap; 
  }
  .contact-page .information {
    grid-column: 1 / 7;
    grid-row:2;
    white-space: wrap;
    text-wrap: wrap; 
    display:flex;
    grid-gap:15vw;
    align-items:end;
  }
  .contact-page .information .info-block {
    margin-top:3vw;
    align-items:start;
    display:flex;
    flex-direction:column;
    grid-gap:1vw;
  }
  .contact-page .information .info-block p {
    color:var(--w-grey);
  }
  .contact-page .footer .headline {
    display:none;
  }
  .contact-page .headline h1 {
    position:relative;
    left:-0.9vw;
  }
  .contact-page .form-block {
    grid-column: 9 / 13;
    grid-row:1;
    display:flex;
  }
  .contact-page .form-block h4 {
    position:absolute;
    top:10vh;
  }
  .contact-page .contact-form {
    position: absolute;
    bottom: 8vw;
    animation: slideInUp 0.8s cubic-bezier(.25,0,0,.99) forwards 0.8s;
    opacity:0;
  }
  @keyframes slideInUp {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @media (max-width:650px) {
    .contact-page .hero {
      min-height:auto;
      grid-row-gap:15vw;
    }
    .contact-page .headline {
      grid-column: 1 / 13;
    }
    .contact-page .information {
      grid-column: 1 / 13;
      grid-row:2;
    }
    .contact-page .form-block {
      grid-column: 1 / 13;
      grid-row:3;
      display:flex;
      flex-direction:column;
      grid-row-gap: 8vw;
    }
    .contact-page .form-block h4 {
      position:unset;
    }
    .contact-page .contact-form {
      position:unset;
    }
  }
  
    /* ==============================================
       Info Page
    ============================================== */
  
  .generic-page .hero {
    text-wrap:wrap;
    width:100%;
    grid-gap:5vw;
    display:flex;
    flex-direction:column;
  }
  .generic-page .hero .headline {
    grid-column: 1 / 13;
    text-wrap:wrap;
  }
  .generic-page .page-content {
    text-wrap:wrap;
    width:100%;
    display:flex;
    flex-direction:column;
    grid-gap:2vw;
  }
  .generic-page .page-content p {
    color:var(--w-grey);
  }
  
  @media (max-width:650px) {
    .generic-page .hero {
      grid-gap:10vw;
    }
    .generic-page .page-content {
      grid-gap:10vw;
    }
  }
  
  
    /* ==============================================
       Extras
    ============================================== */
  
  
  .nav .language {
    position: relative;
    left: 27vw;
    opacity:0;
    animation: fadeIn 1s forwards;
  }
  .wg-drop.country-selector .wgcurrent:after {
      display:none;
  }
  .wg-drop.country-selector a {
    white-space:unset;
    height:auto!important;
    padding:0.5vw!important;
    font-size: 1vw!important;
  }
  .wg-flags a img.wg-flag {
    height:1.5vw;
  }
  .wg-drop.country-selector {
    background-color: transparent!important;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @media(max-width:650px) {
    .nav .language {
      position: relative;
      left: 30vw;
      z-index: 9999;
    }
    .wg-drop.country-selector {
      width: unset;
      padding:unset!important;
  }
    .wg-drop.country-selector a {
     font-size: 3.5vw!important;
      padding:1.3vw!important;
      background:var(--white);
      color:unset!important;
      
    }
    .wg-flags a img.wg-flag {
      height:5vw;
    }
  }



/* Fixing */


  .image-parallax{
    overflow:hidden;
    height:auto;
    width:auto;
  }

@media(max-width:650px) {
  .about-section .grid, .our-highlights .grid, .our-brands-section .grid{
  
    display:flex!important;
    flex-direction:column!important;
    grid-gap:10vw;
  }

  .home-page .our-highlights {
    margin: 30vw 0vw;
  }
  .footer .headline {
    margin-top: 15vw;
    margin-bottom: -50vw;
  }
}