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

.custom-container {
  max-width: 1280px;
  border-bottom: 3px #cd0c0f;
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.body {
  color: #202020;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.btn {
  color: #fff;
  background-color: #cd0c0f;
  border: 1px #000;
  padding: 20px 30px;
}

.btn.btn--ghost {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #cd0c0f;
}

.btn.btn--ghost.open-modal {
  color: #fff;
  background-color: #cd0c10;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 60px;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.btn.fixed {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn.fixed.open-modal {
  background-color: #cd0c10;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 400;
  display: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .6);
}

.btn.open-modal {
  -webkit-text-fill-color: inherit;
  background-color: #cd0c0f;
  background-clip: border-box;
}

.btn.btn--ghost {
  color: #000;
  background-color: #cd0c0f;
  border: 2px solid #cd0c0f;
}

.section {
  padding-top: 3vw;
  padding-bottom: 5vw;
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.text-img__image {
  width: 50%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-img__content {
  width: 50%;
  color: #cd0c0f;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}

.packshot {
  width: 100%;
  max-width: 350px;
}

.h2 {
  color: #cd0c0f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.interruption {
  height: 50vh;
  background-image: url('../images/interruption-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.interruption.interruption--2 {
  height: 60vh;
  background-image: url('../images/alpecin-interruption-coffein-shampoo-c1.webp');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

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

.modal__headline {
  color: #000;
  text-align: center;
  margin: 10px auto 50px;
  font-family: Open Sans, sans-serif;
}

.text-block-5 {
  color: #666;
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  display: block;
}

.bold-text-2 {
  color: #cd0c0f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal.shampoo {
  z-index: 900;
  border-radius: 5px;
  display: none;
  position: fixed;
}

.modal__inner {
  width: 100%;
  max-height: 95vh;
  max-width: 1280px;
  min-width: 30vw;
  outline-offset: 0px;
  background-color: #fff;
  border-bottom: 5px solid #cd0c0f;
  outline: 3px #000;
  flex-flow: column;
  justify-content: center;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .4);
}

.btn-close {
  width: 45px;
  background-color: #cd0c0f;
  margin-bottom: -20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shop-links-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.shop-link__item-inner-2 {
  border: 1px #b4b4b4;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item {
  color: #202020;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
  list-style-type: square;
}

.tabs {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 120%;
}

.paragraph-2 {
  font-weight: 300;
  line-height: 150%;
}

.block-quote {
  line-height: 150%;
}

.tab-link-tab-1 {
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 2px #eaeaea;
  font-weight: 600;
}

.tab-link-tab-1:hover, .tab-link-tab-1:visited {
  color: #cd0c0f;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-1.w--current {
  color: #cd0c0f;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-1.w--current:hover {
  color: #cd0c0f;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-2 {
  background-color: rgba(221, 221, 221, 0);
  font-weight: 600;
}

.tab-link-tab-2:hover, .tab-link-tab-2:visited {
  color: #cd0c0f;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-3 {
  background-color: rgba(221, 221, 221, 0);
  font-weight: 600;
}

.tab-link-tab-3:hover {
  color: #cd0c0f;
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-3:visited {
  color: #cd0c0f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #cd0c0f;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  border-bottom: 3px solid #cd0c0f;
}

.tabs-menu {
  border: 3px #000;
  border-bottom: 2px solid #eaeaea;
  margin-top: 40px;
}

.text-block-6 {
  color: #202020;
}

.heading {
  color: #cd0c0f;
  font-size: 22px;
  line-height: 150%;
}

.bold-text-3 {
  color: #cd0c0f;
  font-size: 22px;
}

.list {
  color: #202020;
  margin-bottom: 10px;
  padding-left: 30px;
}

.subtitle {
  color: #202020;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 120%;
}

.inci-hinweis {
  color: #cacaca;
  font-weight: 300;
  line-height: 150%;
}

.accordion-block-mobile {
  margin-top: 40px;
  display: none;
}

.dropdown {
  z-index: 50;
  width: 99%;
  border-bottom: 1px solid #eaeaea;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  width: 99%;
  background-color: rgba(255, 255, 255, .73);
  border: 1px #cd0c0f;
  border-radius: 0;
  margin-bottom: 7px;
  padding-right: 55px;
  display: block;
}

.icon-2 {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-3 {
  color: #202020;
  text-align: left;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.dropdown-list {
  width: 100%;
  color: #6b6b6b;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 0 20px 10px;
  display: none;
  position: relative;
}

.list-item-bold {
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.anwendung-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.anwendung-block-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.anwendung-block-subtitle {
  font-weight: 700;
  line-height: 150%;
}

.anwendung-block-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.image {
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.column-18 {
  padding-right: 20px;
  position: relative;
}

.column-19 {
  padding-left: 0;
  padding-right: 20px;
}

.grid-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.graph_text_top {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.graph_text_bottom {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.lottie-animation {
  margin-top: -40px;
  margin-bottom: -40px;
  display: block;
}

.centered-container {
  text-align: right;
  flex: 1;
  display: none;
  position: relative;
  top: 10%;
  left: -13%;
}

.div-block-4 {
  text-align: center;
  margin-top: 100px;
}

.bold-text-5 {
  text-transform: uppercase;
  border-bottom: 4px #8f8f8f;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.modal__text-3 {
  color: #363636;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.shop-link__item-3 {
  width: 20%;
  text-align: center;
  padding: 10px;
}

.shop-link__item-3.amazon {
  display: block;
}

.offline-shops {
  margin-top: 20px;
  display: none;
}

.shop-link__item-offline {
  width: 16%;
  text-align: center;
  padding: 10px;
}

.scroll-animation {
  text-align: center;
  text-shadow: none;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.scroll-animation.w--current {
  text-decoration: none;
}

.lottie-animation-2 {
  z-index: 50;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.dropdown-faq-div-block-2 {
  padding: 0 10px;
  font-size: 18px;
  line-height: 120%;
  display: block;
}

.faqs {
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: block;
}

.dropdown-faq-list-text-block-2 {
  color: #363636;
  text-align: left;
  white-space: normal;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.dropdown-faq-heading-4 {
  color: #cd0c0f;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.bold-text-11 {
  color: #cd0c0f;
  font-size: 30px;
}

.dropdown-toggle-2 {
  width: 99%;
  color: #cacaca;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #cd0c0f;
  border-radius: 0;
  margin-bottom: 7px;
  padding-right: 55px;
  display: block;
}

.dropdown-toggle-2:hover {
  color: #cd0c0f;
}

.dropdown-faq-2 {
  z-index: 50;
  width: 99%;
  color: #cd0c0f;
  border: 1px #eaeaea;
  border-bottom-style: solid;
  margin: 10px auto;
  display: block;
}

.notice_block {
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.faqs__heading {
  color: #193c90;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 150%;
}

.dropdown-list-2 {
  width: 100%;
  color: #eaeaea;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 0 20px 10px;
  display: none;
  position: relative;
}

.dropdown-list-2.w--open {
  display: block;
}

.dropdown-faq-text-block-2 {
  color: #363636;
  text-align: left;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.dropdown-faq-text-block-2:hover, .dropdown-faq-text-block-2:active, .dropdown-faq-text-block-2:focus {
  color: #cd0c0f;
}

.faqs__block {
  width: auto;
  max-width: 1280px;
  min-width: 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-faq-icon-2 {
  color: #363636;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-faq-icon-2:hover {
  color: #cd0c0f;
}

.video {
  -webkit-text-fill-color: inherit;
  background-color: #cd0c0f;
  background-image: url('../images/Alpecin-Slider_C1_Black-Ed_Nur_Fond_1920x748px_1Alpecin-Slider_C1_Black-Ed_Nur_Fond_1920x748px.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: block;
}

.video__div-block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 120%;
  display: block;
}

.divider {
  height: 20px;
  background-color: #cd0c0f;
  margin-top: 0;
}

.bold-text-13 {
  color: #cd0c0f;
}

.bold-text-15 {
  color: #363636;
}

.slider__block_rating {
  color: #ffd401;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
}

.slider__block_review_author {
  text-align: center;
}

.reviews {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4vw;
  padding-bottom: 8vw;
  display: block;
}

.slider__block_review {
  color: #363636;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 150%;
}

.icon-4 {
  color: rgba(202, 202, 202, .7);
}

.icon-3 {
  color: rgba(202, 202, 202, .7);
  background-color: rgba(0, 0, 0, 0);
}

.slider__heading {
  color: #eaeaea;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}

.slide {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.slider {
  width: 80%;
  height: 270px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  color: #eaeaea;
}

.slider__block {
  width: 70%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.review__block {
  margin-top: 40px;
}

.footer__container-inner {
  max-width: 1280px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__container {
  max-width: 1280px;
  border-bottom: 3px #cd0c0f;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.copyright {
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

.link-2 {
  color: #8f8f8f;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.hero__heading {
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 5px solid #cd0c0f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneueltstd bdcn, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.hero__heading.pl {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.hero__subtitle {
  width: 95%;
  color: #eaeaea;
  text-align: center;
  margin: 0 auto;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.logo__logo-2 {
  width: 100%;
  max-height: 60px;
  max-width: none;
}

.hero_container_claim {
  width: 50%;
  margin-left: 5%;
  margin-right: auto;
  position: relative;
  top: 13%;
  left: 0%;
}

.custom-container-header {
  max-width: 1280px;
  border-bottom: 3px #eaeaea;
  flex: 1 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-overlay {
  height: 100vh;
  max-height: 920px;
  color: #fff;
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-cz.webp');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-overlay.uk {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-uk.webp');
}

.hero-overlay.es {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-es.webp');
}

.hero-overlay.nl {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-nl.webp');
}

.hero-overlay.hu {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-hu.webp');
}

.hero-overlay.us {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-us.webp');
}

.hero-overlay.nordics {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-nordics.webp');
}

.hero-overlay.sg {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-sg.webp');
}

.hero-overlay.fr {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-fr.webp');
}

.hero-overlay.it {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-it.webp');
}

.hero-overlay.au {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-au.webp');
}

.hero-overlay.pl {
  background-image: url('../images/alpecin-coffein-shampoo-c1-header-pl.webp');
}

.hero__subtitle-2 {
  width: 95%;
  color: #eaeaea;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
  display: block;
}

.hero__heading-2 {
  width: 95%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 5px solid #ed6024;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneueltstd bdcn, sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.div-block-7 {
  width: 90%;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-9 {
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 10px 20px;
  }

  .h2 {
    font-size: 29px;
    line-height: 35px;
  }

  .interruption {
    height: 30vh;
  }

  .interruption.interruption--2 {
    background-position: 50% 80%;
  }

  .text-block-5 {
    color: #666;
  }

  .modal, .modal.shampoo {
    display: none;
  }

  .modal__inner {
    width: 100%;
    min-width: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .btn-close {
    background-color: #cd0c0f;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shop-link__img-2 {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs {
    width: 100%;
  }

  .subtitle {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 1.1em;
  }

  .dropdown-list {
    display: none;
  }

  .lottie-animation {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .centered-container {
    display: none;
  }

  .modal__text-3 {
    font-size: 18px;
  }

  .shop-link__item-3 {
    width: 26%;
  }

  .shop-link__item-offline {
    width: 20%;
  }

  .scroll-animation {
    width: 180px;
    background-color: rgba(104, 117, 133, 0);
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    top: auto;
    bottom: -1%;
    left: 0;
    right: 0%;
    transform: none;
  }

  .scroll-animation.w--current {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -110px;
    left: auto;
    transform: none;
  }

  .dropdown-faq-list-text-block-2 {
    font-size: 1.1em;
  }

  .dropdown-list-2 {
    display: none;
  }

  .dropdown-faq-text-block-2 {
    font-size: 1.1em;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .hero__heading {
    width: 60%;
    margin-top: 0;
    font-size: 3em;
    line-height: 1.2em;
  }

  .hero__subtitle {
    width: 60%;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .logo__logo-2 {
    max-height: 60px;
    max-width: none;
  }

  .hero_container_claim {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -10%;
    left: auto;
  }

  .custom-container-header {
    display: none;
  }

  .hero-overlay {
    height: 100vh;
    max-height: 920px;
    background-image: linear-gradient(175deg, #000, rgba(255, 255, 255, 0) 40%), url('../images/alpecin-coffein-shampoo-c1-header-mobile-cz.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.uk {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-uk.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero-overlay.es {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-es.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero-overlay.nl {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-nl.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero-overlay.hu {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-hu.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.us {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-us.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.nordics {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-nordics.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.sg {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-sg.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero-overlay.fr {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-fr.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.it {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-it.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.au {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-au.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.pl {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-pl.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .hero__subtitle-2 {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .hero__heading-2 {
    width: 100%;
    margin-top: 0;
    font-size: 3em;
    line-height: 1.2em;
  }

  .div-block-7 {
    margin-top: 50px;
    display: none;
  }

  .text-block-9 {
    text-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn--ghost.open-modal {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn.fixed.open-modal {
    text-align: center;
    display: block;
    top: auto;
    bottom: 1%;
    left: 10%;
    right: 10%;
  }

  .row {
    flex-wrap: wrap;
  }

  .text-img__image {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }

  .text-img__content {
    width: 100%;
  }

  .h2 {
    text-align: center;
  }

  .interruption.interruption--2 {
    background-position: 50% 40%;
  }

  .modal__headline {
    margin-bottom: 20px;
  }

  .text-block-5 {
    color: #666;
  }

  .modal.shampoo {
    padding: 20px;
    display: none;
    position: fixed;
    overflow: visible;
  }

  .modal__inner {
    padding: 20px;
    position: relative;
    overflow: auto;
  }

  .btn-close {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tabs {
    width: 100%;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle {
    text-align: center;
  }

  .dropdown, .dropdown-toggle {
    z-index: 0;
  }

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

  .dropdown-list {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .modal__text-3 {
    font-size: 16px;
  }

  .shop-link__item-3 {
    width: 33%;
    padding: 5px;
  }

  .shop-link__item-offline {
    width: 25%;
    padding: 5px;
  }

  .scroll-animation {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .dropdown-faq-list-text-block-2 {
    font-size: 1em;
  }

  .dropdown-toggle-2, .dropdown-faq-2 {
    z-index: 0;
  }

  .dropdown-list-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .dropdown-faq-text-block-2 {
    font-size: 1em;
  }

  .link-2 {
    font-size: 16px;
  }

  .hero__heading {
    width: 100%;
    margin-top: 0;
    font-size: 2.5em;
  }

  .hero__subtitle {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .logo__logo-2 {
    max-height: 60px;
    max-width: none;
  }

  .hero_container_claim {
    width: 100%;
    top: 2%;
  }

  .hero-overlay {
    height: 100vh;
    background-image: linear-gradient(175deg, #000, rgba(255, 255, 255, 0) 40%), url('../images/alpecin-coffein-shampoo-c1-header-mobile-cz.webp');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, repeat-y;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
    padding: 40px 20px;
  }

  .hero-overlay.uk {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-uk.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: cover, auto;
  }

  .hero-overlay.es {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-es.webp'), linear-gradient(to bottom, null, null);
  }

  .hero-overlay.hu {
    background-image: linear-gradient(to bottom, null, null), url('../images/alpecin-coffein-shampoo-c1-header-mobile-hu.webp');
  }

  .hero-overlay.us {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-us.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.nordics {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-nordics.webp');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.sg {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-sg.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: cover, auto;
  }

  .hero-overlay.fr {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-fr.webp');
    background-size: auto, 100%;
  }

  .hero-overlay.it {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-it.webp');
    background-size: auto, 100%;
  }

  .hero-overlay.au {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-au.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0;
    background-size: 100%, auto;
  }

  .hero-overlay.pl {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-pl.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: 100%, auto;
  }

  .hero__subtitle-2 {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .hero__heading-2 {
    width: 100%;
    margin-top: 0;
    font-size: 2.5em;
  }

  .text-block-9 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .btn.btn--ghost.open-modal {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn.fixed.open-modal {
    width: 66%;
    opacity: 0;
    text-align: center;
    padding-left: 20px;
    font-family: Helveticaneueltw1g cn, sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    display: block;
    position: fixed;
    top: auto;
    bottom: 2%;
    left: 17%;
    right: 17%;
    transform: translate(0, 105%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .text-img__image {
    margin-bottom: 10px;
    display: block;
  }

  .text-img__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .packshot {
    max-width: 240px;
  }

  .h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .interruption.interruption--2 {
    height: 35vh;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .packshot-animation {
    text-align: center;
  }

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

  .text-block-5 {
    color: #666;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    line-height: 120%;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .modal {
    display: none;
  }

  .modal.shampoo {
    width: 100%;
    padding: 10px;
    display: none;
    overflow: visible;
  }

  .modal__inner {
    max-height: 90vh;
    max-width: 100%;
    padding: 10px;
    display: block;
    overflow: auto;
  }

  .btn-close {
    z-index: 50;
    width: 34px;
    text-align: center;
    padding: 4px 7px;
    font-size: 18px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shop-link__img-2 {
    max-width: 90%;
  }

  .shop-links-2 {
    max-width: none;
    flex-flow: wrap;
    align-content: stretch;
    align-items: center;
  }

  .shop-link__item-inner-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item {
    font-size: 16px;
  }

  .tabs {
    width: 95%;
    display: none;
  }

  .div-block {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .paragraph-2, .block-quote {
    font-size: 16px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    font-size: 18px;
  }

  .tab-link-tab-3 {
    font-size: 19px;
  }

  .tabs-menu {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .heading {
    margin-top: 0;
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .subtitle {
    text-align: center;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .inci-hinweis {
    font-size: 16px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 16px;
  }

  .accordion-block-mobile {
    margin-top: 20px;
    display: block;
  }

  .dropdown {
    width: 98%;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .text-block-3 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .dropdown-list {
    width: 100%;
    padding: 10px;
    display: none;
  }

  .dropdown-list.w--open {
    width: 98%;
    color: #202020;
    margin-top: -10px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .anwendung-block-subtitle, .anwendung-block-text {
    font-size: 16px;
  }

  .column-18 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    padding-right: 0;
  }

  .lottie-animation {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .columns-8 {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .centered-container {
    text-align: left;
    display: block;
    top: 5%;
    left: auto;
  }

  .div-block-4 {
    display: none;
  }

  .bold-text-5 {
    font-size: 40px;
  }

  .modal__text-3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
  }

  .shop-link__item-3 {
    width: 50%;
  }

  .offline-shops {
    margin-top: 0;
  }

  .shop-link__item-offline {
    width: 32%;
    height: auto;
    flex: 0 auto;
  }

  .scroll-animation {
    width: 200px;
    background-color: rgba(104, 117, 133, 0);
    flex-direction: column;
    display: block;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .lottie-animation-2 {
    width: 50px;
  }

  .dropdown-faq-div-block-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faqs {
    margin-top: 0;
    padding: 8vw 10px;
    display: block;
  }

  .dropdown-faq-list-text-block-2 {
    font-size: .9em;
    line-height: 1.4em;
  }

  .bold-text-11 {
    color: #cd0c0f;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .dropdown-toggle-2 {
    width: 100%;
    color: #cacaca;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    display: block;
  }

  .dropdown-faq-2 {
    width: 100%;
    color: #eaeaea;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .notice_block {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faqs__heading {
    color: #cd0c0f;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    font-size: 20px;
  }

  .dropdown-list-2 {
    width: 100%;
    color: #202020;
    padding: 10px;
    display: none;
  }

  .dropdown-list-2.w--open {
    width: 98%;
    color: #202020;
    margin-top: -10px;
  }

  .dropdown-faq-text-block-2 {
    color: #363636;
    font-size: .9em;
    line-height: 1.3em;
  }

  .faqs__block {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-faq-icon-2 {
    color: #363636;
  }

  .video {
    height: 5vh;
    max-height: none;
    max-width: none;
    background-color: #cd0c0f;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .video__div-block {
    width: 100%;
    max-width: none;
    margin: auto;
    padding: 4vw 5px;
  }

  .divider {
    margin-top: 20px;
  }

  .bold-text-13 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .bold-text-15 {
    font-size: .9em;
    line-height: 1.5em;
  }

  .slider__block_rating {
    margin-bottom: 0;
  }

  .slider__block_review_author {
    margin-bottom: 10px;
  }

  .slider__block_review {
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    line-height: 1.3em;
  }

  .slider__heading {
    font-size: 20px;
  }

  .slider {
    width: 100%;
    height: 350px;
  }

  .slide-nav {
    margin-top: 10px;
    display: block;
  }

  .slider__block {
    width: 80%;
  }

  .footer__container-inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .footer__container {
    flex-direction: column-reverse;
  }

  .copyright {
    font-size: .7em;
    line-height: 1.3em;
  }

  .link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .7em;
    line-height: 1.3em;
  }

  .hero__heading {
    width: 96%;
    text-align: center;
    margin-bottom: 0;
    font-size: 2.1em;
    line-height: 1em;
  }

  .hero__subtitle {
    width: 90%;
    text-align: center;
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 1.2em;
    transform: none;
  }

  .logo__logo-2 {
    max-height: 45px;
    max-width: none;
  }

  .hero_container_claim {
    width: 96%;
    text-align: left;
    top: 2%;
  }

  .custom-container-header {
    padding-bottom: 10px;
  }

  .hero-overlay {
    height: 98dvh;
    max-height: 740px;
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 40%), url('../images/alpecin-coffein-shampoo-c1-header-mobile-cz.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-y;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-overlay.uk {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-uk.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .hero-overlay.hu {
    background-image: linear-gradient(to bottom, null, null), url('../images/alpecin-coffein-shampoo-c1-header-mobile-hu.webp');
  }

  .hero-overlay.us {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/alpecin-coffein-shampoo-c1-header-mobile-us.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.nordics {
    background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 25%), url('../images/alpecin-coffein-shampoo-c1-header-mobile-nordics.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.sg {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-sg.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .hero-overlay.au {
    background-image: url('../images/alpecin-coffein-shampoo-c1-header-mobile-au.webp'), linear-gradient(to bottom, null, null);
  }

  .hero__subtitle-2 {
    width: 90%;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    transform: none;
  }

  .hero__heading-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8em;
    line-height: 1em;
  }

  .div-block-7 {
    display: none;
  }

  .text-block-9 {
    text-shadow: none;
    font-size: 20px;
  }
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-c33673ab, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-c33673ab, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-c33673ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-c33673ab, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-c33673ab, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-c33673ab, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-c33673ab, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-c33673ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-c33673ab, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-c33673ab, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-c33673ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-c33673ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-c33673ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-c33673ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-c33673ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-c33673ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-f66a2f98, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-f66a2f98, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-f66a2f98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-f66a2f98, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-f66a2f98, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-f66a2f98, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-f66a2f98, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-f66a2f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-f66a2f98, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-f66a2f98, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-f66a2f98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-f66a2f98, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-f66a2f98, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-f66a2f98, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-f66a2f98, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-f66a2f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-8dcdab8d, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-8dcdab8d, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-8dcdab8d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-8dcdab8d, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-8dcdab8d, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-8dcdab8d, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-8dcdab8d, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-8dcdab8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-8dcdab8d, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-8dcdab8d, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-8dcdab8d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-8dcdab8d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-8dcdab8d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-8dcdab8d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-8dcdab8d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-8dcdab8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-9cba59c5, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-9cba59c5, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-9cba59c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-9cba59c5, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-9cba59c5, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-9cba59c5, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-9cba59c5, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-9cba59c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-9cba59c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-9cba59c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-9cba59c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-9cba59c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-9cba59c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-9cba59c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-9cba59c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-9cba59c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-9e9fba79, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-9e9fba79, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-9e9fba79 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-9e9fba79, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-9e9fba79, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-9e9fba79, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-9e9fba79, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-9e9fba79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0640486e-9568-586b-75c3-4d3f997aef2e-9e9fba79, #w-node-_0640486e-9568-586b-75c3-4d3f997aef30-9e9fba79, #w-node-_0640486e-9568-586b-75c3-4d3f997aef31-9e9fba79 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-9e9fba79, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-9e9fba79, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-9e9fba79, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-9e9fba79, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-9e9fba79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-05c244f8, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-05c244f8, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-05c244f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-05c244f8, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-05c244f8, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-05c244f8, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-05c244f8, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-05c244f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-05c244f8, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-05c244f8, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-05c244f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-05c244f8, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-05c244f8, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-05c244f8, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-05c244f8, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-05c244f8, #w-node-aa678914-2adb-5ae0-eb95-da210a58a489-49c13c89, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-49c13c89, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-49c13c89, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-49c13c89, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-49c13c89, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-49c13c89, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-49c13c89, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-49c13c89, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-49c13c89, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-49c13c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-cb48da9c, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-cb48da9c, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-cb48da9c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-cb48da9c, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-cb48da9c, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-cb48da9c, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-cb48da9c, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-cb48da9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-cb48da9c, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-cb48da9c, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-cb48da9c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-cb48da9c, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-cb48da9c, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-cb48da9c, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-cb48da9c, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-cb48da9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-a2ea6c6d, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-a2ea6c6d, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-a2ea6c6d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-a2ea6c6d, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-a2ea6c6d, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-a2ea6c6d, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-a2ea6c6d, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-a2ea6c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-a2ea6c6d, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-a2ea6c6d, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-a2ea6c6d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-a2ea6c6d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-a2ea6c6d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-a2ea6c6d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-a2ea6c6d, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-a2ea6c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-fabf44c5, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-fabf44c5, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-fabf44c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-fabf44c5, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-fabf44c5, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-fabf44c5, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-fabf44c5, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-fabf44c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-fabf44c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-fabf44c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-fabf44c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-fabf44c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-fabf44c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-fabf44c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-fabf44c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-fabf44c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-d889d288, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-d889d288, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-d889d288 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-d889d288, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-d889d288, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-d889d288, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-d889d288, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-d889d288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-d889d288, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-d889d288, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-d889d288 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-d889d288, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-d889d288, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-d889d288, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-d889d288, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-d889d288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-0e385979, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-0e385979, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-0e385979 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-0e385979, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-0e385979, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-0e385979, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-0e385979, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-0e385979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-0e385979, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-0e385979, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-0e385979 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-0e385979, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-0e385979, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-0e385979, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-0e385979, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-0e385979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-e3a538c5, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-e3a538c5, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-e3a538c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-e3a538c5, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-e3a538c5, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-e3a538c5, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-e3a538c5, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-e3a538c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-e3a538c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-e3a538c5, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-e3a538c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-e3a538c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-e3a538c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-e3a538c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-e3a538c5, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-e3a538c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-db1b87ab, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-db1b87ab, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-db1b87ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-db1b87ab, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-db1b87ab, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-db1b87ab, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-db1b87ab, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-db1b87ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-db1b87ab, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-db1b87ab, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-db1b87ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-db1b87ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-db1b87ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-db1b87ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-db1b87ab, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-db1b87ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-26605672, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-26605672, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-26605672 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-26605672, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-26605672, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-26605672, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-26605672, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-26605672 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-26605672, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-26605672, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-26605672 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-26605672, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-26605672, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-26605672, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-26605672, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-26605672 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bb4f62-767f-0b9d-5bb7-c961670871c1-fd7465bc, #w-node-_12812932-94f6-1355-06ae-0c90518a59ca-fd7465bc, #w-node-fb0dce0b-419a-225a-bff5-3306df1726a1-fd7465bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-fd7465bc, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-fd7465bc, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-fd7465bc, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-fd7465bc, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-fd7465bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045d4d12-c25d-5ded-82c4-5fed779bf930-fd7465bc, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf932-fd7465bc, #w-node-_045d4d12-c25d-5ded-82c4-5fed779bf933-fd7465bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-fd7465bc, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-fd7465bc, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-fd7465bc, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-fd7465bc, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-fd7465bc, #w-node-aa678914-2adb-5ae0-eb95-da210a58a489-8cf8ec25, #w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-8cf8ec25, #w-node-_366febad-f82a-a2ff-c6a0-afb553d762dd-8cf8ec25, #w-node-_0cbe975f-35cd-634f-146f-0685d2b09090-8cf8ec25, #w-node-_5b025676-5721-6fb7-9b7d-09908c228596-8cf8ec25, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c05-8cf8ec25, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c06-8cf8ec25, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0d-8cf8ec25, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c0e-8cf8ec25, #w-node-_8c867158-f5a2-1b4d-370b-eb39bf344c15-8cf8ec25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd bdcn';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltw1g cn';
  src: url('../fonts/HelveticaNeueLTW1G-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}