/** Shopify CDN: Minification failed

Line 86:6 Expected ":"

**/
@media screen and (min-width: 768px) and (max-width: 1535px) {
    .about-us .m-section-py {
        padding-top: var(--section-padding-top, var(--spacing-sections-desktop));
        padding-bottom: var(--section-padding-bottom, var(--spacing-sections-desktop))
    }
}

.m-replay-world-campus {
  overflow: hidden;
  font-family: var(--font-stack-body);
}

.m-replay-world-campus__blocks {
  display: grid;
  gap: var(--content-gap);
}

.m-replay-world-campus__block {
  min-width: 0;
}

.m-replay-world-campus__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 32px;
  color: var(--content-accent);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing:3.2px;
  text-transform: uppercase;
  font-family: var(--inter-font);
}

.m-replay-world-campus__eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
  flex: 0 0 auto;
}

.m-replay-world-campus__heading {
  margin: 0;
  color:#09090B;
 font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.m-replay-world-campus__description p{
  color: rgba(var(--color-foreground), 0.56);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
   font-family: var(--inter-font);
}

.m-replay-world-campus__description > :first-child {
  margin-top: 0;
}

.m-replay-world-campus__description > :last-child {
  margin-bottom: 0;
}

.m-replay-world-campus__world-header {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
}

.m-replay-world-campus__world-heading {
  max-width: 700px;
  font-size: 60px;
  line-height: 60px;
  lett
}

.m-replay-world-campus__world-description {
  padding-bottom: 2px;
}

.m-replay-world-campus__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.04);
  border-radius: var(--content-image-radius);
}

.m-replay-world-campus__world-image {
  height: var(--world-image-height);
  margin-top: 32px;
}

.m-replay-world-campus__image img,
.m-replay-world-campus__image svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position);
}

.m-replay-world-campus__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.m-replay-world-campus__placeholder {
  color: rgba(var(--color-foreground), 0.15);
  background: rgba(var(--color-foreground), 0.04);
}

.m-replay-world-campus__campus-header {
  display: grid;
  grid-template-columns: minmax(0, 9.55fr) minmax(350px, 0.65fr);
  align-items: stretch;
  gap: 64px;
}

.m-replay-world-campus__campus-copy {
  padding-top: 4px;
}

.m-replay-world-campus__campus-heading {
  font-size: 36px;
  line-height: 1.05;
}

.m-replay-world-campus__campus-description {
  margin-top: 14px;
}

.m-replay-world-campus__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(var(--color-foreground), 0.14);
  border-radius: var(--content-image-radius);
}

.m-replay-world-campus__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 13px;
  color: var(--content-accent);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.m-replay-world-campus__badge-icon svg,
.m-replay-world-campus__badge-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.m-replay-world-campus__badge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-replay-world-campus__badge-label {
  margin-bottom: 2px;
  color: rgba(var(--color-foreground), 0.48);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.m-replay-world-campus__badge-year {
  color: rgb(var(--color-foreground));
  font-family: var(--font-stack-header);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.m-replay-world-campus__badge-location {
  margin-top: 6px;
  color: rgb(var(--color-foreground));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.m-replay-world-campus__campus-image {
  height: var(--campus-image-height);
  margin-top: 32px;
}

.m-replay-world-campus__image-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.m-replay-world-campus__image-kicker {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
   font-family: var(--inter-font);
}

.m-replay-world-campus__image-title {
  display: block;
   font-family: var(--inter-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.m-replay-world-campus__map-link {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 10px 14px;
  color: #fff;
  background: var(--content-accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.m-replay-world-campus__map-link--static {
  cursor: default;
}

.m-replay-world-campus__map-link svg,
.m-replay-world-campus__map-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.m-replay-world-campus__campus-image--with-map .m-replay-world-campus__image-caption {
  right: 110px;
}

@media (max-width: 767px) {
  .m-replay-world-campus__blocks {
    gap: var(--content-gap-mobile);
  }

  .m-replay-world-campus__eyebrow {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .m-replay-world-campus__world-header,
  .m-replay-world-campus__campus-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .m-replay-world-campus__world-heading {
    font-size: 36px;
    line-height:36px;
  }

  .m-replay-world-campus__campus-heading {
    font-size: 24px;
  }

  .m-replay-world-campus__description {
    font-size: 14px;
    margin-top:24px;
  }

  .m-replay-world-campus__world-image,
  .m-replay-world-campus__campus-image {
    height: var(--mobile-image-height);
    margin-top: 24px;
  }

  .m-replay-world-campus__badge {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 18px 16px;
    gap: 14px;
    text-align: left;
  }

  .m-replay-world-campus__badge-icon {
    width: 48px;
    height: 48px;
    margin: 0;
    flex: 0 0 auto;
  }

  .m-replay-world-campus__badge-icon svg,
  .m-replay-world-campus__badge-icon img {
    width: 24px;
    height: 24px;
  }

  .m-replay-world-campus__badge-content {
    align-items: flex-start;
  }

  .m-replay-world-campus__badge-label {
    margin-bottom: 1px;
    font-size: 12px;
  }

  .m-replay-world-campus__badge-year {
    font-size: 24px;
  }

  .m-replay-world-campus__badge-location {
    margin-top: 3px;
    font-size: 12px;
  }

  .m-replay-world-campus__image-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .m-replay-world-campus__image-title {
    font-size: 15px;
  }

  .m-replay-world-campus__campus .m-replay-world-campus__image-kicker {
    display: none;
  }

  .m-replay-world-campus__map-link {
    right: 16px;
    bottom: 16px;
    min-height: 36px;
    padding: 9px 12px;
  }

  .m-replay-world-campus__campus-image--with-map .m-replay-world-campus__image-caption {
    right: 90px;
  }
}
