<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  font-size: 10px; }

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 8px; } }
@media screen and (max-width: 750px) {
  html, body {
    font-size: 10px; } }
@media print, screen and (max-width: 374px) {
  html, body {
    font-size: 8.4px; } }
h2.red {
  font-size: 3rem;
  font-weight: bold;
  color: #c4003a;
  text-align: center;
  margin-bottom: 20px; }
  h2.red.offset {
    margin-top: 70px; }

@media screen and (max-width: 750px) {
  .form-address__input {
    display: flex;
    align-items: center; } }
.form-address__input input.small {
  max-width: 240px; }
@media screen and (max-width: 750px) {
  .form-address__input span {
    margin-top: 0; } }

.form-list {
  flex-wrap: wrap; }
  .form-list.wrap li {
    margin: 5px 50px 5px 0;
    min-width: 180px; }
    .form-list.wrap li:nth-child(n + 2) {
      margin-left: 0; }
  .form-list .form-list__li-other {
    width: 100%; }
    @media print, screen and (min-width: 751px) {
      .form-list .form-list__li-other {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (max-width: 750px) {
      .form-list .form-list__li-other input[type=text] {
        margin-top: 10px; } }
  .form-list.center {
    align-items: center; }
    .form-list.center input[type=text] {
      width: 435px; }
      @media screen and (max-width: 750px) {
        .form-list.center input[type=text] {
          width: 100%; } }

@media print, screen and (min-width: 751px) {
  .form-table__body-inner-unit {
    display: flex;
    align-items: center;
    width: 280px !important; } }

.form-table__body-inner input + span {
  margin-left: 5px; }
</pre></body></html>