#top:target .tabs a:first-child {
  color: var(--color-primary);
}

.tabContainer header,
.tabContainer div.tabs:not(.swiper-wrapper) {
  max-width: 92vw;
  max-width: min(92vw, 1680px) !important;
}
.tabContainer .swiper-pagination {
  display: none;
}
.tabContainer header.subheader :nth-child(2) {
  font-size: 1.8em;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1em 0;
  /*&:not(.min-height) .swiper-slide .textmedia:not(.more_less) .text {
      min-height: 350px;
  }*/
  /*
  // height for .text if CTA is inside .swiper-slide
  &.min-height .swiper-slide .textmedia:has(.ctas) .text {
       min-height: 350px;
       max-height: 350px;
  }

  // height for .text if CTA is NOT inside but inside SIBLING .swiper-slide
  &.min-height .swiper-slide .textmedia .text {
      min-height: 412px;
      max-height: 412px;
  }
  */
}
.tabs.min-height .swiper-slide {
  min-height: 655px;
}
.tabs .panel {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
  flex-basis: auto;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tabs .panel.active {
  display: block;
  max-height: inherit;
  transform: inherit;
  opacity: 1;
}
.tabs .panel h2 {
  margin-top: 10px;
}
.tabs .panel .wrap {
  max-width: 100%;
}
.tabs .panel .wrap > div {
  margin-top: 2em;
  margin-bottom: 0;
}
.tabs .panel table {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tabs .panel > div {
    padding: 2% 3% !important;
  }
}
.tabs > a:not(:link) {
  color: var(--color-font);
}
.tabs > a:link {
  flex: 0 0 auto;
  font-weight: bold;
  padding: 0.2em 0em;
  outline: none;
  position: relative;
  font-size: 1.4em;
  text-decoration: none;
  color: #333;
  margin: 0.2em 0;
  margin-right: 2em;
}
@media screen and (min-width: 600px) {
  .tabs > a:link {
    padding: 0.5em 0em;
  }
}
.tabs > a:link:hover {
  text-decoration: underline;
}
.tabs > a:link::after {
  content: "right";
  font-family: deister-icons;
  position: absolute;
  font-size: 1em;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.tabs a.activeTab + a,
.tabs a.current {
  color: var(--color-primary);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tabs a.activeTab + a::after,
.tabs a.current::after {
    content: "down";
  }
}
.tabs a.activeTab ~ .panel {
  max-height: 0;
}
.tabs a#panel0.activeTab ~ .panel0 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel1.activeTab ~ .panel1 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel2.activeTab ~ .panel2 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel3.activeTab ~ .panel3 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel4.activeTab ~ .panel4 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel5.activeTab ~ .panel5 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel6.activeTab ~ .panel6 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel7.activeTab ~ .panel7 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel8.activeTab ~ .panel8 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel9.activeTab ~ .panel9 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel10.activeTab ~ .panel10 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel11.activeTab ~ .panel11 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel12.activeTab ~ .panel12 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel13.activeTab ~ .panel13 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel14.activeTab ~ .panel14 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel15.activeTab ~ .panel15 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel16.activeTab ~ .panel16 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel17.activeTab ~ .panel17 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel18.activeTab ~ .panel18 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel19.activeTab ~ .panel19 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}
.tabs a#panel20.activeTab ~ .panel20 {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}

#top:target ~ main a.first,
#top:target ~ main a.firstTab {
  color: var(--color-primary);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #top:target ~ main a.first::after,
#top:target ~ main a.firstTab::after {
    content: "down";
  }
}

#top:target ~ main div.panel0,
#top:target ~ main div.firstPanel,
.panel0.active {
  max-height: 100%;
  opacity: 1;
  transform: inherit;
}

