@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..900&display=swap");

:root {
  --inmu50-support-en-navy: #04162f;
  --inmu50-support-en-blue: #073b6b;
  --inmu50-support-en-gold: #f4cf73;
  --inmu50-support-en-teal: #61d4c8;
  --inmu50-support-en-white: #f8fbff;
}

.inmu50-support-en,
.inmu50-support-en * {
  box-sizing: border-box;
}

.inmu50-support-en,
.inmu50-support-en :where(h1, h2, h3, h4, h5, h6, p, li, a, button, span, strong) {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.inmu50-support-en {
  --inmu50-support-en-min-height: 100vh;
  --inmu50-support-en-nav-height: clamp(48px, 5.4vw, 66px);
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  min-height: var(--inmu50-support-en-min-height);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: calc(var(--inmu50-support-en-nav-height) + clamp(1.1rem, 2vw, 1.8rem)) clamp(1rem, 5vw, 5rem) clamp(2.6rem, 5.8vw, 5rem);
  color: var(--inmu50-support-en-white);
  background:
    radial-gradient(circle at 11% 9%, rgba(97, 212, 200, 0.16), transparent 28%),
    radial-gradient(circle at 86% 17%, rgba(244, 207, 115, 0.16), transparent 24%),
    linear-gradient(135deg, #031126 0%, #072b54 47%, #063a65 72%, #04162f 100%);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.inmu50-support-en::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(65deg, transparent 45%, rgba(255, 255, 255, .035) 48%, transparent 58%);
  opacity: .72;
  pointer-events: none;
}

.inmu50-support-en::after {
  content: "";
  position: absolute;
  right: -20vw;
  bottom: -42%;
  z-index: 1;
  width: min(58vw, 780px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.035),
    0 0 0 112px rgba(255, 255, 255, 0.022),
    0 0 0 168px rgba(255, 255, 255, 0.014);
  animation: inmu50-support-en-spin 24s linear infinite;
  pointer-events: none;
}

.inmu50-support-en__nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(.85rem, 2.4vw, 2.35rem);
  width: 100%;
  min-height: var(--inmu50-support-en-nav-height);
  padding: .48rem max(clamp(1rem, 5vw, 5rem), calc((100vw - 1240px) / 2));
  margin: 0;
  background: linear-gradient(90deg, rgba(3, 17, 38, .72), rgba(7, 43, 84, .66) 58%, rgba(6, 58, 101, .54));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.inmu50-support-en__nav-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: clamp(58px, 7vw, 88px);
  text-decoration: none;
}

.inmu50-support-en__nav-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .24));
}

