/* Praxoria Startseite – v635: Zertifikatsfluss visuell auf Niveau der Why-/Support-Premiumbereiche.
   Reiner CSS/Markup-Patch auf v634-Basis. Keine JS-Änderung, keine Änderung an Transferanimation. */

body.homeRefinedV635{
  --cert-v635-blue: var(--accent, #45a8cc);
  --cert-v635-green: var(--accent3, #8fb55a);
  --cert-v635-gold: var(--accent2, #d2a544);
  --cert-v635-ink: color-mix(in oklab, var(--text) 92%, #0f172a 8%);
  --cert-v635-soft-ink: color-mix(in oklab, var(--text) 70%, var(--muted));
  --cert-v635-rule: color-mix(in oklab, var(--border) 58%, transparent);
  --cert-v635-rule-soft: color-mix(in oklab, var(--border) 34%, transparent);
  --cert-v635-glass: color-mix(in oklab, var(--surface) 72%, rgba(255,255,255,.64));
  --cert-v635-glass-strong: color-mix(in oklab, var(--surface) 86%, rgba(255,255,255,.76));
}

html body.home.homeRefinedV635 .band.startBand.certFlowSection{
  margin: clamp(58px, 6vw, 108px) 0 0 !important;
  padding: clamp(62px, 6vw, 104px) 0 clamp(58px, 6.2vw, 106px) !important;
  background:
    radial-gradient(circle at 15% 13%, color-mix(in oklab, var(--cert-v635-blue) 17%, transparent), transparent 34%),
    radial-gradient(circle at 82% 12%, color-mix(in oklab, var(--cert-v635-gold) 14%, transparent), transparent 32%),
    radial-gradient(circle at 52% 92%, color-mix(in oklab, var(--cert-v635-green) 10%, transparent), transparent 35%),
    linear-gradient(180deg, color-mix(in oklab, var(--panel) 22%, transparent), color-mix(in oklab, var(--surface) 12%, transparent) 48%, transparent) !important;
}

html body.home.homeRefinedV635 .band.startBand.certFlowSection::before{
  height: 2px !important;
  opacity: .78 !important;
  background: linear-gradient(90deg,
    transparent,
    color-mix(in oklab, var(--cert-v635-blue) 62%, transparent) 18%,
    color-mix(in oklab, var(--cert-v635-green) 54%, transparent) 52%,
    color-mix(in oklab, var(--cert-v635-gold) 58%, transparent) 76%,
    transparent) !important;
}

html body.home.homeRefinedV635 .band.startBand.certFlowSection::after{
  right: clamp(-190px, -10vw, -76px) !important;
  top: clamp(16px, 3vw, 46px) !important;
  width: clamp(380px, 44vw, 720px) !important;
  height: clamp(240px, 28vw, 430px) !important;
  opacity: .78 !important;
  filter: blur(26px) !important;
}

html body.home.homeRefinedV635 .certFlowIntro{
  grid-template-columns: minmax(0, .86fr) minmax(330px, .9fr) !important;
  gap: clamp(14px, 2.8vw, 34px) clamp(48px, 6vw, 112px) !important;
  margin-bottom: clamp(30px, 3.8vw, 54px) !important;
}

html body.home.homeRefinedV635 .certFlowIntro h2{
  max-width: 13.2ch !important;
  font-size: clamp(3rem, 5vw, 5.8rem) !important;
  line-height: .93 !important;
  letter-spacing: -.075em !important;
}

html body.home.homeRefinedV635 .certFlowIntro h2::after{
  height: 4px !important;
  width: min(100%, 22rem) !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
  background: linear-gradient(90deg, var(--cert-v635-blue), var(--cert-v635-green), var(--cert-v635-gold), transparent 92%) !important;
  opacity: .58 !important;
}

html body.home.homeRefinedV635 .certFlowIntro p{
  font-size: clamp(1.08rem, 1.26vw, 1.34rem) !important;
  line-height: 1.62 !important;
  color: color-mix(in oklab, var(--text) 78%, var(--muted)) !important;
}

html body.home.homeRefinedV635 .certFlowExperienceV635{
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(390px, 36vw, 560px);
  margin: 0 0 clamp(18px, 2.4vw, 34px);
  border: 1px solid var(--cert-v635-rule);
  border-radius: clamp(30px, 3vw, 44px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.36)),
    radial-gradient(circle at 18% 18%, color-mix(in oklab, var(--cert-v635-blue) 9%, transparent), transparent 34%),
    radial-gradient(circle at 74% 26%, color-mix(in oklab, var(--cert-v635-gold) 9%, transparent), transparent 35%),
    color-mix(in oklab, var(--panel) 62%, transparent);
  box-shadow:
    0 38px 92px rgba(15, 30, 46, .10),
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -1px 0 rgba(255,255,255,.44);
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

html body.home.homeRefinedV635 .certFlowExperienceV635::before{
  content:"";
  position:absolute;
  inset: 20px;
  border: 1px solid color-mix(in oklab, var(--border) 34%, transparent);
  border-radius: calc(clamp(30px, 3vw, 44px) - 10px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.18), transparent 22%, transparent 78%, rgba(255,255,255,.18)),
    linear-gradient(180deg, rgba(255,255,255,.18), transparent 34%);
  pointer-events:none;
}

html body.home.homeRefinedV635 .certFlowExperienceV635::after{
  content:"";
  position:absolute;
  left: clamp(24px, 3vw, 48px);
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(22px, 2.8vw, 44px);
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in oklab, var(--cert-v635-blue) 30%, transparent), color-mix(in oklab, var(--cert-v635-green) 28%, transparent), color-mix(in oklab, var(--cert-v635-gold) 30%, transparent), transparent);
  opacity:.7;
  pointer-events:none;
}

html body.home.homeRefinedV635 .certFlowLightV635{
  position:absolute;
  inset: auto -10% -34% 18%;
  height: 62%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.72), transparent 64%);
  filter: blur(28px);
  opacity:.72;
  pointer-events:none;
}

