.protocol-study {
  container-type: inline-size;
  scroll-margin-top: calc(var(--nav-height) + var(--space-lg));
}
.protocol-study .motion-study__stage {
  max-width: 1000px;
}
.protocol-study .motion-study__steps {
  grid-template-columns: repeat(3, 1fr);
}
.protocol-study .motion-study__steps button {
  align-content: start;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: var(--space-sm);
}
.protocol-study .motion-study__step-number {
  grid-row: auto;
  padding-top: 0;
}
.protocol-study .motion-study__steps button[aria-current='step'] .motion-study__step-number::after {
  content: ' · Im Modell';
  display: inline;
  margin-top: 0;
}
.protocol-study__label {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: var(--text-link-sm);
  line-height: 1.4;
  white-space: nowrap;
}
.protocol-study__label small {
  display: block;
  margin-top: 6px;
  color: var(--study-muted);
  font-size: var(--text-micro);
}
.dns-resolution-study__query {
  left: 19.2%;
  top: 20%;
}
.dns-resolution-study__resolver {
  left: 19.2%;
  top: 73%;
}
.dns-resolution-study__root {
  left: 79%;
  top: 20.7%;
}
.dns-resolution-study__tld {
  left: 79%;
  top: 50.7%;
}
.dns-resolution-study__zone {
  left: 79%;
  top: 80.7%;
}
.dns-resolution-study__answer {
  left: 19.2%;
  top: 90%;
  font-variant-numeric: tabular-nums;
}
.dnssec-chain-study__root {
  left: 13%;
  top: 23%;
}
.dnssec-chain-study__tld {
  left: 37%;
  top: 23%;
}
.dnssec-chain-study__zone {
  left: 63%;
  top: 23%;
}
.dnssec-chain-study__record {
  left: 87%;
  top: 23%;
}
.dnssec-chain-study__anchor {
  left: 13%;
}
.dnssec-chain-study__key-one {
  left: 37%;
}
.dnssec-chain-study__key-two {
  left: 63%;
}
.dnssec-chain-study__signature {
  left: 87%;
}
.dnssec-chain-study__anchor,
.dnssec-chain-study__key-one,
.dnssec-chain-study__key-two,
.dnssec-chain-study__signature {
  top: 76%;
  transform: translateX(-50%);
}
.dnssec-chain-study__ds-one {
  left: 25%;
  top: 44%;
  font-size: var(--text-micro);
}
.dnssec-chain-study__ds-two {
  left: 50%;
  top: 44%;
  font-size: var(--text-micro);
}
.cache-cycle-study__query {
  left: 50%;
  top: 11%;
}
.cache-cycle-study__browser {
  left: 14.9%;
  top: 85%;
}
.cache-cycle-study__cache {
  left: 50%;
  top: 85%;
}
.cache-cycle-study__origin {
  left: 85.1%;
  top: 85%;
}
.cache-cycle-study__status {
  left: 50%;
  top: 25%;
  font-size: var(--text-micro);
}
.anycast-route-study__address {
  left: 14.8%;
  top: 29%;
}
.anycast-route-study__client {
  left: 14.8%;
  top: 71%;
}
.anycast-route-study__routing {
  left: 43.4%;
  top: 66%;
}
.anycast-route-study__a {
  left: 84%;
  top: 32.5%;
}
.anycast-route-study__b {
  left: 84%;
  top: 81.1%;
}
.anycast-route-study__withdrawn {
  left: 84%;
  top: 49%;
  font-size: var(--text-micro);
}
.rate-limit-study__allowance {
  left: 50%;
  top: 14%;
}
.rate-limit-study__client {
  left: 14%;
  top: 84%;
}
.rate-limit-study__limiter {
  left: 50%;
  top: 84%;
}
.rate-limit-study__api {
  left: 86%;
  top: 84%;
}
.rate-limit-study__response {
  left: 32%;
  top: 50%;
}
.acme-issuance-study__client {
  left: 18%;
  top: 21%;
}
.acme-issuance-study__dns {
  left: 50%;
  top: 21%;
}
.acme-issuance-study__ca {
  left: 82%;
  top: 21%;
}
.acme-issuance-study__order {
  left: 34%;
  top: 27.5%;
}
.acme-issuance-study__publish {
  left: 34%;
  top: 47.5%;
}
.acme-issuance-study__validate {
  left: 66%;
  top: 54.3%;
}
.acme-issuance-study__issue {
  left: 50%;
  top: 68%;
}
.acme-issuance-study__key {
  left: 18%;
  top: 96%;
}
.acme-issuance-study__order,
.acme-issuance-study__publish,
.acme-issuance-study__validate,
.acme-issuance-study__issue,
.acme-issuance-study__key {
  font-size: var(--text-micro);
}
@container (max-width: 620px) {
  .protocol-study .motion-study__steps {
    grid-template-columns: 1fr;
  }
  .protocol-study .motion-study__steps button {
    grid-template-columns: 24px 1fr;
    grid-template-rows: auto auto;
    gap: 4px 12px;
  }
  .protocol-study .motion-study__step-number {
    grid-row: span 2;
    padding-top: 5px;
  }
  .protocol-study
    .motion-study__steps
    button[aria-current='step']
    .motion-study__step-number::after {
    content: ' ●';
    display: block;
    margin-top: 8px;
  }
  .protocol-study__label {
    font-size: 12px;
  }
  .protocol-study__label small {
    font-size: 10px;
    margin-top: 2px;
  }
  .dnssec-chain-study__ds-one,
  .dnssec-chain-study__ds-two,
  .cache-cycle-study__status {
    font-size: 10px;
  }
  .anycast-route-study__withdrawn,
  .acme-issuance-study__order,
  .acme-issuance-study__publish,
  .acme-issuance-study__validate,
  .acme-issuance-study__issue,
  .acme-issuance-study__key {
    font-size: 10px;
  }
  .anycast-route-study__address small,
  .rate-limit-study__allowance small {
    display: none;
  }
}
@container (max-width: 360px) {
  .dns-resolution-study__query {
    font-size: 10px;
  }
  .dnssec-chain-study__zone {
    font-size: 10px;
  }
}
@media print {
  .protocol-study [data-motion] {
    animation-delay: -12s !important;
  }
}
/* graphics:dns-resolution */

