.elementor-6497 .elementor-element.elementor-element-1d7004b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0db7891 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --gmr-black: #111111;
  --gmr-ink: #181818;
  --gmr-charcoal: #232323;
  --gmr-gray: #686868;
  --gmr-muted: #9a9a9a;
  --gmr-light: #f5f2ed;
  --gmr-white: #ffffff;
  --gmr-soft: #e2ded7;
  --gmr-teal: #2f6f7f;
  --gmr-teal-dark: #1f5664;
  --gmr-gold: #b59a62;

  --gmr-serif: "Cormorant Garamond", Georgia, serif;
  --gmr-sans: "Inter", Arial, sans-serif;

  --gmr-radius: 24px;
  --gmr-shadow: 0 26px 70px rgba(0, 0, 0, .14);
  --gmr-transition: all .35s ease;
}

/* RESET LOCAL */

.gmr-home,
.gmr-home * {
  box-sizing: border-box;
}

.gmr-home {
  width: 100%;
  overflow: hidden;
  background: var(--gmr-light);
  color: var(--gmr-black);
  font-family: var(--gmr-sans);
}

.gmr-home img {
  display: block;
  max-width: 100%;
}

.gmr-home a {
  text-decoration: none;
}

.gmr-home h1,
.gmr-home h2,
.gmr-home h3,
.gmr-home h4,
.gmr-home h5,
.gmr-home h6,
.gmr-home p {
  margin-top: 0;
}

.gmr-container {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

/* HEADER */

.gmr-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 999;
  width: min(1100px, calc(100% - 32px));
  min-height: 66px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  background: rgba(17, 17, 17, .50);
  backdrop-filter: blur(18px);
  transition: var(--gmr-transition);
}

.gmr-header.is-scrolled {
  top: 10px;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(0, 0, 0, .08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .11);
}

.gmr-brand {
  display: inline-flex;
  align-items: center;
  width: 138px;
  height: 42px;
  position: relative;
}

.gmr-brand-logo {
  width: 138px;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.gmr-logo-white {
  display: block !important;
}

.gmr-logo-black {
  display: none !important;
}

.gmr-header.is-scrolled .gmr-logo-white {
  display: none !important;
}

.gmr-header.is-scrolled .gmr-logo-black {
  display: block !important;
}

.gmr-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.gmr-nav a {
  position: relative;
  padding: 11px 11px;
  color: rgba(255, 255, 255, .88);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  transition: var(--gmr-transition);
}

.gmr-header.is-scrolled .gmr-nav a {
  color: rgba(17, 17, 17, .78);
}

.gmr-nav a:hover {
  color: var(--gmr-white);
}

.gmr-header.is-scrolled .gmr-nav a:hover {
  color: var(--gmr-black);
}

.gmr-nav a::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 7px;
  height: 1px;
  background: var(--gmr-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--gmr-transition);
}

.gmr-nav a:hover::after {
  transform: scaleX(1);
}

.gmr-nav .gmr-nav-cta {
  margin-left: 6px;
  color: var(--gmr-black);
  background: var(--gmr-white);
  border-radius: 999px;
}

.gmr-header.is-scrolled .gmr-nav .gmr-nav-cta {
  color: var(--gmr-white);
  background: var(--gmr-black);
}

.gmr-nav .gmr-nav-cta::after {
  display: none;
}

.gmr-nav .gmr-nav-cta:hover {
  color: var(--gmr-black);
  background: var(--gmr-gold);
}

.gmr-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--gmr-white);
  cursor: pointer;
}

.gmr-menu-btn span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 5px auto;
  background: var(--gmr-black);
  transition: var(--gmr-transition);
}

/* GLOBAL TEXT */

.gmr-kicker {
  margin-bottom: 12px;
  color: var(--gmr-gold) !important;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.gmr-kicker-dark {
  color: var(--gmr-teal-dark) !important;
}

.gmr-home h1,
.gmr-home h2,
.gmr-home h3 {
  font-family: var(--gmr-serif);
  font-weight: 600;
  letter-spacing: -.025em;
}

.gmr-home h1 {
  color: var(--gmr-white) !important;
}

.gmr-home h2,
.gmr-home h3 {
  color: var(--gmr-black);
}

.gmr-home p {
  color: var(--gmr-gray);
}

/* HERO */

.gmr-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 76px;
  background: var(--gmr-black);
  color: var(--gmr-white);
}