.inmu50-support-en__nav-toggle {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 34px;
  padding: .35rem .6rem;
  border: 1px solid rgba(244, 207, 115, .42);
  border-radius: 999px;
  color: var(--inmu50-support-en-white);
  background: rgba(4, 22, 47, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.inmu50-support-en__nav-toggle-lines,
.inmu50-support-en__nav-toggle-lines::before,
.inmu50-support-en__nav-toggle-lines::after {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.inmu50-support-en__nav-toggle-lines {
  position: relative;
}

.inmu50-support-en__nav-toggle-lines::before,
.inmu50-support-en__nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.inmu50-support-en__nav-toggle-lines::before {
  top: -5px;
}

.inmu50-support-en__nav-toggle-lines::after {
  top: 5px;
}

.inmu50-support-en__nav-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .18rem .52rem;
}

.inmu50-support-en__nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: .18rem .08rem .34rem;
  color: rgba(248, 251, 255, .82);
  font-size: clamp(.78rem, .78vw, .88rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.inmu50-support-en__nav-links a::after {
  content: "";
  position: absolute;
  right: .05rem;
  bottom: .12rem;
  left: .05rem;
  height: 2px;
  border-radius: 999px;
  background: var(--inmu50-support-en-gold);
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
}

.inmu50-support-en__nav-links a:hover,
.inmu50-support-en__nav-links a:focus-visible,
.inmu50-support-en__nav-links a[aria-current="page"] {
  color: var(--inmu50-support-en-white);
}

.inmu50-support-en__nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.inmu50-support-en__nav-links a:hover,
.inmu50-support-en__nav-links a:focus-visible {
  transform: translateY(-1px);
}

.inmu50-support-en__nav-links a:focus-visible,
.inmu50-support-en__download:focus-visible {
  outline: 3px solid rgba(244, 207, 115, .72);
  outline-offset: 4px;
}

.inmu50-support-en__aurora,
.inmu50-support-en__grid,
.inmu50-support-en__journey,
.inmu50-support-en__rings,
.inmu50-support-en__mark {
  pointer-events: none;
}

.inmu50-support-en__aurora {
  position: absolute;
  inset: -30%;
  z-index: 0;
  opacity: .74;
  background: conic-gradient(from 215deg at 50% 50%, transparent 0deg, rgba(82, 180, 210, .18) 64deg, transparent 128deg, rgba(244, 207, 115, .14) 222deg, transparent 305deg);
  filter: blur(54px);
  animation: inmu50-support-en-aurora 12s ease-in-out infinite alternate;
}

.inmu50-support-en__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
  animation: inmu50-support-en-grid-drift 18s linear infinite;
}

.inmu50-support-en__journey {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: .86;
}

.inmu50-support-en__route,
.inmu50-support-en__route-shadow {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.inmu50-support-en__route-shadow {
  stroke: rgba(244, 207, 115, .16);
  stroke-width: 18;
}

.inmu50-support-en__route {
  stroke-width: 3;
  stroke-dasharray: 10 17;
  animation: inmu50-support-en-route 6s linear infinite;
}

.inmu50-support-en__traveller--main {
  fill: #fff7d8;
  filter: drop-shadow(0 0 12px rgba(255, 232, 163, 1));
}

.inmu50-support-en__traveller--trail {
  fill: var(--inmu50-support-en-teal);
  opacity: .55;
  filter: drop-shadow(0 0 9px rgba(97, 212, 200, .9));
}

.inmu50-support-en__rings {
  position: absolute;
  z-index: 2;
  width: clamp(300px, 42vw, 650px);
  aspect-ratio: 1;
  left: clamp(-250px, -14vw, -80px);
  top: clamp(-210px, -15vw, -90px);
}

.inmu50-support-en__rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(97, 212, 200, .18);
  border-radius: 50%;
  animation: inmu50-support-en-ring-pulse 7s ease-out infinite;
}

.inmu50-support-en__rings span:nth-child(2) {
  animation-delay: -2.35s;
}

.inmu50-support-en__rings span:nth-child(3) {
  animation-delay: -4.7s;
}

.inmu50-support-en__mark {
  position: absolute;
  right: clamp(-120px, -6vw, -40px);
  top: clamp(70px, 11vw, 130px);
  z-index: 2;
  width: min(36vw, 430px);
  opacity: .065;
  filter: grayscale(1) brightness(2.2);
}

.inmu50-support-en__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.inmu50-support-en__inner {
  position: relative;
  z-index: 5;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.inmu50-support-en__thanks,
.inmu50-support-en__join {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(1.15rem, 2.7vw, 2.6rem);
  align-items: stretch;
}

.inmu50-support-en__thanks {
  min-height: clamp(500px, 60vh, 650px);
  padding-top: clamp(.5rem, 1.6vw, 1.25rem);
}

.inmu50-support-en__join {
  margin-top: clamp(1.25rem, 3.5vw, 3rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
}

.inmu50-support-en__content-card {
  --inmu50-card-glow-x: 50%;
  --inmu50-card-glow-y: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: clamp(18px, 2vw, 28px);
  background:
    radial-gradient(circle at var(--inmu50-card-glow-x) var(--inmu50-card-glow-y), rgba(244, 207, 115, .11), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition:
    border-color .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}

.inmu50-support-en__content-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(118deg, transparent 16%, rgba(255, 255, 255, .08) 42%, transparent 63%);
  transform: translateX(-120%);
  animation: inmu50-support-en-card-sheen 8s ease-in-out infinite;
  pointer-events: none;
}

.inmu50-support-en__content-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(244, 207, 115, .02);
  pointer-events: none;
}

.inmu50-support-en__content-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: inmu50-support-en-content-in .85s cubic-bezier(.22, 1, .36, 1) both;
}

.inmu50-support-en__content-card:hover {
  border-color: rgba(244, 207, 115, .26);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, .3),
    0 0 42px rgba(97, 212, 200, .055),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}

.inmu50-support-en__copy,
.inmu50-support-en__join-copy,
.inmu50-support-en__downloads,
.inmu50-support-en__tiers {
  isolation: isolate;
}

.inmu50-support-en__copy,
.inmu50-support-en__join-copy {
  padding: clamp(1.45rem, 3vw, 3rem);
}

.inmu50-support-en__copy > *,
.inmu50-support-en__join-copy > *,
.inmu50-support-en__downloads > *,
.inmu50-support-en__tiers > * {
  position: relative;
  z-index: 1;
}

.inmu50-support-en__copy::after,
.inmu50-support-en__join-copy::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -105px;
  z-index: 0;
  width: 245px;
  aspect-ratio: 1;
  border: 1px solid rgba(97, 212, 200, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(97, 212, 200, .035),
    0 0 0 64px rgba(244, 207, 115, .025);
  animation: inmu50-support-en-content-orbit 18s linear infinite;
}

.inmu50-support-en__kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: clamp(1rem, 1.8vw, 1.45rem);
  color: rgba(244, 207, 115, .92);
  font-size: clamp(.82rem, .86vw, .92rem);
  font-weight: 700;
  letter-spacing: 0;
}