html body.home.homeRefinedV635 .certFlowPathV635{
  position:absolute;
  left: 4%;
  right: 4%;
  top: 18%;
  width: 92%;
  height: 56%;
  overflow: visible;
  pointer-events:none;
}

html body.home.homeRefinedV635 .certFlowPathV635 path{
  fill:none;
  stroke-linecap:round;
}

html body.home.homeRefinedV635 .certFlowPathShadowV635{
  stroke: rgba(15,30,46,.10);
  stroke-width: 13;
  filter: blur(3px);
}

html body.home.homeRefinedV635 .certFlowPathLineV635{
  stroke: url(#certFlowPathGradientV635);
  stroke-width: 3.2;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  filter: url(#certFlowPathGlowV635);
  opacity: .82;
}

html body.home.homeRefinedV635 .certVisualPanelV635{
  position:absolute;
  z-index: 2;
  border: 1px solid color-mix(in oklab, var(--border) 54%, transparent);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.50)),
    var(--cert-v635-glass-strong);
  box-shadow:
    0 24px 54px rgba(15,30,46,.12),
    inset 0 1px 0 rgba(255,255,255,.88);
  color: var(--cert-v635-ink);
  overflow:hidden;
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

html body.home.homeRefinedV635 .certVisualPanelV635::before{
  content:"";
  position:absolute;
  inset:-1px -1px auto -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--panel-accent, var(--cert-v635-blue)), transparent 82%);
  opacity:.58;
}

html body.home.homeRefinedV635 .certVisualPanelV635 strong{
  display:block;
  margin: 4px 0 0;
  font-size: clamp(1.02rem, 1.35vw, 1.38rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 920;
}

html body.home.homeRefinedV635 .certPanelLabelV635{
  display:block;
  color: color-mix(in oklab, var(--panel-accent, var(--cert-v635-blue)) 62%, var(--text));
  font-size: .66rem;
  line-height: 1;
  font-weight: 880;
  letter-spacing: .14em;
  text-transform: uppercase;
}

html body.home.homeRefinedV635 .certVisualCourseV635{
  --panel-accent: var(--cert-v635-blue);
  left: clamp(34px, 4.4vw, 70px);
  top: clamp(72px, 7vw, 112px);
  width: clamp(220px, 22vw, 310px);
  min-height: 210px;
  padding: 42px 24px 22px;
  transform: rotate(-2.4deg);
}

html body.home.homeRefinedV635 .certPanelChromeV635{
  position:absolute;
  top: 17px;
  left: 20px;
  display:flex;
  gap: 7px;
}
html body.home.homeRefinedV635 .certPanelChromeV635 span{
  width: 7px; height: 7px; border-radius:999px;
  background: color-mix(in oklab, var(--panel-accent, var(--cert-v635-blue)) 48%, rgba(255,255,255,.9));
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--panel-accent, var(--cert-v635-blue)) 10%, transparent);
}

