body > .Breadcrumbs {
  display: none;
}

body .ReferenceList {
  padding-top: 0;
}

body .ReferenceList .SubpageHeader {
  position: relative;
  margin: 0 auto clamp(44px, calc(42.77551px + 0.32653vw), 48px);
  max-width: var(--sizeContentFullHd);
}

@media (max-width: 37.5rem) {
  body .ReferenceList .SubpageHeader {
    margin-bottom: 2rem;
  }
}

body .ReferenceList .SubpageHeader-frame {
  width: 100%;
  margin: 0 auto;
}

body .ReferenceList .SubpageHeader-inner {
  position: relative;
  width: 100%;
}

body .ReferenceList .SubpageHeader-content {
  display: flex;
  flex-direction: column;
  max-height: 320px;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-content {
    flex-direction: row;
  }
}

body .ReferenceList .SubpageHeader-contentWrapper {
  max-width: 35rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 16px;
  padding: 64px 0 32px;
  min-height: 150px;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-contentWrapper {
    margin-left: clamp(55px, calc(-14.22222px + 9.88889vw), 144px);
    padding: 64px 0 64px;
  }
}

@media (min-width: 75.01rem) {
  body .ReferenceList .SubpageHeader-contentWrapper {
    padding: 0;
  }
}

@media (max-width: 80rem) {
  body .ReferenceList .SubpageHeader-contentWrapper {
    max-width: unset;
    top: unset;
    position: relative;
  }
}

body .ReferenceList .SubpageHeader-contentFrame {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-contentFrame {
    min-width: clamp(420px, calc(346.15385px + 9.61538vw), 500px);
    border-bottom: 1px solid var(--colorBrandSecondary);
  }
}

body .ReferenceList .SubpageHeader-contentFrame::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-5rem + 1px);
  width: 100%;
  height: 5rem;
  background: white;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
  display: none;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-contentFrame::before {
    display: block;
    top: 0;
    bottom: unset;
    left: calc(100% - 1px);
    width: calc(100vw / 7);
    height: 100%;
  }
}

body .ReferenceList .SubpageHeader-contentFrame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 217, 217, 0.2);
  z-index: -1;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-contentFrame::after {
    width: 80%;
    background: linear-gradient(294deg, rgba(217, 217, 217, 0) 71.58%, rgba(217, 217, 217, 0.2) 91.26%);
  }
}

body .ReferenceList .SubpageHeader-title {
  margin-bottom: 16px;
  font-size: clamp(28px, calc(24.32653px + 0.97959vw), 40px);
  font-weight: 700;
}

@media (max-width: 80rem) {
  body .ReferenceList .SubpageHeader-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}

body .ReferenceList .SubpageHeader-title:last-child {
  margin-bottom: 0;
}

body .ReferenceList .SubpageHeader-subtitle {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-subtitle {
    font-size: 16px;
  }
}

body .ReferenceList .SubpageHeader body .ReferenceList .SubpageHeader-text {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  max-width: 420px;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader body .ReferenceList .SubpageHeader-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 80rem) {
  body .ReferenceList .SubpageHeader body .ReferenceList .SubpageHeader-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}

body .ReferenceList .SubpageHeader body .ReferenceList .SubpageHeader-text:last-child {
  margin-bottom: 0;
}

body .ReferenceList .SubpageHeader-image {
  position: relative;
  display: none;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader-image {
    display: block;
  }
}

body .ReferenceList .SubpageHeader img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 954px;
}

body .ReferenceList .SubpageHeader .Breadcrumbs {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 769px) {
  body .ReferenceList .SubpageHeader .Breadcrumbs {
    width: 120%;
  }
}

body .ReferenceList .SubpageHeader .Breadcrumbs-frame {
  padding: 0 clamp(16px, calc(12.32653px + 0.97959vw), 28px);
}

body .ReferenceList .Header-bottom {
  display: none;
}

body .ReferenceList main {
  padding-top: 0;
}