.inmu50-support-en__kicker > span {
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--inmu50-support-en-teal), var(--inmu50-support-en-gold));
  box-shadow: 0 0 12px rgba(244, 207, 115, .44);
}

.inmu50-support-en__copy h1,
.inmu50-support-en__join-copy h2 {
  margin: 0;
  color: var(--inmu50-support-en-white);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .28);
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: auto;
}

.inmu50-support-en__copy h1 {
  max-width: 21ch;
  font-size: clamp(1.62rem, 2.45vw, 2.42rem);
}

.inmu50-support-en__join-copy h2 {
  max-width: 19ch;
  font-size: clamp(1.52rem, 2.15vw, 2.15rem);
}

.inmu50-support-en__title-line {
  display: block;
}

.inmu50-support-en__copy-body {
  display: grid;
  gap: .82rem;
  margin-top: clamp(1.25rem, 2.4vw, 2rem);
}

.inmu50-support-en__copy p,
.inmu50-support-en__join-copy p {
  margin: 0;
  color: rgba(248, 251, 255, .8);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  font-weight: 500;
  line-height: 1.72;
}

.inmu50-support-en__event-name {
  color: rgba(248, 251, 255, .95) !important;
  font-weight: 600 !important;
}

.inmu50-support-en__event-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: .25rem 0;
}

.inmu50-support-en__meta-item {
  display: flex;
  align-items: center;
  gap: .72rem;
  min-height: 74px;
  padding: .8rem .85rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(4, 22, 47, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.inmu50-support-en__meta-item:hover {
  transform: translateY(-3px);
  border-color: rgba(97, 212, 200, .31);
  background: rgba(7, 59, 107, .38);
}

.inmu50-support-en__meta-item > span:last-child {
  display: grid;
  min-width: 0;
}

.inmu50-support-en__meta-item small {
  color: rgba(248, 251, 255, .58);
  font-size: .78rem;
  font-weight: 600;
}

.inmu50-support-en__meta-item strong {
  margin-top: .15rem;
  color: rgba(248, 251, 255, .94);
  font-size: clamp(.9rem, .92vw, 1rem);
  font-weight: 700;
  line-height: 1.35;
}

.inmu50-support-en__meta-icon {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244, 207, 115, .28);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(244, 207, 115, .16), rgba(97, 212, 200, .08));
  box-shadow: 0 8px 20px rgba(0, 0, 0, .13);
}

.inmu50-support-en__meta-icon--calendar::before,
.inmu50-support-en__meta-icon--calendar::after,
.inmu50-support-en__meta-icon--location::before,
.inmu50-support-en__meta-icon--location::after {
  content: "";
  position: absolute;
}

