@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

/* ============================================================
   COMMONWEALTH UNIVERSITY GLOBAL MEDICAL FOOTER
   Scope prefix: cugf-
   ============================================================ */

.cugf-footer {
  --cugf-ink: #021019;
  --cugf-ink-2: #061a27;
  --cugf-cyan: #00adef;
  --cugf-cyan-soft: #71dcff;
  --cugf-white: #ffffff;
  --cugf-text: #d8e9f1;
  --cugf-muted: #8faab7;
  --cugf-border: rgba(255, 255, 255, 0.12);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cugf-white);
  background:
    radial-gradient(circle at 78% 14%, rgba(0, 173, 239, 0.15), transparent 24%),
    radial-gradient(circle at 14% 90%, rgba(0, 173, 239, 0.08), transparent 28%),
    linear-gradient(145deg, #010b11 0%, var(--cugf-ink) 44%, var(--cugf-ink-2) 100%);

}

.cugf-footer a {
  color: inherit;
  text-decoration: none;
  font-size:16px
}

.cugf-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cugf-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.cugf-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 94%);
  animation: cugfMeshDrift 24s linear infinite;
}

.cugf-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.cugf-aura {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(3px);
}

.cugf-aura--one {
  width: 480px;
  height: 480px;
  right: -160px;
  top: 70px;
  background: radial-gradient(circle, rgba(0,173,239,.17), rgba(0,173,239,.04) 46%, transparent 70%);
  animation: cugfAuraFloat 9s ease-in-out infinite;
}

.cugf-aura--two {
  width: 390px;
  height: 390px;
  left: -170px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(113,220,255,.11), rgba(0,173,239,.03) 48%, transparent 72%);
  animation: cugfAuraFloat 12s ease-in-out infinite reverse;
}

.cugf-orbit {
  position: absolute;
  border: 1px solid rgba(113, 220, 255, 0.14);
  border-radius: 50%;
}

.cugf-orbit::before,
.cugf-orbit::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(255,255,255,.08);
  border-radius: 50%;
}

.cugf-orbit::before {
  inset: 13%;
}

.cugf-orbit::after {
  inset: 29%;
}

.cugf-orbit span {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cugf-cyan-soft);
  box-shadow: 0 0 24px rgba(113,220,255,.95);
}

.cugf-orbit--one {
  width: 540px;
  height: 540px;
  right: -180px;
  top: 70px;
  animation: cugfOrbitSpin 30s linear infinite;
}

.cugf-orbit--two {
  width: 280px;
  height: 280px;
  left: 35%;
  bottom: -165px;
  animation: cugfOrbitSpinReverse 22s linear infinite;
}

.cugf-route {
  position: absolute;
  width: 700px;
  height: 320px;
  fill: none;
  stroke: rgba(113,220,255,.22);
  stroke-width: 1.15;
  stroke-dasharray: 8 10;
  filter: drop-shadow(0 0 7px rgba(0,173,239,.28));
}

.cugf-route path {
  animation: cugfRouteFlow 13s linear infinite;
}

.cugf-route--one {
  right: -100px;
  top: 110px;
}

.cugf-route--two {
  right: 80px;
  bottom: 40px;
  opacity: .45;
  transform: rotate(-6deg);
}

.cugf-world-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cugf-cyan-soft);
  box-shadow: 0 0 0 7px rgba(0,173,239,.08), 0 0 22px rgba(113,220,255,.85);
  animation: cugfDotPulse 2.8s ease-in-out infinite;
}

.cugf-world-dot--1 { right: 16%; top: 18%; }
.cugf-world-dot--2 { right: 31%; top: 32%; animation-delay: -.8s; }
.cugf-world-dot--3 { right: 8%; top: 52%; animation-delay: -1.5s; }
.cugf-world-dot--4 { left: 45%; bottom: 17%; animation-delay: -2s; }
.cugf-world-dot--5 { left: 18%; bottom: 8%; animation-delay: -.4s; }