body .ReferenceList .SubpageHeader-video {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  color: var(--colorBrandSecondary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(16px, calc(15.38776px + 0.16327vw), 18px);
  text-align: left;
  cursor: pointer;
}

body .ReferenceList .SubpageHeader svg {
  display: block;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
}

body .ReferenceList .SubpageHeader-title {
  margin-bottom: 2rem;
  text-wrap: auto;
}

body .ReferenceList .SubpageHeader-quote {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  max-width: 420px;
}

@media (min-width: 48.01rem) {
  body .ReferenceList .SubpageHeader-quote {
    font-size: 20px;
    line-height: 30px;
  }
}

body .ReferenceList .SubpageHeader-quote:last-child {
  margin-bottom: 0;
}

body .ReferenceList .SubpageHeader-name {
  font-size: 16px;
  margin-bottom: 40px;
}

@media (min-width: 48.01rem) {
  body .ReferenceList .SubpageHeader-name {
    font-size: 18px;
  }
}

body .ReferenceList .SubpageHeader-content {
  max-height: none;
}

body .ReferenceList .Video-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: var(--animationBase);
}

body .ReferenceList .Video-modal.is-active {
  visibility: visible;
  opacity: 1;
}

body .ReferenceList .Video-modal iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 90vh;
}

body .ReferenceList .Video-modalClose {
  margin-left: auto;
}

body .ReferenceList .Video-modalClose svg {
  cursor: pointer;
}

body .ReferenceList .Video-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  max-width: 86vw;
}

body .ReferenceList .Video:hover, body .ReferenceList .Video:active, body .ReferenceList .Video:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body .ReferenceList-filter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaceSm);
}

body .ReferenceList-filterItem {
  gap: var(--spaceXs);
  padding: var(--spaceSm) var(--spaceRg);
  color: var(--colorText);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  border: 1px solid var(--colorOutlines);
  background: var(--colorBodyBg);
}

@media (min-width: 48.01rem) {
  body .ReferenceList-filterItem {
    padding: var(--spaceMd) var(--spaceLg);
  }
}

body .ReferenceList-filterItem[data-active] {
  color: var(--colorBrand);
  background: var(--colorBodyBg);
  font-weight: 600;
  border: 1px solid var(--colorBrand);
}

body .ReferenceList-filterItem:hover {
  color: var(--colorBrand);
  background: var(--colorBodyBg);
  border: 1px solid var(--colorBrand);
}

body .ReferenceList-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  justify-content: space-between;
  margin: clamp(44px, calc(42.77551px + 0.32653vw), 48px) 0;
}

@media (min-width: 48.01rem) {
  body .ReferenceList-list {
    grid-template-columns: repeat(2, minmax(0, 29rem));
  }
}

@media (min-width: 64.01rem) {
  body .ReferenceList-list {
    grid-template-columns: repeat(3, minmax(0, 29rem));
  }
}

@media (min-width: 100.01rem) {
  body .ReferenceList-list {
    grid-template-columns: repeat(4, minmax(0, 29rem));
  }
}

.ReferenceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spaceMd);
  padding: 3rem 2rem 0;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 20%, rgba(217, 217, 217, 0.3) 100%);
}

@media (min-width: 75.01rem) {
  .ReferenceItem {
    gap: var(--spaceLg);
    padding: 2rem var(--spaceLg);
  }
}

.ReferenceItem-image img {
  border-radius: 100%;
}

.ReferenceItem-title {
  margin-bottom: 0.5rem;
  font-size: clamp(16px, calc(15.38776px + 0.16327vw), 18px);
  text-align: center;
}

.ReferenceItem-subheading {
  margin-bottom: 16px;
  font-size: clamp(16px, calc(15.38776px + 0.16327vw), 18px);
  font-weight: 700;
  text-align: center;
}

.ReferenceItem-text {
  font-size: clamp(14px, calc(13.38776px + 0.16327vw), 16px);
}

/*# sourceMappingURL=reference-list.min.css.map */