.inmu50-support-en__meta-icon--calendar::before {
  left: 9px;
  top: 11px;
  width: 18px;
  height: 15px;
  border: 1.8px solid #f7df9c;
  border-radius: 4px;
}

.inmu50-support-en__meta-icon--calendar::after {
  left: 12px;
  top: 8px;
  width: 12px;
  height: 5px;
  border-right: 2px solid #f7df9c;
  border-left: 2px solid #f7df9c;
}

.inmu50-support-en__meta-icon--location::before {
  left: 11px;
  top: 7px;
  width: 16px;
  height: 21px;
  border: 1.8px solid #f7df9c;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}

.inmu50-support-en__meta-icon--location::after {
  left: 16px;
  top: 12px;
  width: 6px;
  height: 6px;
  border: 1.6px solid #f7df9c;
  border-radius: 50%;
}

.inmu50-support-en__impact {
  position: relative;
  margin-top: .15rem !important;
  padding-left: 1rem;
}

.inmu50-support-en__impact::before {
  content: "";
  position: absolute;
  top: .35rem;
  bottom: .35rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--inmu50-support-en-gold), var(--inmu50-support-en-teal));
  box-shadow: 0 0 14px rgba(97, 212, 200, .32);
}

.inmu50-support-en__tiers {
  min-height: 540px;
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

.inmu50-support-en__tiers-heading,
.inmu50-support-en__downloads-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.inmu50-support-en__tiers-heading > span,
.inmu50-support-en__downloads-heading > span {
  flex: 0 0 auto;
  color: rgba(248, 251, 255, .92);
  font-size: clamp(1rem, 1.1vw, 1.14rem);
  font-weight: 700;
}

.inmu50-support-en__tiers-heading small {
  flex: 0 1 auto;
  max-width: none;
  color: rgba(248, 251, 255, .52);
  font-size: clamp(.74rem, .78vw, .82rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.inmu50-support-en__tier-stage {
  position: relative;
  height: calc(100% - 42px);
  min-height: 510px;
  margin-top: 1rem;
}

.inmu50-support-en__tier-stage::before {
  content: "";
  position: absolute;
  inset: 12% 8% 15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 212, 200, .08), transparent 67%);
  filter: blur(4px);
  animation: inmu50-support-en-tier-glow 5s ease-in-out infinite alternate;
}

.inmu50-support-en__tier {
  --inmu50-tier-size: clamp(74px, 7.2vw, 96px);
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: var(--inmu50-tier-size);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #162036;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .34),
    inset 0 2px 0 rgba(255, 255, 255, .52),
    inset 0 -10px 18px rgba(4, 22, 47, .16);
  animation: inmu50-support-en-medal-float 4.8s ease-in-out infinite;
  transition: transform .3s ease, filter .3s ease;
}

.inmu50-support-en__tier::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 2px dotted rgba(4, 22, 47, .34);
  border-radius: 50%;
  animation: inmu50-support-en-tier-ring 16s linear infinite;
}

.inmu50-support-en__tier::after {
  content: "";
  position: absolute;
  inset: -13%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  opacity: .78;
  box-shadow: 0 0 26px rgba(97, 212, 200, .12);
}