html body.home.homeRefinedV635 .certPanelRowsV635{
  display:grid;
  gap: 9px;
  margin: 22px 0 18px;
}
html body.home.homeRefinedV635 .certPanelRowsV635 i{
  display:block;
  height: 8px;
  border-radius:999px;
  background: color-mix(in oklab, var(--text) 10%, transparent);
}
html body.home.homeRefinedV635 .certPanelRowsV635 i:nth-child(1){ width: 92%; }
html body.home.homeRefinedV635 .certPanelRowsV635 i:nth-child(2){ width: 74%; }
html body.home.homeRefinedV635 .certPanelRowsV635 i:nth-child(3){ width: 58%; }

html body.home.homeRefinedV635 .certPanelChipV635,
html body.home.homeRefinedV635 .certVerifyV635{
  display:inline-flex;
  align-items:center;
  border: 1px solid color-mix(in oklab, var(--panel-accent, var(--cert-v635-blue)) 23%, var(--border));
  border-radius: 999px;
  padding: .52rem .68rem;
  background: color-mix(in oklab, var(--panel-accent, var(--cert-v635-blue)) 8%, rgba(255,255,255,.62));
  color: color-mix(in oklab, var(--text) 72%, var(--panel-accent, var(--cert-v635-blue)));
  font-size: .78rem;
  line-height:1;
  font-weight: 820;
}

html body.home.homeRefinedV635 .certVisualAccessV635{
  --panel-accent: var(--cert-v635-green);
  left: 34%;
  top: clamp(40px, 4.6vw, 70px);
  width: clamp(200px, 20vw, 272px);
  padding: 24px 22px;
  transform: rotate(1.2deg);
}

html body.home.homeRefinedV635 .certCodeV635{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}
html body.home.homeRefinedV635 .certCodeV635 b{
  display:grid;
  place-items:center;
  height: 42px;
  border-radius: 13px;
  border: 1px solid color-mix(in oklab, var(--cert-v635-green) 26%, var(--border));
  background: rgba(255,255,255,.72);
  color: color-mix(in oklab, var(--cert-v635-green) 70%, var(--text));
  font-weight: 910;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
}

html body.home.homeRefinedV635 .certUnlockV635{
  display:flex;
  align-items:center;
  gap: 9px;
  margin-top: 16px;
  color: var(--cert-v635-soft-ink);
  font-size: .84rem;
  font-weight: 760;
}
html body.home.homeRefinedV635 .certUnlockV635 span{
  width: 10px; height: 10px; border-radius:999px;
  background: var(--cert-v635-green);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--cert-v635-green) 13%, transparent);
}
html body.home.homeRefinedV635 .certUnlockV635 em{ font-style:normal; }

html body.home.homeRefinedV635 .certVisualCockpitV635{
  --panel-accent: var(--cert-v635-green);
  left: 42.5%;
  bottom: clamp(62px, 7vw, 102px);
  width: clamp(230px, 23vw, 330px);
  padding: 24px 24px 22px;
  transform: rotate(-1deg);
}

html body.home.homeRefinedV635 .certProgressStackV635{
  display:grid;
  gap: 10px;
  margin-top: 20px;
}
html body.home.homeRefinedV635 .certProgressStackV635 span{
  display:block;
  height: 24px;
  border-radius: 12px;
  border: 1px solid color-mix(in oklab, var(--border) 48%, transparent);
  background: linear-gradient(90deg, color-mix(in oklab, var(--cert-v635-green) 10%, rgba(255,255,255,.78)), rgba(255,255,255,.56));
}
html body.home.homeRefinedV635 .certProgressStackV635 span:nth-child(2){ width: 90%; }
html body.home.homeRefinedV635 .certProgressStackV635 span:nth-child(3){ width: 76%; }

