.repertoire-landing-list-view {
  background: #ffffff;
}

.rep-landing-list {
  padding: 20px 0 72px;
}

.rep-landing-list--inline {
  padding-top: 0;
}

.rep-landing.rep-landing--inline,
.rep-landing-list--inline {
  overflow: hidden;
  transition:
    padding-top 460ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rep-landing.rep-landing--inline .rep-landing-container,
.rep-landing-list--inline .rep-landing-list__container {
  overflow: hidden;
  transform-origin: top center;
  will-change: max-height, opacity, transform;
  transition:
    max-height 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rep-landing.rep-landing--inline .rep-landing-container {
  max-height: var(--rep-landing-height, 2400px);
}

.rep-landing.rep-landing--inline.is-collapsed {
  padding-top: 0;
  padding-bottom: 0;
}

.rep-landing.rep-landing--inline.is-collapsed .rep-landing-container {
  max-height: 0 !important;
  opacity: 0;
  transform: translateY(-28px) scale(0.985);
  pointer-events: none;
}

.rep-landing-list--inline .rep-landing-list__container {
  max-height: var(--rep-landing-list-height, 4000px);
}

.rep-landing-list--inline.rep-landing-list--hidden {
  padding-top: 0;
  padding-bottom: 0;
}

.rep-landing-list--inline.rep-landing-list--hidden .rep-landing-list__container {
  max-height: 0 !important;
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  pointer-events: none;
}

.rep-landing-list__container {
  width: min(1057px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 10px;
}

.rep-landing-list__breadcrumb {
  margin-bottom: 12px;
}

.rep-landing-list__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 5px;
  margin-bottom: 26px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rep-landing-list__nav-item {
  color: #111111;
  text-decoration: none;
  transition: var(--btn-transition);
}

.rep-landing-list__nav-item:hover,
.rep-landing-list__nav-item:focus-visible {
  color: rgba(226, 0, 122, 1);
  text-decoration: none;
}

.rep-landing-list__nav-item.is-active {
  color: rgba(226, 0, 122, 1);
}

.rep-landing-list__nav-separator {
  color: #111111;
}

.rep-landing-list__heading {
  margin: 0 0 28px;
  color: #111111;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.rep-landing-list__text-version {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 28px;
  width: 100%;
}

.selection-btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 290px;
  padding: 8px 10px;
  color: var(--btn-primary-txt-color);
  background-color: var(--btn-primary-color);
  border-radius: var(--radius);
  border: 2px solid var(--btn-primary-color);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.selection-btn:hover {
  background: var(--hover-btn-primary-color);
  border-color: var(--hover-btn-primary-color);
}

.selection-btn.active,
.selection-btn.expanded {
  background: var(--btn-active-color);
  border-color: var(--btn-active-border-color);
  color: var(--btn-active-txt-color);
}

.selection-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rep-landing-list__text-version .selection-btn {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 8px 15px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: var(--radius);
  border: 2px solid var(--primary-color);
  color: var(--txt-color-secondary);
}

.rep-landing-list__text-version .selection-btn:hover,
.rep-landing-list__text-version .selection-btn:focus-visible,
.rep-landing-list__text-version .selection-btn.active,
.rep-landing-list__text-version .selection-btn.expanded {
  background-color: var(--hover-btn-secondary);
  border-color: var(--primary-color);
  color: var(--txt-color-secondary);
}

.text-date-picker .form-label {
  width: 100%;
  font-size: 1.15rem !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.text-date-picker {
  background: var(--section-bg-color);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid #ededed;
  transition: background .25s, border-color .25s;
}

.rep-landing-list__text-version .text-date-picker {
  width: 100%;
}

.rep-landing-list__text-version .text-date-picker__field .form-select {
  min-height: 48px;
  height: 48px;
  padding: 0 48px 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #111111;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29 9.43L5.29 -2.82376e-07L6.47 0.01L6.47 9.44L10.91 4.9L11.75 5.76L5.88 11.75L7.01897e-07 5.76L0.839999 4.9L5.29 9.43Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
}

.rep-landing-list__text-version .text-date-picker__field .form-select:disabled {
  border-color: transparent;
  box-shadow: inset 0 0 0 1px #111111;
  background-color: #f3f3f3;
  color: #9a9a9a;
  opacity: 1;
}

@media (min-width: 992px) {
  .rep-landing-list__text-version .text-date-picker__field {
    flex: 0 0 auto;
    width: 33.333333%;
    max-width: 33.333333%;
  }
}

.rep-landing-list__breadcrumb,
.rep-landing-list__heading,
.rep-landing-list__results {
  will-change: opacity, height;
}

.rep-landing-list__results {
  overflow: hidden;
  overflow-anchor: none;
  transition:
    height 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.rep-landing-list--filter-switching .rep-landing-list__breadcrumb,
.rep-landing-list--filter-switching .rep-landing-list__heading,
.rep-landing-list--filter-switching .rep-landing-list__results {
  opacity: 0;
}

.rep-landing-list__day-group {
  margin-bottom: 25px;
}

.rep-landing-list__day-group:last-child {
  margin-bottom: 0;
}

.rep-landing-list__day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
  border: 1px solid #c9c9c9;
  padding: 12px 18px;
  background: #ffffff;
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.rep-landing-list__day-weekday {
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
}

.rep-landing-list__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rep-landing-list__card {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  border: 1px solid #ededed;
  background: #f5f5f5;
  padding: 10px 10px 10px 0;
}

.rep-landing-list__poster {
  overflow: hidden;
  background: #0e0e0e;
  width: 215px;
  height: 215px;
}

.rep-landing-list__poster img {
  display: block;
  width: 215px;
  height: 215px;
  min-height: 215px;
  object-fit: cover;
}

.rep-landing-list__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 4px 0;
}

.rep-landing-list__meta {
  margin-bottom: 4px;
  color: #666666;

  @media (max-width: 767px) {
    .selection-btn {
      min-width: 100%;
      font-size: 16px;
    }

    .text-date-picker {
      padding: 15px;
    }
  }

  font-size: 14px;
}

.rep-landing-list__item-title {
  margin: 0 0 6px;
  color: #111111;
  font-size: 24px;
  font-weight: 600;
}

.rep-landing-list__subtitle {
  margin-bottom: 5px;
  color: rgba(226, 0, 122, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.rep-landing-list__location {
  margin-bottom: 14px;
  color: #111111;
  font-size: 16px;
}

.rep-landing-list__more {
  margin-top: auto;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.rep-landing-list__more:hover,
.rep-landing-list__more:focus-visible {
  color: #111111;
  text-decoration: underline;
}

.rep-landing-list__cta {
  display: flex;
  align-items: flex-end;
  align-self: end;
  justify-content: flex-end;
  padding-right: 4px;
  padding-bottom: 6px;
}

.rep-landing-list__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--btn-transition);
  white-space: nowrap;
}

.rep-landing-list__button:hover,
.rep-landing-list__button:focus-visible {
  color: #ffffff;
  border-color: rgba(226, 0, 122, 1);
  background: rgba(226, 0, 122, 1);
  text-decoration: none;
}

.rep-landing-list__button--outline {
  background: transparent;
  color: #111111;
}

.rep-landing-list__contact-cta {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.rep-landing-list__contact-trigger {
  position: relative;
  z-index: 2;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  cursor: default;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rep-landing-list__contact-trigger:hover,
.rep-landing-list__contact-trigger:focus-visible,
.rep-landing-list__contact-cta:hover .rep-landing-list__contact-trigger,
.rep-landing-list__contact-cta:focus-within .rep-landing-list__contact-trigger {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.rep-landing-list__contact-popover {
  position: absolute;
  top: 100%;
  right: 0;
  width: min(327px, calc(100vw - 48px));
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 10;
}

.rep-landing-list__contact-cta:hover .rep-landing-list__contact-popover,
.rep-landing-list__contact-cta:focus-within .rep-landing-list__contact-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.rep-landing-list__contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 67.5px;
  padding: 14px 16px;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  box-sizing: border-box;
}

.rep-landing-list__contact-row+.rep-landing-list__contact-row {
  border-top: 0;
}

.rep-landing-list__contact-row:hover,
.rep-landing-list__contact-row:focus-visible {
  color: #111111;
  text-decoration: none;
}

.rep-landing-list__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  color: #111111;
  font-size: 20px;
  flex: 0 0 auto;
}

.rep-landing-list__contact-icon--phone {
  width: 17px;
}

.rep-landing-list__contact-icon--mail {
  width: 24px;
}

.rep-landing-list__contact-icon-svg {
  display: block;
  width: 17px;
  height: 25px;
}

.rep-landing-list__contact-icon-svg--mail {
  width: 24px;
  height: 18px;
}

.rep-landing-list__contact-value {
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  word-break: break-word;
}

.rep-landing-list__empty {
  display: flex;
  align-items: flex-start;
  gap: 37px;
  width: min(761px, 100%);
  height: 235px;
  padding: 48px 40px 0;
  border: 1px solid #1d1d1b;
  background: #fff;
}

.rep-landing-list__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 52px;
  flex: 0 0 55px;
}

.rep-landing-list__empty-icon svg {
  display: block;
  width: 55px;
  height: 52px;
}

.rep-landing-list__empty-text {
  max-width: 600px;
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .rep-landing-list__heading {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .rep-landing-list__card {
    grid-template-columns: 215px minmax(0, 1fr);
    padding: 10px;
  }

  .rep-landing-list__poster {
    width: 215px;
    height: 215px;
  }

  .rep-landing-list__poster img {
    width: 215px;
    height: 215px;
    min-height: 215px;
  }

  .rep-landing-list__cta {
    grid-column: 2;
    align-self: end;
    justify-content: flex-start;
    padding-right: 0;
    padding-bottom: 4px;
  }

  .rep-landing-list__empty {
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .rep-landing-list {
    padding: 18px 0 48px;
  }

  .rep-landing-list__container {
    width: min(100%, calc(100% - 16px));
    padding-top: 0;
  }

  .rep-landing-list__breadcrumb {
    margin-bottom: 8px;
  }

  .rep-landing-list__nav {
    gap: 8px;
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 1.4;
  }

  .rep-landing-list__heading {
    margin: 25px 0 25px;
    font-size: 25px;
    line-height: 1.16;
    text-align: center;
  }

  .rep-landing-list__day-group {
    margin-bottom: 20px;
  }

  .rep-landing-list__day-group:last-child {
    margin-bottom: 0;
  }

  .rep-landing-list__day-header {
    gap: 7px;
    margin-bottom: 8px;
    border-color: #111111;
    padding: 11px 14px;
    font-size: 17px;
    line-height: 1.12;
  }

  .rep-landing-list__day-weekday {
    font-size: 14px;
    padding-top: 1px;
  }

  .rep-landing-list__cards {
    gap: 12px;
  }

  .rep-landing-list__card {
    position: relative;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 12px 102px;
    background: #f5f5f5;
  }

  .rep-landing-list__poster {
    width: 106px;
    height: 106px;
  }

  .rep-landing-list__poster img {
    width: 106px;
    height: 106px;
    min-height: 106px;
  }

  .rep-landing-list__content {
    padding: 0;
  }

  .rep-landing-list__meta {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.3;
  }

  .rep-landing-list__item-title {
    margin-bottom: 7px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  .rep-landing-list__subtitle {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .rep-landing-list__location {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.25;
  }

  .rep-landing-list__more {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 78px;
    margin: 0;
  }

  .rep-landing-list__cta {
    position: absolute;
    width: 100%;
    bottom: 12px;
    margin: 0;
    display: block;
    padding: 0;
  }

  .rep-landing-list__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 13px;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .rep-landing-list__contact-cta {
    display: block;
    width: 100%;
  }

  .rep-landing-list__contact-popover {
    right: auto;
    left: 0;
    width: min(100%, calc(100vw - 16px));
  }

  .rep-landing-list__text-version {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 640px) {
  .rep-landing-list {
    padding: 18px 0 48px;
  }

  .rep-landing-list__container {
    width: min(100%, calc(100% - 26px));
  }

  .rep-landing-list__empty {
    gap: 20px;
    height: auto;
    min-height: 180px;
    padding: 28px 20px 32px;
  }

  .rep-landing-list__empty-icon {
    width: 44px;
    height: 42px;
    flex-basis: 44px;
  }

  .rep-landing-list__empty-icon svg {
    width: 44px;
    height: 42px;
  }

  .rep-landing-list__empty-text {
    font-size: 18px;
    line-height: 1.35;
  }

  .rep-landing-list__breadcrumb {
    margin-bottom: 10px;
  }

  .rep-landing-list__nav {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .rep-landing-list__heading {
    font-size: 25px;
  }

  .rep-landing-list__day-header {
    padding: 10px 12px;
    font-size: 17px;
  }

  .rep-landing-list__day-weekday {
    font-size: 14px;
  }

  .rep-landing-list__card {
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 102px;
  }

  .rep-landing-list__poster {
    width: 106px;
    height: 106px;
  }

  .rep-landing-list__poster img {
    width: 106px;
    height: 106px;
    min-height: 106px;
  }

  .rep-landing-list__item-title {
    font-size: 18px;
  }

  .rep-landing-list__subtitle,
  .rep-landing-list__location {
    font-size: 12px;
  }

  .rep-landing-list__cta {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .rep-landing-list__button {
    min-width: 0;
    width: 100%;
    min-height: 46px;
    white-space: normal;
  }

  .rep-landing-list__contact-cta {
    width: 100%;
  }

  .rep-landing-list__contact-popover {
    right: auto;
    left: 0;
    width: min(320px, calc(100vw - 16px));
  }

  .rep-landing-list__contact-card-header {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .rep-landing-list__contact-row {
    min-height: 62px;
    padding: 12px 14px;
  }

  .rep-landing-list__contact-icon {
    width: 28px;
    font-size: 18px;
  }

  .rep-landing-list__contact-value {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rep-landing.rep-landing--inline,
  .rep-landing-list--inline,
  .rep-landing.rep-landing--inline .rep-landing-container,
  .rep-landing-list--inline .rep-landing-list__container,
  .rep-landing-list__breadcrumb,
  .rep-landing-list__heading,
  .rep-landing-list__results {
    transition: none;
  }

  .rep-landing-list__text-version {
    width: 100%;
    margin-bottom: 22px;
  }

  .rep-landing-list__text-version .selection-btn {
    width: 100%;
    margin-bottom: 12px;
  }
}