.inmu50-support-en__tier span {
  position: relative;
  z-index: 1;
  font-size: clamp(.58rem, .82vw, .84rem);
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.inmu50-support-en__tier--platinum {
  --inmu50-tier-size: clamp(118px, 11.6vw, 154px);
  top: 0;
  left: 50%;
  margin-left: calc(var(--inmu50-tier-size) / -2);
  background: radial-gradient(circle at 32% 25%, #ffffff, #c8d1dc 56%, #7c8794 100%);
  filter: drop-shadow(0 0 24px rgba(207, 225, 244, .44));
}

.inmu50-support-en__tier--gold {
  --inmu50-tier-size: clamp(94px, 9.3vw, 120px);
  top: 38%;
  left: 50%;
  margin-left: calc(var(--inmu50-tier-size) / -2);
  background: radial-gradient(circle at 32% 25%, #fff8ce, #ddb64e 57%, #8d6a23 100%);
  animation-delay: -.9s;
  filter: drop-shadow(0 0 24px rgba(244, 207, 115, .44));
}

.inmu50-support-en__tier--silver {
  --inmu50-tier-size: clamp(70px, 7.1vw, 90px);
  right: auto;
  bottom: 4%;
  left: 50%;
  margin-left: calc(var(--inmu50-tier-size) / -2);
  background: radial-gradient(circle at 32% 25%, #ffffff, #d6d8dc 57%, #86898f 100%);
  animation-delay: -1.7s;
  filter: drop-shadow(0 0 18px rgba(226, 235, 244, .32));
}

.inmu50-support-en__tier-tray {
  position: absolute;
  left: 50%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.45rem, .75vw, .75rem);
  width: min(76%, 420px);
  min-height: clamp(52px, 5.5vw, 68px);
  padding: clamp(.52rem, .85vw, .78rem) clamp(.75rem, 1.25vw, 1.1rem);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(248, 251, 255, .08), rgba(4, 22, 47, .2)),
    rgba(4, 22, 47, .42);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.inmu50-support-en__tier-tray span {
  min-height: clamp(34px, 3.8vw, 48px);
  border: 1px dashed rgba(248, 251, 255, .38);
  border-radius: 10px;
  background: rgba(248, 251, 255, .035);
}

.inmu50-support-en__tier-tray--platinum {
  top: 18%;
}

.inmu50-support-en__tier-tray--gold {
  top: 56%;
  border-color: rgba(244, 207, 115, .46);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .2),
    0 0 24px rgba(244, 207, 115, .1),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.inmu50-support-en__tier-tray--gold span {
  border-color: rgba(244, 207, 115, .48);
}

.inmu50-support-en__tier-tray--silver {
  bottom: 0;
  width: min(68%, 360px);
  min-height: clamp(46px, 4.8vw, 58px);
}

.inmu50-support-en__beam {
  position: absolute;
  z-index: 2;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(244, 207, 115, .18), #fff1a6 44%, rgba(97, 212, 200, .3), transparent);
  filter: drop-shadow(0 0 10px rgba(244, 207, 115, .7));
  transform-origin: left center;
  animation: inmu50-support-en-beam-flow 3.6s ease-in-out infinite;
}

.inmu50-support-en__beam--one {
  left: 23%;
  top: 35%;
  width: 54%;
  transform: rotate(4deg);
}

.inmu50-support-en__beam--two {
  left: 25%;
  top: 73%;
  width: 50%;
  transform: rotate(-4deg);
  animation-delay: -1.2s;
}

.inmu50-support-en__horizon {
  position: absolute;
  right: 2%;
  bottom: 1%;
  left: 2%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .73) 18%, rgba(244, 207, 115, .84) 75%, transparent);
  box-shadow: 0 0 18px rgba(255, 255, 255, .36);
}

.inmu50-support-en__orbit {
  position: absolute;
  border: 1px solid rgba(97, 212, 200, .16);
  border-radius: 50%;
  animation: inmu50-support-en-content-orbit 16s linear infinite;
}

.inmu50-support-en__orbit--one {
  inset: 8% 12% 12% 4%;
  transform: rotate(-12deg);
}

.inmu50-support-en__orbit--two {
  inset: 17% 2% 4% 20%;
  border-color: rgba(244, 207, 115, .13);
  animation-direction: reverse;
  animation-duration: 21s;
}

.inmu50-support-en__spark {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff6cc;
  box-shadow: 0 0 14px rgba(255, 239, 178, .95);
  animation: inmu50-support-en-spark 2.8s ease-in-out infinite;
}

.inmu50-support-en__spark--one {
  left: 24%;
  top: 19%;
}

.inmu50-support-en__spark--two {
  right: 21%;
  top: 35%;
  animation-delay: -.8s;
}

.inmu50-support-en__spark--three {
  left: 47%;
  bottom: 15%;
  animation-delay: -1.7s;
}

.inmu50-support-en__join-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inmu50-support-en__join-copy > p:first-of-type {
  max-width: 66ch;
  margin-top: clamp(1rem, 1.8vw, 1.45rem);
}

.inmu50-support-en__contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  margin: clamp(1rem, 2vw, 1.5rem) 0;
}

