.slab__content {
  position: relative;
  text-align: center;
}

.slab__icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
}

.slab__title {
  --top-margin-scaling-factor: 0;
  margin-bottom: 1rem;
}

.slab__title a {
  word-break: break-word;
}

.slab__filesize {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.slab--download .slab__group {
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.slab__icon--download {
  background-image: url("/assets/application/template/icon--download-b270e7a1.svg");
}

.slab__icon--link-internal {
  background-image: url("/assets/application/template/icon--link-internal-ecc634d7.svg");
}

.slab__icon--link-external {
  background-image: url("/assets/application/template/icon--link-external-964502f8.svg");
}

.slab--cta .slab__title,
.slab--cta a {
  font-size: var(--fs-h4-calc);
}

.slab--cta .slab__title {
  color: var(--white);
}

.slab--cta a {
  font-weight: 900;
}

.slab--cta .slab__content {
  padding: 2rem;
  background-color: var(--color-primary);
}

.slab--cta .slab__content::before,
.slab--cta .slab__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-secondary);
  top: 53%;
  height: auto;
  width: auto;
  aspect-ratio: 1/1;
  z-index: 1;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
}

.slab--cta .slab__content::after {
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  left: auto;
  right: 0;
}

@media (min-width: 48rem) {
  .slab__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .slab--cta .slab__content {
    flex-direction: column;
    align-items: center;
  }
  .slab__icon--wrapper {
    margin-left: auto;
  }
  .slab__icon {
    height: 24px;
    width: 24px;
  }
  .slab__title {
    margin-bottom: 0;
  }
  .slab--download .slab__content {
    text-align: left;
  }
  .slab--download .slab__group {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
  .slab__filesize {
    margin: 0;
    padding-top: 10px;
  }
}
@media (min-width: 67.5rem) {
  .slab--cta .slab__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 3.75rem 0;
    padding-block: 0;
    flex-wrap: nowrap;
    min-height: 150px;
  }
  .slab--cta .slab__content::before,
  .slab--cta .slab__content::after {
    display: none;
  }
  .slab--cta .slab__title {
    max-width: calc(100% - 400px);
    padding-block: 2rem;
  }
  .slab--cta a {
    z-index: 3;
    position: relative;
    color: var(--white);
    align-self: stretch;
    display: flex;
    align-items: center;
    background: var(--color-secondary);
    padding-inline: 10rem 5rem;
    flex-shrink: 0;
  }
  .slab--cta a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    height: auto;
    width: auto;
    aspect-ratio: 1/2;
    background: var(--color-primary);
    z-index: 1;
    clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  }
  .slab--cta a span {
    position: relative;
    z-index: 2;
  }
}

/*# sourceMappingURL=/assets/application/content-modules/slab-modules-a596e5cc.css.map */
