<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
body {
  background: #ffff00;
}
.main {
  box-sizing: border-box;
  color: black;
  font-family: sans-serif;
  font-size: 8px;
  margin: 0 auto;
  max-width: 1064px;
  position: relative;
}
.main h1 {
  margin: 0 0 21px;
}
.main h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.main h3 {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.main img {
  display: block;
  max-width: 100%;
}
.main p {
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .main {
    font-size: 14px;
    padding-left: 52px;
    padding-right: 52px;
  }
  .main h1 {
    margin-bottom: 42px;
  }
  .main h2 {
    font-size: 36px;
  }
  .main h3 {
    font-size: 24px;
  }
  .main p {
    line-height: 1.667;
  }
}
.header {
  padding: 8px 10px;
  margin: 0 auto;
  text-align: center;
}
.header img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header {
    padding-top: 28px;
  }
}
.step {
  border-top: 1px solid #8a8b00;
  padding: 21px 14px;
}
.step h4 {
  background-color: red;
  color: white;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5em;
  padding: 0.333em 0.5em;
  text-transform: uppercase;
}
.step p {
  color: red;
}
.step:nth-of-type(1n+1) h4 {
  transform: rotate(-3deg);
}
.step:nth-of-type(2n+1) h4 {
  transform: rotate(3deg);
}
.step:last-of-type {
  border-bottom: 1px solid #8a8b00;
  margin-bottom: 36px;
}
.step:last-of-type img {
  margin: 0 auto 12px;
  max-width: 66.667%;
}
@media (min-width: 768px) {
  .step {
    padding-top: 32px;
    padding-bottom: 42px;
  }
  .step:first-of-type,
  .step:last-of-type {
    padding-right: 64px;
  }
  .step:last-of-type {
    padding-left: 64px;
  }
  .step:last-of-type img {
    max-width: 100%;
  }
  .step h4 {
    font-size: 30px;
  }
}
.step-figure {
  display: -ms-flexbox;
  display: flex;
}
.step-figure &gt; *:first-child {
  margin-right: 12px;
}
.step-figure figcaption {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
@media (min-width: 1024px) {
  .step-figure &gt; *:first-child {
    margin-right: 36px;
  }
  .step-figure figcaption {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
  }
}
.step-figure-image {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .step-figure-image {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .step-figure-image {
    -ms-flex: none;
        flex: none;
  }
}
.footer {
  color: red;
  font-family: 'Oswald', sans-serif;
  padding: 0 32px 102px;
  text-align: center;
}
.footer a {
  color: red;
  text-decoration: underline;
}
.footer a:hover {
  color: black;
}
.footer h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 3em;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 102px;
    padding-right: 102px;
  }
  .footer h5 {
    font-size: 30px;
  }
}
</pre></body></html>