@media screen and (min-width: 85em) {
  body .front-row {
    margin-top: 4rem;
    margin-bottom: 10rem;
    margin-bottom: clamp(10rem, 25vh, 25vh);
  }
  body .front-row:last-child {
    margin-bottom: 0;
    padding-bottom: 10rem;
  }
  body .front-text {
    margin-bottom: 0;
  }
  body .front-text .front-text--inner {
    padding: 0 2em;
  }
  body .front-buttons a {
    display: inline-block;
    margin-right: 1em;
    width: auto;
    margin-bottom: 0;
  }
  body .front-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  body .front-images .front-images--single {
    margin: 0 1em;
    flex-grow: 1;
  }
  body .front-images .front-images--single img {
    width: 100%;
    margin: 0;
    max-height: none;
  }
  body .front-images .front-images--single:nth-child(2n) {
    transform: translate3d(0, -12%, 0);
  }
  body .front-images .front-images--single:first-child {
    margin-left: 0;
  }
  body .front-images .front-images--single:last-child {
    margin-right: 0;
  }
  body.home .front-hero--outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.home .front-hero--outer.hide {
    display: none;
  }
  body.home .front-page--content {
    background: #18181e;
    margin-top: 130vh;
    z-index: 11;
    display: block;
    position: relative;
  }
  body.home .front-page--content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 60vh;
    background: linear-gradient(0deg, #18181e 5%, rgba(24, 24, 30, 0) 100%);
  }
  body.home .front-page--content .front-page--trigger {
    position: relative;
    top: -30vh;
  }
  body .front-hero--outer {
    margin-top: 0;
  }
  body .front-hero--outer .front-hero-heading {
    font-size: 5rem;
    font-size: clamp(5rem, 7.5vw, 9rem);
  }
  body .front-hero--outer .front-hero-text {
    padding-left: 32%;
    padding-right: 32%;
    margin-top: 5rem;
  }
  body .front-intro--outer .front-intro--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body .front-intro--outer .front-text {
    width: 50%;
    padding: 8em 10% 8em 4em;
  }
  body .front-intro--outer .front-intro-images {
    width: 60%;
    margin-left: -10%;
  }
  body .front-intro--outer .front-caption {
    text-align: right;
  }
  body .front-products--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body .front-products--inner .front-text {
    width: 36%;
    padding-right: 4%;
  }
  body .front-products--inner .swiper-outer {
    width: 64%;
  }
  body .front-artists--outer {
    background-color: transparent;
  }
  body .front-artists--outer .front-artists--inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0f0f14;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-left: -6rem;
    padding-left: 6rem;
    margin-right: calc((-100vw + var(--content-max-width)) / 2);
    padding-right: calc((100vw - var(--content-max-width)) / 2);
  }
  body .front-artists--outer .swiper-outer {
    width: 65%;
    order: 1;
  }
  body .front-artists--outer .front-text {
    width: 31%;
    padding-left: 4%;
    order: 2;
  }
  body .front-services--inner {
    display: flex;
    align-items: center;
  }
  body .front-services--inner .front-text {
    order: 2;
    width: 50%;
    padding: 8em 4em 8em 10%;
  }
  body .front-services--inner .front-services-images {
    order: 1;
    width: 60%;
    margin-right: -5%;
  }
  body .front-events--outer .front-events--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body .front-events--outer .front-text {
    order: 2;
    width: 35%;
    margin-left: 5%;
  }
  body .front-events--outer .front-events-images {
    order: 1;
    width: 60%;
  }
  body .front-events--outer .front-events-event--wrapper {
    display: grid;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    max-width: var(--content-max-width);
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
  body .front-events--outer .front-events-event--wrapper h3 {
    grid-column: 1/span 2;
  }
}

/*# sourceMappingURL=front-page--large.css.map */