/* Hero */
.cugf-hero {
  position: relative;
  padding: 96px 0 72px;
  border-bottom: 1px solid var(--cugf-border);
}

.cugf-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 48px;
}

.cugf-logo {
  width: 286px;
  max-height: 96px;
  object-fit: contain;
  object-position: left center;
}

.cugf-campus-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(113,220,255,.18);
  border-radius: 999px;
  color: var(--cugf-text);
  background: rgba(255,255,255,.035);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  backdrop-filter: blur(12px);
}

.cugf-campus-label i {
  color: var(--cugf-cyan);
}

.cugf-kicker,
.cugf-section-label {
  margin: 0;
  color: var(--cugf-cyan-soft);
  font-size: 16px;

  letter-spacing: .14em;
  text-transform: uppercase;
}

.cugf-kicker {
  margin-bottom: 17px;
}

.cugf-display-title {
  max-width: 940px;
  margin: 0;
 
  font-size: clamp(3.25rem, 7vw, 7rem);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.055em;
}

.cugf-display-title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.42);
  text-stroke: 1px rgba(255,255,255,.42);
}

.cugf-intro {
  max-width: 410px;
  margin-left: auto;
}

.cugf-intro > p {
  margin: 0 0 27px;
  color: var(--cugf-text);
  font-size: 12px;
  line-height: 1.85;
}

.cugf-primary-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-top: 1px solid rgba(113,220,255,.42);
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: padding-left .3s ease, background-color .3s ease;
}

.cugf-primary-action:hover {
  padding-left: 28px;
  background: rgba(0,173,239,.07);
}

.cugf-primary-action span {
  font-size: 16px;
  font-weight: 800;
}

.cugf-primary-action small {
  display: block;
  margin-bottom: 4px;
  color: var(--cugf-cyan-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cugf-primary-action > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #001019;
  background: var(--cugf-cyan-soft);
  box-shadow: 0 10px 32px rgba(0,173,239,.2);
  transition: transform .3s ease;
}

.cugf-primary-action:hover > i {
  transform: translate(4px, -4px);
}

/* Content */
.cugf-content {
  padding: 70px 0 60px;
  border-bottom: 1px solid var(--cugf-border);
}

.cugf-contact-panel {
  padding-right: 30px;
}

.cugf-contact-panel > .cugf-section-label,
.cugf-links > .cugf-section-label {
  margin-bottom: 23px;
}

.cugf-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.075);
}

.cugf-contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  color: var(--cugf-cyan-soft);
  background: rgba(0,173,239,.08);
}

.cugf-contact-line small,
.cugf-contact-line strong {
  display: block;
}

.cugf-contact-line small {
  margin-bottom: 3px;
  color: var(--cugf-muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cugf-contact-line strong {
  color: var(--cugf-white);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.cugf-contact-line:hover .cugf-contact-icon {
  color: #001019;
  background: var(--cugf-cyan-soft);
}

.cugf-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: var(--cugf-muted);
  font-size: .72rem;
  font-weight: 700;
}

.cugf-trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 7px;font-size:14px
}

.cugf-trust-line i {
  color: var(--cugf-cyan);
}

.cugf-links {
  display: grid;
  align-content: start;
}

.cugf-links a {
  position: relative;
  width: fit-content;
  padding: 7px 0;
  color: var(--cugf-text);
  font-size: 14px;
  transition: color .25s ease, transform .25s ease;
}

.cugf-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 1px;
  background: var(--cugf-cyan-soft);
  transition: right .25s ease;
}

.cugf-links a:hover {
  color: var(--cugf-white);
  transform: translateX(4px);
}

.cugf-links a:hover::after {
  right: 0;
}

/* Signature */
.cugf-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 110px;
  border-bottom: 1px solid var(--cugf-border);
}