@media (min-width: 600px) {
  .tabs > a:link::after,
.tabs > a:target::after,
.tabs > a:target + a::after {
    content: none;
  }
}
@media (max-width: 600px) {
  .tabs > a:link {
    flex: 1 0 100%;
    position: relative;
  }

  /*
  #panel0 {
      order: 1;
  }

  #panel1 {
      order: 3;
  }

  #panel2 {
      order: 5;
  }

  #panel3 {
      order: 7;
  }

  #panel4 {
      order: 9;
  }

  .panel0 {
      order: 2;
  }

  .panel1 {
      order: 4;
  }

  .panel2 {
      order: 6;
  }

  .panel3 {
      order: 8;
  }

  .panel4 {
      order: 10;
  }
  */
}
/* -------------------------- Swiper styles mobile -------------------------- */
@media screen and (max-width: 768px) {
  .tabContainer .swiper-tab {
    margin: 0;
    scroll-behavior: auto;
    max-width: unset;
    overflow: visible;
    max-height: unset;
    width: 100%;
    height: 100%;
  }
  .tabContainer .swiper-tab .swiper-pagination {
    width: 100vw;
    height: auto;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 5vw;
    gap: 0.5rem;
  }
  .tabContainer .swiper-tab .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: auto;
    min-width: 40px;
    background-color: #9a9a9a;
    height: 5px;
    border-radius: 5px;
    display: flex;
  }
  .tabContainer .swiper-tab .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2D2D2B;
  }
  .tabContainer .swiper-tab .swiper-wrapper {
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: unset;
    flex-wrap: nowrap;
    padding: 1em 0;
    gap: unset;
    overflow: visible;
    max-width: unset;
    max-height: unset;
    align-content: stretch;
  }
  .tabContainer .swiper-tab .swiper-wrapper a.current {
    color: white;
    text-decoration: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper a.current::after {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia {
    padding: 1rem;
    gap: unset;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .text {
    overflow: hidden;
    max-height: 350px;
    order: unset;
    margin-bottom: calc(32px + 1em);
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .text.activeText {
    max-height: unset;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .text.activeText::after {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .ctas {
    position: relative;
    width: 100%;
    margin: 1em auto 0.5em auto;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .ctas a {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .ctas a::before {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .ctas::before {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .more_less .more_text {
    display: inline-block;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .more_less .less_text {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia .text.activeText {
    display: block;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia:has(.more_less) .text {
    margin-bottom: 0;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia:has(.more_less) .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0%;
    right: 0%;
    height: 8em;
    width: 100%;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia:has(.more_less) .text.activeText::after {
    content: "";
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia:has(div.text.activeText) .more_less .more_text {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia:has(div.text.activeText) .more_less .less_text {
    display: inline-block;
  }
  .tabContainer .swiper-tab .swiper-wrapper .textmedia, .tabContainer .swiper-tab .swiper-wrapper .text, .tabContainer .swiper-tab .swiper-wrapper .image {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .tabContainer .swiper-tab .swiper-wrapper figure.image {
    background-color: #f0f0f0;
    order: unset;
    margin-bottom: 2em;
  }
  .tabContainer .swiper-tab .swiper-wrapper figure.image img {
    position: relative;
    width: 100%;
    max-height: 140px;
    margin: 0;
  }
  .tabContainer .swiper-tab .swiper-wrapper > a {
    display: none;
  }
  .tabContainer .swiper-tab .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    scroll-snap-align: start;
    display: flex;
    align-items: flex-start;
    max-width: unset;
    width: 275px;
    min-width: unset;
    max-height: unset;
    margin: 0;
    position: relative;
    flex-basis: unset;
    opacity: 1;
    transition: unset;
    transform: unset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .tabContainer .more_less,
.tabContainer .more_less:hover::before,
.tabContainer .more_less::before,
.tabContainer .more_less:hover {
    background: none;
  }
  .tabContainer .more_less {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    margin-top: 1em;
    color: #2D2D2B;
    font-weight: bold;
    padding: 0.3em 0.2em 0.2em 0.2em;
    margin: 1em auto 0 auto;
    display: flex;
    border: 1px solid #2D2D2B;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
  }
  .tabContainer .more_less .button-text-wrapper {
    position: relative;
    width: 90%;
    height: auto;
    text-align: center;
    display: inline-block;
  }
  .tabContainer .more_less .button-arrow {
    position: relative;
    width: 20%;
    height: auto;
    display: inline-block;
  }
  .tabContainer .more_less .button-arrow::after {
    content: "arrowdownnocircle";
    font-family: "deister-icons";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    color: black;
    font-size: 20px;
    right: 0%;
    z-index: 5;
    margin-top: -0.05rem;
  }

  .tabContainer:has(div.activeText) .button-arrow::after {
    content: "arrowupnocircle";
    margin-top: 0.05rem;
  }
}

/*# sourceMappingURL=tabs.css.map */
