
    .migrated-page-74-1 {
      --ink: #16202d;
      --ink-2: #26364b;
      --muted: #667385;
      --line: #dfe5ec;
      --paper: #fff;
      --soft: #f5f7fa;
      --navy: #151f2c;
      --navy-2: #1e2c3e;
      --blue: #5076a7;
      --cyan: #5177a8;
      --coral: #7c99c0;
      --coral-dark: #5a7faf;
      --green: #324967;
      --max: 1180px;
      --radius: 26px;
      --radius-sm: 16px;
      --shadow: 0 20px 55px rgba(16,32,51,.11);
    }

    .migrated-page-74-1 * { box-sizing: border-box; }
    .migrated-page-74-1 { scroll-behavior: smooth; }
    .migrated-page-74-1 {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }
    .migrated-page-74-1 main { padding: 0; overflow: hidden; }
    .migrated-page-74-1 a { color: inherit; text-decoration: none; }
    .migrated-page-74-1 :is(button,summary,a) { font: inherit; cursor: pointer; }
    .migrated-page-74-1 h1, .migrated-page-74-1 h2, .migrated-page-74-1 h3, .migrated-page-74-1 p { margin-top: 0; }
    .migrated-page-74-1 h1, .migrated-page-74-1 h2, .migrated-page-74-1 h3 { line-height: 1.07; letter-spacing: -.035em; }
    .migrated-page-74-1 h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.7rem); }
    .migrated-page-74-1 h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 3.7rem); }
    .migrated-page-74-1 h3 { margin-bottom: 12px; font-size: 1.42rem; }
    .migrated-page-74-1 section { width: 100%; padding: 104px 0; }
    .migrated-page-74-1 section[id] { scroll-margin-top: 120px; }
    .migrated-page-74-1 .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
    .migrated-page-74-1 .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 16px;
      color: var(--coral-dark);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .migrated-page-74-1 .eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: currentColor; }
    .migrated-page-74-1 .lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
    .migrated-page-74-1 .:is(button,summary,a) {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: 13px;
      color: white;
      background: var(--coral);
      box-shadow: 0 10px 25px rgba(250,87,66,.22);
      font-weight: 850;
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .migrated-page-74-1 .:is(button,summary,a):hover { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 14px 30px rgba(250,87,66,.28); }
    .migrated-page-74-1 .:is(button,summary,a).secondary { border-color: rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.08); box-shadow: none; }
    .migrated-page-74-1 .:is(button,summary,a).ghost { border-color: var(--line); color: var(--ink); background: white; box-shadow: none; }
    .migrated-page-74-1 .:is(button,summary,a).small { min-height: 45px; padding: 0 17px; font-size: .91rem; }
    .migrated-page-74-1 .arrow { transition: transform .2s ease; }
    .migrated-page-74-1 a:hover .arrow { transform: translateX(3px); }

    /* Hero */
    .migrated-page-74-1 .hero {
      position: relative;
      padding: 95px 0 48px;
      color: white;
      background:
        radial-gradient(circle at 82% 18%, rgba(34,182,215,.25), transparent 25%),
        radial-gradient(circle at 20% 100%, rgba(250,87,66,.2), transparent 28%),
        var(--navy);
    }
    .migrated-page-74-1 .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .15;
      background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: linear-gradient(to bottom, black, transparent 82%);
    }
    .migrated-page-74-1 .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
      align-items: center;
      gap: 65px;
    }
    .migrated-page-74-1 .hero h1 { max-width: 720px; }
    .migrated-page-74-1 .hero h1 span {
      color: transparent;
      background: linear-gradient(95deg, #a4b8d3, #87a2c5);
      background-clip: text;
    }
    .migrated-page-74-1 .hero .eyebrow { color: #a4b8d3; }
    .migrated-page-74-1 .hero .lead { color: #cbd5e3; }
    .migrated-page-74-1 .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
    .migrated-page-74-1 .hero-notes { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #dde4ee; font-size: .9rem; font-weight: 750; }
    .migrated-page-74-1 .hero-notes span::before { content: "✓"; margin-right: 7px; color: #87a2c5; }

    .migrated-page-74-1 .workflow-lab {
      position: relative;
      overflow: hidden;
      padding: 25px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 26px;
      background: rgba(255,255,255,.075);
      box-shadow: 0 28px 70px rgba(0,0,0,.25);
      backdrop-filter: blur(16px);
    }
    .migrated-page-74-1 .workflow-lab::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .25;
      background: radial-gradient(circle at 50% 44%, rgba(34,182,215,.35), transparent 32%);
    }
    .migrated-page-74-1 .lab-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
    .migrated-page-74-1 .lab-top small { color: #92a5bd; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
    .migrated-page-74-1 .area-switch { display: flex; padding: 4px; border-radius: 11px; background: rgba(255,255,255,.07); }
    .migrated-page-74-1 .area-:is(button,summary,a) {
      min-height: 35px;
      padding: 0 12px;
      border: 0;
      border-radius: 8px;
      color: #aebbcb;
      background: transparent;
      font-size: .77rem;
      font-weight: 850;
    }
    .migrated-page-74-1 .area-:is(button,summary,a).active { color: white; background: var(--coral); }
    .migrated-page-74-1 .flow-line {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 44px 1fr 44px 1fr;
      align-items: center;
      gap: 5px;
      margin-bottom: 24px;
    }
    .migrated-page-74-1 .flow-node {
      position: relative;
      min-height: 122px;
      display: grid;
      align-content: center;
      gap: 5px;
      padding: 15px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 15px;
      background: rgba(8,24,43,.58);
      text-align: center;
    }
    .migrated-page-74-1 .flow-node small { color: #8093ad; font-size: .66rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
    .migrated-page-74-1 .flow-node strong { font-size: .88rem; line-height: 1.22; }
    .migrated-page-74-1 .flow-node.ai {
      border-color: rgba(34,182,215,.55);
      background: linear-gradient(145deg, rgba(15,100,232,.32), rgba(34,182,215,.16));
    }
    .migrated-page-74-1 .flow-arrow { color: #7e9bc1; font-size: 1.6rem; text-align: center; animation: pulseArrow 1.8s ease-in-out infinite; }
    @keyframes pulseArrow { 50% { opacity: .35; transform: translateX(4px); } }
    .migrated-page-74-1 .lab-output {
      position: relative;
      display: grid;
      grid-template-columns: 44px 1fr auto;
      align-items: center;
      gap: 13px;
      padding: 15px;
      border: 1px solid rgba(107,225,192,.25);
      border-radius: 15px;
      background: rgba(10,143,106,.12);
    }
    .migrated-page-74-1 .output-check { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #0c121a; background: #87a2c5; font-weight: 950; }
    .migrated-page-74-1 .lab-output small { display: block; color: #8fa2ba; font-size: .67rem; font-weight: 900; text-transform: uppercase; }
    .migrated-page-74-1 .lab-output strong { display: block; font-size: .9rem; line-height: 1.25; }
    .migrated-page-74-1 .lab-output span { color: #87a2c5; font-size: .75rem; font-weight: 850; }
    .migrated-page-74-1 .proof-strip { position: relative; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
    .migrated-page-74-1 .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .migrated-page-74-1 .proof-item strong { display: block; font-size: 1.12rem; }
    .migrated-page-74-1 .proof-item span { color: #9fafc4; font-size: .86rem; }

    /* Difference */
    .migrated-page-74-1 .difference { background: var(--soft); }
    .migrated-page-74-1 .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 55px;
      margin-bottom: 46px;
    }
    .migrated-page-74-1 .section-head > div { max-width: 780px; }
    .migrated-page-74-1 .section-head .lead { max-width: 400px; margin-bottom: 4px; }
    .migrated-page-74-1 .change-grid { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: stretch; gap: 16px; }
    .migrated-page-74-1 .change-card {
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: white;
      box-shadow: 0 10px 32px rgba(16,32,51,.06);
    }
    .migrated-page-74-1 .change-card.after { color: white; border-color: transparent; background: var(--navy); box-shadow: 0 20px 50px rgba(16,30,49,.18); }
    .migrated-page-74-1 .change-label { display: block; margin-bottom: 26px; color: var(--muted); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .migrated-page-74-1 .change-card.after .change-label { color: #8ca6c8; }
    .migrated-page-74-1 .change-card h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
    .migrated-page-74-1 .change-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
    .migrated-page-74-1 .change-list li { display: flex; gap: 10px; color: var(--muted); }
    .migrated-page-74-1 .change-card.after .change-list li { color: #c1ccda; }
    .migrated-page-74-1 .change-list li::before { content: "—"; color: #9aa6b5; font-weight: 900; }
    .migrated-page-74-1 .change-card.after .change-list li::before { content: "✓"; color: #87a2c5; }
    .migrated-page-74-1 .change-arrow { display: grid; place-items: center; color: var(--coral); font-size: 2.8rem; }

    /* Programmes */
    .migrated-page-74-1 .programmes { background: white; }
    .migrated-page-74-1 .programme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .migrated-page-74-1 .programme-card {
      --accent: var(--coral);
      position: relative;
      overflow: hidden;
      min-height: 610px;
      display: flex;
      flex-direction: column;
      padding: 36px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: white;
      box-shadow: 0 14px 42px rgba(16,32,51,.08);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .migrated-page-74-1 .programme-card.legal { --accent: var(--blue); }
    .migrated-page-74-1 .programme-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(16,32,51,.13); }
    .migrated-page-74-1 .programme-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent); }
    .migrated-page-74-1 .programme-card::after { content: ""; position: absolute; top: -125px; right: -95px; width: 310px; height: 310px; border-radius: 50%; opacity: .14; background: var(--accent); }
    .migrated-page-74-1 .programme-card > * { position: relative; z-index: 1; }
    .migrated-page-74-1 .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
    .migrated-page-74-1 .tag { min-height: 30px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 99px; color: var(--ink-2); background: var(--soft); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
    .migrated-page-74-1 .tag.open { color: #44648e; background: #f3f6f9; }
    .migrated-page-74-1 .programme-card h3 { max-width: 500px; font-size: clamp(2rem, 3vw, 2.65rem); }
    .migrated-page-74-1 .programme-card > p { color: var(--muted); }
    .migrated-page-74-1 .process-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
    .migrated-page-74-1 .process-chips span { padding: 8px 10px; border-radius: 9px; color: var(--ink-2); background: var(--soft); font-size: .79rem; font-weight: 780; }
    .migrated-page-74-1 .deliverable {
      margin-top: auto;
      padding: 20px;
      border-radius: 15px;
      background: color-mix(in srgb, var(--accent) 7%, white);
    }
    .migrated-page-74-1 .deliverable small { display: block; margin-bottom: 6px; color: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
    .migrated-page-74-1 .deliverable strong { display: block; line-height: 1.25; }
    .migrated-page-74-1 .programme-footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
    .migrated-page-74-1 .programme-price small { display: block; color: var(--muted); }
    .migrated-page-74-1 .programme-price strong { font-size: 2.15rem; letter-spacing: -.04em; }
    .migrated-page-74-1 .programme-price del { margin-left: 6px; color: #9aa4b1; }

    /* Six weeks */
    .migrated-page-74-1 .weeks { background: var(--soft); }
    .migrated-page-74-1 .week-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
    .migrated-page-74-1 .week-card {
      position: relative;
      min-height: 250px;
      padding: 23px 19px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: white;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .migrated-page-74-1 .week-card:hover { transform: translateY(-4px); border-color: #b5c6dc; box-shadow: 0 14px 32px rgba(16,32,51,.09); }
    .migrated-page-74-1 .week-number { display: block; margin-bottom: 30px; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
    .migrated-page-74-1 .week-card h3 { font-size: 1.12rem; }
    .migrated-page-74-1 .week-card p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }

    /* Rhythm */
    .migrated-page-74-1 .rhythm {
      color: white;
      background:
        radial-gradient(circle at 88% 15%, rgba(34,182,215,.25), transparent 25%),
        var(--navy);
    }
    .migrated-page-74-1 .rhythm .eyebrow { color: #88a2c5; }
    .migrated-page-74-1 .rhythm .lead { color: #b7c4d4; }
    .migrated-page-74-1 .rhythm-loop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
    .migrated-page-74-1 .rhythm-step { position: relative; min-height: 220px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); background: rgba(255,255,255,.05); }
    .migrated-page-74-1 .rhythm-step::after { content: "→"; position: absolute; top: 31px; right: -13px; z-index: 2; color: #829ec3; font-size: 1.35rem; }
    .migrated-page-74-1 .rhythm-step:last-child::after { content: "↻"; right: 18px; color: #87a2c5; }
    .migrated-page-74-1 .rhythm-step small { display: block; margin-bottom: 28px; color: #87a2c5; font-weight: 900; }
    .migrated-page-74-1 .rhythm-step p { margin-bottom: 0; color: #acbacd; font-size: .87rem; }

    /* Deliverables and price */
    .migrated-page-74-1 .assets { background: white; }
    .migrated-page-74-1 .asset-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .migrated-page-74-1 .asset-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: 0 9px 28px rgba(16,32,51,.05); }
    .migrated-page-74-1 .asset-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 13px; color: var(--blue); background: #f1f4f8; font-weight: 950; }
    .migrated-page-74-1 .asset-card:nth-child(2) .asset-icon { color: var(--coral); background: #f3f6f9; }
    .migrated-page-74-1 .asset-card:nth-child(3) .asset-icon { color: var(--green); background: #ebeff5; }
    .migrated-page-74-1 .asset-card:nth-child(4) .asset-icon { color: #7f9cc1; background: #f3f6f9; }
    .migrated-page-74-1 .asset-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

    .migrated-page-74-1 .enrolment { background: linear-gradient(125deg, #f3f6f9, #f6f8fa); }
    .migrated-page-74-1 .price-panel { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; }
    .migrated-page-74-1 .price-box { padding: 35px; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
    .migrated-page-74-1 .amount { display: flex; align-items: baseline; gap: 12px; margin: 8px 0 22px; }
    .migrated-page-74-1 .amount strong { font-size: clamp(3rem, 6vw, 4.5rem); letter-spacing: -.06em; }
    .migrated-page-74-1 .amount del { color: #8d98a7; font-size: 1.2rem; }
    .migrated-page-74-1 .price-list { display: grid; gap: 9px; margin: 0 0 25px; padding: 0; list-style: none; }
    .migrated-page-74-1 .price-list li { display: flex; gap: 9px; color: var(--ink-2); font-size: .9rem; }
    .migrated-page-74-1 .price-list li::before { content: "✓"; color: var(--green); font-weight: 900; }

    /* FAQ + CTA */
    .migrated-page-74-1 .faq { background: var(--soft); }
    .migrated-page-74-1 .faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
    .migrated-page-74-1 .faq-list { border-top: 1px solid var(--line); }
    .migrated-page-74-1 .faq-item { border-bottom: 1px solid var(--line); }
    .migrated-page-74-1 .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 850; }
    .migrated-page-74-1 .faq-question span:last-child { color: var(--coral); font-size: 1.35rem; }
    .migrated-page-74-1 .faq-answer { display: none; padding: 0 35px 22px 0; color: var(--muted); }
    .migrated-page-74-1 .faq-item.open .faq-answer { display: block; }
    .migrated-page-74-1 .faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
    .migrated-page-74-1 .final-cta { padding: 0; color: white; background: radial-gradient(circle at 88% 12%, rgba(34,182,215,.25), transparent 28%), var(--navy); }
    .migrated-page-74-1 .cta-inner { padding: 92px 0; text-align: center; }
    .migrated-page-74-1 .cta-inner h2 { max-width: 800px; margin-inline: auto; }
    .migrated-page-74-1 .cta-inner p { max-width: 660px; margin: 0 auto 28px; color: #c1ccda; }
    .migrated-page-74-1 .cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

    @media (max-width: 1060px) {
      .migrated-page-74-1 .hero-grid { grid-template-columns: 1fr; }
      .migrated-page-74-1 .workflow-lab { width: min(100%, 620px); margin-inline: auto; }
      .migrated-page-74-1 .programme-grid, .migrated-page-74-1 .price-panel { grid-template-columns: 1fr; }
      .migrated-page-74-1 .week-track { grid-template-columns: repeat(3, 1fr); }
      .migrated-page-74-1 .rhythm-loop, .migrated-page-74-1 .asset-grid { grid-template-columns: repeat(2, 1fr); }
      .migrated-page-74-1 .faq-grid { grid-template-columns: 1fr; gap: 38px; }
    }

    @media (max-width: 720px) {
      .migrated-page-74-1 .container { width: min(calc(100% - 28px), var(--max)); }
      .migrated-page-74-1 section { padding: 74px 0; }
      .migrated-page-74-1 h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
      .migrated-page-74-1 h2 { font-size: clamp(2rem, 10vw, 3rem); }
      .migrated-page-74-1 .hero { padding: 72px 0 36px; }
      .migrated-page-74-1 .hero-grid { gap: 40px; }
      .migrated-page-74-1 .hero-actions, .migrated-page-74-1 .hero-actions .:is(button,summary,a) { width: 100%; }
      .migrated-page-74-1 .workflow-lab { padding: 17px; border-radius: 21px; }
      .migrated-page-74-1 .lab-top { align-items: flex-start; flex-direction: column; }
      .migrated-page-74-1 .flow-line { grid-template-columns: 1fr; }
      .migrated-page-74-1 .flow-node { min-height: 92px; }
      .migrated-page-74-1 .flow-arrow { transform: rotate(90deg); min-height: 25px; }
      @keyframes pulseArrow { 50% { opacity: .35; transform: rotate(90deg) translateX(4px); } }
      .migrated-page-74-1 .lab-output { grid-template-columns: 42px 1fr; }
      .migrated-page-74-1 .lab-output > span { grid-column: 2; }
      .migrated-page-74-1 .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
      .migrated-page-74-1 .section-head { display: block; margin-bottom: 34px; }
      .migrated-page-74-1 .change-grid { grid-template-columns: 1fr; }
      .migrated-page-74-1 .change-arrow { min-height: 42px; transform: rotate(90deg); }
      .migrated-page-74-1 .programme-card { min-height: auto; padding: 27px; }
      .migrated-page-74-1 .programme-footer { align-items: flex-start; flex-direction: column; }
      .migrated-page-74-1 .week-track, .migrated-page-74-1 .rhythm-loop, .migrated-page-74-1 .asset-grid { grid-template-columns: 1fr; }
      .migrated-page-74-1 .week-card, .migrated-page-74-1 .rhythm-step { min-height: 0; }
      .migrated-page-74-1 .rhythm-step::after { display: none; }
      .migrated-page-74-1 .cta-inner { padding: 70px 0; }
      .migrated-page-74-1 .cta-actions, .migrated-page-74-1 .cta-actions .:is(button,summary,a) { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      .migrated-page-74-1 { scroll-behavior: auto; }
      .migrated-page-74-1 *, .migrated-page-74-1 *::before, .migrated-page-74-1 *::after { transition: none !important; animation: none !important; }
    }
  