.dns-resolution {
  color: var(--study-ink, #0e0e10);
}
.dns-resolution__line,
.dns-resolution__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.dns-resolution__line {
  fill: none;
}
.dns-resolution__face {
  fill: var(--study-bg, #f9f9f7);
}
.dns-resolution__route {
  fill: none;
  stroke: var(--study-rule, #dededa);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.dns-resolution__signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-dasharray: 0.035 1;
}
.dns-resolution [data-motion],
.dns-resolution-study [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.dns-resolution__root {
  animation-name: resolution-root;
}
.dns-resolution__tld {
  animation-name: resolution-tld;
}
.dns-resolution__zone {
  animation-name: resolution-zone;
}
.dns-resolution__answer {
  animation-name: resolution-answer;
}
@keyframes resolution-root {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
  3% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  14%,
  18% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  29% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  30%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
}
@keyframes resolution-tld {
  0%,
  34% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
  35% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  47%,
  51% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  62% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  63%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
}
@keyframes resolution-zone {
  0%,
  67% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
  68% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  80%,
  84% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  95% {
    opacity: 1;
    stroke-dashoffset: 0.035;
  }
  96%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.035;
  }
}
@keyframes resolution-answer {
  0%,
  93% {
    opacity: 0;
  }
  96%,
  100% {
    opacity: 1;
  }
}

/* /graphics:dns-resolution */
/* graphics:dnssec-chain */

.dnssec-chain {
  color: var(--study-ink, #0e0e10);
}
.dnssec-chain__line,
.dnssec-chain__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.dnssec-chain__line {
  fill: none;
}
.dnssec-chain__face {
  fill: var(--study-bg, #f9f9f7);
}
.dnssec-chain__route {
  fill: none;
  stroke: var(--study-rule, #dededa);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.dnssec-chain__trace {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 1;
  vector-effect: non-scaling-stroke;
}
.dnssec-chain [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.dnssec-chain__root {
  animation-name: chain-root;
}
.dnssec-chain__zone {
  animation-name: chain-zone;
}
.dnssec-chain__record {
  animation-name: chain-record;
}
.dnssec-chain__check-one {
  animation-name: chain-check-one;
}
.dnssec-chain__check-two {
  animation-name: chain-check-two;
}
.dnssec-chain__check-three {
  animation-name: chain-check-three;
}
@keyframes chain-root {
  0%,
  5% {
    stroke-dashoffset: 1;
  }
  24%,
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes chain-zone {
  0%,
  38% {
    stroke-dashoffset: 1;
  }
  57%,
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes chain-record {
  0%,
  71% {
    stroke-dashoffset: 1;
  }
  90%,
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes chain-check-one {
  0%,
  24% {
    opacity: 0;
  }
  27%,
  100% {
    opacity: 1;
  }
}
@keyframes chain-check-two {
  0%,
  57% {
    opacity: 0;
  }
  60%,
  100% {
    opacity: 1;
  }
}
@keyframes chain-check-three {
  0%,
  90% {
    opacity: 0;
  }
  93%,
  100% {
    opacity: 1;
  }
}

/* /graphics:dnssec-chain */
/* graphics:cache-cycle */

.cache-cycle {
  color: var(--study-ink, #0e0e10);
}
.cache-cycle__line,
.cache-cycle__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.cache-cycle__line {
  fill: none;
}
.cache-cycle__face {
  fill: var(--study-bg, #f9f9f7);
}
.cache-cycle__route {
  fill: none;
  stroke: var(--study-rule, #dededa);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.cache-cycle__signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-dasharray: 0.04 1;
}
.cache-cycle [data-motion],
.cache-cycle-study [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.cache-cycle__miss {
  animation-name: cache-miss;
}
.cache-cycle__fill {
  animation-name: cache-fill;
}
.cache-cycle__hit {
  animation-name: cache-hit;
}
.cache-cycle__copy {
  animation-name: cache-copy;
}
.cache-cycle__status-miss {
  animation-name: cache-status-miss;
}
.cache-cycle__status-fill {
  animation-name: cache-status-fill;
}
.cache-cycle__status-hit {
  animation-name: cache-status-hit;
}
@keyframes cache-miss {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.04;
  }
  3% {
    opacity: 1;
    stroke-dashoffset: 0.04;
  }
  29% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  30%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes cache-fill {
  0%,
  35% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
  36% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  63% {
    opacity: 1;
    stroke-dashoffset: 0.04;
  }
  64%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.04;
  }
}
@keyframes cache-hit {
  0%,
  68% {
    opacity: 0;
    stroke-dashoffset: 0.04;
  }
  69% {
    opacity: 1;
    stroke-dashoffset: 0.04;
  }
  80%,
  84% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  96% {
    opacity: 1;
    stroke-dashoffset: 0.04;
  }
  97%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.04;
  }
}
@keyframes cache-copy {
  0%,
  48% {
    opacity: 0;
  }
  52%,
  100% {
    opacity: 1;
  }
}
@keyframes cache-status-miss {
  0%,
  32% {
    opacity: 1;
  }
  33%,
  100% {
    opacity: 0;
  }
}
@keyframes cache-status-fill {
  0%,
  33% {
    opacity: 0;
  }
  34%,
  65% {
    opacity: 1;
  }
  66%,
  100% {
    opacity: 0;
  }
}
@keyframes cache-status-hit {
  0%,
  66% {
    opacity: 0;
  }
  67%,
  100% {
    opacity: 1;
  }
}

/* /graphics:cache-cycle */
/* graphics:anycast-route */

.anycast-route {
  color: var(--study-ink, #0e0e10);
}
.anycast-route__line,
.anycast-route__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.anycast-route__line > *,
.anycast-route__face > *,
.anycast-route__route > * {
  vector-effect: non-scaling-stroke;
}
.anycast-route__line {
  fill: none;
}
.anycast-route__face {
  fill: var(--study-bg, #f9f9f7);
}
.anycast-route__candidate {
  fill: none;
  stroke: var(--study-rule, #dededa);
  stroke-width: 1;
  stroke-dasharray: 4 7;
  vector-effect: non-scaling-stroke;
}
.anycast-route__selected {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.anycast-route__candidate > *,
.anycast-route__selected > * {
  vector-effect: non-scaling-stroke;
}
.anycast-route__signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-dasharray: 0.025 1;
}
.anycast-route [data-motion],
.anycast-route-study [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.anycast-route__primary {
  animation-name: anycast-primary;
}
.anycast-route__secondary {
  animation-name: anycast-secondary;
}
.anycast-route__withdrawn {
  animation-name: anycast-withdrawn;
}
.anycast-route__packet-a {
  animation-name: anycast-packet-a;
}
.anycast-route__packet-b {
  animation-name: anycast-packet-b;
}
@keyframes anycast-primary {
  0%,
  36% {
    opacity: 1;
  }
  43%,
  100% {
    opacity: 0;
  }
}
@keyframes anycast-secondary {
  0%,
  67% {
    opacity: 0;
  }
  72%,
  100% {
    opacity: 1;
  }
}
@keyframes anycast-withdrawn {
  0%,
  36% {
    opacity: 0;
  }
  43%,
  100% {
    opacity: 1;
  }
}
@keyframes anycast-packet-a {
  0%,
  3% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  4% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  30% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  31%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes anycast-packet-b {
  0%,
  73% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  74% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  97% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  98%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}

/* /graphics:anycast-route */
/* graphics:rate-limit */

.rate-limit {
  color: var(--study-ink, #0e0e10);
}
.rate-limit__line,
.rate-limit__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.rate-limit__line > *,
.rate-limit__face > *,
.rate-limit__route > * {
  vector-effect: non-scaling-stroke;
}
.rate-limit__line {
  fill: none;
}
.rate-limit__face {
  fill: var(--study-bg, #f9f9f7);
}
.rate-limit__route {
  fill: none;
  stroke: var(--study-rule, #dededa);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.rate-limit__signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-dasharray: 0.025 1;
}
.rate-limit [data-motion],
.rate-limit-study [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.rate-limit__one {
  animation-name: limit-one;
}
.rate-limit__two {
  animation-name: limit-two;
}
.rate-limit__three {
  animation-name: limit-three;
}
.rate-limit__reject {
  animation-name: limit-reject;
}
.rate-limit__retry {
  animation-name: limit-retry;
}
.rate-limit__token-one {
  animation-name: limit-token-one;
}
.rate-limit__token-two {
  animation-name: limit-token-two;
}
.rate-limit__token-three {
  animation-name: limit-token-three;
}
.rate-limit__status {
  animation-name: limit-status;
}
@keyframes limit-one {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  10% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  11%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes limit-two {
  0%,
  11% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  12% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  21% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  22%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes limit-three {
  0%,
  22% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  23% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  32% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  33%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes limit-reject {
  0%,
  36% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  37% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  47%,
  51% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  62% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  63%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
}
@keyframes limit-retry {
  0%,
  79% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  80% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  97% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  98%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes limit-token-one {
  0%,
  5% {
    opacity: 1;
  }
  6%,
  67% {
    opacity: 0;
  }
  72%,
  87% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
@keyframes limit-token-two {
  0%,
  16% {
    opacity: 1;
  }
  17%,
  100% {
    opacity: 0;
  }
}
@keyframes limit-token-three {
  0%,
  27% {
    opacity: 1;
  }
  28%,
  100% {
    opacity: 0;
  }
}
@keyframes limit-status {
  0%,
  47% {
    opacity: 0;
  }
  49%,
  64% {
    opacity: 1;
  }
  67%,
  100% {
    opacity: 0;
  }
}

/* /graphics:rate-limit */
/* graphics:acme-issuance */

.acme-issuance {
  color: var(--study-ink, #0e0e10);
}
.acme-issuance__line,
.acme-issuance__face {
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}
.acme-issuance__line > *,
.acme-issuance__face > *,
.acme-issuance__route > * {
  vector-effect: non-scaling-stroke;
}
.acme-issuance__line {
  fill: none;
}
.acme-issuance__face {
  fill: var(--study-bg, #f9f9f7);
}
.acme-issuance__route {
  fill: none;
  stroke: var(--study-muted, #46464c);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.acme-issuance__lane {
  stroke: var(--study-rule, #dededa);
}
.acme-issuance__signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-dasharray: 0.025 1;
}
.acme-issuance [data-motion] {
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-delay: calc(var(--playhead, 12) * -1s);
}
.acme-issuance__order {
  animation-name: acme-order;
}
.acme-issuance__challenge {
  animation-name: acme-challenge;
}
.acme-issuance__publish {
  animation-name: acme-publish;
}
.acme-issuance__validate {
  animation-name: acme-validate;
}
.acme-issuance__csr {
  animation-name: acme-csr;
}
.acme-issuance__download {
  animation-name: acme-download;
}
.acme-issuance__proof {
  animation-name: acme-proof;
}
.acme-issuance__certificate {
  animation-name: acme-certificate;
}
@keyframes acme-order {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  2% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  14% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  15%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes acme-challenge {
  0%,
  17% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  18% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  30% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  31%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes acme-publish {
  0%,
  35% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  36% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  44% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  45%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes acme-validate {
  0%,
  48% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  49% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  54%,
  57% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  62% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  63%,
  100% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
}
@keyframes acme-csr {
  0%,
  68% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  69% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  80% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  81%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes acme-download {
  0%,
  84% {
    opacity: 0;
    stroke-dashoffset: 0.025;
  }
  85% {
    opacity: 1;
    stroke-dashoffset: 0.025;
  }
  95% {
    opacity: 1;
    stroke-dashoffset: -1;
  }
  96%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes acme-proof {
  0%,
  61% {
    opacity: 0;
  }
  64%,
  100% {
    opacity: 1;
  }
}
@keyframes acme-certificate {
  0%,
  95% {
    opacity: 0;
  }
  98%,
  100% {
    opacity: 1;
  }
}

/* /graphics:acme-issuance */