.gmr-hero-bg,
.gmr-hero-overlay {
  position: absolute;
  inset: 0;
}

.gmr-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .88;
  transform: scale(1.02);
}

.gmr-hero-overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(47, 111, 127, .32), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .53) 48%, rgba(0, 0, 0, .18)),
    linear-gradient(0deg, rgba(0, 0, 0, .80), transparent 58%);
}

.gmr-hero-content {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.gmr-hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(42px, 5.7vw, 78px);
  line-height: .94;
  letter-spacing: -.032em;
}

.gmr-hero-text {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: clamp(13.5px, 1.1vw, 16px);
  line-height: 1.7;
}

.gmr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gmr-scroll-indicator {
  position: absolute;
  right: 32px;
  bottom: 70px;
  z-index: 2;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, .58);
  font-size: 9.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.gmr-scroll-indicator::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 66px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, .42);
}

/* BUTTONS */

.gmr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
  transition: var(--gmr-transition);
}

.gmr-btn-light {
  color: var(--gmr-black) !important;
  background: var(--gmr-white);
}

.gmr-btn-light:hover {
  background: var(--gmr-gold);
  transform: translateY(-3px);
}

.gmr-btn-outline {
  color: var(--gmr-white) !important;
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .07);
}

.gmr-btn-outline:hover {
  border-color: var(--gmr-white);
  background: rgba(255, 255, 255, .16);
  transform: translateY(-3px);
}

/* SECTIONS */

.gmr-section {
  padding: 92px 0;
}

.gmr-intro {
  background: var(--gmr-light);
}

.gmr-intro-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 64px;
  align-items: center;
}

.gmr-intro-copy h2,
.gmr-collection-head h2,
.gmr-memory-copy h2,
.gmr-events-head h2,
.gmr-news-head h2,
.gmr-video-content h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1;
  letter-spacing: -.025em;
}

.gmr-intro-copy p:not(.gmr-kicker),
.gmr-memory-copy p,
.gmr-event-card p {
  font-size: 14px;
  line-height: 1.75;
}

.gmr-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.gmr-stats div {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, .16);
}

.gmr-stats strong {
  display: block;
  color: var(--gmr-black);
  font-family: var(--gmr-serif);
  font-size: 27px;
  line-height: 1;
}

.gmr-stats span {
  display: block;
  margin-top: 7px;
  color: var(--gmr-gray);
  font-size: 11px;
  line-height: 1.45;
}

.gmr-intro-media {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: var(--gmr-radius);
  box-shadow: var(--gmr-shadow);
}

.gmr-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gmr-intro-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: calc(var(--gmr-radius) - 8px);
}

/* ELMAR */

.gmr-elmar {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 111, 127, .14), transparent 34%),
    var(--gmr-black);
  color: var(--gmr-white);
}

.gmr-elmar h2,
.gmr-elmar h3,
.gmr-elmar p {
  color: var(--gmr-white) !important;
}

.gmr-elmar-head {
  max-width: 620px;
  margin: 0 auto 38px;
  text-align: center;
}

.gmr-elmar-logo {
  width: min(155px, 44%);
  margin: 0 auto 16px;
}

.gmr-elmar-head p:not(.gmr-kicker) {
  max-width: 540px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .74) !important;
  font-size: 13.5px;
  line-height: 1.7;
}

.gmr-elmar-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 870px;
  margin: 0 auto;
}

.gmr-elmar-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 22px;
  background: #222;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .20);
}

.gmr-elmar-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .88;
  object-fit: cover;
  transition: transform .75s ease, opacity .75s ease;
}

.gmr-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .25) 62%, rgba(0, 0, 0, .06));
}

.gmr-card-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  z-index: 2;
}

.gmr-card-content span,
.gmr-collection-card span,
.gmr-event-card span,
.gmr-news-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--gmr-gold);
  font-size: 9.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.gmr-card-content h3 {
  margin-bottom: 14px;
  color: var(--gmr-white) !important;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.02em;
}