html body.home.homeRefinedV635 .certProgressBarV635{
  margin-top: 16px;
  height: 9px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--border) 50%, transparent);
  overflow:hidden;
}
html body.home.homeRefinedV635 .certProgressBarV635 i{
  display:block;
  width: 78%;
  height:100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cert-v635-blue), var(--cert-v635-green));
}

html body.home.homeRefinedV635 .certVisualCertificateV635{
  --panel-accent: var(--cert-v635-gold);
  right: clamp(42px, 5vw, 82px);
  top: clamp(78px, 7.4vw, 122px);
  width: clamp(250px, 24vw, 356px);
  min-height: 262px;
  padding: 28px 28px 24px;
  transform: rotate(2deg);
}

html body.home.homeRefinedV635 .certMarkV635{
  position:absolute;
  top: 20px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  border: 1px solid color-mix(in oklab, var(--cert-v635-gold) 28%, var(--border));
  background: color-mix(in oklab, var(--cert-v635-gold) 10%, rgba(255,255,255,.74));
  color: color-mix(in oklab, var(--cert-v635-green) 76%, var(--text));
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15,30,46,.08), inset 0 1px 0 rgba(255,255,255,.88);
}

html body.home.homeRefinedV635 .certPaperLinesV635{
  display:grid;
  gap: 9px;
  margin: 28px 76px 18px 0;
}
html body.home.homeRefinedV635 .certPaperLinesV635 i{
  display:block;
  height: 7px;
  border-radius:999px;
  background: color-mix(in oklab, var(--text) 11%, transparent);
}
html body.home.homeRefinedV635 .certPaperLinesV635 i:nth-child(1){ width: 100%; }
html body.home.homeRefinedV635 .certPaperLinesV635 i:nth-child(2){ width: 78%; }
html body.home.homeRefinedV635 .certPaperLinesV635 i:nth-child(3){ width: 54%; }

html body.home.homeRefinedV635 .certSealV635{
  position:absolute;
  right: 34px;
  bottom: 64px;
  width: 72px;
  height: 72px;
  border-radius:999px;
  background:
    radial-gradient(circle, color-mix(in oklab, var(--cert-v635-gold) 22%, rgba(255,255,255,.86)) 0 42%, transparent 43%),
    repeating-conic-gradient(from 0deg, color-mix(in oklab, var(--cert-v635-gold) 72%, white) 0 8deg, color-mix(in oklab, var(--cert-v635-gold) 38%, white) 8deg 16deg);
  box-shadow: 0 14px 30px rgba(107,83,27,.14), inset 0 0 0 1px color-mix(in oklab, var(--cert-v635-gold) 44%, rgba(255,255,255,.8));
}
html body.home.homeRefinedV635 .certSealV635 span{
  position:absolute;
  inset: 21px;
  border-radius: inherit;
  border: 1px solid color-mix(in oklab, var(--cert-v635-gold) 58%, rgba(255,255,255,.78));
  background: rgba(255,255,255,.26);
}

html body.home.homeRefinedV635 .certFlowNodeV635{
  position:absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.80);
  border: 1px solid color-mix(in oklab, var(--node-color, var(--cert-v635-blue)) 34%, var(--border));
  box-shadow: 0 16px 32px rgba(15,30,46,.10), inset 0 1px 0 rgba(255,255,255,.88);
  color: color-mix(in oklab, var(--node-color, var(--cert-v635-blue)) 70%, var(--text));
  font-weight: 940;
}
html body.home.homeRefinedV635 .certFlowNodeV635 span{
  display:grid;
  place-items:center;
  width: 28px;
  height: 28px;
  border-radius: inherit;
  background: color-mix(in oklab, var(--node-color, var(--cert-v635-blue)) 10%, transparent);
}
html body.home.homeRefinedV635 .certFlowNodeV635.n1{ --node-color: var(--cert-v635-blue); left: 18%; top: 39%; }
html body.home.homeRefinedV635 .certFlowNodeV635.n2{ --node-color: var(--cert-v635-green); left: 49%; top: 46%; }
html body.home.homeRefinedV635 .certFlowNodeV635.n3{ --node-color: var(--cert-v635-gold); right: 16%; top: 37%; }

