/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2026 | 18:43:46 */
/* iWinds SIP Flow Map — page 8613 / section 2 */
.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-map {
  --iw-sip-bg: var(--e-global-color-25f4149);
  --iw-sip-primary: var(--e-global-color-primary);
  --iw-sip-accent: var(--e-global-color-accent);
  --iw-sip-blue: var(--e-global-color-c3ca33e);
  --iw-sip-ink: var(--e-global-color-b21ff35);
  --iw-sip-text-font: var(--e-global-typography-text-font-family);
  --iw-sip-primary-font: var(--e-global-typography-primary-font-family);
  --iw-sip-text-weight: var(--e-global-typography-text-font-weight);
  --iw-sip-primary-weight: var(--e-global-typography-primary-font-weight);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(220px, 1.35fr) minmax(260px, 1.1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  width: min(100%, 1080px);
  margin: 38px auto 42px;
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--iw-sip-accent) 24%, transparent);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--iw-sip-primary) 13%, transparent), transparent 42%),
    linear-gradient(135deg, color-mix(in srgb, var(--iw-sip-bg) 94%, black), var(--iw-sip-bg));
  color: var(--iw-sip-ink);
  font-family: var(--iw-sip-text-font), sans-serif;
  box-shadow: inset 0 1px 0 rgba(245,245,250,.09), 0 20px 60px rgba(0,0,0,.18);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(rgba(245,245,250,.18) .6px, transparent .7px);
  background-size: 5px 5px;
  mask-image: linear-gradient(135deg, transparent 5%, #000 44%, transparent 96%);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-node {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-core {
  display: grid;
  place-items: center;
  width: clamp(78px, 9vw, 112px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--iw-sip-primary) 70%, white 8%);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, color-mix(in srgb, var(--iw-sip-primary) 85%, white), var(--iw-sip-blue));
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--iw-sip-primary) 10%, transparent), 0 0 38px color-mix(in srgb, var(--iw-sip-primary) 30%, transparent);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-core svg {
  width: 42%;
  height: 42%;
  fill: none;
  stroke: var(--iw-sip-ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-label {
  max-width: 180px;
  color: var(--iw-sip-ink);
  font-family: var(--iw-sip-text-font), sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: var(--iw-sip-text-weight, 400);
  line-height: 1.25;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-label strong {
  display: block;
  color: var(--iw-sip-accent);
  font-family: var(--iw-sip-primary-font), sans-serif;
  font-weight: var(--iw-sip-primary-weight, 700);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  height: 112px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line,
.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line::after {
  position: absolute;
  content: "";
  inset-inline: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, var(--iw-sip-accent) 0 9px, transparent 9px 18px);
  opacity: .82;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line::after {
  top: 0;
  height: 100%;
  transform: translateX(-18px);
  background: linear-gradient(90deg, transparent, var(--iw-sip-ink), transparent);
  background-size: 72px 100%;
  background-repeat: no-repeat;
  animation: iw8613SipPulse 2.4s cubic-bezier(.32,.72,0,1) infinite;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-badge {
  position: relative;
  z-index: 1;
  justify-self: center;
  padding: 9px 14px;
  border: 1px solid color-mix(in srgb, var(--iw-sip-accent) 48%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--iw-sip-bg) 88%, transparent);
  color: var(--iw-sip-ink);
  font-family: var(--iw-sip-primary-font), sans-serif;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: var(--iw-sip-primary-weight, 700);
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branches {
  display: grid;
  gap: 10px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--iw-sip-accent) 22%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--iw-sip-bg) 72%, var(--iw-sip-blue));
  color: var(--iw-sip-ink);
  font-family: var(--iw-sip-text-font), sans-serif;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: var(--iw-sip-text-weight, 400);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iw-sip-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--iw-sip-accent) 14%, transparent), 0 0 16px color-mix(in srgb, var(--iw-sip-accent) 65%, transparent);
  animation: iw8613SipNode 2.2s ease-in-out infinite;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch:nth-child(2)::before { animation-delay: .4s; }
.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch:nth-child(3)::before { animation-delay: .8s; }
.iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch:nth-child(4)::before { animation-delay: 1.2s; }

@keyframes iw8613SipPulse {
  0% { background-position: -72px 0; opacity: .08; }
  32%, 70% { opacity: .95; }
  100% { background-position: calc(100% + 72px) 0; opacity: .08; }
}

@keyframes iw8613SipNode {
  0%, 100% { transform: scale(.75); opacity: .55; }
  45% { transform: scale(1.15); opacity: 1; }
}

@media (max-width: 767px) {
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-map {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-block: 28px 34px;
    padding: 22px 16px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route {
    height: 56px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line,
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line::after {
    inset-inline: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: repeating-linear-gradient(180deg, var(--iw-sip-accent) 0 9px, transparent 9px 18px);
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line::after {
    transform: translate(-50%, -18px);
    background: linear-gradient(180deg, transparent, var(--iw-sip-ink), transparent);
    background-size: 100% 72px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branches {
    width: min(100%, 360px);
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-route-line::after,
  .iw_8613_2_ce1b .iw_8613_2_ce1b__flow-branch::before {
    animation: none;
  }
}