.gmr-card-content a,
.gmr-line-link,
.gmr-news-card a {
  color: inherit;
  font-size: 9.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.gmr-card-content a {
  color: var(--gmr-white) !important;
}

.gmr-card-content a::after,
.gmr-line-link::after,
.gmr-news-card a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-left: 11px;
  vertical-align: middle;
  background: currentColor;
  transition: var(--gmr-transition);
}

.gmr-elmar-card:hover img,
.gmr-collection-card:hover img,
.gmr-event-card:hover img,
.gmr-news-card:hover img {
  transform: scale(1.06);
  opacity: 1;
}

.gmr-elmar-card:hover a::after,
.gmr-line-link:hover::after,
.gmr-news-card:hover a::after {
  width: 48px;
}

/* COLLECTION */

.gmr-collection {
  background: var(--gmr-white);
}

.gmr-collection-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 40px;
}

.gmr-collection-head h2 {
  max-width: 600px;
}

.gmr-line-link {
  flex: 0 0 auto;
  color: var(--gmr-black) !important;
}

.gmr-collection-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
}

.gmr-collection-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--gmr-radius);
  background: var(--gmr-black);
  color: var(--gmr-white);
}

.gmr-collection-large {
  grid-row: 1 / span 2;
}

.gmr-collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .86;
  object-fit: cover;
  transition: transform .75s ease, opacity .75s ease;
}

.gmr-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .10) 66%);
}

.gmr-collection-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.gmr-collection-card h3 {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--gmr-white) !important;
  font-size: 24px;
  line-height: 1.03;
  letter-spacing: -.02em;
}

/* MEMORY */

.gmr-memory {
  background:
    radial-gradient(circle at 18% 12%, rgba(181, 154, 98, .13), transparent 34%),
    var(--gmr-black);
  color: var(--gmr-white);
}

.gmr-memory h2,
.gmr-memory p {
  color: var(--gmr-white) !important;
}

.gmr-memory-grid {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 60px;
  align-items: center;
}

.gmr-memory-copy h2 {
  max-width: 420px;
}

.gmr-memory-copy p:not(.gmr-kicker) {
  max-width: 440px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .72) !important;
}

.gmr-memory-collage {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 18px;
  align-items: end;
}

.gmr-memory-collage figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--gmr-radius);
  box-shadow: 0 22px 62px rgba(0, 0, 0, .24);
}

.gmr-memory-collage figure:first-child {
  height: 430px;
}

.gmr-memory-collage figure:last-child {
  height: 350px;
  transform: translateY(38px);
}

.gmr-memory-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* EVENTS */

.gmr-events {
  background: var(--gmr-soft);
}

.gmr-events-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 38px;
}

.gmr-events-head h2 {
  max-width: 580px;
}

.gmr-events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gmr-event-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(0, 0, 0, .08);
  transition: var(--gmr-transition);
}

.gmr-event-card:hover {
  transform: translateY(-7px);
  background: var(--gmr-white);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .10);
}

.gmr-event-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform .75s ease;
}

.gmr-event-card div {
  padding: 20px;
}

.gmr-event-card h3 {
  margin-bottom: 9px;
  color: var(--gmr-black) !important;
  font-size: 21px;
  line-height: 1.02;
  letter-spacing: -.02em;
}

.gmr-event-card p {
  margin-bottom: 0;
  color: var(--gmr-gray) !important;
  font-size: 12.5px;
  line-height: 1.6;
}

/* VIDEO */

.gmr-video {
  position: relative;
  height: 68vh;
  min-height: 500px;
  overflow: hidden;
  background: var(--gmr-black);
}

.gmr-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.gmr-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .08) 68%);
}

.gmr-video-content {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 2;
  width: min(1100px, calc(100% - 40px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 108px minmax(0, 640px);
  gap: 28px;
  align-items: end;
}

.gmr-video-content h2 {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--gmr-white) !important;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1;
}

.gmr-play {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: var(--gmr-transition);
}

.gmr-play span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid var(--gmr-white);
}

.gmr-play:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, .22);
}

/* NEWS */

.gmr-news {
  background: var(--gmr-light);
}

.gmr-news-head {
  max-width: 560px;
  margin-bottom: 38px;
}