/* Die erklärenden Schritte werden zur hochwertigen Legende unter der Visualisierung. */
html body.home.homeRefinedV635 .certFlowList{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.6vw, 22px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html body.home.homeRefinedV635 .certFlowList::before{ display:none !important; }

html body.home.homeRefinedV635 .certFlowItem{
  min-height: 0 !important;
  grid-template-columns: auto minmax(0,1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 0 16px !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 1px solid var(--cert-v635-rule-soft) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34)),
    color-mix(in oklab, var(--flow-accent) 4%, var(--surface) 72%) !important;
  box-shadow: 0 18px 42px rgba(15,30,46,.07), inset 0 1px 0 rgba(255,255,255,.76) !important;
  transform: none !important;
}
html body.home.homeRefinedV635 .certFlowItem + .certFlowItem{
  border-left: 1px solid var(--cert-v635-rule-soft) !important;
  border-top: 1px solid var(--cert-v635-rule-soft) !important;
}
html body.home.homeRefinedV635 .certFlowItem::before{
  display:none !important;
}
html body.home.homeRefinedV635 .certFlowItem::after{
  background: radial-gradient(circle at 12% 10%, color-mix(in oklab, var(--flow-accent) 8%, transparent), transparent 48%) !important;
  opacity:.82 !important;
}
html body.home.homeRefinedV635 .certFlowNr{
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  width: 44px !important;
  height: 44px !important;
  display:grid !important;
  place-items:center !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid color-mix(in oklab, var(--flow-accent) 32%, var(--border)) !important;
  background: color-mix(in oklab, var(--flow-accent) 10%, rgba(255,255,255,.68)) !important;
  color: color-mix(in oklab, var(--flow-accent) 72%, var(--text)) !important;
  font-family: inherit !important;
  font-size: .96rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  font-weight: 940 !important;
  opacity: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76) !important;
}
html body.home.homeRefinedV635 .certFlowCopy{
  grid-column:2 !important;
  grid-row:1 !important;
}
html body.home.homeRefinedV635 .certFlowMeta{
  margin: 0 0 9px !important;
  font-size: .66rem !important;
  letter-spacing: .13em !important;
}
html body.home.homeRefinedV635 .certFlowMeta::before{ display:none !important; }
html body.home.homeRefinedV635 .certFlowCopy h3{
  font-size: clamp(1.15rem, 1.36vw, 1.42rem) !important;
  letter-spacing: -.035em !important;
}
html body.home.homeRefinedV635 .certFlowCopy p{
  margin-top: 9px !important;
  font-size: .95rem !important;
  line-height: 1.52 !important;
}
html body.home.homeRefinedV635 .certFlowActions{
  grid-column:2 !important;
  grid-row:2 !important;
  margin-top: 16px !important;
  padding-top: 12px !important;
  border-top-color: color-mix(in oklab, var(--border) 24%, transparent) !important;
}
html body.home.homeRefinedV635 .certFlowActions a,
html body.home.homeRefinedV635 .certFlowActions button{
  min-height: 34px !important;
  padding: .54rem .74rem .56rem !important;
  font-size: .82rem !important;
}

@media (hover:hover) and (min-width: 1100px){
  html body.home.homeRefinedV635 .certFlowItem:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 52px rgba(15,30,46,.09), inset 0 1px 0 rgba(255,255,255,.82) !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.42)),
      color-mix(in oklab, var(--flow-accent) 6%, var(--surface) 76%) !important;
  }
  html body.home.homeRefinedV635 .certVisualPanelV635{
    transition: transform .26s ease, box-shadow .26s ease;
  }
  html body.home.homeRefinedV635 .certFlowExperienceV635:hover .certVisualCourseV635{ transform: translateY(-3px) rotate(-2.4deg); }
  html body.home.homeRefinedV635 .certFlowExperienceV635:hover .certVisualAccessV635{ transform: translateY(-4px) rotate(1.2deg); }
  html body.home.homeRefinedV635 .certFlowExperienceV635:hover .certVisualCockpitV635{ transform: translateY(-4px) rotate(-1deg); }
  html body.home.homeRefinedV635 .certFlowExperienceV635:hover .certVisualCertificateV635{ transform: translateY(-5px) rotate(2deg); }
}

