/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_MC-366_hero-group/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-b2b-section-hero-group .hero-top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ds-semantic-spacing-l);
  align-items: center;
  overflow: hidden;
}
.wp-block-b2b-section-hero-group .hero-top-row .site-ttl {
  font-family: var(--ds-semantic-font-title);
  font-size: var(--ds-core-typography-font-size-2xl);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.wp-block-b2b-section-hero-group .hero-top-row .lottie-anim-wrap {
  width: 100%;
  height: 310px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wp-block-b2b-section-hero-group .hero-top-row .lottie-anim-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-b2b-section-hero-group .filiale-wrap {
  padding: var(--ds-semantic-spacing-4xl) 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: var(--ds-semantic-spacing-l);
}
.wp-block-b2b-section-hero-group .filiale-wrap .wp-block-b2b-group-filiale-link:nth-child(n+5) {
  display: none;
}
.wp-block-b2b-section-hero-group .filiale-wrap .wp-block-b2b-group-filiale-link {
  max-width: 19rem;
  width: 100%;
}
@media screen and (max-width: 1256px) {
  .wp-block-b2b-section-hero-group .filiale-wrap {
    padding: var(--ds-semantic-spacing-3xl) 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-b2b-section-hero-group .filiale-wrap .wp-block-b2b-group-filiale-link:nth-child(odd) {
    justify-self: end;
  }
}
@media screen and (max-width: 840px) {
  .wp-block-b2b-section-hero-group .filiale-wrap {
    padding: var(--ds-semantic-spacing-2xl) 0;
  }
  .wp-block-b2b-section-hero-group .filiale-wrap .hero-top-row .site-ttl {
    font-size: var(--ds-core-typography-font-size-xl);
  }
}
@media screen and (max-width: 648px) {
  .wp-block-b2b-section-hero-group .filiale-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--ds-semantic-spacing-s);
  }
  .wp-block-b2b-section-hero-group .filiale-wrap .wp-block-b2b-group-filiale-link:nth-child(odd), .wp-block-b2b-section-hero-group .filiale-wrap .wp-block-b2b-group-filiale-link:nth-child(even) {
    justify-self: center;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-b2b-section-hero-group .hero-top-row {
    display: flex;
    flex-direction: column;
  }
  .wp-block-b2b-section-hero-group .hero-top-row .site-ttl {
    font-size: var(--ds-core-typography-font-size-2xl);
    text-align: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/