.inmu50-support-en__contact-item {
  position: relative;
  display: grid;
  gap: .2rem;
  min-width: 0;
  min-height: 78px;
  padding: .82rem .9rem .82rem 1rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  color: inherit;
  background: rgba(4, 22, 47, .28);
  text-decoration: none;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.inmu50-support-en__contact-item:first-child {
  grid-column: 1 / -1;
}

.inmu50-support-en__contact-item::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(var(--inmu50-support-en-gold), var(--inmu50-support-en-teal));
  opacity: .68;
}

.inmu50-support-en__contact-item:hover,
.inmu50-support-en__contact-item:focus-visible {
  color: inherit;
  transform: translateY(-3px);
  border-color: rgba(244, 207, 115, .28);
  background: rgba(7, 59, 107, .34);
}

.inmu50-support-en__contact-label {
  color: rgba(248, 251, 255, .56);
  font-size: .78rem;
  font-weight: 600;
}

.inmu50-support-en__contact-item strong {
  overflow-wrap: anywhere;
  color: rgba(248, 251, 255, .94);
  font-size: clamp(.94rem, .98vw, 1.02rem);
  font-weight: 700;
  line-height: 1.38;
}

.inmu50-support-en__closing {
  padding-top: .95rem;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(248, 251, 255, .68) !important;
}

.inmu50-support-en__downloads {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  justify-content: center;
  padding: clamp(1.25rem, 2.3vw, 2rem);
}

.inmu50-support-en__downloads::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 0;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 207, 115, .14), transparent 68%);
  filter: blur(8px);
}

.inmu50-support-en__downloads-heading {
  margin-bottom: .25rem;
}

.inmu50-support-en__downloads-heading small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 26px;
  border: 1px solid rgba(244, 207, 115, .26);
  border-radius: 999px;
  color: rgba(244, 207, 115, .9);
  background: rgba(244, 207, 115, .07);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.inmu50-support-en__download {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  min-height: 92px;
  padding: .88rem .95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  color: var(--inmu50-support-en-white);
  background: linear-gradient(135deg, rgba(4, 22, 47, .62), rgba(7, 59, 107, .48));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 25px rgba(0, 0, 0, .13);
  text-align: left;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.inmu50-support-en__download::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 22%, rgba(244, 207, 115, .09) 46%, transparent 68%);
  transform: translateX(-120%);
  transition: transform .72s ease;
}

.inmu50-support-en__download:hover,
.inmu50-support-en__download:focus-visible {
  color: var(--inmu50-support-en-white);
  transform: translateY(-5px);
  border-color: rgba(244, 207, 115, .34);
  background: linear-gradient(135deg, rgba(7, 59, 107, .72), rgba(4, 22, 47, .68));
  box-shadow: 0 22px 38px rgba(0, 0, 0, .22), 0 0 30px rgba(244, 207, 115, .07), inset 0 1px 0 rgba(255, 255, 255, .09);
}

.inmu50-support-en__download:hover::before,
.inmu50-support-en__download:focus-visible::before {
  transform: translateX(120%);
}

.inmu50-support-en__download-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 52px;
  border: 1px solid rgba(244, 207, 115, .34);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(244, 207, 115, .15), rgba(97, 212, 200, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.inmu50-support-en__download-icon::before {
  content: "PDF";
  position: absolute;
  right: 5px;
  bottom: 6px;
  left: 5px;
  color: #f7df9c;
  font-family: Inter, Arial, sans-serif;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}

.inmu50-support-en__download-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid rgba(244, 207, 115, .32);
  border-left: 1px solid rgba(244, 207, 115, .32);
  border-radius: 0 9px 0 4px;
  background: rgba(255, 255, 255, .06);
}

.inmu50-support-en__download-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .22rem;
  min-width: 0;
}

.inmu50-support-en__download-copy strong {
  color: rgba(248, 251, 255, .94);
  font-size: clamp(.94rem, .98vw, 1.04rem);
  font-weight: 700;
  line-height: 1.4;
}

.inmu50-support-en__download-copy small {
  color: rgba(248, 251, 255, .5);
  font-size: .76rem;
  font-weight: 500;
}