@media (prefers-reduced-motion:no-preference){
  html body.home.homeRefinedV635 .certFlowPathLineV635{
    animation: certFlowDrawV635 1.45s cubic-bezier(.22,.74,.18,1) both;
  }
  html body.home.homeRefinedV635 .certSealV635{
    animation: certSealBreathV635 3.8s ease-in-out infinite;
  }
  html body.home.homeRefinedV635 .certProgressBarV635 i{
    animation: certProgressV635 1.6s cubic-bezier(.22,.74,.18,1) both;
  }
}
@keyframes certFlowDrawV635{ from{ stroke-dashoffset: 1; opacity:.38; } to{ stroke-dashoffset: 0; opacity:.82; } }
@keyframes certSealBreathV635{ 0%,100%{ transform: scale(1); } 50%{ transform: scale(1.035); } }
@keyframes certProgressV635{ from{ width: 0; } to{ width: 78%; } }

@media (max-width: 1180px){
  html body.home.homeRefinedV635 .certFlowIntro{
    grid-template-columns:1fr !important;
  }
  html body.home.homeRefinedV635 .certFlowExperienceV635{
    min-height: 640px;
  }
  html body.home.homeRefinedV635 .certFlowPathV635{
    transform: rotate(90deg) scaleX(.72);
    width: 720px;
    left: calc(50% - 360px);
    top: 26%;
    height: 42%;
  }
  html body.home.homeRefinedV635 .certVisualCourseV635{ left: 8%; top: 56px; }
  html body.home.homeRefinedV635 .certVisualAccessV635{ left: auto; right: 8%; top: 132px; }
  html body.home.homeRefinedV635 .certVisualCockpitV635{ left: 9%; bottom: 126px; }
  html body.home.homeRefinedV635 .certVisualCertificateV635{ right: 8%; top: auto; bottom: 66px; }
  html body.home.homeRefinedV635 .certFlowNodeV635.n1{ left: 45%; top: 25%; }
  html body.home.homeRefinedV635 .certFlowNodeV635.n2{ left: 50%; top: 49%; }
  html body.home.homeRefinedV635 .certFlowNodeV635.n3{ right: 43%; top: 72%; }
  html body.home.homeRefinedV635 .certFlowList{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px){
  html body.home.homeRefinedV635 .band.startBand.certFlowSection{
    margin-top: 42px !important;
    padding: 44px 0 52px !important;
  }
  html body.home.homeRefinedV635 .certFlowIntro h2{
    font-size: clamp(2.42rem, 11vw, 3.45rem) !important;
  }
  html body.home.homeRefinedV635 .certFlowExperienceV635{
    min-height: auto;
    padding: 18px;
    display:grid;
    gap: 14px;
    border-radius: 28px;
  }
  html body.home.homeRefinedV635 .certFlowExperienceV635::before,
  html body.home.homeRefinedV635 .certFlowExperienceV635::after,
  html body.home.homeRefinedV635 .certFlowPathV635,
  html body.home.homeRefinedV635 .certFlowNodeV635{
    display:none;
  }
  html body.home.homeRefinedV635 .certVisualPanelV635{
    position: relative;
    left:auto !important; right:auto !important; top:auto !important; bottom:auto !important;
    width: 100% !important;
    min-height: 0 !important;
    transform: none !important;
    border-radius: 20px;
  }
  html body.home.homeRefinedV635 .certVisualCourseV635,
  html body.home.homeRefinedV635 .certVisualAccessV635,
  html body.home.homeRefinedV635 .certVisualCockpitV635,
  html body.home.homeRefinedV635 .certVisualCertificateV635{
    padding: 22px;
  }
  html body.home.homeRefinedV635 .certPanelChromeV635{ display:none; }
  html body.home.homeRefinedV635 .certFlowItem{
    grid-template-columns: 42px minmax(0,1fr) !important;
    border-radius: 20px !important;
    padding: 17px !important;
  }
  html body.home.homeRefinedV635 .certFlowNr{ width: 36px !important; height: 36px !important; font-size:.88rem !important; }
  html body.home.homeRefinedV635 .certFlowActions{
    gap: .52rem !important;
  }
}

@media (prefers-reduced-motion:reduce){
  html body.home.homeRefinedV635 .certFlowPathLineV635,
  html body.home.homeRefinedV635 .certSealV635,
  html body.home.homeRefinedV635 .certProgressBarV635 i,
  html body.home.homeRefinedV635 .certVisualPanelV635,
  html body.home.homeRefinedV635 .certFlowItem{
    animation: none !important;
    transition: none !important;
  }
}