.cugf-signature-copy {
  display: flex;
  align-items: center;
  gap: 17px;
}

.cugf-signature-index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(113,220,255,.24);
  border-radius: 50%;
  color: var(--cugf-cyan-soft);
  
  font-size: 1.08rem;
}

.cugf-signature-copy small,
.cugf-signature-copy strong {
  display: block;font-size:12px;
}

.cugf-signature-copy small {
  margin-bottom: 3px;
  color: var(--cugf-muted);
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cugf-signature-copy strong {
  
  font-size: 1.4rem;
  font-weight: 600;
}

.cugf-social {
  display: flex;
  gap: 8px;
}

.cugf-social a {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: var(--cugf-text);
  overflow: hidden;
  transition: transform .28s ease, color .28s ease, border-color .28s ease;
}

.cugf-social a::before {
  content: "";
  position: absolute;
  inset: 100% 0 0;
  background: var(--cugf-cyan);
  transition: inset .28s ease;
}

.cugf-social a i {
  position: relative;
  z-index: 1;
}

.cugf-social a:hover {
  transform: translateY(-4px);
  color: var(--cugf-white);
  border-color: transparent;
}

.cugf-social a:hover::before {
  inset: 0;
}

/* Bottom */
.cugf-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 24px 0 28px;
}

.cugf-bottom p {
  margin: 0;
  color: var(--cugf-muted);
  font-size: 14px;
}

.cugf-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.cugf-legal a,
.cugf-back-top {
  color: var(--cugf-muted);
  font-size: 14px;
  transition: color .25s ease;
}

.cugf-legal a:hover,
.cugf-back-top:hover {
  color: var(--cugf-white);
}

.cugf-back-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cugf-back-top i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  color: var(--cugf-cyan-soft);
  transition: transform .25s ease, background-color .25s ease;
}

.cugf-back-top:hover i {
  transform: translateY(-3px);
  color: #001019;
  background: var(--cugf-cyan-soft);
}

/* Responsive */
@media (max-width: 1199.98px) {
  .cugf-display-title {
    font-size: clamp(3.4rem, 7vw, 5.7rem);
  }

  .cugf-newsletter {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .cugf-hero {
    padding: 76px 0 62px;
  }

  .cugf-brand-row {
    margin-bottom: 38px;
  }

  .cugf-intro {
    margin-left: 0;
  }

  .cugf-contact-panel {
    padding-right: 0;
  }

  .cugf-newsletter {
    max-width: 560px;
  }

  .cugf-bottom {
    grid-template-columns: 1fr auto;
  }

  .cugf-back-top {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .cugf-hero {
    padding: 58px 0 50px;
  }

  .cugf-brand-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .cugf-logo {
    width: 250px;
  }

  .cugf-display-title {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .cugf-content {
    padding: 54px 0 48px;
  }

  .cugf-signature {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0;
  }

  .cugf-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cugf-back-top {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .cugf-hero {
    padding-top: 46px;
  }

  .cugf-logo {
    width: 220px;
  }

  .cugf-display-title {
    font-size: 3.25rem;
    line-height: .92;
  }

  .cugf-campus-label {
    padding: 8px 11px;
  }

  .cugf-primary-action {
    padding-left: 0;
    padding-right: 0;
  }

  .cugf-newsletter h3 {
    font-size: 1.9rem;
  }

  .cugf-signature-copy strong {
    font-size: 1.2rem;
  }

  .cugf-legal {
    gap: 12px 18px;
  }
}

/* Animations */
@keyframes cugfMeshDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 72px, 72px 72px; }
}

@keyframes cugfAuraFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -20px, 0) scale(1.04); }
}

@keyframes cugfOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes cugfOrbitSpinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes cugfRouteFlow {
  to { stroke-dashoffset: -260; }
}