.inmu50-support-en__download-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  color: rgba(244, 207, 115, .9);
  background: rgba(255, 255, 255, .04);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  transition: transform .3s ease, background .3s ease;
}

.inmu50-support-en__download:hover .inmu50-support-en__download-arrow,
.inmu50-support-en__download:focus-visible .inmu50-support-en__download-arrow {
  transform: rotate(45deg);
  background: rgba(244, 207, 115, .11);
}

@keyframes inmu50-support-en-content-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes inmu50-support-en-card-sheen {
  0%, 55% {
    transform: translateX(-120%);
  }
  72%, 100% {
    transform: translateX(120%);
  }
}

@keyframes inmu50-support-en-content-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes inmu50-support-en-tier-ring {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes inmu50-support-en-tier-glow {
  from {
    opacity: .55;
    transform: scale(.92);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes inmu50-support-en-medal-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes inmu50-support-en-beam-flow {
  0%, 100% {
    opacity: .48;
    filter: drop-shadow(0 0 7px rgba(244, 207, 115, .5));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 15px rgba(244, 207, 115, .9));
  }
}

@keyframes inmu50-support-en-spark {
  0%, 100% {
    opacity: .32;
    transform: scale(.72);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes inmu50-support-en-aurora {
  0% {
    transform: translate3d(-4%, -2%, 0) rotate(-4deg) scale(1);
  }

  100% {
    transform: translate3d(5%, 3%, 0) rotate(7deg) scale(1.1);
  }
}

@keyframes inmu50-support-en-grid-drift {
  to {
    background-position: 72px 72px, 72px 72px;
  }
}

@keyframes inmu50-support-en-route {
  to {
    stroke-dashoffset: -270;
  }
}

@keyframes inmu50-support-en-ring-pulse {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  20% {
    opacity: .75;
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes inmu50-support-en-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .inmu50-support-en {
    --inmu50-support-en-nav-height: 54px;
    padding-top: calc(var(--inmu50-support-en-nav-height) + 1.2rem);
  }

  .inmu50-support-en__nav {
    gap: 1rem;
    min-height: var(--inmu50-support-en-nav-height);
    padding: .55rem clamp(1rem, 4vw, 2rem);
  }

  .inmu50-support-en__nav-logo {
    width: clamp(58px, 13vw, 82px);
  }

  .inmu50-support-en__nav-toggle {
    display: inline-flex !important;
  }

  .inmu50-support-en__nav[data-open="true"] .inmu50-support-en__nav-toggle-lines {
    transform: rotate(45deg);
  }

  .inmu50-support-en__nav[data-open="true"] .inmu50-support-en__nav-toggle-lines::before {
    opacity: 0;
  }

  .inmu50-support-en__nav[data-open="true"] .inmu50-support-en__nav-toggle-lines::after {
    transform: translateY(-5px) rotate(90deg);
  }

  .inmu50-support-en__nav-links {
    position: absolute;
    top: calc(100% - 1px);
    right: clamp(1rem, 4vw, 2rem);
    left: clamp(1rem, 4vw, 2rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    padding: .55rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(4, 22, 47, .94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .inmu50-support-en__nav[data-open="true"] .inmu50-support-en__nav-links {
    display: flex;
  }

  .inmu50-support-en__nav-links a {
    justify-content: flex-start;
    min-height: 36px;
    padding: .52rem .55rem;
    font-size: .94rem;
  }

  .inmu50-support-en__nav-links a::after {
    right: .55rem;
    bottom: .28rem;
    left: .55rem;
  }

  .inmu50-support-en__thanks {
    min-height: auto;
  }

  .inmu50-support-en__tiers {
    width: min(100%, 760px);
    height: clamp(205px, 38vw, 300px);
  }

  .inmu50-support-en__join {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .inmu50-support-en__downloads {
    width: min(100%, 430px);
  }
}

@media (max-width: 560px) {
  .inmu50-support-en {
    padding: calc(var(--inmu50-support-en-nav-height) + 1rem) 1rem 2.4rem;
  }

  .inmu50-support-en__copy h1,
  .inmu50-support-en__join-copy h2 {
    font-size: clamp(1.36rem, 6.2vw, 1.72rem);
  }

  .inmu50-support-en__copy p,
  .inmu50-support-en__join-copy p {
    font-size: .96rem;
    line-height: 1.78;
  }

  .inmu50-support-en__tiers {
    width: 100%;
    height: 205px;
  }

  .inmu50-support-en__tier {
    width: 54px;
  }

  .inmu50-support-en__tier--platinum {
    left: 5%;
  }

  .inmu50-support-en__tier--gold {
    left: 32%;
  }

  .inmu50-support-en__tier--silver {
    left: 62%;
  }

  .inmu50-support-en__beam--one {
    left: 9%;
    width: 48%;
  }

  .inmu50-support-en__beam--two {
    left: 34%;
    width: 58%;
  }

  .inmu50-support-en__downloads {
    width: 100%;
  }

  .inmu50-support-en__download {
    width: 100%;
    font-size: .92rem;
  }
}


@media (max-width: 1120px) {
  .inmu50-support-en__thanks,
  .inmu50-support-en__join {
    grid-template-columns: 1fr;
  }

  .inmu50-support-en__thanks {
    min-height: auto;
  }

  .inmu50-support-en__tiers {
    width: 100%;
    height: auto;
    min-height: 570px;
  }

  .inmu50-support-en__tier-stage {
    min-height: 480px;
  }

  .inmu50-support-en__join {
    margin-top: 1.15rem;
  }

  .inmu50-support-en__downloads {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .inmu50-support-en__copy,
  .inmu50-support-en__join-copy,
  .inmu50-support-en__downloads,
  .inmu50-support-en__tiers {
    padding: 1.2rem;
  }

  .inmu50-support-en__event-meta,
  .inmu50-support-en__contact-grid {
    grid-template-columns: 1fr;
  }

  .inmu50-support-en__contact-item:first-child {
    grid-column: auto;
  }

  .inmu50-support-en__tiers {
    height: auto;
    min-height: 420px;
  }

  .inmu50-support-en__tier-stage {
    min-height: 345px;
  }

  .inmu50-support-en__tiers-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }

  .inmu50-support-en__tiers-heading small {
    max-width: none;
    font-size: .82rem;
    text-align: left;
    white-space: normal;
  }

  .inmu50-support-en__tier {
    width: 68px;
  }

  .inmu50-support-en__tier-tray {
    display: none;
  }

  .inmu50-support-en__tier--platinum {
    left: 3%;
    margin-left: 0;
    top: 8%;
  }

  .inmu50-support-en__tier--gold {
    left: 37%;
    margin-left: 0;
    top: 39%;
  }

  .inmu50-support-en__tier--silver {
    right: 2%;
    bottom: 9%;
    left: auto;
    margin-left: 0;
  }

  .inmu50-support-en__download {
    min-height: 88px;
  }
}

@media (max-width: 430px) {
  .inmu50-support-en__content-card {
    border-radius: 18px;
  }

  .inmu50-support-en__copy h1,
  .inmu50-support-en__join-copy h2 {
    max-width: none;
  }

  .inmu50-support-en__meta-item {
    min-height: 68px;
  }

  .inmu50-support-en__meta-item small,
  .inmu50-support-en__contact-label,
  .inmu50-support-en__download-copy small {
    font-size: .8rem;
  }

  .inmu50-support-en__tiers {
    min-height: 340px;
  }

  .inmu50-support-en__tier-stage {
    min-height: 265px;
  }

  .inmu50-support-en__tier {
    width: 58px;
  }

  .inmu50-support-en__tier span {
    font-size: .46rem;
  }

  .inmu50-support-en__beam--one {
    left: 13%;
    top: 31%;
    width: 48%;
  }

  .inmu50-support-en__beam--two {
    left: 45%;
    top: 62%;
    width: 43%;
  }

  .inmu50-support-en__download {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 84px;
  }

  .inmu50-support-en__download-arrow {
    display: none;
  }

  .inmu50-support-en__download-icon {
    width: 40px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inmu50-support-en *,
  .inmu50-support-en::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
