/* Hero animation — Figma Motion exports, CSS lifted verbatim (ids + keyframe names namespaced,
   part1 set to one iteration, part2 delayed to start the moment part1 ends). */
/* part2 waits out part1 in its base state; the swap itself is done in one JS task
   (see Home.dc.html) so the two layers never coexist and never blend. */
#heroPart1 { visibility: visible; }
#heroPart2 { visibility: hidden; }

/* ---------- part1 (appearance, plays once) ---------- */

@keyframes p1_kf_Group_2_transform_0 {
  0% {
    transform: translateX(1px) translateY(288px) translateY(-55px);
  }
  16.92% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(1px) translateY(288px) translateY(-55px);
  }
  36.92% {
    transform: translateX(1px) translateY(288px) translateY(0px);
  }
  100% {
    transform: translateX(1px) translateY(288px) translateY(0px);
  }
}
@keyframes p1_kf_Group_2_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  12.31% {
    animation-timing-function: ease;
    opacity: 0;
  }
  21.54% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Group_2 {
  transform-origin: 0 0;
  animation:
    p1_kf_Group_2_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Group_2_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_claude_transform_0 {
  0% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  1.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  3.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  5% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  6.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  8.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  10% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  11.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  13.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  15% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  16.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  16.92% {
    transform: translateX(96px) translateY(376.953px) translateY(-55px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  18.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-54.34px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  20% {
    transform: translateX(96px) translateY(376.953px) translateY(-51.135px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  21.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-43.579px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  23.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-31.73px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  25% {
    transform: translateX(96px) translateY(376.953px) translateY(-20.808px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  26.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-13.238px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  28.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-8.189px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  30% {
    transform: translateX(96px) translateY(376.953px) translateY(-4.766px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  31.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-2.496px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  33.33% {
    transform: translateX(96px) translateY(376.953px) translateY(-1.074px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  35% {
    transform: translateX(96px) translateY(376.953px) translateY(-0.285px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  36.67% {
    transform: translateX(96px) translateY(376.953px) translateY(-0.005px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  36.92% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  38.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  40% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  41.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  43.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  44.62% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  45% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.9) scaleY(0.9) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  46.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.904) scaleY(0.904) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  48.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.916) scaleY(0.916) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  50% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.938) scaleY(0.938) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  51.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.964) scaleY(0.964) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  53.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.985) scaleY(0.985) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  55% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(0.996) scaleY(0.996) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  56.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  56.92% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  58.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  60% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  61.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  63.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  65% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  66.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  68.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  70% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  71.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  73.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  75% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  76.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  78.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  80% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  81.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  83.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  85% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  86.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  88.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  90% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  91.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  93.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  95% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  96.67% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  98.33% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  100% {
    transform: translateX(96px) translateY(376.953px) translateY(0px) translate(78.751px, -0.687px) scaleX(1) scaleY(1) translate(-78.751px, 0.687px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
}
@keyframes p1_kf_claude_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  44.62% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  56.92% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_claude {
  transform-origin: 0 0;
  animation:
    p1_kf_claude_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_claude_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Group_4_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  12.31% {
    animation-timing-function: ease;
    opacity: 0;
  }
  21.54% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Group_4 {
  animation: p1_kf_Group_4_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Group_1321314879_transform_0 {
  0% {
    transform: translateX(46.004px) translateY(226.371px) translate(128.866px, -1.125px) scaleX(0.9) scaleY(0.9) translate(-128.866px, 1.125px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  41.54% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    transform: translateX(46.004px) translateY(226.371px) translate(128.866px, -1.125px) scaleX(0.9) scaleY(0.9) translate(-128.866px, 1.125px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  53.85% {
    transform: translateX(46.004px) translateY(226.371px) translate(128.866px, -1.125px) scaleX(1) scaleY(1) translate(-128.866px, 1.125px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  100% {
    transform: translateX(46.004px) translateY(226.371px) translate(128.866px, -1.125px) scaleX(1) scaleY(1) translate(-128.866px, 1.125px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
}
@keyframes p1_kf_Group_1321314879_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  41.54% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  53.85% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Group_1321314879 {
  transform-origin: 0 0;
  animation:
    p1_kf_Group_1321314879_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Group_1321314879_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___Webhook_transform_0 {
  0% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p1_Icon___Webhook {
  transform-origin: 0 0;
  animation: p1_kf_Icon___Webhook_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___Webhook_2_transform_0 {
  0% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p1_Icon___Webhook_2 {
  transform-origin: 0 0;
  animation: p1_kf_Icon___Webhook_2_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___Webhook_3_transform_0 {
  0% {
    transform: translateX(0px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(0px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p1_Icon___Webhook_3 {
  transform-origin: 0 0;
  animation: p1_kf_Icon___Webhook_3_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Group_5_transform_0 {
  0% {
    transform: translateX(1px) translateY(55px);
  }
  1.54% {
    transform: translateX(1px) translateY(55px);
  }
  18.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(1px) translateY(55px);
  }
  38.46% {
    transform: translateX(1px) translateY(0px);
  }
  100% {
    transform: translateX(1px) translateY(0px);
  }
}
@keyframes p1_kf_Group_5_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  1.54% {
    animation-timing-function: linear;
    opacity: 0;
  }
  12.31% {
    animation-timing-function: ease;
    opacity: 0;
  }
  23.08% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Group_5 {
  transform-origin: 0 0;
  animation:
    p1_kf_Group_5_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Group_5_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Group_1321314878_transform_0 {
  0% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  1.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  3.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  5% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  6.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  8.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  10% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  11.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  13.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  15% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  16.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  16.92% {
    transform: translateX(60.012px) translateY(86.11px) translateY(55px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  18.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(54.34px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  20% {
    transform: translateX(60.012px) translateY(86.11px) translateY(51.135px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  21.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(43.579px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  23.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(31.73px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  25% {
    transform: translateX(60.012px) translateY(86.11px) translateY(20.808px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  26.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(13.238px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  28.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(8.189px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  30% {
    transform: translateX(60.012px) translateY(86.11px) translateY(4.766px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  31.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(2.496px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  33.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(1.074px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  35% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0.285px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  36.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0.005px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  36.92% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  38.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  38.46% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.9) scaleY(0.9) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  40% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.902) scaleY(0.902) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  41.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.912) scaleY(0.912) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  43.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.93) scaleY(0.93) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  45% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.956) scaleY(0.956) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  46.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.98) scaleY(0.98) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  48.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.994) scaleY(0.994) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  50% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(0.999) scaleY(0.999) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  50.77% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  51.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  53.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  55% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  56.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  58.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  60% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  61.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  63.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  65% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  66.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  68.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  70% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  71.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  73.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  75% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  76.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  78.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  80% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  81.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  83.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  85% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  86.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  88.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  90% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  91.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  93.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  95% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  96.67% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  98.33% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
  100% {
    transform: translateX(60.012px) translateY(86.11px) translateY(0px) translate(114.549px, -1px) scaleX(1) scaleY(1) translate(-114.549px, 1px) rotate(-0.471rad) scaleX(1) scaleY(0.799) skewX(0.541753rad);
  }
}
@keyframes p1_kf_Group_1321314878_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  38.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  50.77% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Group_1321314878 {
  transform-origin: 0 0;
  animation:
    p1_kf_Group_1321314878_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Group_1321314878_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  75.38% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  83.08% {
    animation-timing-function: linear;
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
#p1_Icon___ChevronDown {
  animation: p1_kf_Icon___ChevronDown_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_2_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  80% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  87.69% {
    animation-timing-function: linear;
    opacity: 0.45;
  }
  100% {
    opacity: 0.45;
  }
}
#p1_Icon___ChevronDown_2 {
  animation: p1_kf_Icon___ChevronDown_2_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_3_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  84.62% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  92.31% {
    animation-timing-function: linear;
    opacity: 0.7;
  }
  100% {
    opacity: 0.7;
  }
}
#p1_Icon___ChevronDown_3 {
  animation: p1_kf_Icon___ChevronDown_3_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_4_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  83.08% {
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
  }
  90.77% {
    animation-timing-function: linear;
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
#p1_Icon___ChevronDown_4 {
  animation: p1_kf_Icon___ChevronDown_4_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_5_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  87.69% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  95.38% {
    animation-timing-function: linear;
    opacity: 0.45;
  }
  100% {
    opacity: 0.45;
  }
}
#p1_Icon___ChevronDown_5 {
  animation: p1_kf_Icon___ChevronDown_5_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_6_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  92.31% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
#p1_Icon___ChevronDown_6 {
  animation: p1_kf_Icon___ChevronDown_6_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_7_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  83.08% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  90.77% {
    animation-timing-function: linear;
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
#p1_Icon___ChevronDown_7 {
  animation: p1_kf_Icon___ChevronDown_7_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_8_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  87.69% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  95.38% {
    animation-timing-function: linear;
    opacity: 0.45;
  }
  100% {
    opacity: 0.45;
  }
}
#p1_Icon___ChevronDown_8 {
  animation: p1_kf_Icon___ChevronDown_8_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_9_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  92.31% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
#p1_Icon___ChevronDown_9 {
  animation: p1_kf_Icon___ChevronDown_9_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_10_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  75.38% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  83.08% {
    animation-timing-function: linear;
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
#p1_Icon___ChevronDown_10 {
  animation: p1_kf_Icon___ChevronDown_10_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_11_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  80% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  87.69% {
    animation-timing-function: linear;
    opacity: 0.45;
  }
  100% {
    opacity: 0.45;
  }
}
#p1_Icon___ChevronDown_11 {
  animation: p1_kf_Icon___ChevronDown_11_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Icon___ChevronDown_12_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  84.62% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  92.31% {
    animation-timing-function: linear;
    opacity: 0.7;
  }
  100% {
    opacity: 0.7;
  }
}
#p1_Icon___ChevronDown_12 {
  animation: p1_kf_Icon___ChevronDown_12_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Vector_26_transform_0 {
  0% {
    transform: translateY(115px) translate(0px, 4.635px) scaleY(0) translate(0px, -4.635px) rotate(0rad) scaleX(1) scaleY(1);
  }
  75.38% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(115px) translate(0px, 4.635px) scaleY(0) translate(0px, -4.635px) rotate(0rad) scaleX(1) scaleY(1);
  }
  90.77% {
    transform: translateY(115px) translate(0px, 4.635px) scaleY(1) translate(0px, -4.635px) rotate(0rad) scaleX(1) scaleY(1);
  }
  100% {
    transform: translateY(115px) translate(0px, 4.635px) scaleY(1) translate(0px, -4.635px) rotate(0rad) scaleX(1) scaleY(1);
  }
}
#p1_Vector_26 {
  transform-origin: 0 0;
  animation: p1_kf_Vector_26_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Vector_27_transform_0 {
  0% {
    transform: translateY(259px) translate(0px, 2.455px) scaleY(0) translate(0px, -2.455px);
  }
  83.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(259px) translate(0px, 2.455px) scaleY(0) translate(0px, -2.455px);
  }
  98.46% {
    transform: translateY(259px) translate(0px, 2.455px) scaleY(1) translate(0px, -2.455px);
  }
  100% {
    transform: translateY(259px) translate(0px, 2.455px) scaleY(1) translate(0px, -2.455px);
  }
}
#p1_Vector_27 {
  transform-origin: 0 0;
  animation: p1_kf_Vector_27_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Vector_28_transform_0 {
  0% {
    transform: translateX(350px) translateY(115px) translate(0px, 107.615px) scaleY(0) translate(0px, -107.615px);
  }
  83.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(350px) translateY(115px) translate(0px, 107.615px) scaleY(0) translate(0px, -107.615px);
  }
  98.46% {
    transform: translateX(350px) translateY(115px) translate(0px, 107.615px) scaleY(1) translate(0px, -107.615px);
  }
  100% {
    transform: translateX(350px) translateY(115px) translate(0px, 107.615px) scaleY(1) translate(0px, -107.615px);
  }
}
#p1_Vector_28 {
  transform-origin: 0 0;
  animation: p1_kf_Vector_28_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Vector_29_transform_0 {
  0% {
    transform: translateX(350px) translateY(259px) translate(0px, 107.974px) scaleY(0) translate(0px, -107.974px);
  }
  75.38% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(350px) translateY(259px) translate(0px, 107.974px) scaleY(0) translate(0px, -107.974px);
  }
  90.77% {
    transform: translateX(350px) translateY(259px) translate(0px, 107.974px) scaleY(1) translate(0px, -107.974px);
  }
  100% {
    transform: translateX(350px) translateY(259px) translate(0px, 107.974px) scaleY(1) translate(0px, -107.974px);
  }
}
#p1_Vector_29 {
  transform-origin: 0 0;
  animation: p1_kf_Vector_29_transform_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Files_transform_0 {
  0% {
    transform: translateX(426px) translateY(95px) translateX(-10px);
  }
  53.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(426px) translateY(95px) translateX(-10px);
  }
  64.62% {
    transform: translateX(426px) translateY(95px) translateX(0px);
  }
  100% {
    transform: translateX(426px) translateY(95px) translateX(0px);
  }
}
@keyframes p1_kf_Files_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  53.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  64.62% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Files {
  transform-origin: 0 0;
  animation:
    p1_kf_Files_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Files_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Model_transform_0 {
  0% {
    transform: translateX(426px) translateY(243px) translateX(-10px);
  }
  58.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(426px) translateY(243px) translateX(-10px);
  }
  69.23% {
    transform: translateX(426px) translateY(243px) translateX(0px);
  }
  100% {
    transform: translateX(426px) translateY(243px) translateX(0px);
  }
}
@keyframes p1_kf_Model_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  58.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  69.23% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Model {
  transform-origin: 0 0;
  animation:
    p1_kf_Model_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Model_opacity_0 3.25s linear 0.35s 1 both;
}
@keyframes p1_kf_Claude_transform_0 {
  0% {
    transform: translateX(426px) translateY(378px) translateX(-10px);
  }
  63.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(426px) translateY(378px) translateX(-10px);
  }
  73.85% {
    transform: translateX(426px) translateY(378px) translateX(0px);
  }
  100% {
    transform: translateX(426px) translateY(378px) translateX(0px);
  }
}
@keyframes p1_kf_Claude_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  63.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  73.85% {
    animation-timing-function: linear;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#p1_Claude {
  transform-origin: 0 0;
  animation:
    p1_kf_Claude_transform_0 3.25s linear 0.35s 1 both,
    p1_kf_Claude_opacity_0 3.25s linear 0.35s 1 both;
}

/* ---------- part2 (loop) ---------- */

@keyframes p2_kf_Icon___Webhook_transform_0 {
  0% {
    animation-timing-function: ease-in-out;
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  3.36% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  26.51% {
    animation-timing-function: ease-in-out;
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  29.87% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  40.27% {
    animation-timing-function: ease-in-out;
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  43.62% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(18.85rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  66.43% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(18.85rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  66.44% {
    animation-timing-function: ease-in-out;
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  69.8% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(104.001px) translateY(104px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p2_Icon___Webhook {
  transform-origin: 0 0;
  animation: p2_kf_Icon___Webhook_transform_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___Webhook_2_transform_0 {
  0% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  12.75% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  16.11% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  32.88% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  32.89% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  36.24% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  52.67% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  52.68% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  56.04% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  72.81% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  72.82% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  76.17% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(0px) translateY(103.998px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p2_Icon___Webhook_2 {
  transform-origin: 0 0;
  animation: p2_kf_Icon___Webhook_2_transform_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___Webhook_3_transform_0 {
  0% {
    transform: translateX(0px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  6.71% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  10.07% {
    transform: translateX(0px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  20.13% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  23.49% {
    transform: translateX(0px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  46.63% {
    transform: translateX(0px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  46.64% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translate(20px, 20px) rotate(0rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  50% {
    transform: translateX(0px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  60.07% {
    animation-timing-function: ease-in-out;
    transform: translateX(0px) translate(20px, 20px) rotate(6.283rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  63.42% {
    transform: translateX(0px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
  100% {
    transform: translateX(0px) translate(20px, 20px) rotate(12.566rad) translate(-20px, -20px) rotate(0rad) skewX(0rad);
  }
}
#p2_Icon___Webhook_3 {
  transform-origin: 0 0;
  animation: p2_kf_Icon___Webhook_3_transform_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_opacity_0 {
  0% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  1.34% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  3.02% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  5.03% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  10.07% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  11.41% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  13.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  15.1% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  20.13% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  21.48% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  23.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  25.17% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  30.2% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  31.54% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  33.22% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  35.23% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  40.27% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  41.61% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  43.29% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  45.3% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  51.34% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  53.02% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  55.03% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  60.07% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  61.41% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  63.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  65.1% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  70.13% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  71.48% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  73.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  75.17% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  80.2% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  81.54% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  83.22% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  85.23% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  90.27% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  91.61% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  93.29% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  95.3% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  100% {
    opacity: 0.03;
  }
}
#p2_Icon___ChevronDown {
  animation: p2_kf_Icon___ChevronDown_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_2_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  1.68% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  3.02% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  4.7% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  6.71% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  11.74% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  13.09% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  14.77% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  16.78% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  21.81% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  23.15% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  24.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  26.85% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  31.88% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  33.22% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  34.9% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  36.91% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  41.95% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  43.29% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  44.97% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  46.98% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  51.68% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  53.02% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  54.7% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  56.71% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  61.74% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  63.09% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  64.77% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  66.78% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  71.81% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  73.15% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  74.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  76.85% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  81.88% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  83.22% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  84.9% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  86.91% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  91.95% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  93.29% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  94.97% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  96.98% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  100% {
    opacity: 0.068;
  }
}
#p2_Icon___ChevronDown_2 {
  animation: p2_kf_Icon___ChevronDown_2_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_3_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  3.36% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  4.7% {
    animation-timing-function: linear;
    opacity: 1;
  }
  6.38% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  8.39% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  13.42% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  14.77% {
    animation-timing-function: linear;
    opacity: 1;
  }
  16.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  18.46% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  23.49% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  24.83% {
    animation-timing-function: linear;
    opacity: 1;
  }
  26.51% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  28.52% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  33.56% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  34.9% {
    animation-timing-function: linear;
    opacity: 1;
  }
  36.58% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  38.59% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  43.62% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  44.97% {
    animation-timing-function: linear;
    opacity: 1;
  }
  46.64% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  48.66% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  53.36% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  54.7% {
    animation-timing-function: linear;
    opacity: 1;
  }
  56.38% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  58.39% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  63.42% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  64.77% {
    animation-timing-function: linear;
    opacity: 1;
  }
  66.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  68.46% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  73.49% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  74.83% {
    animation-timing-function: linear;
    opacity: 1;
  }
  76.51% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  78.52% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  83.56% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  84.9% {
    animation-timing-function: linear;
    opacity: 1;
  }
  86.58% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  88.59% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  93.62% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  94.97% {
    animation-timing-function: linear;
    opacity: 1;
  }
  96.64% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  98.66% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  100% {
    opacity: 0.105;
  }
}
#p2_Icon___ChevronDown_3 {
  animation: p2_kf_Icon___ChevronDown_3_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_4_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  0.67% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  2.01% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  3.69% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  5.7% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  10.74% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  12.08% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  13.76% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  15.77% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  20.81% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  22.15% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  23.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  25.84% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  30.87% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  32.21% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  33.89% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  35.91% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  40.94% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  42.28% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  43.96% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  45.97% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  50.67% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  52.01% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  53.69% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  55.7% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  60.74% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  62.08% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  63.76% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  65.77% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  70.81% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  72.15% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  73.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  75.84% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  80.87% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  82.21% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  83.89% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  85.91% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  90.94% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  92.28% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  93.96% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  95.97% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  100% {
    opacity: 0.03;
  }
}
#p2_Icon___ChevronDown_4 {
  animation: p2_kf_Icon___ChevronDown_4_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_5_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  2.35% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  3.69% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  5.37% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  7.38% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  12.42% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  13.76% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  15.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  17.45% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  22.48% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  23.83% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  25.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  27.52% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  32.55% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  33.89% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  35.57% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  37.58% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  42.62% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  43.96% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  45.64% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  47.65% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  52.35% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  53.69% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  55.37% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  57.38% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  62.42% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  63.76% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  65.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  67.45% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  72.48% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  73.83% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  75.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  77.52% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  82.55% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  83.89% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  85.57% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  87.58% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  92.62% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  93.96% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  95.64% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  97.65% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  100% {
    opacity: 0.068;
  }
}
#p2_Icon___ChevronDown_5 {
  animation: p2_kf_Icon___ChevronDown_5_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_6_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  4.03% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  5.37% {
    animation-timing-function: linear;
    opacity: 1;
  }
  7.05% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  9.06% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  14.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  15.44% {
    animation-timing-function: linear;
    opacity: 1;
  }
  17.11% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  19.13% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  24.16% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  25.5% {
    animation-timing-function: linear;
    opacity: 1;
  }
  27.18% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  29.19% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  34.23% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  35.57% {
    animation-timing-function: linear;
    opacity: 1;
  }
  37.25% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  39.26% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  44.3% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  45.64% {
    animation-timing-function: linear;
    opacity: 1;
  }
  47.32% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  49.33% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  54.03% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  55.37% {
    animation-timing-function: linear;
    opacity: 1;
  }
  57.05% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  59.06% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  64.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  65.44% {
    animation-timing-function: linear;
    opacity: 1;
  }
  67.11% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  69.13% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  74.16% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  75.5% {
    animation-timing-function: linear;
    opacity: 1;
  }
  77.18% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  79.19% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  84.23% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  85.57% {
    animation-timing-function: linear;
    opacity: 1;
  }
  87.25% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  89.26% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  94.3% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  95.64% {
    animation-timing-function: linear;
    opacity: 1;
  }
  97.32% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  99.33% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  100% {
    opacity: 0.105;
  }
}
#p2_Icon___ChevronDown_6 {
  animation: p2_kf_Icon___ChevronDown_6_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_7_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  1.34% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  2.68% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  4.36% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  6.38% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  11.41% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  12.75% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  14.43% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  16.44% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  21.48% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  22.82% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  24.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  26.51% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  31.54% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  32.89% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  34.56% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  36.58% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  41.61% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  42.95% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  44.63% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  46.64% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  51.34% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  52.68% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  54.36% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  56.38% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  61.41% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  62.75% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  64.43% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  66.44% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  71.48% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  72.82% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  74.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  76.51% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  81.54% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  82.89% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  84.56% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  86.58% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  91.61% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  92.95% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  94.63% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  96.64% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  100% {
    opacity: 0.03;
  }
}
#p2_Icon___ChevronDown_7 {
  animation: p2_kf_Icon___ChevronDown_7_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_8_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  3.02% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  4.36% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  6.04% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  8.05% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  13.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  14.43% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  16.11% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  18.12% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  23.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  24.5% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  26.17% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  28.19% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  33.22% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  34.56% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  36.24% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  38.26% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  43.29% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  44.63% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  46.31% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  48.32% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  53.02% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  54.36% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  56.04% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  58.05% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  63.09% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  64.43% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  66.11% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  68.12% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  73.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  74.5% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  76.17% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  78.19% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  83.22% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  84.56% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  86.24% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  88.26% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  93.29% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  94.63% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  96.31% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  98.32% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  100% {
    opacity: 0.068;
  }
}
#p2_Icon___ChevronDown_8 {
  animation: p2_kf_Icon___ChevronDown_8_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_9_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  4.7% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  6.04% {
    animation-timing-function: linear;
    opacity: 1;
  }
  7.72% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  9.73% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  14.77% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  16.11% {
    animation-timing-function: linear;
    opacity: 1;
  }
  17.79% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  19.8% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  24.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  26.17% {
    animation-timing-function: linear;
    opacity: 1;
  }
  27.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  29.87% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  34.9% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  36.24% {
    animation-timing-function: linear;
    opacity: 1;
  }
  37.92% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  39.93% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  44.97% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  46.31% {
    animation-timing-function: linear;
    opacity: 1;
  }
  47.99% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  54.7% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  56.04% {
    animation-timing-function: linear;
    opacity: 1;
  }
  57.72% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  59.73% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  64.77% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  66.11% {
    animation-timing-function: linear;
    opacity: 1;
  }
  67.79% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  69.8% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  74.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  76.17% {
    animation-timing-function: linear;
    opacity: 1;
  }
  77.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  79.87% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  84.9% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  86.24% {
    animation-timing-function: linear;
    opacity: 1;
  }
  87.92% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  89.93% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  94.97% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  96.31% {
    animation-timing-function: linear;
    opacity: 1;
  }
  97.99% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  100% {
    opacity: 0.105;
  }
}
#p2_Icon___ChevronDown_9 {
  animation: p2_kf_Icon___ChevronDown_9_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_10_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  2.01% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  3.36% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  5.03% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  7.05% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  12.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  13.42% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  15.1% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  17.11% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  22.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  23.49% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  25.17% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  27.18% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  32.21% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  33.56% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  35.23% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  37.25% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  42.28% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  43.62% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  45.3% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  47.32% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  52.01% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  53.36% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  55.03% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  57.05% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  62.08% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  63.42% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  65.1% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  67.11% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  72.15% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  73.49% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  75.17% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  77.18% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  82.21% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  83.56% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  85.23% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  87.25% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  92.28% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.03;
  }
  93.62% {
    animation-timing-function: linear;
    opacity: 0.36;
  }
  95.3% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.36;
  }
  97.32% {
    animation-timing-function: linear;
    opacity: 0.03;
  }
  100% {
    opacity: 0.03;
  }
}
#p2_Icon___ChevronDown_10 {
  animation: p2_kf_Icon___ChevronDown_10_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_11_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  3.69% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  5.03% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  6.71% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  8.72% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  13.76% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  15.1% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  16.78% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  18.79% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  23.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  25.17% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  26.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  28.86% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  33.89% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  35.23% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  36.91% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  38.93% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  43.96% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  45.3% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  46.98% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  48.99% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  53.69% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  55.03% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  56.71% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  58.72% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  63.76% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  65.1% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  66.78% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  68.79% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  73.83% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  75.17% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  76.85% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  78.86% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  83.89% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  85.23% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  86.91% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  88.93% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  93.96% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.068;
  }
  95.3% {
    animation-timing-function: linear;
    opacity: 0.81;
  }
  96.98% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.81;
  }
  98.99% {
    animation-timing-function: linear;
    opacity: 0.068;
  }
  100% {
    opacity: 0.068;
  }
}
#p2_Icon___ChevronDown_11 {
  animation: p2_kf_Icon___ChevronDown_11_opacity_0 14.9s linear 3.6s infinite;
}
@keyframes p2_kf_Icon___ChevronDown_12_opacity_0 {
  0% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  5.37% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  6.71% {
    animation-timing-function: linear;
    opacity: 1;
  }
  8.39% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  10.4% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  15.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  16.78% {
    animation-timing-function: linear;
    opacity: 1;
  }
  18.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  20.47% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  25.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  26.85% {
    animation-timing-function: linear;
    opacity: 1;
  }
  28.52% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  30.54% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  35.57% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  36.91% {
    animation-timing-function: linear;
    opacity: 1;
  }
  38.59% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  40.6% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  55.37% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  56.71% {
    animation-timing-function: linear;
    opacity: 1;
  }
  58.39% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  60.4% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  65.44% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  66.78% {
    animation-timing-function: linear;
    opacity: 1;
  }
  68.46% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  70.47% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  75.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  76.85% {
    animation-timing-function: linear;
    opacity: 1;
  }
  78.52% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  80.54% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  85.57% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0.105;
  }
  86.91% {
    animation-timing-function: linear;
    opacity: 1;
  }
  88.59% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
  }
  90.6% {
    animation-timing-function: linear;
    opacity: 0.105;
  }
  100% {
    opacity: 0.105;
  }
}
#p2_Icon___ChevronDown_12 {
  animation: p2_kf_Icon___ChevronDown_12_opacity_0 14.9s linear 3.6s infinite;
}


/* ---------- seamless handoff ----------
   part1 leaves the chevrons at 0.2/0.45/0.7, while part2's loop opens them at
   0.03/0.068/0.105 — the only state that differs between the two exports.
   These rules ease that one value down over the last 220ms of part1 (after its
   own chevron reveal has finished at 3.0s), so the cut to part2 lands on
   pixel-identical frames. Both layers are promoted to their own compositor
   layer up front, so the swap costs no raster or layout work. */
@keyframes heroChevHandoff_a { from { opacity: 0.2; } to { opacity: 0.03; } }
#p1_Icon___ChevronDown {
  animation:
    p1_kf_Icon___ChevronDown_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_a 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_4 {
  animation:
    p1_kf_Icon___ChevronDown_4_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_a 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_7 {
  animation:
    p1_kf_Icon___ChevronDown_7_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_a 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_10 {
  animation:
    p1_kf_Icon___ChevronDown_10_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_a 0.22s linear 3.38s forwards;
}
@keyframes heroChevHandoff_b { from { opacity: 0.45; } to { opacity: 0.068; } }
#p1_Icon___ChevronDown_2 {
  animation:
    p1_kf_Icon___ChevronDown_2_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_b 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_5 {
  animation:
    p1_kf_Icon___ChevronDown_5_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_b 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_8 {
  animation:
    p1_kf_Icon___ChevronDown_8_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_b 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_11 {
  animation:
    p1_kf_Icon___ChevronDown_11_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_b 0.22s linear 3.38s forwards;
}
@keyframes heroChevHandoff_c { from { opacity: 0.7; } to { opacity: 0.105; } }
#p1_Icon___ChevronDown_3 {
  animation:
    p1_kf_Icon___ChevronDown_3_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_c 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_6 {
  animation:
    p1_kf_Icon___ChevronDown_6_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_c 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_9 {
  animation:
    p1_kf_Icon___ChevronDown_9_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_c 0.22s linear 3.38s forwards;
}
#p1_Icon___ChevronDown_12 {
  animation:
    p1_kf_Icon___ChevronDown_12_opacity_0 3.25s linear 0.35s 1 both,
    heroChevHandoff_c 0.22s linear 3.38s forwards;
}