@keyframes cugfDotPulse {
  0%, 100% { transform: scale(.86); opacity: .6; }
  50% { transform: scale(1.18); opacity: 1; }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .cugf-footer *,
  .cugf-footer *::before,
  .cugf-footer *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* ============================================================
   FINAL #00AEEF GRADIENT THEME
   ============================================================ */
.cugf-footer {
  --cugf-ink: #0076a8;
  --cugf-ink-2: #005f88;
  --cugf-cyan: #ffffff;
  --cugf-cyan-soft: #ffffff;
  --cugf-white: #ffffff;
  --cugf-text: rgba(255,255,255,.94);
  --cugf-muted: rgba(255,255,255,.74);
  --cugf-border: rgba(255,255,255,.24);

  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.24), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(135deg, #00aeef 0%, #00a6e8 34%, #008fca 68%, #006f9f 100%);
}

.cugf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,55,80,.02), rgba(0,55,80,.20)),
    radial-gradient(circle at 50% 112%, rgba(0,55,80,.28), transparent 44%);
}

.cugf-mesh {
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px);
}

.cugf-aura--one {
  background: radial-gradient(circle, rgba(255,255,255,.24), rgba(255,255,255,.05) 48%, transparent 72%);
}

.cugf-aura--two {
  background: radial-gradient(circle, rgba(0,67,99,.23), rgba(255,255,255,.04) 50%, transparent 72%);
}

.cugf-orbit,
.cugf-orbit::before,
.cugf-orbit::after {
  border-color: rgba(255,255,255,.24);
}

.cugf-orbit span,
.cugf-world-dot {
  background: #ffffff;
  box-shadow: 0 0 0 7px rgba(255,255,255,.12), 0 0 24px rgba(255,255,255,.9);
}

.cugf-route {
  stroke: rgba(255,255,255,.38);
  filter: drop-shadow(0 0 8px rgba(255,255,255,.25));
}

.cugf-campus-label,
.cugf-contact-icon,
.cugf-newsletter-mark,
.cugf-signature-index {
  color: #ffffff;
  border-color: rgba(255,255,255,.28);
  background: rgba(0,68,100,.16);
}

.cugf-kicker,
.cugf-section-label,
.cugf-primary-action small,

.cugf-display-title {
  text-shadow: 0 16px 42px rgba(0,66,97,.19);
}

.cugf-display-title span {
  -webkit-text-stroke: 1.2px rgba(255,255,255,.84);
  text-stroke: 1.2px rgba(255,255,255,.84);
}

.cugf-primary-action {
  border-top-color: rgba(255,255,255,.5);
  border-bottom-color: rgba(255,255,255,.2);
  background: rgba(0,67,98,.13);
}

.cugf-primary-action:hover {
  background: rgba(0,55,82,.24);
}

.cugf-primary-action > i,

.cugf-contact-line {
  border-bottom-color: rgba(255,255,255,.19);
}

.cugf-contact-line:hover .cugf-contact-icon {
  color: #0087be;
  background: #ffffff;
}

.cugf-links a::after {
  background: #ffffff;
}






.cugf-social a {
  border-color: rgba(255,255,255,.27);
  color: #ffffff;
}

.cugf-social a::before {
  background: #ffffff;
}

.cugf-social a:hover {
  color: #0087be;
}

.cugf-back-top i {
  border-color: rgba(255,255,255,.27);
  color: #ffffff;
}

.cugf-back-top:hover i {
  color: #0087be;
  background: #ffffff;
}


/* ============================================================
   PROFESSIONAL ANIMATED WORLD MAP BACKGROUND
   ============================================================ */

.cugf-worldmap-stage {
  position: absolute;
  top: 5%;
  right: -7%;
  width: min(1040px, 77vw);
  aspect-ratio: 2 / 1;
  opacity: .46;
  transform-origin: 58% 50%;
  animation: cugfWorldMapFloat 15s ease-in-out infinite;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 87%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 87%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  pointer-events: none;
}

.cugf-worldmap-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 18px 34px rgba(0, 63, 94, .15));
}