.gmr-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gmr-news-card {
  overflow: hidden;
  border-radius: 22px;
  background: var(--gmr-white);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .07);
}

.gmr-news-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .75s ease;
}

.gmr-news-card div {
  padding: 22px;
}

.gmr-news-card h3 {
  min-height: 98px;
  margin-bottom: 20px;
  color: var(--gmr-black) !important;
  font-size: 20px;
  line-height: 1.06;
  letter-spacing: -.02em;
}

.gmr-news-card a {
  color: var(--gmr-black) !important;
}

/* FOOTER */

.gmr-footer {
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 64px 20px;
  background: #0b0b0b;
  text-align: center;
}

.gmr-footer img {
  width: 118px;
}

.gmr-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .62) !important;
  font-size: 11.5px;
}

/* REVEAL */

.gmr-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

.gmr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE TABLET */

@media (max-width: 1100px) {
  .gmr-nav {
    position: fixed;
    top: 82px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 18px;
    border-radius: 24px;
    background: rgba(17, 17, 17, .96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: var(--gmr-transition);
  }

  .gmr-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .gmr-header.is-scrolled .gmr-nav a,
  .gmr-nav a {
    color: rgba(255, 255, 255, .88);
  }

  .gmr-nav a {
    padding: 16px;
  }

  .gmr-nav .gmr-nav-cta {
    margin: 10px 0 0;
    color: var(--gmr-black) !important;
    text-align: center;
    background: var(--gmr-white) !important;
  }

  .gmr-menu-btn {
    display: block;
  }

  .gmr-intro-grid,
  .gmr-memory-grid {
    grid-template-columns: 1fr;
  }

  .gmr-elmar-showcase,
  .gmr-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gmr-elmar-showcase {
    max-width: 660px;
  }

  .gmr-collection-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gmr-collection-large {
    grid-row: auto;
  }

  .gmr-collection-card {
    height: 460px;
  }

  .gmr-memory-collage figure:last-child {
    transform: none;
  }
}

/* RESPONSIVE MOBILE */

@media (max-width: 720px) {
  .gmr-container {
    width: min(100% - 28px, 1100px);
  }

  .gmr-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 62px;
    padding-left: 15px;
  }

  .gmr-brand,
  .gmr-brand-logo {
    width: 118px;
  }

  .gmr-hero {
    min-height: 90vh;
    padding: 135px 0 52px;
  }

  .gmr-hero h1 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: .96;
  }

  .gmr-hero-text {
    font-size: 13.5px;
  }

  .gmr-scroll-indicator {
    display: none;
  }

  .gmr-section {
    padding: 76px 0;
  }

  .gmr-intro-copy h2,
  .gmr-collection-head h2,
  .gmr-memory-copy h2,
  .gmr-events-head h2,
  .gmr-news-head h2,
  .gmr-video-content h2 {
    font-size: clamp(28px, 8.5vw, 40px);
    line-height: 1.02;
  }

  .gmr-stats,
  .gmr-elmar-showcase,
  .gmr-events-grid,
  .gmr-news-grid,
  .gmr-memory-collage {
    grid-template-columns: 1fr;
  }

  .gmr-intro-media {
    height: 390px;
  }

  .gmr-elmar-head {
    margin-bottom: 32px;
  }

  .gmr-elmar-logo {
    width: min(135px, 48%);
  }

  .gmr-elmar-card {
    min-height: 360px;
  }

  .gmr-card-content h3,
  .gmr-collection-card h3 {
    font-size: 22px;
  }

  .gmr-collection-head,
  .gmr-events-head {
    display: block;
  }

  .gmr-line-link {
    display: inline-block;
    margin-top: 14px;
  }

  .gmr-collection-card {
    height: 390px;
  }

  .gmr-memory-collage figure:first-child,
  .gmr-memory-collage figure:last-child {
    height: 340px;
  }

  .gmr-event-card img {
    height: 225px;
  }

  .gmr-event-card h3,
  .gmr-news-card h3 {
    font-size: 20px;
  }

  .gmr-video {
    height: 68vh;
    min-height: 470px;
  }

  .gmr-video-content {
    bottom: 44px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gmr-play {
    width: 76px;
    height: 76px;
  }
}/* End custom CSS */