.cugf-map-grid {
  opacity: .17;
  stroke: rgba(255,255,255,.65);
  stroke-width: .7;
  stroke-dasharray: 3 9;
}

.cugf-map-fill {
  fill: url(#cugfMapDots);
  opacity: .58;
}

.cugf-map-outline {
  fill: rgba(255,255,255,.025);
  stroke: rgba(255,255,255,.29);
  stroke-width: 1.05;
  vector-effect: non-scaling-stroke;
}

.cugf-map-route {
  fill: none;
  stroke: rgba(255,255,255,.78);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 7 10;
  vector-effect: non-scaling-stroke;
  animation: cugfWorldRouteFlow 7.5s linear infinite;
}

.cugf-map-route--2 { animation-delay: -1.3s; }
.cugf-map-route--3 { animation-delay: -2.6s; }
.cugf-map-route--4 { animation-delay: -3.9s; }
.cugf-map-route--5 { animation-delay: -5.2s; }

.cugf-map-origin,
.cugf-map-node {
  fill: #ffffff;
}

.cugf-map-origin {
  filter: drop-shadow(0 0 8px rgba(255,255,255,.95));
}

.cugf-map-origin-ring {
  fill: none;
  stroke: rgba(255,255,255,.75);
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center;
  animation: cugfMapOriginPulse 2.7s ease-out infinite;
}

.cugf-map-node {
  opacity: .88;
  transform-box: fill-box;
  transform-origin: center;
  animation: cugfMapNodePulse 2.8s ease-in-out infinite;
}

.cugf-map-node--2 { animation-delay: -.45s; }
.cugf-map-node--3 { animation-delay: -.9s; }
.cugf-map-node--4 { animation-delay: -1.35s; }
.cugf-map-node--5 { animation-delay: -1.8s; }

.cugf-map-sweep {
  opacity: .65;
  animation: cugfWorldMapSweep 8.5s ease-in-out infinite;
}

.cugf-worldmap-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(0,72,104,.14);
  backdrop-filter: blur(10px);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.cugf-worldmap-caption i {
  font-size: .88rem;
}

/* Give all content a clean foreground layer above the animated map. */
.cugf-footer > .container {
  z-index: 2;
}

.cugf-contact-panel,
.cugf-links,
.cugf-intro,
.cugf-brand-row,
.cugf-signature,
.cugf-bottom {
  position: relative;
}

/* Rebalance the navigation after removing the email/newsletter block. */
.cugf-content .col-xl-8 > .row {
  height: 100%;
  align-content: start;
}

@keyframes cugfWorldMapFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-16px, -9px, 0) scale(1.018);
  }
}

@keyframes cugfWorldRouteFlow {
  to {
    stroke-dashoffset: -170;
  }
}

@keyframes cugfMapOriginPulse {
  0% {
    opacity: .8;
    transform: scale(.52);
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.95);
  }
}

@keyframes cugfMapNodePulse {
  0%, 100% {
    opacity: .58;
    transform: scale(.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes cugfWorldMapSweep {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  12% {
    opacity: .66;
  }
  72% {
    opacity: .56;
  }
  100% {
    transform: translateX(1540px);
    opacity: 0;
  }
}

@media (max-width: 1199.98px) {
  .cugf-worldmap-stage {
    right: -16%;
    width: 920px;
    opacity: .36;
  }
}

@media (max-width: 991.98px) {
  .cugf-worldmap-stage {
    top: 8%;
    right: -34%;
    width: 880px;
    opacity: .29;
  }

  .cugf-worldmap-caption {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .cugf-worldmap-stage {
    top: 11%;
    right: -73%;
    width: 850px;
    opacity: .22;
  }
}

@media (max-width: 575.98px) {
  .cugf-worldmap-stage {
    top: 9%;
    right: -111%;
    width: 820px;
    opacity: .17;
  }
}
