/*! uswds @version */
[class*="font-mono-"] {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
[class*="font-sans-"] {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
[class*="font-serif-"] {
  font-family: Montserrat;
}
[class*="font-ui-"] {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
[class*="font-heading-"] {
  font-family: Montserrat;
}
[class*="font-body-"] {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
[class*="font-code-"] {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
[class*="font-alt-"] {
  font-family: Montserrat;
}
.usa-sr-only {
  position: absolute;
  left: -999em;
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2)
      format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src:
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2)
      format("woff2"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"),
    url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf)
      format("truetype");
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes slidein-left {
  0% {
    transform: translateX(15rem);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slidein-left {
  0% {
    transform: translateX(15rem);
  }
  to {
    transform: translateX(0);
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  color: #1b1b1b;
  overflow-x: clip;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
.usa-prose > table thead th,
.usa-table thead th,
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend,
td,
th {
  padding: 0;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.lt-ie9 * {
  -webkit-filter: none !important;
  filter: none !important;
}
[hidden] {
  display: none !important;
}
button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
[contentEditable="true"]:focus,
[href]:focus,
[tabindex]:focus,
iframe:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-button {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 0.98619;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005ea2;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-button {
    width: auto;
  }
}
.usa-button:visited {
  color: #fff;
}
.usa-button.usa-button--hover,
.usa-button:hover {
  background-color: #1a4480;
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
}
.usa-button.usa-button--active,
.usa-button:active {
  background-color: #162e51;
  color: #fff;
}
.usa-button.usa-focus,
.usa-button:focus {
  outline-offset: 0.25rem;
}
.usa-button:disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c9c9c9;
  color: #fff;
  pointer-events: none;
}
.usa-button:disabled.usa-button--active,
.usa-button:disabled.usa-button--hover,
.usa-button:disabled.usa-focus,
.usa-button:disabled:active,
.usa-button:disabled:focus,
.usa-button:disabled:hover {
  background-color: #c9c9c9;
  border: 0;
  box-shadow: none;
}
.usa-button--accent-cool,
.usa-button--outline {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #00bde3;
  color: #1b1b1b;
}
.usa-button--accent-cool:visited {
  color: #1b1b1b;
}
.usa-button--accent-cool.usa-button--active,
.usa-button--accent-cool.usa-button--hover,
.usa-button--accent-cool:active,
.usa-button--accent-cool:hover {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #28a0cb;
  color: #fff;
}
.usa-button--accent-cool.usa-button--active,
.usa-button--accent-cool:active {
  background-color: #07648d;
}
.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2;
}
.usa-button--outline:visited {
  color: #005ea2;
}
.usa-button--outline.usa-button--hover,
.usa-button--outline:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}
.usa-button--outline.usa-button--active,
.usa-button--outline:active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #162e51;
  color: #162e51;
}
.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px #dcdee0;
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse.usa-button--hover,
.usa-button--outline.usa-button--inverse:hover {
  box-shadow: inset 0 0 0 2px #f0f0f0;
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse.usa-button--active,
.usa-button--outline.usa-button--inverse:active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #562b97;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #fff;
}
.usa-button--base {
  background-color: #71767a;
}
.usa-button--base.usa-button--hover,
.usa-button--base:hover {
  background-color: #565c65;
}
.usa-button--base.usa-button--active,
.usa-button--base:active {
  background-color: #3d4551;
}
.usa-button--secondary {
  background-color: #d83933;
}
.usa-button--secondary.usa-button--hover,
.usa-button--secondary:hover {
  background-color: #b50909;
}
.usa-button--secondary.usa-button--active,
.usa-button--secondary:active {
  background-color: #8b0a03;
}
.usa-button--big {
  border-radius: 0.25rem;
  font-size: 1.39426rem;
  padding: 1rem 1.5rem;
}
.usa-button--disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c9c9c9;
  color: #fff;
  pointer-events: none;
}
.usa-button--disabled.usa-button--active,
.usa-button--disabled.usa-button--hover,
.usa-button--disabled.usa-focus,
.usa-button--disabled:active,
.usa-button--disabled:focus,
.usa-button--disabled:hover {
  background-color: #c9c9c9;
  border: 0;
  box-shadow: none;
}
.usa-button--outline-disabled,
.usa-button--outline-inverse-disabled,
.usa-button--outline-inverse:disabled,
.usa-button--outline:disabled {
  background-color: transparent;
  pointer-events: none;
}
.usa-button--outline-disabled.usa-button--active,
.usa-button--outline-disabled.usa-button--hover,
.usa-button--outline-disabled.usa-focus,
.usa-button--outline-disabled:active,
.usa-button--outline-disabled:focus,
.usa-button--outline-disabled:hover,
.usa-button--outline-inverse-disabled.usa-button--active,
.usa-button--outline-inverse-disabled.usa-button--hover,
.usa-button--outline-inverse-disabled.usa-focus,
.usa-button--outline-inverse-disabled:active,
.usa-button--outline-inverse-disabled:focus,
.usa-button--outline-inverse-disabled:hover,
.usa-button--outline-inverse:disabled.usa-button--active,
.usa-button--outline-inverse:disabled.usa-button--hover,
.usa-button--outline-inverse:disabled.usa-focus,
.usa-button--outline-inverse:disabled:active,
.usa-button--outline-inverse:disabled:focus,
.usa-button--outline-inverse:disabled:hover,
.usa-button--outline:disabled.usa-button--active,
.usa-button--outline:disabled.usa-button--hover,
.usa-button--outline:disabled.usa-focus,
.usa-button--outline:disabled:active,
.usa-button--outline:disabled:focus,
.usa-button--outline:disabled:hover {
  background-color: transparent;
  border: 0;
}
.usa-button--outline-disabled,
.usa-button--outline:disabled {
  box-shadow: inset 0 0 0 2px #c9c9c9;
  color: #c9c9c9;
}
.usa-button--outline-disabled.usa-button--inverse,
.usa-button--outline:disabled.usa-button--inverse {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #71767a;
  color: #71767a;
}
.usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.usa-button--unstyled:hover,
.usa-prose > a:hover {
  color: #1a4480;
}
.usa-button--unstyled:active,
.usa-prose > a:active {
  color: #162e51;
}
.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-button--unstyled:visited {
  color: #562b97;
}
.usa-button--unstyled:active,
.usa-button--unstyled:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-embed-container embed,
.usa-embed-container iframe,
.usa-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usa-embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.usa-media-link {
  display: inline-block;
  line-height: 0;
}
.usa-fieldset,
.usa-hint,
.usa-input,
.usa-range,
.usa-select,
.usa-textarea {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.33135;
}
.usa-input {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  height: 2.5rem;
  width: 100%;
}
.usa-input,
.usa-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
}
.usa-select,
.usa-textarea {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  width: 100%;
}
.usa-range,
.usa-select {
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5rem;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
}
.usa-input.usa-input--success,
.usa-range.usa-input--success,
.usa-select.usa-input--success,
.usa-textarea.usa-input--success {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
}
.usa-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.usa-form-group--error {
  border-left-width: 0.25rem;
  border-left-color: #b50909;
  border-left-style: solid;
  margin-top: 2rem;
  padding-left: 1rem;
  position: relative;
}
@media all and (min-width: 64em) {
  .usa-form-group--error {
    margin-left: -1.25rem;
  }
}
.usa-input--error {
  border-width: 0.25rem;
  border-color: #b50909;
  border-style: solid;
}
.usa-label--error {
  display: block;
  font-weight: 700;
  margin-top: 0;
}
.usa-error-message {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #b50909;
  display: block;
  font-weight: 700;
}
.usa-hint {
  color: #71767a;
}
.usa-label--required {
  color: #b50909;
}
.usa-label {
  display: block;
  line-height: 1.18343;
  margin-top: 1.5rem;
  max-width: 30rem;
}
.usa-textarea {
  height: 10rem;
}
.usa-select {
  background-image:
    url(../img/arrow-both.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: right 0.75rem center;
  background-size: 0.5rem;
  padding-right: 2rem;
}
.usa-select::-ms-expand {
  display: none;
}
.usa-select:-webkit-autofill {
  -webkit-appearance: menulist;
  appearance: menulist;
}
.usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.usa-legend {
  font-size: 2.02801rem;
  font-weight: 700;
}
.usa-input-list,
.usa-prose .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-input-list li,
.usa-prose .usa-input-list li {
  line-height: 1.33135;
}
.usa-checkbox__input,
.usa-radio__input {
  position: absolute;
  left: -999em;
}
.lt-ie9 .usa-checkbox__input,
.lt-ie9 .usa-radio__input {
  border: 0;
  float: left;
  margin: 0.25rem 0.25rem 0 0;
  position: static;
  width: auto;
}
.usa-checkbox__label,
.usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
  text-indent: -2rem;
}
.usa-checkbox__label::before,
.usa-radio__label::before {
  background: #fff;
  content: "\a0";
  display: inline-block;
  left: 2px;
  position: relative;
  vertical-align: middle\0;
}
.usa-checkbox__label::before {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
}
.usa-radio__label::before {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
}
.usa-checkbox__label::before,
.usa-radio__label::before {
  box-shadow: 0 0 0 2px #71767a;
  line-height: 1.25rem;
  margin-right: 0.75rem;
}
.usa-checkbox__input:checked + .usa-checkbox__label::before {
  background-color: #005ea2;
  box-shadow: 0 0 0 2px #005ea2;
}
.usa-radio__input:checked + .usa-radio__label::before {
  background-color: #005ea2;
  box-shadow:
    0 0 0 2px #005ea2,
    inset 0 0 0 2px #fff;
}
@media print {
  .usa-radio__input:checked + .usa-radio__label::before {
    box-shadow:
      inset 0 0 0 2px #fff,
      inset 0 0 0 1rem #005ea2,
      0 0 0 2px #005ea2;
  }
}
.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
  background-image:
    url(../img/correct8.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
}
@media print {
  .usa-checkbox__input:checked + .usa-checkbox__label::before,
  .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
    background-image: none;
    background-color: #fff;
    content: url(../img/correct8-alt.svg);
    text-indent: 0;
  }
}
.usa-radio__input:focus + .usa-radio__label::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.usa-checkbox__input:disabled + .usa-checkbox__label {
  color: #c9c9c9;
}
.usa-checkbox__input:focus + .usa-checkbox__label::before,
.usa-prose > a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-checkbox__input:disabled + .usa-checkbox__label::before,
.usa-radio__input:disabled + .usa-radio__label::before {
  background: #e6e6e6;
  box-shadow: 0 0 0 2px #c9c9c9;
  cursor: not-allowed;
}
.usa-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding-left: 1px;
  width: 100%;
}
.usa-range:focus {
  outline: 0;
}
.usa-range:focus::-webkit-slider-thumb {
  background-color: #fff;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-moz-range-thumb {
  background-color: #fff;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-ms-thumb {
  background-color: #fff;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: 0;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -0.1875rem;
}
.usa-range::-moz-range-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: 0;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.usa-range::-ms-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: 0;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.usa-range::-ms-fill-lower {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.usa-range::-ms-fill-upper {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
[type="file"] {
  border: 0;
  padding-left: 0;
}
.usa-memorable-date {
  display: flex;
}
.usa-memorable-date [type="number"] {
  -moz-appearance: textfield;
}
.usa-memorable-date [type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.usa-memorable-date [type="number"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
.usa-form-group--day,
.usa-form-group--month,
.usa-form-group--year {
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
}
.usa-form-group--year {
  width: 4.5rem;
}
.usa-list,
.usa-prose > ol,
.usa-prose > ul {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.59762;
  padding-left: 3ch;
}
.usa-list li:last-child,
.usa-list:last-child,
.usa-prose > ol li:last-child,
.usa-prose > ol:last-child,
.usa-prose > ul li:last-child,
.usa-prose > ul:last-child {
  margin-bottom: 0;
}
.usa-list li,
.usa-prose > ol li,
.usa-prose > ul li {
  margin-bottom: 0.25em;
  max-width: 68ex;
}
.usa-list--unstyled,
.usa-prose .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-accordion > li,
.usa-list--unstyled > li,
.usa-prose .usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose > table,
.usa-table,
.usa-prose table,
.rpc-table-container table {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  line-height: 1.45;
  border-spacing: 0;
  margin: 1.25rem 0;
}
.usa-prose > table thead td,
.usa-prose > table thead th,
.usa-table thead td,
.usa-table thead th,
.rpc-table-container thead th,
.rpc-table-container thead td {
  background-color: #f0f0f0;
}
.usa-prose > table th,
.usa-table th,
.rpc-table-container th {
  text-align: left;
}
.usa-prose > table td,
.usa-prose > table th,
.usa-table td,
.usa-table th,
.rpc-table-container td,
.rpc-table-container th {
  border-width: 1px;
  border-color: #cbd5e1;
  border-style: solid;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.5rem 0.65rem;
}
.usa-prose > table caption,
.usa-table caption {
  font-family: Montserrat;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
.usa-prose > .usa-table--borderless thead th,
.usa-table--borderless thead th {
  background-color: transparent;
  border-top: 0;
}
.usa-prose > .usa-table--borderless td,
.usa-prose > .usa-table--borderless th,
.usa-table--borderless td,
.usa-table--borderless th {
  border-left: 0;
  border-right: 0;
}
.usa-table--borderless th:first-child {
  padding-left: 0;
}
.usa-tag {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.88725rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #565c65;
  border-radius: 2px;
  margin-right: 0.25rem;
  padding: 1px 0.5rem;
}
.usa-tag:only-of-type {
  margin-right: 0;
}
.usa-prose,
.usa-prose > h6,
.usa-tag--big {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
}
.usa-tag--big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.usa-prose,
.usa-prose > h6 {
  line-height: 1.59762;
}
.usa-prose > a {
  color: #005ea2;
  text-decoration: underline;
}
.usa-prose > a:visited {
  color: #562b97;
}
.usa-prose > h1,
.usa-prose > h2,
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose h1,
.usa-prose h2,
.usa-prose h3,
.usa-prose h4,
.usa-prose h5 {
  font-family: Montserrat;
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 700;
}
.usa-prose > h2,
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose h2,
.usa-prose h3,
.usa-prose h4,
.usa-prose h5 {
  font-size: 1.65rem;
}
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose h3,
.usa-prose h4,
.usa-prose h5 {
  font-size: 1.35rem;
}
.usa-prose > h4,
.usa-prose > h5,
.usa-prose h4,
.usa-prose h5 {
  font-size: 1.15rem;
}
.usa-prose > h5,
.usa-prose h5 {
  font-size: 1.05rem;
}
.usa-prose > h6 {
  font-size: 0.82388rem;
  line-height: 1.18343;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.usa-paragraph {
  line-height: 1.59762;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 68ex;
}
* + .usa-paragraph,
.usa-paragraph + * {
  margin-top: 1em;
}
.usa-link {
  color: #005ea2;
  text-decoration: underline;
}
.usa-link:hover {
  color: #1a4480;
}
.usa-link:active {
  color: #162e51;
}
.usa-link:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-link:visited {
  color: #562b97;
}
.usa-link--external::after {
  background: url(../img/external-link.svg) no-repeat 0 0;
}
.usa-link--external:hover::after {
  background-image:
    url(../img/external-link-hover.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-link--external.usa-link--alt::after,
.usa-link--external::after {
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 0.25rem;
  width: 0.65em;
}
.usa-link--external.usa-link--alt::after {
  background: url(../img/external-link-alt.svg) no-repeat 0 0;
}
.usa-link--external.usa-link--alt:hover::after {
  background-image:
    url(../img/external-link-alt-hover.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
address,
cite,
dfn,
var {
  font-style: normal;
}
.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered),
.usa-content p,
.usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
  max-width: 68ex;
}
.usa-display {
  margin-top: 0;
  clear: both;
  font-family: Montserrat;
  font-size: 1.3637rem;
  line-height: 1.20994;
  font-weight: 700;
  margin-bottom: 0;
}
* + .usa-display {
  margin-top: 1.5em;
}
.usa-display + * {
  margin-top: 1em;
}
@media all and (min-width: 30em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Montserrat;
    font-size: 2.47945rem;
    line-height: 1.20994;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}
@media all and (min-width: 40em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Montserrat;
    font-size: 2.97534rem;
    line-height: 1.20994;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}
.usa-intro {
  font-family: Montserrat;
  font-size: 1.3637rem;
  line-height: 1.7645;
  font-weight: 400;
  max-width: 88ex;
}
.usa-dark-background {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #3d4551;
}
.usa-dark-background a:hover,
.usa-dark-background p,
.usa-dark-background span {
  color: #fff;
}
.usa-dark-background a {
  color: #dcdee0;
}
.usa-prose > p {
  line-height: 1.59762;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 68ex;
}
.usa-prose > * + p,
.usa-prose > h1 + *,
.usa-prose > h2 + *,
.usa-prose > h3 + *,
.usa-prose > h4 + *,
.usa-prose > h5 + *,
.usa-prose > h6 + *,
.usa-prose > p + * {
  margin-top: 1em;
}
.usa-prose > h1,
.usa-prose > h2,
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose > h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
.usa-prose > * + h1,
.usa-prose > * + h2,
.usa-prose > * + h3,
.usa-prose > * + h4,
.usa-prose > * + h5,
.usa-prose > * + h6 {
  margin-top: 1.5em;
}
.usa-accordion {
  list-style-type: none;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
}
.usa-accordion > ul li ul {
  list-style: disc;
}
.usa-accordion > ul li ul > li > ul {
  list-style: circle;
}
.usa-accordion > ul li ul > li > ul > li > ul {
  list-style: square;
}
.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion--bordered {
  margin-top: 0.5rem;
}
.usa-accordion--bordered .usa-accordion__content {
  border-bottom: 0.25rem solid #f0f0f0;
  border-left: 0.25rem solid #f0f0f0;
  border-right: 0.25rem solid #f0f0f0;
  padding-bottom: 1rem;
}
.usa-accordion--bordered .usa-accordion__heading {
  margin-bottom: 0;
}
.usa-accordion__heading,
.usa-prose .usa-accordion__heading {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 0.98619;
  margin: 0;
}
.usa-accordion__heading:not(:first-child),
.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0.5rem;
}
.usa-accordion__content {
  background-color: #fff;
  margin-top: 0;
  overflow: auto;
  padding: 1rem 1.25rem calc(1rem - 0.25rem);
}
.usa-accordion__content > :first-child {
  margin-top: 0;
}
.usa-accordion__content > :last-child,
.usa-graphic-list
  .usa-graphic-list__row:last-child
  .usa-media-block:last-child {
  margin-bottom: 0;
}
.usa-accordion__content[aria-hidden="true"] {
  display: none;
}
.usa-accordion__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-image:
    url(../img/minus.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-position: right 1.25rem center;
  background-size: 1rem;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%;
}
.usa-alert__text a:hover {
  color: #1a4480;
}
.usa-accordion__button:active,
.usa-alert__text a:active {
  color: #162e51;
}
.usa-accordion__button:focus,
.usa-alert__text a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-accordion__button:visited,
.usa-alert__text a:visited {
  color: #562b97;
}
.usa-accordion__button:active,
.usa-accordion__button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: none;
}
.usa-accordion__button:active {
  background-color: transparent;
  text-decoration: underline;
}
.usa-accordion__button:hover {
  background-color: #dcdee0;
  color: #1b1b1b;
  text-decoration: none;
}
.usa-accordion__button[aria-expanded="false"] {
  background-image:
    url(../img/plus.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1rem;
}
.usa-alert {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  background-color: #f0f0f0;
  background-position: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-size: 3.5rem;
  padding: 1.25rem 1.25rem 1rem 1.75rem;
  position: relative;
}
* + .usa-alert {
  margin-top: 1rem;
}
.usa-alert::before {
  background-color: #a9aeb1;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}
.usa-alert ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}
.usa-alert .usa-checklist {
  padding-left: 0;
}
.usa-alert__icon {
  display: table-cell;
  padding-right: 0.5rem;
}
.usa-alert__body {
  display: table-cell;
  vertical-align: top;
}
.usa-alert__heading {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.39426rem;
  line-height: 1.18343;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-alert__text a,
.usa-footer__return-to-top a {
  color: #005ea2;
  text-decoration: underline;
}
.usa-alert__text:only-child {
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
}
.usa-alert--success,
.usa-alert--warning {
  background-image:
    url(../img/alerts/success.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ecf3ec;
}
.usa-alert--success::before {
  background-color: #00a91c;
}
.usa-alert--error .usa-alert__body,
.usa-alert--info .usa-alert__body,
.usa-alert--success .usa-alert__body,
.usa-alert--warning .usa-alert__body {
  padding-left: 3.25rem;
}
.usa-alert--warning {
  background-image:
    url(../img/alerts/warning.svg), linear-gradient(transparent, transparent);
  background-color: #faf3d1;
}
.usa-alert--warning::before {
  background-color: #ffbe2e;
}
.usa-alert--error,
.usa-alert--info {
  background-image:
    url(../img/alerts/error.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f4e3db;
}
.usa-alert--error::before {
  background-color: #d63e04;
}
.usa-alert--info {
  background-image:
    url(../img/alerts/info.svg), linear-gradient(transparent, transparent);
  background-color: #e7f6f8;
}
.usa-alert--info::before {
  background-color: #00bde3;
}
.usa-alert--slim {
  background-position: 1.25rem center;
  background-size: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.usa-alert--slim .usa-alert__body {
  padding-left: 2.5rem;
}
.usa-alert--slim .usa-alert__text:only-child {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.usa-alert--no-icon {
  background-image: none;
}
.usa-alert--no-icon .usa-alert__body {
  padding-left: 0;
}
.usa-alert--validation {
  background-size: 2.5rem;
}
.usa-alert--validation .usa-alert__body {
  padding-left: 2.5rem;
}
.usa-alert--validation .usa-checklist {
  margin-top: 1rem;
}
.usa-banner {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  background-color: #f0f0f0;
}
@media all and (min-width: 40em) {
  .usa-banner {
    font-size: 0.82388rem;
    padding-bottom: 0;
  }
}
.usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  background-color: transparent;
  font-size: 0.95063rem;
  overflow: hidden;
  padding: 0.25rem 1rem 1rem 0.5rem;
  width: 100%;
}
@media all and (min-width: 64em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.usa-banner__content p:first-child {
  margin: 0;
}
.usa-banner__guidance {
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__guidance {
    padding-top: 0;
  }
}
.usa-banner__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 0;
}
@media all and (min-width: 64em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__inner {
    align-items: center;
  }
}
.usa-banner__header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.7605rem;
  font-weight: 400;
  min-height: 3rem;
  position: relative;
}
@media all and (min-width: 40em) {
  .usa-banner__header {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    min-height: 0;
  }
}
.usa-banner__header-close-text {
  color: #565c65;
  display: none;
  padding-top: 0.25rem;
}
.usa-banner__header--expanded .usa-banner__header-close-text {
  display: block;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded .usa-banner__header-close-text {
    display: none;
  }
}
.usa-banner__header-close-text,
.usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.7605rem;
  line-height: 1.18343;
}
.usa-banner__header-action {
  color: #005ea2;
  line-height: 1.18343;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline;
}
.usa-banner__header-action::after {
  background-image:
    url(../img/angle-arrow-down-primary.svg),
    linear-gradient(transparent, transparent);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.25rem;
}
.usa-banner__header-action:hover::after {
  background-image:
    url(../img/angle-arrow-down-primary-hover.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media all and (min-width: 40em) {
  .usa-banner__header-action {
    display: none;
  }
}
.usa-banner__header-flag {
  float: left;
  margin-right: 0.5rem;
  width: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header-flag {
    margin-right: 0.5rem;
    padding-top: 0;
  }
}
.usa-banner__header--expanded {
  padding-right: 3.5rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded {
    background-color: transparent;
    color: #1b1b1b;
    display: block;
    font-size: 0.7605rem;
    font-weight: 400;
    min-height: 0;
    padding-right: 0;
  }
}
.usa-banner__header--expanded .usa-banner__inner {
  margin-left: 0;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded .usa-banner__inner {
    margin-left: auto;
  }
}
.usa-banner__header--expanded .usa-banner__header-action,
.usa-footer--big
  .usa-footer__primary-content--collapsible.hidden
  .usa-list--unstyled {
  display: none;
}
.usa-banner__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  text-align: left;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  color: #005ea2;
  vertical-align: baseline;
  display: block;
  font-size: 0.7605rem;
  height: auto;
  line-height: 1.18343;
  padding: 0;
  text-decoration: none;
  width: auto;
}
.usa-banner__button:hover,
.usa-footer__return-to-top a:hover {
  color: #1a4480;
}
.usa-banner__button:active,
.usa-footer__return-to-top a:active {
  color: #162e51;
}
.usa-banner__button:focus,
.usa-footer__return-to-top a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-banner__button:visited,
.usa-footer__return-to-top a:visited {
  color: #562b97;
}
.usa-banner__button:active,
.usa-banner__button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
@media all and (max-width: 39.99em) {
  .usa-banner__button {
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: inline;
    margin-left: 0.5rem;
    position: relative;
  }
  .usa-banner__button::after {
    background-image:
      url(../img/angle-arrow-down-primary.svg),
      linear-gradient(transparent, transparent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 2px;
  }
  .usa-banner__button:hover::after {
    background-image:
      url(../img/angle-arrow-down-primary-hover.svg),
      linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
  .usa-banner__button:hover {
    color: #162e51;
  }
}
.usa-banner__button[aria-expanded="false"],
.usa-banner__button[aria-expanded="true"] {
  background-image: none;
}
@media all and (max-width: 39.99em) {
  .usa-banner__button[aria-expanded="true"]::after {
    background-image:
      url(../img/close-blue-60v-alt.svg),
      linear-gradient(transparent, transparent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem;
    content: "";
    display: inline-block;
    height: 3rem;
    width: 3rem;
    margin-left: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #dcdee0;
    bottom: 0;
    height: auto;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button[aria-expanded="true"] {
    height: auto;
    padding: 0;
    position: relative;
  }
  .usa-banner__button[aria-expanded="true"]::after {
    background-image:
      url(../img/angle-arrow-up-primary.svg),
      linear-gradient(transparent, transparent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 2px;
  }
  .usa-banner__button[aria-expanded="true"]:hover::after {
    background-image:
      url(../img/angle-arrow-up-primary-hover.svg),
      linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
}
.usa-banner__button[aria-expanded="true"]::after {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}
@media all and (min-width: 40em) {
  .usa-banner__button[aria-expanded="true"]::after {
    position: static;
  }
}
.usa-banner__button-text {
  position: absolute;
  left: -999em;
  text-decoration: underline;
}
@media all and (min-width: 40em) {
  .usa-banner__button-text {
    position: static;
    display: inline;
  }
}
.usa-banner__icon {
  width: 2.5rem;
}
.usa-checklist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
}
.usa-checklist__item {
  text-indent: -2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.usa-checklist__item::before {
  content: " ";
  display: inline-block;
  height: 1rem;
  margin-left: -0.25rem;
  margin-right: 0.75rem;
  width: 2rem;
}
.usa-checklist__item.usa-checklist__item--checked::before {
  background-image:
    url(../img/correct9.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 100%;
}
.usa-footer {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  overflow: hidden;
}
.usa-footer__return-to-top {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  line-height: 0.98619;
}
.usa-footer__nav {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #a9aeb1;
  max-width: 64rem;
}
@media all and (min-width: 30em) {
  .usa-footer__nav {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: none;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .usa-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__primary-section {
  background-color: #f0f0f0;
}
.usa-footer__primary-content {
  line-height: 1.18343;
}
.usa-footer__primary-link a {
  text-decoration: none;
}
.usa-footer__primary-link a:hover,
.usa-footer__secondary-link a:hover {
  text-decoration: underline;
}
.usa-footer__primary-link {
  padding: 1rem;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer__primary-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.usa-footer__secondary-link {
  line-height: 1.18343;
  margin-left: 1rem;
  padding: 0;
}
.usa-footer__secondary-link a {
  color: #005ea2;
  text-decoration: underline;
}
.usa-footer__secondary-link a:hover {
  color: #1a4480;
}
.usa-footer__secondary-link a:active {
  color: #162e51;
}
.usa-footer__secondary-link a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-footer__secondary-link a:visited {
  color: #562b97;
}
.usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer__secondary-link {
    margin-left: 0;
  }
}
.usa-footer__contact-info {
  display: inline-block;
  line-height: 1.18343;
}
.usa-footer__contact-info a {
  color: #1b1b1b;
  text-decoration: none;
}
.usa-footer__contact-info:hover {
  text-decoration: underline;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-info {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
.usa-footer__primary-content {
  border-top: 1px solid #a9aeb1;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-content {
    border: 0;
  }
}
.usa-sign-up {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
.usa-sign-up .usa-button,
.usa-sign-up .usa-label {
  margin-top: 0.75rem;
}
.usa-sign-up__heading {
  font-family: Montserrat;
  font-size: 1.3637rem;
  line-height: 1.20994;
  font-weight: 700;
  margin: 0;
}
.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background-color: #dcdee0;
}
.usa-footer__secondary-section a {
  color: #1b1b1b;
}
.usa-footer__logo {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__logo {
    margin-bottom: 0;
    margin-top: 0;
    align-items: center;
  }
}
.usa-footer__logo-img {
  max-width: 5rem;
}
.usa-footer__logo-heading {
  font-family: Montserrat;
  font-size: 1.3637rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.00829;
}
.usa-footer__contact-links {
  margin-top: 1.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-links {
    margin-top: 0;
    text-align: right;
  }
}
.usa-footer__contact-heading {
  font-family: Montserrat;
  font-size: 1.3637rem;
  line-height: 1.20994;
  font-weight: 700;
  margin-top: 0;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-heading {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
}
.usa-footer__social-links {
  line-height: 0.98619;
  padding-bottom: 0.5rem;
}
.usa-footer__social-links a {
  text-decoration: none;
}
@media all and (min-width: 30em) {
  .usa-footer__social-links {
    justify-content: flex-end;
  }
}
.usa-social-link {
  height: 3rem;
  width: 3rem;
  background-position: center center;
  background-size: auto 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.usa-social-link span {
  position: absolute;
  left: -999em;
}
.usa-social-link--facebook,
.usa-social-link--twitter {
  background-image:
    url(../img/social-icons/facebook25.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-social-link--twitter {
  background-image:
    url(../img/social-icons/twitter16.svg),
    linear-gradient(transparent, transparent);
}
.usa-social-link--rss,
.usa-social-link--youtube {
  background-image:
    url(../img/social-icons/youtube15.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-social-link--rss {
  background-image:
    url(../img/social-icons/rss25.svg),
    linear-gradient(transparent, transparent);
}
@media all and (min-width: 30em) {
  .usa-footer__address {
    justify-content: flex-end;
  }
}
@media all and (min-width: 64em) {
  .usa-footer--slim .usa-footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer--slim .usa-footer__address {
  padding: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__address {
    padding: 0;
  }
}
.usa-footer--slim .usa-footer__logo {
  align-items: center;
}
.usa-footer--slim .usa-footer__logo-img {
  max-width: 3rem;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__contact-info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 0;
  }
}
.usa-footer--big .usa-footer__nav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__nav {
    border-bottom: 1px solid #a9aeb1;
    padding-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-footer--big .usa-footer__nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
}
.usa-footer--big .usa-footer__primary-link {
  font-family: Montserrat;
  font-size: 0.99178rem;
  font-weight: 700;
  background-image:
    url(../img/arrow-down.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 0.75rem;
  line-height: 1.20994;
  margin: 0;
  padding-left: 2rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__primary-link {
    padding-bottom: 0;
    padding-top: 0;
    background: 0 0;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  .usa-footer--big .usa-footer__primary-link:hover {
    cursor: auto;
    text-decoration: none;
  }
}
.usa-footer--big
  .usa-footer__primary-content--collapsible.hidden
  .usa-footer__primary-link {
  background-image:
    url(../img/arrow-right.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  cursor: pointer;
}
@media all and (min-width: 30em) {
  .usa-footer--big
    .usa-footer__primary-content--collapsible.hidden
    .usa-footer__primary-link {
    background: 0 0;
    margin: 0;
    padding-left: 0;
  }
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big
    .usa-footer__primary-content--collapsible
    .usa-list--unstyled {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 0.75rem;
  }
}
.usa-form {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.33135;
}
@media all and (min-width: 30em) {
  .usa-form {
    max-width: 20rem;
  }
}
.usa-form .usa-input,
.usa-form .usa-range,
.usa-form .usa-select,
.usa-form .usa-textarea {
  max-width: none;
}
.usa-form .usa-input--small {
  max-width: 4rem;
}
.usa-form .usa-input--medium {
  max-width: 7.5rem;
}
.usa-form .usa-button {
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-form .usa-button {
    margin-top: 1.5rem;
  }
}
.usa-form a {
  color: #005ea2;
  text-decoration: underline;
}
.usa-form a:hover {
  color: #1a4480;
}
.usa-form a:active {
  color: #162e51;
}
.usa-form a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-form a:visited {
  color: #562b97;
}
@media all and (min-width: 30em) {
  .usa-form--large {
    max-width: 30rem;
  }
}
.usa-form__note,
.usa-graphic-list {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.usa-form__note {
  font-size: 0.88725rem;
  line-height: 1.33135;
  float: right;
  margin: 0.25rem 0 1rem;
}
.usa-graphic-list {
  font-size: 1.01401rem;
  line-height: 1.59762;
}
.usa-graphic-list .usa-graphic-list__row .usa-media-block {
  margin-bottom: 2rem;
}
@media all and (min-width: 40em) {
  .usa-graphic-list .usa-graphic-list__row .usa-media-block {
    margin-bottom: 4rem;
  }
  .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
    margin-bottom: 0;
  }
}
.usa-graphic-list .usa-media-block__img {
  margin-right: 1.5rem;
}
.usa-graphic-list .usa-media-block__body > :first-child {
  margin-top: 0;
}
.usa-graphic-list__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Montserrat;
  font-size: 1.3637rem;
  line-height: 1.20994;
  font-weight: 700;
}
* + .usa-graphic-list__heading {
  margin-top: 1.5em;
}
.usa-graphic-list__heading + * {
  margin-top: 1em;
}
.usa-header {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  z-index: 300;
}
.usa-header::after {
  clear: both;
  content: "";
  display: block;
}
.usa-header a {
  border-bottom: none;
}
@media all and (min-width: 64em) {
  .usa-header .usa-search {
    float: right;
  }
  .usa-header [role="search"] {
    float: right;
    max-width: calc(27ch + 3rem);
    width: 100%;
  }
}
.usa-header [type="search"] {
  min-width: 0;
}
@media all and (min-width: 64em) {
  .usa-header + .usa-hero {
    border-top: 1px solid #fff;
  }
  .usa-header + .usa-section,
  .usa-header + main {
    border-top: 1px solid #dcdee0;
  }
}
@media all and (max-width: 63.99em) {
  .usa-logo {
    flex: 1 0 0;
    font-size: 0.88725rem;
    line-height: 0.98619;
    margin-left: 1rem;
  }
}
@media all and (min-width: 64em) {
  .usa-logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.39426rem;
    line-height: 1.18343;
  }
}
.usa-logo a {
  color: #1b1b1b;
  text-decoration: none;
}
.usa-logo__text {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.usa-menu-btn {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #005ea2;
  color: #fff;
  font-size: 0.82388rem;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.usa-nav__primary button:active {
  color: #162e51;
}
.usa-menu-btn:focus,
.usa-nav__primary button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-nav__primary button:visited {
  color: #562b97;
}
.usa-menu-btn:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: none;
}
.usa-menu-btn:active,
.usa-nav__primary button,
.usa-nav__primary button:active,
.usa-nav__primary button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__primary button,
.usa-nav__primary button:hover {
  color: #005ea2;
  background-color: #f0f0f0;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .usa-menu-btn {
    display: none;
  }
}
.usa-menu-btn:hover {
  background-color: #1a4480;
  color: #fff;
  text-decoration: none;
}
.usa-menu-btn:active,
.usa-menu-btn:visited,
.usa-section--dark p {
  color: #fff;
}
.usa-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 400;
}
.usa-overlay.is-visible {
  opacity: 0.2;
  visibility: visible;
}
@media all and (min-width: 64em) {
  .usa-header--basic .usa-navbar {
    position: relative;
    width: 33%;
  }
  .usa-header--basic .usa-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    padding: 0 0 0.25rem 0.5rem;
    width: 100%;
  }
  .usa-header--basic .usa-nav-container {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
  }
  .usa-header--basic .usa-current,
  .usa-header--basic .usa-nav__link:hover,
  .usa-header--basic [aria-expanded="true"] {
    position: relative;
  }
  .usa-header--basic .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after,
  .usa-header--basic [aria-expanded="true"]::after {
    background-color: #005ea2;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: -0.25rem;
  }
  .usa-header--basic .usa-nav__primary {
    width: auto;
  }
  .usa-header--basic .usa-search {
    top: 0;
  }
}
.usa-header--basic.usa-header--megamenu .usa-nav__inner {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 64em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: block;
    float: right;
    margin-top: -2.5rem;
  }
  .usa-header--extended {
    padding-top: 0;
  }
  .usa-header--extended .usa-current,
  .usa-header--extended .usa-nav__link:hover,
  .usa-header--extended [aria-expanded="true"] {
    position: relative;
  }
  .usa-header--extended .usa-current::after,
  .usa-header--extended .usa-nav__link:hover::after,
  .usa-header--extended [aria-expanded="true"]::after {
    background-color: #005ea2;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
  }
  .usa-header--extended .usa-logo {
    font-size: 2.02801rem;
    margin: 2rem 0 1.5rem;
    max-width: 50%;
  }
  .usa-header--extended .usa-navbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    height: auto;
    overflow: auto;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-header--extended .usa-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #dcdee0;
    padding: 0;
    width: 100%;
  }
  .usa-header--extended .usa-nav__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-right: 1rem;
    padding-left: 1rem !important;
    position: relative;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-header--extended .usa-nav__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__primary::after {
    clear: both;
    content: "";
    display: block;
  }
  .usa-header--extended .usa-nav__link {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left: 0.75rem;
  }
  .usa-header--extended .usa-megamenu {
    left: 0;
    padding-left: 2rem;
  }
}
.usa-hero {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-image: url(../img/hero.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.usa-hero__callout {
  background-color: #162e51;
  padding: 2rem;
}
@media all and (min-width: 40em) {
  .usa-hero__callout {
    max-width: 20rem;
  }
}
.usa-hero__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Montserrat;
  font-size: 1.98356rem;
  font-weight: 700;
  color: #00bde3;
  line-height: 1.20994;
}
* + .usa-hero__heading {
  margin-top: 1.5em;
}
.usa-hero__heading + * {
  margin-top: 1em;
}
.usa-hero__heading--alt {
  color: #fff;
  display: block;
}
.usa-layout-docs__sidenav {
  order: 2;
  padding-top: 2rem;
}
@media all and (min-width: 64em) {
  .usa-layout-docs__sidenav {
    padding-top: 0;
  }
  .usa-layout-docs__main {
    order: 2;
  }
}
.usa-media-block__img {
  float: left;
  margin-right: 0.5rem;
}
.usa-media-block__body {
  overflow: hidden;
}
.usa-navbar {
  height: 3rem;
}
@media all and (max-width: 63.99em) {
  .usa-navbar {
    align-items: center;
    border-bottom: 1px solid #dcdee0;
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: auto;
  }
  .usa-nav-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .usa-nav-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-nav {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 0.98619;
}
@media all and (max-width: 63.99em) {
  .usa-nav {
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #fff;
    border-right: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
    width: 15rem;
    z-index: 500;
  }
  .usa-nav.is-visible {
    -webkit-animation: slidein-left 0.3s ease-in-out;
    animation: slidein-left 0.3s ease-in-out;
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .usa-nav {
    float: right;
    position: relative;
  }
  .usa-nav .usa-search {
    margin-left: 1rem;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__primary {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5rem;
    order: 2;
  }
  .usa-nav__primary > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__primary-item {
    border-top: 1px solid #dcdee0;
  }
  .usa-nav__primary a {
    color: #565c65;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  .usa-nav__primary a:hover {
    background-color: #f0f0f0;
    color: #005ea2;
    text-decoration: none;
  }
  .usa-nav__primary a:focus {
    outline-offset: 0;
  }
  .usa-nav__primary .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #005ea2;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0.25rem;
  }
}
@media all and (max-width: 63.99em) and (min-width: 40em) {
  .usa-nav__primary .usa-current {
    position: relative;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #005ea2;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__primary a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary {
    display: flex;
  }
}
.usa-nav__primary .usa-nav__primary-item a {
  text-decoration: none;
}
.usa-nav__primary > .usa-nav__primary-item {
  line-height: 1.18343;
}
@media all and (min-width: 64em) {
  .usa-nav__primary > .usa-nav__primary-item {
    font-size: 0.88725rem;
    line-height: 0.98619;
  }
  .usa-nav__primary > .usa-nav__primary-item > a {
    line-height: 0.98619;
    padding: 1rem;
    color: #565c65;
    display: block;
    font-weight: 700;
  }
  .usa-nav__primary > .usa-nav__primary-item > a:hover {
    color: #005ea2;
  }
  .usa-nav__primary a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.usa-nav__primary button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #565c65;
  font-weight: 400;
  line-height: 1.18343;
  padding: 0.75rem 1rem;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button {
    line-height: 0.98619;
    padding: 1rem;
    font-size: 0.88725rem;
    font-weight: 700;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary button:hover {
    background-color: transparent;
  }
}
.usa-nav__primary button[aria-expanded="false"] {
  background-image:
    url(../img/plus-alt.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75rem;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded="false"] {
    background-image:
      url(../img/angle-arrow-down.svg),
      linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: right 1rem top 53%;
  }
  .usa-nav__primary button[aria-expanded="false"]:hover {
    background-image:
      url(../img/angle-arrow-down-primary.svg),
      linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
}
.usa-nav__primary button[aria-expanded="true"] {
  background-image:
    url(../img/minus-alt.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75rem;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded="true"] {
    background-image:
      url(../img/angle-arrow-up-white.svg),
      linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-size: 0.5rem;
    background-color: #162e51;
    background-position: right 1rem top 53%;
    color: #fff;
  }
  .usa-nav__primary .usa-accordion__button span {
    margin-right: 0;
    padding-right: 1rem;
  }
}
.usa-nav__secondary {
  margin-top: 1rem;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary {
    bottom: 4rem;
    font-size: 0.88725rem;
    margin-top: 0.5rem;
    min-width: calc(27ch + 3rem);
    position: absolute;
    right: 2rem;
  }
}
.usa-nav__secondary .usa-search {
  margin-top: 1rem;
  width: 100%;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary .usa-search {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.usa-nav__secondary-links {
  line-height: 1.33135;
  margin-top: 1.5rem;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary-links {
    float: right;
    line-height: 0.98619;
    margin-bottom: 0.25rem;
    margin-top: 0;
  }
  .usa-nav__secondary-links .usa-nav__secondary-item {
    display: inline;
    padding-left: 0.25rem;
  }
  .usa-nav__secondary-links
    .usa-nav__secondary-item
    + .usa-nav__secondary-item::before {
    color: #dcdee0;
    content: "|";
    padding-right: 0.25rem;
  }
}
.usa-nav__secondary-links a {
  color: #71767a;
  display: inline-block;
  font-size: 0.88725rem;
  text-decoration: none;
}
.usa-nav__secondary-links a:hover {
  color: #005ea2;
  text-decoration: underline;
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .usa-nav__submenu > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__submenu-item {
    border-top: 1px solid #dcdee0;
    font-size: 0.88725rem;
  }
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 63.99em) and (min-width: 40em) {
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu a {
    padding-left: 2rem;
  }
  .usa-nav__submenu .usa-nav__submenu a {
    padding-left: 3rem;
  }
  .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
    content: "foobar";
    padding-left: 4rem;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    background-color: #162e51;
    width: 15rem;
    padding: 1rem;
    position: absolute;
    z-index: 400;
  }
}
.usa-nav__submenu[aria-hidden="true"] {
  display: none;
}
@media all and (min-width: 64em) {
  .usa-nav__submenu .usa-nav__submenu-item + * {
    margin-top: 0.75rem;
  }
  .usa-nav__submenu .usa-nav__submenu-item a {
    color: #fff;
    padding: 0;
    line-height: 1.33135;
  }
  .usa-nav__submenu .usa-nav__submenu-item a:hover {
    background-color: transparent;
    color: #fff;
    padding: 0;
    text-decoration: underline;
  }
}
.usa-nav__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-nav__submenu-list > li,
.usa-sidenav > li,
.usa-sidenav__sublist > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item {
  margin: 0;
  font-size: 0.88725rem;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item a {
  line-height: 1.33135;
}
.usa-nav__close {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 3rem;
  width: 3rem;
  color: currentColor;
  flex: none;
  float: right;
  margin: -0.75rem -1rem 1rem auto;
  text-align: center;
}
.usa-nav__close:active {
  color: #162e51;
}
.usa-nav__close:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-nav__close:visited {
  color: #562b97;
}
.usa-nav__close:active,
.usa-nav__close:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  box-shadow: none;
}
.usa-nav__close:active {
  text-decoration: underline;
}
.usa-nav__close:hover {
  color: currentColor;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .usa-nav__close {
    display: none;
  }
}
.usa-nav__close img {
  width: 0.75rem;
}
.usa-nav__close + * {
  clear: both;
}
.usa-js-mobile-nav--active {
  overflow: hidden;
}
@media all and (min-width: 64em) {
  .usa-megamenu {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    left: -33%;
    right: 0;
    width: auto;
  }
  .usa-megamenu::after,
  .usa-megamenu::before {
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
  }
  .usa-megamenu::before {
    right: 100%;
  }
  .usa-megamenu::after {
    left: 100%;
  }
}
.usa-search {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  position: relative;
}
.usa-search::after {
  clear: both;
  content: "";
  display: block;
}
.usa-search [role="search"] {
  display: flex;
}
.usa-search [type="submit"] {
  background-image:
    url(../img/search.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 2rem;
  margin: 0;
  padding: 0;
  width: 3rem;
}
@media all and (min-width: 30em) {
  .usa-search [type="submit"] {
    padding-left: 1rem;
    padding-right: 1rem;
    background-image: none;
    width: auto;
  }
  .usa-search--big .usa-search__input,
  .usa-search--big [type="search"] {
    font-size: 1.01401rem;
    height: 3rem;
  }
  .usa-search--big .usa-search__submit,
  .usa-search--big [type="submit"] {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.39426rem;
    height: 3rem;
    width: auto;
  }
  .usa-search--small .usa-search__submit,
  .usa-search--small [type="submit"] {
    background-image:
      url(../img/search.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
    width: 3rem;
  }
}
.usa-search__input,
[type="search"] {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 0.95063rem;
  height: 2rem;
  margin: 0;
}
.usa-search__submit-text {
  position: absolute;
  left: -999em;
}
@media all and (min-width: 30em) {
  .usa-search__submit-text {
    position: static;
  }
}
.usa-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media all and (min-width: 40em) {
  .usa-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.usa-section--light {
  background-color: #f0f0f0;
}
.usa-section--dark {
  background-color: #162e51;
  color: #fff;
}
.usa-section--dark h1,
.usa-section--dark h2,
.usa-section--dark h3,
.usa-section--dark h4,
.usa-section--dark h5,
.usa-section--dark h6 {
  color: #00bde3;
}
.usa-section--dark a {
  color: #dcdee0;
}
.usa-section--dark a:hover {
  color: #fff;
}
.usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.33135;
  border-bottom: 1px solid #dcdee0;
}
.usa-sidenav__item {
  border-top: 1px solid #dcdee0;
}
.usa-sidenav a {
  color: #4b5563;
  display: block;
  padding: 0.65rem 1rem;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: transparent;
}
.usa-sidenav a:hover {
  background-color: #f0f0f0;
  color: #005ea2;
  text-decoration: none;
}
.usa-sidenav a:focus {
  outline-offset: 0;
}
.usa-sidenav .usa-current {
  position: relative;
  color: #005ea2;
  font-weight: 700;
  background-color: transparent;
  border-left: 4px solid #005ea2;
  padding-left: calc(1rem - 4px);
}
.usa-sidenav .usa-current::after {
  background-color: #005ea2;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
@media all and (min-width: 40em) {
  .usa-sidenav .usa-current {
  position: relative;
  color: #005ea2;
  font-weight: 700;
  background-color: transparent;
  border-left: 4px solid #005ea2;
  padding-left: calc(1rem - 4px);
}
  .usa-sidenav .usa-current::after {
    background-color: #005ea2;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0;
  }
}
.grid-container .usa-sidenav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 40em) {
  .grid-container .usa-sidenav {
    margin-left: 0;
    margin-right: 0;
  }
}
.usa-sidenav__sublist {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.95063rem;
}
.usa-sidenav__sublist-item {
  border-top: 1px solid #dcdee0;
  font-size: 0.88725rem;
}
.usa-sidenav__sublist .usa-current::after {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-sidenav__sublist .usa-current::after {
    display: none;
  }
}
.usa-sidenav__sublist a {
  padding-left: 2rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist a {
  padding-left: 3rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
  content: "foobar";
  padding-left: 4rem;
}
.usa-skipnav {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1.01401rem;
  line-height: 1.59762;
  background: 0 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3.8rem;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.usa-skipnav:focus {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-card-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-mobile-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-desktop {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-desktop-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
}
.grid-row.grid-gap {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media all and (min-width: 64em) {
  .grid-row.grid-gap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.grid-gap > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.grid-row.grid-gap-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-2px > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}
.grid-row.grid-gap-05 > * {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row.grid-gap-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.grid-row.grid-gap-1 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.grid-row.grid-gap-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-2 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid-row.grid-gap-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid-row.grid-gap-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-row.grid-gap-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid-row.grid-gap-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.grid-row.grid-gap-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.grid-row.grid-gap-6 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-sm > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-md {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-md > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
[class*="grid-col"] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.grid-col {
  flex: 1 0 0;
  width: auto;
  max-width: 100%;
}
.grid-col-auto,
.grid-col-fill {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-col-fill {
  flex: 1 0 0;
}
.grid-col-1,
.grid-col-2 {
  flex: 0 0 auto;
  width: 8.33333%;
}
.grid-col-2 {
  width: 16.66667%;
}
.grid-col-3,
.grid-col-4 {
  flex: 0 0 auto;
  width: 25%;
}
.grid-col-4 {
  width: 33.33333%;
}
.grid-col-5,
.grid-col-6 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.grid-col-6 {
  width: 50%;
}
.grid-col-7,
.grid-col-8 {
  flex: 0 0 auto;
  width: 58.33333%;
}
.grid-col-8 {
  width: 66.66667%;
}
.grid-col-10,
.grid-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.grid-col-10 {
  width: 83.33333%;
}
.grid-col-11,
.grid-col-12 {
  flex: 0 0 auto;
  width: 91.66667%;
}
.grid-col-12 {
  width: 100%;
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-col,
  .mobile-lg\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .mobile-lg\:grid-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile-lg\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .mobile-lg\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .mobile-lg\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .mobile-lg\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .mobile-lg\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .mobile-lg\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mobile-lg\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .mobile-lg\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .mobile-lg\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .mobile-lg\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .mobile-lg\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .mobile-lg\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-col,
  .tablet\:grid-col-auto,
  .tablet\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .tablet\:grid-col-auto {
    flex: 0 0 auto;
  }
  .tablet\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .tablet\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .tablet\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tablet\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .tablet\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .tablet\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tablet\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .tablet\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .tablet\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tablet\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .tablet\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .tablet\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-col,
  .desktop\:grid-col-auto,
  .desktop\:grid-col-fill {
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .desktop\:grid-col-auto {
    flex: 0 0 auto;
  }
  .desktop\:grid-col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .desktop\:grid-col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .desktop\:grid-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .desktop\:grid-col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .desktop\:grid-col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .desktop\:grid-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .desktop\:grid-col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .desktop\:grid-col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .desktop\:grid-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .desktop\:grid-col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .desktop\:grid-col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .desktop\:grid-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.grid-offset-1 {
  margin-left: 8.33333%;
}
.grid-offset-2 {
  margin-left: 16.66667%;
}
.grid-offset-3 {
  margin-left: 25%;
}
.grid-offset-4 {
  margin-left: 33.33333%;
}
.grid-offset-5 {
  margin-left: 41.66667%;
}
.grid-offset-6 {
  margin-left: 50%;
}
.grid-offset-7 {
  margin-left: 58.33333%;
}
.grid-offset-8 {
  margin-left: 66.66667%;
}
.grid-offset-9 {
  margin-left: 75%;
}
.grid-offset-10 {
  margin-left: 83.33333%;
}
.grid-offset-11 {
  margin-left: 91.66667%;
}
.grid-offset-12 {
  margin-left: 100%;
}
.grid-offset-none {
  margin-left: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
  .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .tablet\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
  .tablet\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .tablet\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
  .tablet\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .tablet\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
  .tablet\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .tablet\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
  .tablet\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .desktop\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
  .desktop\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .desktop\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
  .desktop\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .desktop\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
  .desktop\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .desktop\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
  .desktop\:grid-offset-none {
    margin-left: 0;
  }
}
.add-aspect-16x9,
.add-aspect-1x1,
.add-aspect-2x1,
.add-aspect-4x3,
.add-aspect-9x16 {
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 177.77778%;
  position: relative;
}
.add-aspect-16x9,
.add-aspect-1x1,
.add-aspect-2x1,
.add-aspect-4x3 {
  padding: 0 0 100%;
}
.add-aspect-16x9,
.add-aspect-2x1,
.add-aspect-4x3 {
  padding: 0 0 75%;
}
.add-aspect-16x9,
.add-aspect-2x1 {
  padding: 0 0 56.25%;
}
.add-aspect-2x1 {
  padding: 0 0 50%;
}
.add-list-reset {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-align-stretch {
  align-items: stretch;
}
.flex-align-baseline {
  align-items: baseline;
}
.bg-transparent,
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.bg-black,
.hover\:bg-black:hover {
  background-color: #000;
}
.bg-white,
.hover\:bg-white:hover {
  background-color: #fff;
}
.bg-red,
.hover\:bg-red:hover {
  background-color: #e52207;
}
.bg-orange,
.hover\:bg-orange:hover {
  background-color: #e66f0e;
}
.bg-gold,
.hover\:bg-gold:hover {
  background-color: #ffbe2e;
}
.bg-yellow,
.hover\:bg-yellow:hover {
  background-color: #fee685;
}
.bg-green,
.hover\:bg-green:hover {
  background-color: #538200;
}
.bg-mint,
.hover\:bg-mint:hover {
  background-color: #04c585;
}
.bg-cyan,
.hover\:bg-cyan:hover {
  background-color: #009ec1;
}
.bg-blue,
.hover\:bg-blue:hover {
  background-color: #0076d6;
}
.bg-indigo,
.hover\:bg-indigo:hover {
  background-color: #676cc8;
}
.bg-violet,
.hover\:bg-violet:hover {
  background-color: #8168b3;
}
.bg-magenta,
.hover\:bg-magenta:hover {
  background-color: #d72d79;
}
.bg-gray-5,
.hover\:bg-gray-5:hover {
  background-color: #f0f0f0;
}
.bg-gray-10,
.hover\:bg-gray-10:hover {
  background-color: #e6e6e6;
}
.bg-gray-30,
.hover\:bg-gray-30:hover {
  background-color: #adadad;
}
.bg-gray-50,
.hover\:bg-gray-50:hover {
  background-color: #757575;
}
.bg-gray-70,
.hover\:bg-gray-70:hover {
  background-color: #454545;
}
.bg-gray-90,
.hover\:bg-gray-90:hover {
  background-color: #1b1b1b;
}
.bg-base-lightest,
.hover\:bg-base-lightest:hover {
  background-color: #f0f0f0;
}
.bg-base-lighter,
.hover\:bg-base-lighter:hover {
  background-color: #dcdee0;
}
.bg-base-light,
.hover\:bg-base-light:hover {
  background-color: #a9aeb1;
}
.bg-base,
.hover\:bg-base:hover {
  background-color: #71767a;
}
.bg-base-dark,
.hover\:bg-base-dark:hover {
  background-color: #565c65;
}
.bg-base-darker,
.hover\:bg-base-darker:hover {
  background-color: #3d4551;
}
.bg-base-darkest,
.bg-ink,
.hover\:bg-base-darkest:hover,
.hover\:bg-ink:hover {
  background-color: #1b1b1b;
}
.bg-primary-lighter,
.hover\:bg-primary-lighter:hover {
  background-color: #d9e8f6;
}
.bg-primary-light,
.hover\:bg-primary-light:hover {
  background-color: #73b3e7;
}
.bg-primary,
.hover\:bg-primary:hover {
  background-color: #005ea2;
}
.bg-primary-vivid,
.hover\:bg-primary-vivid:hover {
  background-color: #0050d8;
}
.bg-primary-dark,
.hover\:bg-primary-dark:hover {
  background-color: #1a4480;
}
.bg-primary-darker,
.hover\:bg-primary-darker:hover {
  background-color: #162e51;
}
.bg-secondary-lighter,
.hover\:bg-secondary-lighter:hover {
  background-color: #f3e1e4;
}
.bg-secondary-light,
.hover\:bg-secondary-light:hover {
  background-color: #f2938c;
}
.bg-secondary,
.hover\:bg-secondary:hover {
  background-color: #d83933;
}
.bg-secondary-vivid,
.hover\:bg-secondary-vivid:hover {
  background-color: #e41d3d;
}
.bg-secondary-dark,
.hover\:bg-secondary-dark:hover {
  background-color: #b50909;
}
.bg-secondary-darker,
.hover\:bg-secondary-darker:hover {
  background-color: #8b0a03;
}
.bg-accent-warm-darker,
.hover\:bg-accent-warm-darker:hover {
  background-color: #775540;
}
.bg-accent-warm-dark,
.hover\:bg-accent-warm-dark:hover {
  background-color: #c05600;
}
.bg-accent-warm,
.hover\:bg-accent-warm:hover {
  background-color: #fa9441;
}
.bg-accent-warm-light,
.hover\:bg-accent-warm-light:hover {
  background-color: #ffbc78;
}
.bg-accent-warm-lighter,
.hover\:bg-accent-warm-lighter:hover {
  background-color: #f2e4d4;
}
.bg-accent-cool-darker,
.hover\:bg-accent-cool-darker:hover {
  background-color: #07648d;
}
.bg-accent-cool-dark,
.hover\:bg-accent-cool-dark:hover {
  background-color: #28a0cb;
}
.bg-accent-cool,
.hover\:bg-accent-cool:hover {
  background-color: #00bde3;
}
.bg-accent-cool-light,
.hover\:bg-accent-cool-light:hover {
  background-color: #97d4ea;
}
.bg-accent-cool-lighter,
.hover\:bg-accent-cool-lighter:hover {
  background-color: #e1f3f8;
}
.border-1px,
.hover\:border-1px:hover {
  border: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-1px,
  .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-1px,
  .tablet\:border-1px .tablet\:hover\:border-1px:hover {
    border: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-1px,
  .desktop\:border-1px .desktop\:hover\:border-1px:hover {
    border: 1px solid;
  }
}
.border-y-1px,
.hover\:border-y-1px:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-1px,
  .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-1px,
  .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-1px,
  .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
.border-x-1px,
.hover\:border-x-1px:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-1px,
  .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-1px,
  .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-1px,
  .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
.border-top-1px,
.hover\:border-top-1px:hover {
  border-top: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-1px,
  .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-1px,
  .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-1px,
  .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
}
.border-right-1px,
.hover\:border-right-1px:hover {
  border-right: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-1px,
  .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-1px,
  .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-1px,
  .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
}
.border-bottom-1px,
.hover\:border-bottom-1px:hover {
  border-bottom: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-1px,
  .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-1px,
  .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-1px,
  .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
}
.border-left-1px,
.hover\:border-left-1px:hover {
  border-left: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-1px,
  .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-1px,
  .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-1px,
  .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
}
.border-2px,
.hover\:border-2px:hover {
  border: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-2px,
  .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-2px,
  .tablet\:border-2px .tablet\:hover\:border-2px:hover {
    border: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-2px,
  .desktop\:border-2px .desktop\:hover\:border-2px:hover {
    border: 2px solid;
  }
}
.border-y-2px,
.hover\:border-y-2px:hover {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-2px,
  .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-2px,
  .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-2px,
  .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
}
.border-x-2px,
.hover\:border-x-2px:hover {
  border-left: 2px solid;
  border-right: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-2px,
  .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-2px,
  .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-2px,
  .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
}
.border-top-2px,
.hover\:border-top-2px:hover {
  border-top: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-2px,
  .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-2px,
  .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-2px,
  .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
}
.border-right-2px,
.hover\:border-right-2px:hover {
  border-right: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-2px,
  .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-2px,
  .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-2px,
  .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
}
.border-bottom-2px,
.hover\:border-bottom-2px:hover {
  border-bottom: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-2px,
  .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-2px,
  .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-2px,
  .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
}
.border-left-2px,
.hover\:border-left-2px:hover {
  border-left: 2px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-2px,
  .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-2px,
  .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-2px,
  .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
}
.border-05,
.hover\:border-05:hover {
  border: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-05,
  .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-05,
  .tablet\:border-05 .tablet\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-05,
  .desktop\:border-05 .desktop\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
}
.border-y-05,
.hover\:border-y-05:hover {
  border-top: 0.25rem solid;
  border-bottom: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-05,
  .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-05,
  .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-05,
  .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
}
.border-x-05,
.hover\:border-x-05:hover {
  border-left: 0.25rem solid;
  border-right: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-05,
  .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-05,
  .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-05,
  .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
}
.border-top-05,
.hover\:border-top-05:hover {
  border-top: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-05,
  .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-05,
  .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-05,
  .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
}
.border-right-05,
.hover\:border-right-05:hover {
  border-right: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-05,
  .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-05,
  .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-05,
  .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
}
.border-bottom-05,
.hover\:border-bottom-05:hover {
  border-bottom: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-05,
  .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-05,
  .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-05,
  .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
}
.border-left-05,
.hover\:border-left-05:hover {
  border-left: 0.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-05,
  .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-05,
  .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-05,
  .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
}
.border-1,
.hover\:border-1:hover {
  border: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-1,
  .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-1,
  .tablet\:border-1 .tablet\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-1,
  .desktop\:border-1 .desktop\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
}
.border-y-1,
.hover\:border-y-1:hover {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-1,
  .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-1,
  .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-1,
  .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
}
.border-x-1,
.hover\:border-x-1:hover {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-1,
  .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-1,
  .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-1,
  .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
}
.border-top-1,
.hover\:border-top-1:hover {
  border-top: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-1,
  .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-1,
  .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-1,
  .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
}
.border-right-1,
.hover\:border-right-1:hover {
  border-right: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-1,
  .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-1,
  .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-1,
  .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
}
.border-bottom-1,
.hover\:border-bottom-1:hover {
  border-bottom: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-1,
  .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-1,
  .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-1,
  .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
}
.border-left-1,
.hover\:border-left-1:hover {
  border-left: 0.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-1,
  .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-1,
  .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-1,
  .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
}
.border-105,
.hover\:border-105:hover {
  border: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-105,
  .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-105,
  .tablet\:border-105 .tablet\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-105,
  .desktop\:border-105 .desktop\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
}
.border-y-105,
.hover\:border-y-105:hover {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-105,
  .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-105,
  .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-105,
  .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
}
.border-x-105,
.hover\:border-x-105:hover {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-105,
  .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-105,
  .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-105,
  .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
}
.border-top-105,
.hover\:border-top-105:hover {
  border-top: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-105,
  .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-105,
  .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-105,
  .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
}
.border-right-105,
.hover\:border-right-105:hover {
  border-right: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-105,
  .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-105,
  .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-105,
  .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
}
.border-bottom-105,
.hover\:border-bottom-105:hover {
  border-bottom: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-105,
  .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-105,
  .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-105,
  .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
}
.border-left-105,
.hover\:border-left-105:hover {
  border-left: 0.75rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-105,
  .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-105,
  .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-105,
  .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
}
.border-2,
.hover\:border-2:hover {
  border: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-2,
  .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover {
    border: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-2,
  .tablet\:border-2 .tablet\:hover\:border-2:hover {
    border: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-2,
  .desktop\:border-2 .desktop\:hover\:border-2:hover {
    border: 1rem solid;
  }
}
.border-y-2,
.hover\:border-y-2:hover {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-2,
  .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-2,
  .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-2,
  .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
}
.border-x-2,
.hover\:border-x-2:hover {
  border-left: 1rem solid;
  border-right: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-2,
  .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-2,
  .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-2,
  .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
}
.border-top-2,
.hover\:border-top-2:hover {
  border-top: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-2,
  .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-2,
  .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-2,
  .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
}
.border-right-2,
.hover\:border-right-2:hover {
  border-right: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-2,
  .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-2,
  .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-2,
  .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
}
.border-bottom-2,
.hover\:border-bottom-2:hover {
  border-bottom: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-2,
  .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-2,
  .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-2,
  .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
}
.border-left-2,
.hover\:border-left-2:hover {
  border-left: 1rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-2,
  .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-2,
  .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-2,
  .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
}
.border-205,
.hover\:border-205:hover {
  border: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-205,
  .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-205,
  .tablet\:border-205 .tablet\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-205,
  .desktop\:border-205 .desktop\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
}
.border-y-205,
.hover\:border-y-205:hover {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-205,
  .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-205,
  .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-205,
  .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
}
.border-x-205,
.hover\:border-x-205:hover {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-205,
  .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-205,
  .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-205,
  .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
}
.border-top-205,
.hover\:border-top-205:hover {
  border-top: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-205,
  .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-205,
  .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-205,
  .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
}
.border-right-205,
.hover\:border-right-205:hover {
  border-right: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-205,
  .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-205,
  .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-205,
  .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
}
.border-bottom-205,
.hover\:border-bottom-205:hover {
  border-bottom: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-205,
  .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-205,
  .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-205,
  .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
}
.border-left-205,
.hover\:border-left-205:hover {
  border-left: 1.25rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-205,
  .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-205,
  .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-205,
  .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
}
.border-3,
.hover\:border-3:hover {
  border: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-3,
  .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-3,
  .tablet\:border-3 .tablet\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-3,
  .desktop\:border-3 .desktop\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
}
.border-y-3,
.hover\:border-y-3:hover {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-3,
  .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-3,
  .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-3,
  .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
}
.border-x-3,
.hover\:border-x-3:hover {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-3,
  .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-3,
  .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-3,
  .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
}
.border-top-3,
.hover\:border-top-3:hover {
  border-top: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-3,
  .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-3,
  .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-3,
  .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
}
.border-right-3,
.hover\:border-right-3:hover {
  border-right: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-3,
  .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-3,
  .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-3,
  .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
}
.border-bottom-3,
.hover\:border-bottom-3:hover {
  border-bottom: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-3,
  .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-3,
  .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-3,
  .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
}
.border-left-3,
.hover\:border-left-3:hover {
  border-left: 1.5rem solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-3,
  .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-3,
  .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-3,
  .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
}
.border-0,
.hover\:border-0:hover {
  border: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-0,
  .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover {
    border: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-0,
  .tablet\:border-0 .tablet\:hover\:border-0:hover {
    border: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-0,
  .desktop\:border-0 .desktop\:hover\:border-0:hover {
    border: 0 solid;
  }
}
.border-y-0,
.hover\:border-y-0:hover {
  border-top: 0 solid;
  border-bottom: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y-0,
  .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y-0,
  .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y-0,
  .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
}
.border-x-0,
.hover\:border-x-0:hover {
  border-left: 0 solid;
  border-right: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x-0,
  .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x-0,
  .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x-0,
  .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
}
.border-top-0,
.hover\:border-top-0:hover {
  border-top: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top-0,
  .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top-0,
  .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top-0,
  .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
}
.border-right-0,
.hover\:border-right-0:hover {
  border-right: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right-0,
  .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right-0,
  .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right-0,
  .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
}
.border-bottom-0,
.hover\:border-bottom-0:hover {
  border-bottom: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom-0,
  .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom-0,
  .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom-0,
  .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
}
.border-left-0,
.hover\:border-left-0:hover {
  border-left: 0 solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left-0,
  .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left-0,
  .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left-0,
  .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
}
.border,
.hover\:border:hover {
  border: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border,
  .mobile-lg\:border .mobile-lg\:hover\:border:hover {
    border: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border,
  .tablet\:border .tablet\:hover\:border:hover {
    border: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border,
  .desktop\:border .desktop\:hover\:border:hover {
    border: 1px solid;
  }
}
.border-y,
.hover\:border-y:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-y,
  .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-y,
  .tablet\:border-y .tablet\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-y,
  .desktop\:border-y .desktop\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
.border-x,
.hover\:border-x:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-x,
  .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-x,
  .tablet\:border-x .tablet\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-x,
  .desktop\:border-x .desktop\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
.border-top,
.hover\:border-top:hover {
  border-top: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-top,
  .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-top,
  .tablet\:border-top .tablet\:hover\:border-top:hover {
    border-top: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-top,
  .desktop\:border-top .desktop\:hover\:border-top:hover {
    border-top: 1px solid;
  }
}
.border-right,
.hover\:border-right:hover {
  border-right: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-right,
  .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-right,
  .tablet\:border-right .tablet\:hover\:border-right:hover {
    border-right: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-right,
  .desktop\:border-right .desktop\:hover\:border-right:hover {
    border-right: 1px solid;
  }
}
.border-bottom,
.hover\:border-bottom:hover {
  border-bottom: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-bottom,
  .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-bottom,
  .tablet\:border-bottom .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-bottom,
  .desktop\:border-bottom .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
}
.border-left,
.hover\:border-left:hover {
  border-left: 1px solid;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-left,
  .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-left,
  .tablet\:border-left .tablet\:hover\:border-left:hover {
    border-left: 1px solid;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-left,
  .desktop\:border-left .desktop\:hover\:border-left:hover {
    border-left: 1px solid;
  }
}
.border-transparent,
.hover\:border-transparent:hover {
  border-color: transparent;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-transparent,
  .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-transparent,
  .tablet\:border-transparent .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-transparent,
  .desktop\:border-transparent .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
.border-black,
.hover\:border-black:hover {
  border-color: #000;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-black,
  .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover {
    border-color: #000;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-black,
  .tablet\:border-black .tablet\:hover\:border-black:hover {
    border-color: #000;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-black,
  .desktop\:border-black .desktop\:hover\:border-black:hover {
    border-color: #000;
  }
}
.border-white,
.hover\:border-white:hover {
  border-color: #fff;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-white,
  .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover {
    border-color: #fff;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-white,
  .tablet\:border-white .tablet\:hover\:border-white:hover {
    border-color: #fff;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-white,
  .desktop\:border-white .desktop\:hover\:border-white:hover {
    border-color: #fff;
  }
}
.border-red,
.hover\:border-red:hover {
  border-color: #e52207;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-red,
  .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover {
    border-color: #e52207;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-red,
  .tablet\:border-red .tablet\:hover\:border-red:hover {
    border-color: #e52207;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-red,
  .desktop\:border-red .desktop\:hover\:border-red:hover {
    border-color: #e52207;
  }
}
.border-orange,
.hover\:border-orange:hover {
  border-color: #e66f0e;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-orange,
  .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-orange,
  .tablet\:border-orange .tablet\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-orange,
  .desktop\:border-orange .desktop\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
}
.border-gold,
.hover\:border-gold:hover {
  border-color: #ffbe2e;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gold,
  .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gold,
  .tablet\:border-gold .tablet\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gold,
  .desktop\:border-gold .desktop\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
}
.border-yellow,
.hover\:border-yellow:hover {
  border-color: #fee685;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-yellow,
  .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-yellow,
  .tablet\:border-yellow .tablet\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-yellow,
  .desktop\:border-yellow .desktop\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
}
.border-green,
.hover\:border-green:hover {
  border-color: #538200;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-green,
  .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover {
    border-color: #538200;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-green,
  .tablet\:border-green .tablet\:hover\:border-green:hover {
    border-color: #538200;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-green,
  .desktop\:border-green .desktop\:hover\:border-green:hover {
    border-color: #538200;
  }
}
.border-mint,
.hover\:border-mint:hover {
  border-color: #04c585;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-mint,
  .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover {
    border-color: #04c585;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-mint,
  .tablet\:border-mint .tablet\:hover\:border-mint:hover {
    border-color: #04c585;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-mint,
  .desktop\:border-mint .desktop\:hover\:border-mint:hover {
    border-color: #04c585;
  }
}
.border-cyan,
.hover\:border-cyan:hover {
  border-color: #009ec1;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-cyan,
  .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-cyan,
  .tablet\:border-cyan .tablet\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-cyan,
  .desktop\:border-cyan .desktop\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
}
.border-blue,
.hover\:border-blue:hover {
  border-color: #0076d6;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-blue,
  .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-blue,
  .tablet\:border-blue .tablet\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-blue,
  .desktop\:border-blue .desktop\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
}
.border-indigo,
.hover\:border-indigo:hover {
  border-color: #676cc8;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-indigo,
  .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-indigo,
  .tablet\:border-indigo .tablet\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-indigo,
  .desktop\:border-indigo .desktop\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
}
.border-violet,
.hover\:border-violet:hover {
  border-color: #8168b3;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-violet,
  .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-violet,
  .tablet\:border-violet .tablet\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-violet,
  .desktop\:border-violet .desktop\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
}
.border-magenta,
.hover\:border-magenta:hover {
  border-color: #d72d79;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-magenta,
  .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-magenta,
  .tablet\:border-magenta .tablet\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-magenta,
  .desktop\:border-magenta .desktop\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
}
.border-gray-5,
.hover\:border-gray-5:hover {
  border-color: #f0f0f0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-5,
  .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-5,
  .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-5,
  .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
}
.border-gray-10,
.hover\:border-gray-10:hover {
  border-color: #e6e6e6;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-10,
  .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-10,
  .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-10,
  .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
}
.border-gray-30,
.hover\:border-gray-30:hover {
  border-color: #adadad;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-30,
  .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-30,
  .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-30,
  .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
}
.border-gray-50,
.hover\:border-gray-50:hover {
  border-color: #757575;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-50,
  .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-50,
  .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-50,
  .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
}
.border-gray-70,
.hover\:border-gray-70:hover {
  border-color: #454545;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-70,
  .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-70,
  .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-70,
  .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
}
.border-gray-90,
.hover\:border-gray-90:hover {
  border-color: #1b1b1b;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-gray-90,
  .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-gray-90,
  .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-gray-90,
  .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
}
.border-base-lightest,
.hover\:border-base-lightest:hover {
  border-color: #f0f0f0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-lightest,
  .mobile-lg\:border-base-lightest
    .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-lightest,
  .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-lightest,
  .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
}
.border-base-lighter,
.hover\:border-base-lighter:hover {
  border-color: #dcdee0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-lighter,
  .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-lighter,
  .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-lighter,
  .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
}
.border-base-light,
.hover\:border-base-light:hover {
  border-color: #a9aeb1;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-light,
  .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-light,
  .tablet\:border-base-light .tablet\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-light,
  .desktop\:border-base-light .desktop\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
}
.border-base,
.hover\:border-base:hover {
  border-color: #71767a;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base,
  .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover {
    border-color: #71767a;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base,
  .tablet\:border-base .tablet\:hover\:border-base:hover {
    border-color: #71767a;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base,
  .desktop\:border-base .desktop\:hover\:border-base:hover {
    border-color: #71767a;
  }
}
.border-base-dark,
.hover\:border-base-dark:hover {
  border-color: #565c65;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-dark,
  .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-dark,
  .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-dark,
  .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
}
.border-base-darker,
.hover\:border-base-darker:hover {
  border-color: #3d4551;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-darker,
  .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-darker,
  .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-darker,
  .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
}
.border-base-darkest,
.hover\:border-base-darkest:hover {
  border-color: #1b1b1b;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-base-darkest,
  .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-base-darkest,
  .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-base-darkest,
  .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
}
.border-ink,
.hover\:border-ink:hover {
  border-color: #1b1b1b;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-ink,
  .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-ink,
  .tablet\:border-ink .tablet\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-ink,
  .desktop\:border-ink .desktop\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
}
.border-primary-lighter,
.hover\:border-primary-lighter:hover {
  border-color: #d9e8f6;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-lighter,
  .mobile-lg\:border-primary-lighter
    .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary-lighter,
  .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary-lighter,
  .desktop\:border-primary-lighter
    .desktop\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
}
.border-primary-light,
.hover\:border-primary-light:hover {
  border-color: #73b3e7;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-light,
  .mobile-lg\:border-primary-light
    .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary-light,
  .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary-light,
  .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
}
.border-primary,
.hover\:border-primary:hover {
  border-color: #005ea2;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary,
  .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary,
  .tablet\:border-primary .tablet\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary,
  .desktop\:border-primary .desktop\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
}
.border-primary-vivid,
.hover\:border-primary-vivid:hover {
  border-color: #0050d8;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-vivid,
  .mobile-lg\:border-primary-vivid
    .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary-vivid,
  .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary-vivid,
  .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
}
.border-primary-dark,
.hover\:border-primary-dark:hover {
  border-color: #1a4480;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-dark,
  .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary-dark,
  .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary-dark,
  .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
}
.border-primary-darker,
.hover\:border-primary-darker:hover {
  border-color: #162e51;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-primary-darker,
  .mobile-lg\:border-primary-darker
    .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-primary-darker,
  .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-primary-darker,
  .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
}
.border-secondary-lighter,
.hover\:border-secondary-lighter:hover {
  border-color: #f3e1e4;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-lighter,
  .mobile-lg\:border-secondary-lighter
    .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary-lighter,
  .tablet\:border-secondary-lighter
    .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary-lighter,
  .desktop\:border-secondary-lighter
    .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
}
.border-secondary-light,
.hover\:border-secondary-light:hover {
  border-color: #f2938c;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-light,
  .mobile-lg\:border-secondary-light
    .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary-light,
  .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary-light,
  .desktop\:border-secondary-light
    .desktop\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
}
.border-secondary,
.hover\:border-secondary:hover {
  border-color: #d83933;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary,
  .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary,
  .tablet\:border-secondary .tablet\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary,
  .desktop\:border-secondary .desktop\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
}
.border-secondary-vivid,
.hover\:border-secondary-vivid:hover {
  border-color: #e41d3d;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-vivid,
  .mobile-lg\:border-secondary-vivid
    .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary-vivid,
  .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary-vivid,
  .desktop\:border-secondary-vivid
    .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
}
.border-secondary-dark,
.hover\:border-secondary-dark:hover {
  border-color: #b50909;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-dark,
  .mobile-lg\:border-secondary-dark
    .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary-dark,
  .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary-dark,
  .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
}
.border-secondary-darker,
.hover\:border-secondary-darker:hover {
  border-color: #8b0a03;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-secondary-darker,
  .mobile-lg\:border-secondary-darker
    .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-secondary-darker,
  .tablet\:border-secondary-darker
    .tablet\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-secondary-darker,
  .desktop\:border-secondary-darker
    .desktop\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
}
.border-accent-warm-darker,
.hover\:border-accent-warm-darker:hover {
  border-color: #775540;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-darker,
  .mobile-lg\:border-accent-warm-darker
    .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-darker,
  .tablet\:border-accent-warm-darker
    .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-darker,
  .desktop\:border-accent-warm-darker
    .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
}
.border-accent-warm-dark,
.hover\:border-accent-warm-dark:hover {
  border-color: #c05600;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-dark,
  .mobile-lg\:border-accent-warm-dark
    .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-dark,
  .tablet\:border-accent-warm-dark
    .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-dark,
  .desktop\:border-accent-warm-dark
    .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
}
.border-accent-warm,
.hover\:border-accent-warm:hover {
  border-color: #fa9441;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm,
  .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-warm,
  .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-warm,
  .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
}
.border-accent-warm-light,
.hover\:border-accent-warm-light:hover {
  border-color: #ffbc78;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-light,
  .mobile-lg\:border-accent-warm-light
    .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-light,
  .tablet\:border-accent-warm-light
    .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-light,
  .desktop\:border-accent-warm-light
    .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
}
.border-accent-warm-lighter,
.hover\:border-accent-warm-lighter:hover {
  border-color: #f2e4d4;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-warm-lighter,
  .mobile-lg\:border-accent-warm-lighter
    .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-warm-lighter,
  .tablet\:border-accent-warm-lighter
    .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-warm-lighter,
  .desktop\:border-accent-warm-lighter
    .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
}
.border-accent-cool-darker,
.hover\:border-accent-cool-darker:hover {
  border-color: #07648d;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-darker,
  .mobile-lg\:border-accent-cool-darker
    .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-darker,
  .tablet\:border-accent-cool-darker
    .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-darker,
  .desktop\:border-accent-cool-darker
    .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
}
.border-accent-cool-dark,
.hover\:border-accent-cool-dark:hover {
  border-color: #28a0cb;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-dark,
  .mobile-lg\:border-accent-cool-dark
    .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-dark,
  .tablet\:border-accent-cool-dark
    .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-dark,
  .desktop\:border-accent-cool-dark
    .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
}
.border-accent-cool,
.hover\:border-accent-cool:hover {
  border-color: #00bde3;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool,
  .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-cool,
  .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-cool,
  .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
}
.border-accent-cool-light,
.hover\:border-accent-cool-light:hover {
  border-color: #97d4ea;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-light,
  .mobile-lg\:border-accent-cool-light
    .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-light,
  .tablet\:border-accent-cool-light
    .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-light,
  .desktop\:border-accent-cool-light
    .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
}
.border-accent-cool-lighter,
.hover\:border-accent-cool-lighter:hover {
  border-color: #e1f3f8;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-accent-cool-lighter,
  .mobile-lg\:border-accent-cool-lighter
    .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-accent-cool-lighter,
  .tablet\:border-accent-cool-lighter
    .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-accent-cool-lighter,
  .desktop\:border-accent-cool-lighter
    .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
}
.radius-0 {
  border-radius: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-0 {
    border-radius: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-0 {
    border-radius: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-0 {
    border-radius: 0;
  }
}
.radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.radius-sm {
  border-radius: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-sm {
    border-radius: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-sm {
    border-radius: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-sm {
    border-radius: 2px;
  }
}
.radius-top-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
.radius-right-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
.radius-bottom-sm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
.radius-left-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
.radius-md {
  border-radius: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-md {
    border-radius: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-md {
    border-radius: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-md {
    border-radius: 0.25rem;
  }
}
.radius-top-md {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.radius-right-md {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
.radius-bottom-md {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
.radius-left-md {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
.radius-lg {
  border-radius: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-lg {
    border-radius: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-lg {
    border-radius: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-lg {
    border-radius: 0.5rem;
  }
}
.radius-top-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.radius-right-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
.radius-bottom-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
.radius-left-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
.radius-pill {
  border-radius: 99rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-pill {
    border-radius: 99rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-pill {
    border-radius: 99rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-pill {
    border-radius: 99rem;
  }
}
.radius-top-pill {
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
}
.radius-right-pill {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
.radius-bottom-pill {
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
}
.radius-left-pill {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-solid {
  border-style: solid;
}
.border-width-1px {
  border-width: 1px;
}
.border-y-width-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x-width-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-top-width-1px {
  border-top-width: 1px;
}
.border-right-width-1px {
  border-right-width: 1px;
}
.border-bottom-width-1px {
  border-bottom-width: 1px;
}
.border-left-width-1px {
  border-left-width: 1px;
}
.border-width-2px {
  border-width: 2px;
}
.border-y-width-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-x-width-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-top-width-2px {
  border-top-width: 2px;
}
.border-right-width-2px {
  border-right-width: 2px;
}
.border-bottom-width-2px {
  border-bottom-width: 2px;
}
.border-left-width-2px {
  border-left-width: 2px;
}
.border-width-05 {
  border-width: 0.25rem;
}
.border-y-width-05 {
  border-top-width: 0.25rem;
  border-bottom-width: 0.25rem;
}
.border-x-width-05 {
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
}
.border-top-width-05 {
  border-top-width: 0.25rem;
}
.border-right-width-05 {
  border-right-width: 0.25rem;
}
.border-bottom-width-05 {
  border-bottom-width: 0.25rem;
}
.border-left-width-05 {
  border-left-width: 0.25rem;
}
.border-width-1 {
  border-width: 0.5rem;
}
.border-y-width-1 {
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
}
.border-x-width-1 {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}
.border-top-width-1 {
  border-top-width: 0.5rem;
}
.border-right-width-1 {
  border-right-width: 0.5rem;
}
.border-bottom-width-1 {
  border-bottom-width: 0.5rem;
}
.border-left-width-1 {
  border-left-width: 0.5rem;
}
.border-width-105 {
  border-width: 0.75rem;
}
.border-y-width-105 {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}
.border-x-width-105 {
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
}
.border-top-width-105 {
  border-top-width: 0.75rem;
}
.border-right-width-105 {
  border-right-width: 0.75rem;
}
.border-bottom-width-105 {
  border-bottom-width: 0.75rem;
}
.border-left-width-105 {
  border-left-width: 0.75rem;
}
.border-width-2 {
  border-width: 1rem;
}
.border-y-width-2 {
  border-top-width: 1rem;
  border-bottom-width: 1rem;
}
.border-x-width-2 {
  border-left-width: 1rem;
  border-right-width: 1rem;
}
.border-top-width-2 {
  border-top-width: 1rem;
}
.border-right-width-2 {
  border-right-width: 1rem;
}
.border-bottom-width-2 {
  border-bottom-width: 1rem;
}
.border-left-width-2 {
  border-left-width: 1rem;
}
.border-width-205 {
  border-width: 1.25rem;
}
.border-y-width-205 {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
}
.border-x-width-205 {
  border-left-width: 1.25rem;
  border-right-width: 1.25rem;
}
.border-top-width-205 {
  border-top-width: 1.25rem;
}
.border-right-width-205 {
  border-right-width: 1.25rem;
}
.border-bottom-width-205 {
  border-bottom-width: 1.25rem;
}
.border-left-width-205 {
  border-left-width: 1.25rem;
}
.border-width-3 {
  border-width: 1.5rem;
}
.border-y-width-3 {
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
}
.border-x-width-3 {
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
}
.border-top-width-3 {
  border-top-width: 1.5rem;
}
.border-right-width-3 {
  border-right-width: 1.5rem;
}
.border-bottom-width-3 {
  border-bottom-width: 1.5rem;
}
.border-left-width-3 {
  border-left-width: 1.5rem;
}
.border-width-0 {
  border-width: 0;
}
.border-y-width-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.border-x-width-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.border-top-width-0 {
  border-top-width: 0;
}
.border-right-width-0 {
  border-right-width: 0;
}
.border-bottom-width-0 {
  border-bottom-width: 0;
}
.border-left-width-0 {
  border-left-width: 0;
}
.bottom-1px {
  bottom: 1px;
}
.bottom-2px {
  bottom: 2px;
}
.bottom-05 {
  bottom: 0.25rem;
}
.bottom-1 {
  bottom: 0.5rem;
}
.bottom-105 {
  bottom: 0.75rem;
}
.bottom-2 {
  bottom: 1rem;
}
.bottom-205 {
  bottom: 1.25rem;
}
.bottom-3 {
  bottom: 1.5rem;
}
.bottom-neg-1px {
  bottom: -1px;
}
.bottom-neg-2px {
  bottom: -2px;
}
.bottom-neg-05 {
  bottom: -0.25rem;
}
.bottom-neg-1 {
  bottom: -0.5rem;
}
.bottom-neg-105 {
  bottom: -0.75rem;
}
.bottom-neg-2 {
  bottom: -1rem;
}
.bottom-neg-205 {
  bottom: -1.25rem;
}
.bottom-neg-3 {
  bottom: -1.5rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.hover\:shadow-none:hover,
.shadow-none {
  box-shadow: none;
}
.hover\:shadow-1:hover,
.shadow-1 {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-2:hover,
.shadow-2 {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-3:hover,
.shadow-3 {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-4:hover,
.shadow-4 {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-5:hover,
.shadow-5 {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.circle-1px,
.circle-2px {
  height: 1px;
  width: 1px;
  border-radius: 50%;
}
.circle-2px {
  height: 2px;
  width: 2px;
}
.circle-05 {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
}
.circle-1,
.circle-105 {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}
.circle-105 {
  height: 0.75rem;
  width: 0.75rem;
}
.circle-2,
.circle-205 {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.circle-205 {
  height: 1.25rem;
  width: 1.25rem;
}
.circle-3,
.circle-4 {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.circle-4 {
  height: 2rem;
  width: 2rem;
}
.circle-5,
.circle-6 {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
.circle-6 {
  height: 3rem;
  width: 3rem;
}
.circle-7,
.circle-8 {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}
.circle-8 {
  height: 4rem;
  width: 4rem;
}
.circle-10,
.circle-9 {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
}
.circle-10 {
  height: 5rem;
  width: 5rem;
}
.circle-15,
.circle-card {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
}
.circle-card {
  height: 10rem;
  width: 10rem;
}
.circle-card-lg,
.circle-mobile {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
}
.circle-mobile {
  height: 20rem;
  width: 20rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.hover\:text-transparent:hover,
.text-transparent {
  color: transparent;
}
.hover\:text-black:hover,
.text-black {
  color: #000;
}
.hover\:text-white:hover,
.text-white {
  color: #fff;
}
.hover\:text-red:hover,
.text-red {
  color: #e52207;
}
.hover\:text-orange:hover,
.text-orange {
  color: #e66f0e;
}
.hover\:text-gold:hover,
.text-gold {
  color: #ffbe2e;
}
.hover\:text-yellow:hover,
.text-yellow {
  color: #fee685;
}
.hover\:text-green:hover,
.text-green {
  color: #538200;
}
.hover\:text-mint:hover,
.text-mint {
  color: #04c585;
}
.hover\:text-cyan:hover,
.text-cyan {
  color: #009ec1;
}
.hover\:text-blue:hover,
.text-blue {
  color: #0076d6;
}
.hover\:text-indigo:hover,
.text-indigo {
  color: #676cc8;
}
.hover\:text-violet:hover,
.text-violet {
  color: #8168b3;
}
.hover\:text-magenta:hover,
.text-magenta {
  color: #d72d79;
}
.hover\:text-gray-5:hover,
.text-gray-5 {
  color: #f0f0f0;
}
.hover\:text-gray-10:hover,
.text-gray-10 {
  color: #e6e6e6;
}
.hover\:text-gray-30:hover,
.text-gray-30 {
  color: #adadad;
}
.hover\:text-gray-50:hover,
.text-gray-50 {
  color: #757575;
}
.hover\:text-gray-70:hover,
.text-gray-70 {
  color: #454545;
}
.hover\:text-gray-90:hover,
.text-gray-90 {
  color: #1b1b1b;
}
.hover\:text-base-lightest:hover,
.text-base-lightest {
  color: #f0f0f0;
}
.hover\:text-base-lighter:hover,
.text-base-lighter {
  color: #dcdee0;
}
.hover\:text-base-light:hover,
.text-base-light {
  color: #a9aeb1;
}
.hover\:text-base:hover,
.text-base {
  color: #71767a;
}
.hover\:text-base-dark:hover,
.text-base-dark {
  color: #565c65;
}
.hover\:text-base-darker:hover,
.text-base-darker {
  color: #3d4551;
}
.hover\:text-base-darkest:hover,
.hover\:text-ink:hover,
.text-base-darkest,
.text-ink {
  color: #1b1b1b;
}
.hover\:text-primary-lighter:hover,
.text-primary-lighter {
  color: #d9e8f6;
}
.hover\:text-primary-light:hover,
.text-primary-light {
  color: #73b3e7;
}
.hover\:text-primary:hover,
.text-primary {
  color: #005ea2;
}
.hover\:text-primary-vivid:hover,
.text-primary-vivid {
  color: #0050d8;
}
.hover\:text-primary-dark:hover,
.text-primary-dark {
  color: #1a4480;
}
.hover\:text-primary-darker:hover,
.text-primary-darker {
  color: #162e51;
}
.hover\:text-secondary-lighter:hover,
.text-secondary-lighter {
  color: #f3e1e4;
}
.hover\:text-secondary-light:hover,
.text-secondary-light {
  color: #f2938c;
}
.hover\:text-secondary:hover,
.text-secondary {
  color: #d83933;
}
.hover\:text-secondary-vivid:hover,
.text-secondary-vivid {
  color: #e41d3d;
}
.hover\:text-secondary-dark:hover,
.text-secondary-dark {
  color: #b50909;
}
.hover\:text-secondary-darker:hover,
.text-secondary-darker {
  color: #8b0a03;
}
.hover\:text-accent-warm-darker:hover,
.text-accent-warm-darker {
  color: #775540;
}
.hover\:text-accent-warm-dark:hover,
.text-accent-warm-dark {
  color: #c05600;
}
.hover\:text-accent-warm:hover,
.text-accent-warm {
  color: #fa9441;
}
.hover\:text-accent-warm-light:hover,
.text-accent-warm-light {
  color: #ffbc78;
}
.hover\:text-accent-warm-lighter:hover,
.text-accent-warm-lighter {
  color: #f2e4d4;
}
.hover\:text-accent-cool-darker:hover,
.text-accent-cool-darker {
  color: #07648d;
}
.hover\:text-accent-cool-dark:hover,
.text-accent-cool-dark {
  color: #28a0cb;
}
.hover\:text-accent-cool:hover,
.text-accent-cool {
  color: #00bde3;
}
.hover\:text-accent-cool-light:hover,
.text-accent-cool-light {
  color: #97d4ea;
}
.hover\:text-accent-cool-lighter:hover,
.text-accent-cool-lighter {
  color: #e1f3f8;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.display-block {
  display: block;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-block {
    display: block;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-block {
    display: block;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-block {
    display: block;
  }
}
.display-flex {
  display: flex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-flex {
    display: flex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-flex {
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-flex {
    display: flex;
  }
}
.display-none {
  display: none;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-none {
    display: none;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-none {
    display: none;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-none {
    display: none;
  }
}
.display-inline {
  display: inline;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-inline {
    display: inline;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-inline {
    display: inline;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-inline {
    display: inline;
  }
}
.display-inline-block {
  display: inline-block;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-inline-block {
    display: inline-block;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-inline-block {
    display: inline-block;
  }
}
.display-inline-flex {
  display: inline-flex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-inline-flex {
    display: inline-flex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-inline-flex {
    display: inline-flex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-inline-flex {
    display: inline-flex;
  }
}
.display-table {
  display: table;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-table {
    display: table;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-table {
    display: table;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-table {
    display: table;
  }
}
.display-table-cell {
  display: table-cell;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-table-cell {
    display: table-cell;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-table-cell {
    display: table-cell;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-table-cell {
    display: table-cell;
  }
}
.display-table-row {
  display: table-row;
}
@media all and (min-width: 30em) {
  .mobile-lg\:display-table-row {
    display: table-row;
  }
}
@media all and (min-width: 40em) {
  .tablet\:display-table-row {
    display: table-row;
  }
}
@media all and (min-width: 64em) {
  .desktop\:display-table-row {
    display: table-row;
  }
}
.flex-1 {
  flex: 1 0 0;
}
.flex-2 {
  flex: 2 0 0;
}
.flex-3 {
  flex: 3 0 0;
}
.flex-4 {
  flex: 4 0 0;
}
.flex-5 {
  flex: 5 0 0;
}
.flex-6 {
  flex: 6 0 0;
}
.flex-7 {
  flex: 7 0 0;
}
.flex-8 {
  flex: 8 0 0;
}
.flex-9 {
  flex: 9 0 0;
}
.flex-10 {
  flex: 10 0 0;
}
.flex-11 {
  flex: 11 0 0;
}
.flex-12 {
  flex: 12 0 0;
}
.flex-fill {
  flex: 1 0 0;
}
.flex-auto {
  flex: 0 0 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.float-right {
  float: right;
}
.font-mono-3xs {
  font-size: 0.77401rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-3xs {
    font-size: 0.77401rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-3xs {
    font-size: 0.77401rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-3xs {
    font-size: 0.77401rem;
  }
}
.font-mono-2xs {
  font-size: 0.83355rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-2xs {
    font-size: 0.83355rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-2xs {
    font-size: 0.83355rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-2xs {
    font-size: 0.83355rem;
  }
}
.font-mono-xs {
  font-size: 0.89309rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-xs {
    font-size: 0.89309rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-xs {
    font-size: 0.89309rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-xs {
    font-size: 0.89309rem;
  }
}
.font-mono-sm {
  font-size: 0.95263rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-sm {
    font-size: 0.95263rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-sm {
    font-size: 0.95263rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-sm {
    font-size: 0.95263rem;
  }
}
.font-mono-md {
  font-size: 1.01217rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-md {
    font-size: 1.01217rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-md {
    font-size: 1.01217rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-md {
    font-size: 1.01217rem;
  }
}
.font-mono-lg {
  font-size: 1.30987rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-lg {
    font-size: 1.30987rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-lg {
    font-size: 1.30987rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-lg {
    font-size: 1.30987rem;
  }
}
.font-mono-xl {
  font-size: 1.90526rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-xl {
    font-size: 1.90526rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-xl {
    font-size: 1.90526rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-xl {
    font-size: 1.90526rem;
  }
}
.font-mono-2xl {
  font-size: 2.38158rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-2xl {
    font-size: 2.38158rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-2xl {
    font-size: 2.38158rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-2xl {
    font-size: 2.38158rem;
  }
}
.font-mono-3xl {
  font-size: 2.85789rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-mono-3xl {
    font-size: 2.85789rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-mono-3xl {
    font-size: 2.85789rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-mono-3xl {
    font-size: 2.85789rem;
  }
}
.font-sans-3xs {
  font-size: 0.82388rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-3xs {
    font-size: 0.82388rem;
  }
}
.font-sans-2xs {
  font-size: 0.88725rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-2xs {
    font-size: 0.88725rem;
  }
}
.font-sans-xs {
  font-size: 0.95063rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xs {
    font-size: 0.95063rem;
  }
}
.font-sans-sm {
  font-size: 1.01401rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-sm {
    font-size: 1.01401rem;
  }
}
.font-sans-md {
  font-size: 1.07738rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-md {
    font-size: 1.07738rem;
  }
}
.font-sans-lg {
  font-size: 1.39426rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-lg {
    font-size: 1.39426rem;
  }
}
.font-sans-xl {
  font-size: 2.02801rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.02801rem;
  }
}
.font-sans-2xl {
  font-size: 2.53501rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-2xl {
    font-size: 2.53501rem;
  }
}
.font-sans-3xl {
  font-size: 3.04202rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-3xl {
    font-size: 3.04202rem;
  }
}
.font-serif-3xs {
  font-size: 0.80582rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-3xs {
    font-size: 0.80582rem;
  }
}
.font-serif-2xs {
  font-size: 0.86781rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-2xs {
    font-size: 0.86781rem;
  }
}
.font-serif-xs {
  font-size: 0.92979rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-xs {
    font-size: 0.92979rem;
  }
}
.font-serif-sm {
  font-size: 0.99178rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-sm {
    font-size: 0.99178rem;
  }
}
.font-serif-md {
  font-size: 1.05377rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-md {
    font-size: 1.05377rem;
  }
}
.font-serif-lg {
  font-size: 1.3637rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-lg {
    font-size: 1.3637rem;
  }
}
.font-serif-xl {
  font-size: 1.98356rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-xl {
    font-size: 1.98356rem;
  }
}
.font-serif-2xl {
  font-size: 2.47945rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-2xl {
    font-size: 2.47945rem;
  }
}
.font-serif-3xl {
  font-size: 2.97534rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-serif-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-serif-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-serif-3xl {
    font-size: 2.97534rem;
  }
}
.font-heading-3xs {
  font-size: 0.80582rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-3xs {
    font-size: 0.80582rem;
  }
}
.font-heading-2xs {
  font-size: 0.86781rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-2xs {
    font-size: 0.86781rem;
  }
}
.font-heading-xs {
  font-size: 0.92979rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-xs {
    font-size: 0.92979rem;
  }
}
.font-heading-sm {
  font-size: 0.99178rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-sm {
    font-size: 0.99178rem;
  }
}
.font-heading-md {
  font-size: 1.05377rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-md {
    font-size: 1.05377rem;
  }
}
.font-heading-lg {
  font-size: 1.3637rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-lg {
    font-size: 1.3637rem;
  }
}
.font-heading-xl {
  font-size: 1.98356rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-xl {
    font-size: 1.98356rem;
  }
}
.font-heading-2xl {
  font-size: 2.47945rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-2xl {
    font-size: 2.47945rem;
  }
}
.font-heading-3xl {
  font-size: 2.97534rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-heading-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-heading-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-heading-3xl {
    font-size: 2.97534rem;
  }
}
.font-body-3xs {
  font-size: 0.82388rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-3xs {
    font-size: 0.82388rem;
  }
}
.font-body-2xs {
  font-size: 0.88725rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-2xs {
    font-size: 0.88725rem;
  }
}
.font-body-xs {
  font-size: 0.95063rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-xs {
    font-size: 0.95063rem;
  }
}
.font-body-sm {
  font-size: 1.01401rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-sm {
    font-size: 1.01401rem;
  }
}
.font-body-md {
  font-size: 1.07738rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-md {
    font-size: 1.07738rem;
  }
}
.font-body-lg {
  font-size: 1.39426rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-lg {
    font-size: 1.39426rem;
  }
}
.font-body-xl {
  font-size: 2.02801rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-xl {
    font-size: 2.02801rem;
  }
}
.font-body-2xl {
  font-size: 2.53501rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-2xl {
    font-size: 2.53501rem;
  }
}
.font-body-3xl {
  font-size: 3.04202rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-body-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-body-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-body-3xl {
    font-size: 3.04202rem;
  }
}
.font-code-3xs {
  font-size: 0.77401rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-3xs {
    font-size: 0.77401rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-3xs {
    font-size: 0.77401rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-3xs {
    font-size: 0.77401rem;
  }
}
.font-code-2xs {
  font-size: 0.83355rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-2xs {
    font-size: 0.83355rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-2xs {
    font-size: 0.83355rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-2xs {
    font-size: 0.83355rem;
  }
}
.font-code-xs {
  font-size: 0.89309rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-xs {
    font-size: 0.89309rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-xs {
    font-size: 0.89309rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-xs {
    font-size: 0.89309rem;
  }
}
.font-code-sm {
  font-size: 0.95263rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-sm {
    font-size: 0.95263rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-sm {
    font-size: 0.95263rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-sm {
    font-size: 0.95263rem;
  }
}
.font-code-md {
  font-size: 1.01217rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-md {
    font-size: 1.01217rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-md {
    font-size: 1.01217rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-md {
    font-size: 1.01217rem;
  }
}
.font-code-lg {
  font-size: 1.30987rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-lg {
    font-size: 1.30987rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-lg {
    font-size: 1.30987rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-lg {
    font-size: 1.30987rem;
  }
}
.font-code-xl {
  font-size: 1.90526rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-xl {
    font-size: 1.90526rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-xl {
    font-size: 1.90526rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-xl {
    font-size: 1.90526rem;
  }
}
.font-code-2xl {
  font-size: 2.38158rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-2xl {
    font-size: 2.38158rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-2xl {
    font-size: 2.38158rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-2xl {
    font-size: 2.38158rem;
  }
}
.font-code-3xl {
  font-size: 2.85789rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-code-3xl {
    font-size: 2.85789rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-code-3xl {
    font-size: 2.85789rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-code-3xl {
    font-size: 2.85789rem;
  }
}
.font-alt-3xs {
  font-size: 0.80582rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-3xs {
    font-size: 0.80582rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-3xs {
    font-size: 0.80582rem;
  }
}
.font-alt-2xs {
  font-size: 0.86781rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-2xs {
    font-size: 0.86781rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-2xs {
    font-size: 0.86781rem;
  }
}
.font-alt-xs {
  font-size: 0.92979rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-xs {
    font-size: 0.92979rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-xs {
    font-size: 0.92979rem;
  }
}
.font-alt-sm {
  font-size: 0.99178rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-sm {
    font-size: 0.99178rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-sm {
    font-size: 0.99178rem;
  }
}
.font-alt-md {
  font-size: 1.05377rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-md {
    font-size: 1.05377rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-md {
    font-size: 1.05377rem;
  }
}
.font-alt-lg {
  font-size: 1.3637rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-lg {
    font-size: 1.3637rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-lg {
    font-size: 1.3637rem;
  }
}
.font-alt-xl {
  font-size: 1.98356rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-xl {
    font-size: 1.98356rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-xl {
    font-size: 1.98356rem;
  }
}
.font-alt-2xl {
  font-size: 2.47945rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-2xl {
    font-size: 2.47945rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-2xl {
    font-size: 2.47945rem;
  }
}
.font-alt-3xl {
  font-size: 2.97534rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-3xl {
    font-size: 2.97534rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-3xl {
    font-size: 2.97534rem;
  }
}
.font-ui-3xs {
  font-size: 0.82388rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-3xs {
    font-size: 0.82388rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-3xs {
    font-size: 0.82388rem;
  }
}
.font-ui-2xs {
  font-size: 0.88725rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-2xs {
    font-size: 0.88725rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-2xs {
    font-size: 0.88725rem;
  }
}
.font-ui-xs {
  font-size: 0.95063rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-xs {
    font-size: 0.95063rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-xs {
    font-size: 0.95063rem;
  }
}
.font-ui-sm {
  font-size: 1.01401rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-sm {
    font-size: 1.01401rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-sm {
    font-size: 1.01401rem;
  }
}
.font-ui-md {
  font-size: 1.07738rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-md {
    font-size: 1.07738rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-md {
    font-size: 1.07738rem;
  }
}
.font-ui-lg {
  font-size: 1.39426rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-lg {
    font-size: 1.39426rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-lg {
    font-size: 1.39426rem;
  }
}
.font-ui-xl {
  font-size: 2.02801rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-xl {
    font-size: 2.02801rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-xl {
    font-size: 2.02801rem;
  }
}
.font-ui-2xl {
  font-size: 2.53501rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-2xl {
    font-size: 2.53501rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-2xl {
    font-size: 2.53501rem;
  }
}
.font-ui-3xl {
  font-size: 3.04202rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:font-ui-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-ui-3xl {
    font-size: 3.04202rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-ui-3xl {
    font-size: 3.04202rem;
  }
}
.font-family-mono {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
.font-family-sans {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.font-family-serif {
  font-family: Montserrat;
}
.font-family-ui {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.font-family-heading {
  font-family: Montserrat;
}
.font-family-body {
  font-family:
    Open Sans,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.font-family-code {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
.font-family-alt {
  font-family: Montserrat;
}
.text-tabular {
  font-feature-settings:
    "tnum" 1,
    "kern" 1;
}
.text-no-tabular {
  font-feature-settings: "kern" 1;
}
.text-italic {
  font-style: italic;
}
.text-no-italic {
  font-style: normal;
}
.text-light {
  font-weight: 300;
}
@media all and (min-width: 30em) {
  .mobile-lg\:text-light {
    font-weight: 300;
  }
}
@media all and (min-width: 40em) {
  .tablet\:text-light {
    font-weight: 300;
  }
}
@media all and (min-width: 64em) {
  .desktop\:text-light {
    font-weight: 300;
  }
}
.text-normal {
  font-weight: 400;
}
@media all and (min-width: 30em) {
  .mobile-lg\:text-normal {
    font-weight: 400;
  }
}
@media all and (min-width: 40em) {
  .tablet\:text-normal {
    font-weight: 400;
  }
}
@media all and (min-width: 64em) {
  .desktop\:text-normal {
    font-weight: 400;
  }
}
.text-bold {
  font-weight: 700;
}
@media all and (min-width: 30em) {
  .mobile-lg\:text-bold {
    font-weight: 700;
  }
}
@media all and (min-width: 40em) {
  .tablet\:text-bold {
    font-weight: 700;
  }
}
@media all and (min-width: 64em) {
  .desktop\:text-bold {
    font-weight: 700;
  }
}
.height-1px {
  height: 1px;
}
.height-2px {
  height: 2px;
}
.height-05 {
  height: 0.25rem;
}
.height-1 {
  height: 0.5rem;
}
.height-105 {
  height: 0.75rem;
}
.height-2 {
  height: 1rem;
}
.height-205 {
  height: 1.25rem;
}
.height-3 {
  height: 1.5rem;
}
.height-4 {
  height: 2rem;
}
.height-5 {
  height: 2.5rem;
}
.height-6 {
  height: 3rem;
}
.height-7 {
  height: 3.5rem;
}
.height-8 {
  height: 4rem;
}
.height-9 {
  height: 4.5rem;
}
.height-10 {
  height: 5rem;
}
.height-15 {
  height: 7.5rem;
}
.height-card {
  height: 10rem;
}
.height-card-lg {
  height: 15rem;
}
.height-mobile {
  height: 20rem;
}
.height-0 {
  height: 0;
}
.height-auto {
  height: auto;
}
.height-full {
  height: 100%;
}
.height-viewport {
  height: 100vh;
}
.flex-justify-center {
  justify-content: center;
}
@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify-center {
    justify-content: center;
  }
}
@media all and (min-width: 40em) {
  .tablet\:flex-justify-center {
    justify-content: center;
  }
}
@media all and (min-width: 64em) {
  .desktop\:flex-justify-center {
    justify-content: center;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify-start {
    justify-content: flex-start;
  }
}
@media all and (min-width: 40em) {
  .tablet\:flex-justify-start {
    justify-content: flex-start;
  }
}
@media all and (min-width: 64em) {
  .desktop\:flex-justify-start {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify-end {
    justify-content: flex-end;
  }
}
@media all and (min-width: 40em) {
  .tablet\:flex-justify-end {
    justify-content: flex-end;
  }
}
@media all and (min-width: 64em) {
  .desktop\:flex-justify-end {
    justify-content: flex-end;
  }
}
.flex-justify {
  justify-content: space-between;
}
@media all and (min-width: 30em) {
  .mobile-lg\:flex-justify {
    justify-content: space-between;
  }
}
@media all and (min-width: 40em) {
  .tablet\:flex-justify {
    justify-content: space-between;
  }
}
@media all and (min-width: 64em) {
  .desktop\:flex-justify {
    justify-content: space-between;
  }
}
.left-1px {
  left: 1px;
}
.left-2px {
  left: 2px;
}
.left-05 {
  left: 0.25rem;
}
.left-1 {
  left: 0.5rem;
}
.left-105 {
  left: 0.75rem;
}
.left-2 {
  left: 1rem;
}
.left-205 {
  left: 1.25rem;
}
.left-3 {
  left: 1.5rem;
}
.left-neg-1px {
  left: -1px;
}
.left-neg-2px {
  left: -2px;
}
.left-neg-05 {
  left: -0.25rem;
}
.left-neg-1 {
  left: -0.5rem;
}
.left-neg-105 {
  left: -0.75rem;
}
.left-neg-2 {
  left: -1rem;
}
.left-neg-205 {
  left: -1.25rem;
}
.left-neg-3 {
  left: -1.5rem;
}
.left-0 {
  left: 0;
}
.left-auto {
  left: auto;
}
.text-ls-auto {
  letter-spacing: initial;
}
.text-ls-neg-3 {
  letter-spacing: -0.03em;
}
.text-ls-neg-2 {
  letter-spacing: -0.02em;
}
.text-ls-neg-1 {
  letter-spacing: -0.01em;
}
.text-ls-1 {
  letter-spacing: 0.025em;
}
.text-ls-2 {
  letter-spacing: 0.1em;
}
.text-ls-3 {
  letter-spacing: 0.15em;
}
.line-height-sans-1 {
  line-height: 0.98619;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-1 {
    line-height: 0.98619;
  }
}
.line-height-sans-2 {
  line-height: 1.18343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-2 {
    line-height: 1.18343;
  }
}
.line-height-sans-3 {
  line-height: 1.33135;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-3 {
    line-height: 1.33135;
  }
}
.line-height-sans-4 {
  line-height: 1.47928;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-4 {
    line-height: 1.47928;
  }
}
.line-height-sans-5 {
  line-height: 1.59762;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-5 {
    line-height: 1.59762;
  }
}
.line-height-sans-6 {
  line-height: 1.72583;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-sans-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-sans-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-sans-6 {
    line-height: 1.72583;
  }
}
.line-height-serif-1 {
  line-height: 1.00829;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-1 {
    line-height: 1.00829;
  }
}
.line-height-serif-2 {
  line-height: 1.20994;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-2 {
    line-height: 1.20994;
  }
}
.line-height-serif-3 {
  line-height: 1.36119;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-3 {
    line-height: 1.36119;
  }
}
.line-height-serif-4 {
  line-height: 1.51243;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-4 {
    line-height: 1.51243;
  }
}
.line-height-serif-5 {
  line-height: 1.63343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-5 {
    line-height: 1.63343;
  }
}
.line-height-serif-6 {
  line-height: 1.7645;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-serif-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-serif-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-serif-6 {
    line-height: 1.7645;
  }
}
.line-height-mono-1 {
  line-height: 1.04972;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-1 {
    line-height: 1.04972;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-1 {
    line-height: 1.04972;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-1 {
    line-height: 1.04972;
  }
}
.line-height-mono-2 {
  line-height: 1.25967;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-2 {
    line-height: 1.25967;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-2 {
    line-height: 1.25967;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-2 {
    line-height: 1.25967;
  }
}
.line-height-mono-3 {
  line-height: 1.41713;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-3 {
    line-height: 1.41713;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-3 {
    line-height: 1.41713;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-3 {
    line-height: 1.41713;
  }
}
.line-height-mono-4 {
  line-height: 1.57459;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-4 {
    line-height: 1.57459;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-4 {
    line-height: 1.57459;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-4 {
    line-height: 1.57459;
  }
}
.line-height-mono-5 {
  line-height: 1.70055;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-5 {
    line-height: 1.70055;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-5 {
    line-height: 1.70055;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-5 {
    line-height: 1.70055;
  }
}
.line-height-mono-6 {
  line-height: 1.83702;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-mono-6 {
    line-height: 1.83702;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-mono-6 {
    line-height: 1.83702;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-mono-6 {
    line-height: 1.83702;
  }
}
.line-height-heading-1 {
  line-height: 1.00829;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-1 {
    line-height: 1.00829;
  }
}
.line-height-heading-2 {
  line-height: 1.20994;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-2 {
    line-height: 1.20994;
  }
}
.line-height-heading-3 {
  line-height: 1.36119;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-3 {
    line-height: 1.36119;
  }
}
.line-height-heading-4 {
  line-height: 1.51243;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-4 {
    line-height: 1.51243;
  }
}
.line-height-heading-5 {
  line-height: 1.63343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-5 {
    line-height: 1.63343;
  }
}
.line-height-heading-6 {
  line-height: 1.7645;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-heading-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-heading-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-heading-6 {
    line-height: 1.7645;
  }
}
.line-height-ui-1 {
  line-height: 0.98619;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-1 {
    line-height: 0.98619;
  }
}
.line-height-ui-2 {
  line-height: 1.18343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-2 {
    line-height: 1.18343;
  }
}
.line-height-ui-3 {
  line-height: 1.33135;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-3 {
    line-height: 1.33135;
  }
}
.line-height-ui-4 {
  line-height: 1.47928;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-4 {
    line-height: 1.47928;
  }
}
.line-height-ui-5 {
  line-height: 1.59762;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-5 {
    line-height: 1.59762;
  }
}
.line-height-ui-6 {
  line-height: 1.72583;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-ui-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-ui-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-ui-6 {
    line-height: 1.72583;
  }
}
.line-height-body-1 {
  line-height: 0.98619;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-1 {
    line-height: 0.98619;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-1 {
    line-height: 0.98619;
  }
}
.line-height-body-2 {
  line-height: 1.18343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-2 {
    line-height: 1.18343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-2 {
    line-height: 1.18343;
  }
}
.line-height-body-3 {
  line-height: 1.33135;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-3 {
    line-height: 1.33135;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-3 {
    line-height: 1.33135;
  }
}
.line-height-body-4 {
  line-height: 1.47928;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-4 {
    line-height: 1.47928;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-4 {
    line-height: 1.47928;
  }
}
.line-height-body-5 {
  line-height: 1.59762;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-5 {
    line-height: 1.59762;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-5 {
    line-height: 1.59762;
  }
}
.line-height-body-6 {
  line-height: 1.72583;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-body-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-body-6 {
    line-height: 1.72583;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-body-6 {
    line-height: 1.72583;
  }
}
.line-height-code-1 {
  line-height: 1.04972;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-1 {
    line-height: 1.04972;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-1 {
    line-height: 1.04972;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-1 {
    line-height: 1.04972;
  }
}
.line-height-code-2 {
  line-height: 1.25967;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-2 {
    line-height: 1.25967;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-2 {
    line-height: 1.25967;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-2 {
    line-height: 1.25967;
  }
}
.line-height-code-3 {
  line-height: 1.41713;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-3 {
    line-height: 1.41713;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-3 {
    line-height: 1.41713;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-3 {
    line-height: 1.41713;
  }
}
.line-height-code-4 {
  line-height: 1.57459;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-4 {
    line-height: 1.57459;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-4 {
    line-height: 1.57459;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-4 {
    line-height: 1.57459;
  }
}
.line-height-code-5 {
  line-height: 1.70055;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-5 {
    line-height: 1.70055;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-5 {
    line-height: 1.70055;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-5 {
    line-height: 1.70055;
  }
}
.line-height-code-6 {
  line-height: 1.83702;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-code-6 {
    line-height: 1.83702;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-code-6 {
    line-height: 1.83702;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-code-6 {
    line-height: 1.83702;
  }
}
.line-height-alt-1 {
  line-height: 1.00829;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-1 {
    line-height: 1.00829;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-1 {
    line-height: 1.00829;
  }
}
.line-height-alt-2 {
  line-height: 1.20994;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-2 {
    line-height: 1.20994;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-2 {
    line-height: 1.20994;
  }
}
.line-height-alt-3 {
  line-height: 1.36119;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-3 {
    line-height: 1.36119;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-3 {
    line-height: 1.36119;
  }
}
.line-height-alt-4 {
  line-height: 1.51243;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-4 {
    line-height: 1.51243;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-4 {
    line-height: 1.51243;
  }
}
.line-height-alt-5 {
  line-height: 1.63343;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-5 {
    line-height: 1.63343;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-5 {
    line-height: 1.63343;
  }
}
.line-height-alt-6 {
  line-height: 1.7645;
}
@media all and (min-width: 30em) {
  .mobile-lg\:line-height-alt-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 40em) {
  .tablet\:line-height-alt-6 {
    line-height: 1.7645;
  }
}
@media all and (min-width: 64em) {
  .desktop\:line-height-alt-6 {
    line-height: 1.7645;
  }
}
.margin-1px {
  margin: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-1px {
    margin: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-1px {
    margin: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-1px {
    margin: 1px;
  }
}
.margin-2px {
  margin: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-2px {
    margin: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-2px {
    margin: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-2px {
    margin: 2px;
  }
}
.margin-05 {
  margin: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-05 {
    margin: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-05 {
    margin: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-05 {
    margin: 0.25rem;
  }
}
.margin-1 {
  margin: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-1 {
    margin: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-1 {
    margin: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-1 {
    margin: 0.5rem;
  }
}
.margin-105 {
  margin: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-105 {
    margin: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-105 {
    margin: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-105 {
    margin: 0.75rem;
  }
}
.margin-2 {
  margin: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-2 {
    margin: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-2 {
    margin: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-2 {
    margin: 1rem;
  }
}
.margin-205 {
  margin: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-205 {
    margin: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-205 {
    margin: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-205 {
    margin: 1.25rem;
  }
}
.margin-3 {
  margin: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-3 {
    margin: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-3 {
    margin: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-3 {
    margin: 1.5rem;
  }
}
.margin-4 {
  margin: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-4 {
    margin: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-4 {
    margin: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-4 {
    margin: 2rem;
  }
}
.margin-5 {
  margin: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-5 {
    margin: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-5 {
    margin: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-5 {
    margin: 2.5rem;
  }
}
.margin-6 {
  margin: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-6 {
    margin: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-6 {
    margin: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-6 {
    margin: 3rem;
  }
}
.margin-7 {
  margin: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-7 {
    margin: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-7 {
    margin: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-7 {
    margin: 3.5rem;
  }
}
.margin-8 {
  margin: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-8 {
    margin: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-8 {
    margin: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-8 {
    margin: 4rem;
  }
}
.margin-9 {
  margin: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-9 {
    margin: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-9 {
    margin: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-9 {
    margin: 4.5rem;
  }
}
.margin-10 {
  margin: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-10 {
    margin: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-10 {
    margin: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-10 {
    margin: 5rem;
  }
}
.margin-15 {
  margin: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-15 {
    margin: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-15 {
    margin: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-15 {
    margin: 7.5rem;
  }
}
.margin-05em {
  margin: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-05em {
    margin: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-05em {
    margin: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-05em {
    margin: 0.5em;
  }
}
.margin-1em {
  margin: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-1em {
    margin: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-1em {
    margin: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-1em {
    margin: 1em;
  }
}
.margin-105em {
  margin: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-105em {
    margin: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-105em {
    margin: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-105em {
    margin: 1.5em;
  }
}
.margin-2em {
  margin: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-2em {
    margin: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-2em {
    margin: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-2em {
    margin: 2em;
  }
}
.margin-0 {
  margin: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-0 {
    margin: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-0 {
    margin: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-0 {
    margin: 0;
  }
}
.margin-y-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.margin-top-1px {
  margin-top: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1px {
    margin-top: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-1px {
    margin-top: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-1px {
    margin-top: 1px;
  }
}
.margin-bottom-1px {
  margin-bottom: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1px {
    margin-bottom: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1px {
    margin-bottom: 1px;
  }
}
.margin-y-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.margin-top-2px {
  margin-top: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2px {
    margin-top: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-2px {
    margin-top: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-2px {
    margin-top: 2px;
  }
}
.margin-bottom-2px {
  margin-bottom: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2px {
    margin-bottom: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2px {
    margin-bottom: 2px;
  }
}
.margin-y-05 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.margin-top-05 {
  margin-top: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-05 {
    margin-top: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-05 {
    margin-top: 0.25rem;
  }
}
.margin-bottom-05 {
  margin-bottom: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
}
.margin-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.margin-top-1 {
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-1 {
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-1 {
    margin-top: 0.5rem;
  }
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
}
.margin-y-105 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.margin-top-105 {
  margin-top: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-105 {
    margin-top: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-105 {
    margin-top: 0.75rem;
  }
}
.margin-bottom-105 {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
}
.margin-y-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.margin-top-2 {
  margin-top: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2 {
    margin-top: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-2 {
    margin-top: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-2 {
    margin-top: 1rem;
  }
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
.margin-y-205 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.margin-top-205 {
  margin-top: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-205 {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-205 {
    margin-top: 1.25rem;
  }
}
.margin-bottom-205 {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
}
.margin-y-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.margin-top-3 {
  margin-top: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-3 {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-3 {
    margin-top: 1.5rem;
  }
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
}
.margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
.margin-top-neg-1px {
  margin-top: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-1px {
    margin-top: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-1px {
    margin-top: -1px;
  }
}
.margin-bottom-neg-1px {
  margin-bottom: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
}
.margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
.margin-top-neg-2px {
  margin-top: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-2px {
    margin-top: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-2px {
    margin-top: -2px;
  }
}
.margin-bottom-neg-2px {
  margin-bottom: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
}
.margin-y-neg-05 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
.margin-top-neg-05 {
  margin-top: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
}
.margin-bottom-neg-05 {
  margin-bottom: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
}
.margin-y-neg-1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.margin-top-neg-1 {
  margin-top: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
}
.margin-bottom-neg-1 {
  margin-bottom: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
}
.margin-y-neg-105 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
.margin-top-neg-105 {
  margin-top: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
}
.margin-bottom-neg-105 {
  margin-bottom: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
}
.margin-y-neg-2 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.margin-top-neg-2 {
  margin-top: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-2 {
    margin-top: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-2 {
    margin-top: -1rem;
  }
}
.margin-bottom-neg-2 {
  margin-bottom: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
}
.margin-y-neg-205 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.margin-top-neg-205 {
  margin-top: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
}
.margin-bottom-neg-205 {
  margin-bottom: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
}
.margin-y-neg-3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
.margin-top-neg-3 {
  margin-top: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
}
.margin-bottom-neg-3 {
  margin-bottom: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
}
.margin-y-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.margin-top-4 {
  margin-top: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-4 {
    margin-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-4 {
    margin-top: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-4 {
    margin-top: 2rem;
  }
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
}
.margin-y-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.margin-top-5 {
  margin-top: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-5 {
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-5 {
    margin-top: 2.5rem;
  }
}
.margin-bottom-5 {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
}
.margin-y-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.margin-top-6 {
  margin-top: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-6 {
    margin-top: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-6 {
    margin-top: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-6 {
    margin-top: 3rem;
  }
}
.margin-bottom-6 {
  margin-bottom: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
}
.margin-y-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.margin-top-7 {
  margin-top: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-7 {
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-7 {
    margin-top: 3.5rem;
  }
}
.margin-bottom-7 {
  margin-bottom: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
}
.margin-y-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.margin-top-8 {
  margin-top: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-8 {
    margin-top: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-8 {
    margin-top: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-8 {
    margin-top: 4rem;
  }
}
.margin-bottom-8 {
  margin-bottom: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
}
.margin-y-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.margin-top-9 {
  margin-top: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-9 {
    margin-top: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-9 {
    margin-top: 4.5rem;
  }
}
.margin-bottom-9 {
  margin-bottom: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
}
.margin-y-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.margin-top-10 {
  margin-top: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-10 {
    margin-top: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-10 {
    margin-top: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-10 {
    margin-top: 5rem;
  }
}
.margin-bottom-10 {
  margin-bottom: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
}
.margin-y-15 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.margin-top-15 {
  margin-top: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-15 {
    margin-top: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-15 {
    margin-top: 7.5rem;
  }
}
.margin-bottom-15 {
  margin-bottom: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
}
.margin-y-05em {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.margin-top-05em {
  margin-top: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-05em {
    margin-top: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-05em {
    margin-top: 0.5em;
  }
}
.margin-bottom-05em {
  margin-bottom: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
}
.margin-y-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.margin-top-1em {
  margin-top: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-1em {
    margin-top: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-1em {
    margin-top: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-1em {
    margin-top: 1em;
  }
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-1em {
    margin-bottom: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-1em {
    margin-bottom: 1em;
  }
}
.margin-y-105em {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.margin-top-105em {
  margin-top: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-105em {
    margin-top: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-105em {
    margin-top: 1.5em;
  }
}
.margin-bottom-105em {
  margin-bottom: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
}
.margin-y-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.margin-top-2em {
  margin-top: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-2em {
    margin-top: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-2em {
    margin-top: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-2em {
    margin-top: 2em;
  }
}
.margin-bottom-2em {
  margin-bottom: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-2em {
    margin-bottom: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-2em {
    margin-bottom: 2em;
  }
}
.margin-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.margin-top-0 {
  margin-top: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-top-0 {
    margin-top: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-top-0 {
    margin-top: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-top-0 {
    margin-top: 0;
  }
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-x-1px {
  margin-left: 1px;
  margin-right: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.margin-right-1px {
  margin-right: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1px {
    margin-right: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-1px {
    margin-right: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-1px {
    margin-right: 1px;
  }
}
.margin-left-1px {
  margin-left: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1px {
    margin-left: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-1px {
    margin-left: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-1px {
    margin-left: 1px;
  }
}
.margin-x-2px {
  margin-left: 2px;
  margin-right: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.margin-right-2px {
  margin-right: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2px {
    margin-right: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-2px {
    margin-right: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-2px {
    margin-right: 2px;
  }
}
.margin-left-2px {
  margin-left: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2px {
    margin-left: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-2px {
    margin-left: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-2px {
    margin-left: 2px;
  }
}
.margin-x-05 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.margin-right-05 {
  margin-right: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-05 {
    margin-right: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-05 {
    margin-right: 0.25rem;
  }
}
.margin-left-05 {
  margin-left: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-05 {
    margin-left: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-05 {
    margin-left: 0.25rem;
  }
}
.margin-x-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.margin-right-1 {
  margin-right: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-1 {
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-1 {
    margin-right: 0.5rem;
  }
}
.margin-left-1 {
  margin-left: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-1 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-1 {
    margin-left: 0.5rem;
  }
}
.margin-x-105 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.margin-right-105 {
  margin-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-105 {
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-105 {
    margin-right: 0.75rem;
  }
}
.margin-left-105 {
  margin-left: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-105 {
    margin-left: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-105 {
    margin-left: 0.75rem;
  }
}
.margin-x-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.margin-right-2 {
  margin-right: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2 {
    margin-right: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-2 {
    margin-right: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-2 {
    margin-right: 1rem;
  }
}
.margin-left-2 {
  margin-left: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-2 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-2 {
    margin-left: 1rem;
  }
}
.margin-x-205 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.margin-right-205 {
  margin-right: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-205 {
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-205 {
    margin-right: 1.25rem;
  }
}
.margin-left-205 {
  margin-left: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-205 {
    margin-left: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-205 {
    margin-left: 1.25rem;
  }
}
.margin-x-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.margin-right-3 {
  margin-right: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-3 {
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-3 {
    margin-right: 1.5rem;
  }
}
.margin-left-3 {
  margin-left: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-3 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-3 {
    margin-left: 1.5rem;
  }
}
.margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.margin-right-neg-1px {
  margin-right: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-1px {
    margin-right: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-1px {
    margin-right: -1px;
  }
}
.margin-left-neg-1px {
  margin-left: -1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-1px {
    margin-left: -1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-1px {
    margin-left: -1px;
  }
}
.margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.margin-right-neg-2px {
  margin-right: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-2px {
    margin-right: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-2px {
    margin-right: -2px;
  }
}
.margin-left-neg-2px {
  margin-left: -2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-2px {
    margin-left: -2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-2px {
    margin-left: -2px;
  }
}
.margin-x-neg-05 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
.margin-right-neg-05 {
  margin-right: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
}
.margin-left-neg-05 {
  margin-left: -0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
}
.margin-x-neg-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.margin-right-neg-1 {
  margin-right: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
}
.margin-left-neg-1 {
  margin-left: -0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
}
.margin-x-neg-105 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.margin-right-neg-105 {
  margin-right: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
}
.margin-left-neg-105 {
  margin-left: -0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
}
.margin-x-neg-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.margin-right-neg-2 {
  margin-right: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-2 {
    margin-right: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-2 {
    margin-right: -1rem;
  }
}
.margin-left-neg-2 {
  margin-left: -1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-2 {
    margin-left: -1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-2 {
    margin-left: -1rem;
  }
}
.margin-x-neg-205 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.margin-right-neg-205 {
  margin-right: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
}
.margin-left-neg-205 {
  margin-left: -1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
}
.margin-x-neg-3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.margin-right-neg-3 {
  margin-right: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
}
.margin-left-neg-3 {
  margin-left: -1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
}
.margin-x-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.margin-right-4 {
  margin-right: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-4 {
    margin-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-4 {
    margin-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-4 {
    margin-right: 2rem;
  }
}
.margin-left-4 {
  margin-left: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-4 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-4 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-4 {
    margin-left: 2rem;
  }
}
.margin-x-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.margin-right-5 {
  margin-right: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-5 {
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-5 {
    margin-right: 2.5rem;
  }
}
.margin-left-5 {
  margin-left: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-5 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-5 {
    margin-left: 2.5rem;
  }
}
.margin-x-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.margin-right-6 {
  margin-right: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-6 {
    margin-right: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-6 {
    margin-right: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-6 {
    margin-right: 3rem;
  }
}
.margin-left-6 {
  margin-left: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-6 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-6 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-6 {
    margin-left: 3rem;
  }
}
.margin-x-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
.margin-right-7 {
  margin-right: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-7 {
    margin-right: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-7 {
    margin-right: 3.5rem;
  }
}
.margin-left-7 {
  margin-left: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-7 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-7 {
    margin-left: 3.5rem;
  }
}
.margin-x-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.margin-right-8 {
  margin-right: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-8 {
    margin-right: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-8 {
    margin-right: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-8 {
    margin-right: 4rem;
  }
}
.margin-left-8 {
  margin-left: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-8 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-8 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-8 {
    margin-left: 4rem;
  }
}
.margin-x-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
}
.margin-right-9 {
  margin-right: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-9 {
    margin-right: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-9 {
    margin-right: 4.5rem;
  }
}
.margin-left-9 {
  margin-left: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-9 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-9 {
    margin-left: 4.5rem;
  }
}
.margin-x-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.margin-right-10 {
  margin-right: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-10 {
    margin-right: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-10 {
    margin-right: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-10 {
    margin-right: 5rem;
  }
}
.margin-left-10 {
  margin-left: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-10 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-10 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-10 {
    margin-left: 5rem;
  }
}
.margin-x-15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}
.margin-right-15 {
  margin-right: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-15 {
    margin-right: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-15 {
    margin-right: 7.5rem;
  }
}
.margin-left-15 {
  margin-left: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-15 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-15 {
    margin-left: 7.5rem;
  }
}
.margin-x-05em {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.margin-right-05em {
  margin-right: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-05em {
    margin-right: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-05em {
    margin-right: 0.5em;
  }
}
.margin-left-05em {
  margin-left: 0.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-05em {
    margin-left: 0.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-05em {
    margin-left: 0.5em;
  }
}
.margin-x-1em {
  margin-left: 1em;
  margin-right: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.margin-right-1em {
  margin-right: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-1em {
    margin-right: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-1em {
    margin-right: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-1em {
    margin-right: 1em;
  }
}
.margin-left-1em {
  margin-left: 1em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-1em {
    margin-left: 1em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-1em {
    margin-left: 1em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-1em {
    margin-left: 1em;
  }
}
.margin-x-105em {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
.margin-right-105em {
  margin-right: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-105em {
    margin-right: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-105em {
    margin-right: 1.5em;
  }
}
.margin-left-105em {
  margin-left: 1.5em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-105em {
    margin-left: 1.5em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-105em {
    margin-left: 1.5em;
  }
}
.margin-x-2em {
  margin-left: 2em;
  margin-right: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
}
.margin-right-2em {
  margin-right: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-2em {
    margin-right: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-2em {
    margin-right: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-2em {
    margin-right: 2em;
  }
}
.margin-left-2em {
  margin-left: 2em;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-2em {
    margin-left: 2em;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-2em {
    margin-left: 2em;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-2em {
    margin-left: 2em;
  }
}
.margin-x-0 {
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.margin-right-0 {
  margin-right: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-0 {
    margin-right: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-0 {
    margin-right: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-0 {
    margin-right: 0;
  }
}
.margin-left-0 {
  margin-left: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-0 {
    margin-left: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-0 {
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-0 {
    margin-left: 0;
  }
}
.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.margin-right-auto {
  margin-right: auto;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-right-auto {
    margin-right: auto;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-right-auto {
    margin-right: auto;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-right-auto {
    margin-right: auto;
  }
}
.margin-left-auto {
  margin-left: auto;
}
@media all and (min-width: 30em) {
  .mobile-lg\:margin-left-auto {
    margin-left: auto;
  }
}
@media all and (min-width: 40em) {
  .tablet\:margin-left-auto {
    margin-left: auto;
  }
}
@media all and (min-width: 64em) {
  .desktop\:margin-left-auto {
    margin-left: auto;
  }
}
.maxh-05 {
  max-height: 0.25rem;
}
.maxh-1 {
  max-height: 0.5rem;
}
.maxh-105 {
  max-height: 0.75rem;
}
.maxh-2 {
  max-height: 1rem;
}
.maxh-205 {
  max-height: 1.25rem;
}
.maxh-3 {
  max-height: 1.5rem;
}
.maxh-4 {
  max-height: 2rem;
}
.maxh-5 {
  max-height: 2.5rem;
}
.maxh-6 {
  max-height: 3rem;
}
.maxh-7 {
  max-height: 3.5rem;
}
.maxh-8 {
  max-height: 4rem;
}
.maxh-9 {
  max-height: 4.5rem;
}
.maxh-10 {
  max-height: 5rem;
}
.maxh-15 {
  max-height: 7.5rem;
}
.maxh-card {
  max-height: 10rem;
}
.maxh-card-lg {
  max-height: 15rem;
}
.maxh-mobile {
  max-height: 20rem;
}
.maxh-mobile-lg {
  max-height: 30rem;
}
.maxh-tablet {
  max-height: 40rem;
}
.maxh-tablet-lg {
  max-height: 55rem;
}
.maxh-none {
  max-height: none;
}
.maxh-viewport {
  max-height: 100vh;
}
.maxw-05 {
  max-width: 0.25rem;
}
.maxw-1 {
  max-width: 0.5rem;
}
.maxw-105 {
  max-width: 0.75rem;
}
.maxw-2 {
  max-width: 1rem;
}
.maxw-205 {
  max-width: 1.25rem;
}
.maxw-3 {
  max-width: 1.5rem;
}
.maxw-4 {
  max-width: 2rem;
}
.maxw-5 {
  max-width: 2.5rem;
}
.maxw-6 {
  max-width: 3rem;
}
.maxw-7 {
  max-width: 3.5rem;
}
.maxw-8 {
  max-width: 4rem;
}
.maxw-9 {
  max-width: 4.5rem;
}
.maxw-10 {
  max-width: 5rem;
}
.maxw-15 {
  max-width: 7.5rem;
}
.maxw-card {
  max-width: 10rem;
}
.maxw-card-lg {
  max-width: 15rem;
}
.maxw-mobile {
  max-width: 20rem;
}
.maxw-mobile-lg {
  max-width: 30rem;
}
.maxw-tablet {
  max-width: 40rem;
}
.maxw-tablet-lg {
  max-width: 55rem;
}
.maxw-desktop {
  max-width: 64rem;
}
.maxw-desktop-lg {
  max-width: 75rem;
}
.maxw-widescreen {
  max-width: 87.5rem;
}
.maxw-none {
  max-width: none;
}
.maxw-full,
.usa-prose p,
p {
  max-width: 100%;
}
.measure-1 {
  max-width: 44ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-1 {
    max-width: 44ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-1 {
    max-width: 44ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-1 {
    max-width: 44ex;
  }
}
.measure-2 {
  max-width: 60ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-2 {
    max-width: 60ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-2 {
    max-width: 60ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-2 {
    max-width: 60ex;
  }
}
.measure-3 {
  max-width: 64ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-3 {
    max-width: 64ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-3 {
    max-width: 64ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-3 {
    max-width: 64ex;
  }
}
.measure-4 {
  max-width: 68ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-4 {
    max-width: 68ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-4 {
    max-width: 68ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-4 {
    max-width: 68ex;
  }
}
.measure-5 {
  max-width: 72ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-5 {
    max-width: 72ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-5 {
    max-width: 72ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-5 {
    max-width: 72ex;
  }
}
.measure-6 {
  max-width: 88ex;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-6 {
    max-width: 88ex;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-6 {
    max-width: 88ex;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-6 {
    max-width: 88ex;
  }
}
.measure-none {
  max-width: none;
}
@media all and (min-width: 30em) {
  .mobile-lg\:measure-none {
    max-width: none;
  }
}
@media all and (min-width: 40em) {
  .tablet\:measure-none {
    max-width: none;
  }
}
@media all and (min-width: 64em) {
  .desktop\:measure-none {
    max-width: none;
  }
}
.minh-1px {
  min-height: 1px;
}
.minh-2px {
  min-height: 2px;
}
.minh-05 {
  min-height: 0.25rem;
}
.minh-1 {
  min-height: 0.5rem;
}
.minh-105 {
  min-height: 0.75rem;
}
.minh-2 {
  min-height: 1rem;
}
.minh-205 {
  min-height: 1.25rem;
}
.minh-3 {
  min-height: 1.5rem;
}
.minh-4 {
  min-height: 2rem;
}
.minh-5 {
  min-height: 2.5rem;
}
.minh-6 {
  min-height: 3rem;
}
.minh-7 {
  min-height: 3.5rem;
}
.minh-8 {
  min-height: 4rem;
}
.minh-9 {
  min-height: 4.5rem;
}
.minh-10 {
  min-height: 5rem;
}
.minh-15 {
  min-height: 7.5rem;
}
.minh-card {
  min-height: 10rem;
}
.minh-card-lg {
  min-height: 15rem;
}
.minh-mobile {
  min-height: 20rem;
}
.minh-mobile-lg {
  min-height: 30rem;
}
.minh-tablet {
  min-height: 40rem;
}
.minh-tablet-lg {
  min-height: 55rem;
}
.minh-0 {
  min-height: 0;
}
.minh-full {
  min-height: 100%;
}
.minh-viewport {
  min-height: 100vh;
}
.minw-05 {
  min-width: 0.25rem;
}
.minw-1 {
  min-width: 0.5rem;
}
.minw-105 {
  min-width: 0.75rem;
}
.minw-2 {
  min-width: 1rem;
}
.minw-205 {
  min-width: 1.25rem;
}
.minw-3 {
  min-width: 1.5rem;
}
.minw-4 {
  min-width: 2rem;
}
.minw-5 {
  min-width: 2.5rem;
}
.minw-6 {
  min-width: 3rem;
}
.minw-7 {
  min-width: 3.5rem;
}
.minw-8 {
  min-width: 4rem;
}
.minw-9 {
  min-width: 4.5rem;
}
.minw-10 {
  min-width: 5rem;
}
.minw-15 {
  min-width: 7.5rem;
}
.minw-0 {
  min-width: 0;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.order-first {
  order: -1;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-first {
    order: -1;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-first {
    order: -1;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-first {
    order: -1;
  }
}
.order-last {
  order: 999;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-last {
    order: 999;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-last {
    order: 999;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-last {
    order: 999;
  }
}
.order-initial {
  order: initial;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-initial {
    order: initial;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-initial {
    order: initial;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-initial {
    order: initial;
  }
}
.order-0 {
  order: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-0 {
    order: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-0 {
    order: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-0 {
    order: 0;
  }
}
.order-1 {
  order: 1;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-1 {
    order: 1;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-1 {
    order: 1;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-1 {
    order: 1;
  }
}
.order-2 {
  order: 2;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-2 {
    order: 2;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-2 {
    order: 2;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-2 {
    order: 2;
  }
}
.order-3 {
  order: 3;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-3 {
    order: 3;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-3 {
    order: 3;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-3 {
    order: 3;
  }
}
.order-4 {
  order: 4;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-4 {
    order: 4;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-4 {
    order: 4;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-4 {
    order: 4;
  }
}
.order-5 {
  order: 5;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-5 {
    order: 5;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-5 {
    order: 5;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-5 {
    order: 5;
  }
}
.order-6 {
  order: 6;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-6 {
    order: 6;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-6 {
    order: 6;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-6 {
    order: 6;
  }
}
.order-7 {
  order: 7;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-7 {
    order: 7;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-7 {
    order: 7;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-7 {
    order: 7;
  }
}
.order-8 {
  order: 8;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-8 {
    order: 8;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-8 {
    order: 8;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-8 {
    order: 8;
  }
}
.order-9 {
  order: 9;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-9 {
    order: 9;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-9 {
    order: 9;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-9 {
    order: 9;
  }
}
.order-10 {
  order: 10;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-10 {
    order: 10;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-10 {
    order: 10;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-10 {
    order: 10;
  }
}
.order-11 {
  order: 11;
}
@media all and (min-width: 30em) {
  .mobile-lg\:order-11 {
    order: 11;
  }
}
@media all and (min-width: 40em) {
  .tablet\:order-11 {
    order: 11;
  }
}
@media all and (min-width: 64em) {
  .desktop\:order-11 {
    order: 11;
  }
}
.outline-1px {
  outline: 1px solid;
}
.outline-2px {
  outline: 2px solid;
}
.outline-0 {
  outline: 0 solid;
}
.outline-05 {
  outline: 0.25rem solid;
}
.outline-transparent {
  outline-color: transparent;
}
.outline-black {
  outline-color: #000;
}
.outline-white {
  outline-color: #fff;
}
.outline-red {
  outline-color: #e52207;
}
.outline-orange {
  outline-color: #e66f0e;
}
.outline-gold {
  outline-color: #ffbe2e;
}
.outline-yellow {
  outline-color: #fee685;
}
.outline-green {
  outline-color: #538200;
}
.outline-mint {
  outline-color: #04c585;
}
.outline-cyan {
  outline-color: #009ec1;
}
.outline-blue {
  outline-color: #0076d6;
}
.outline-indigo {
  outline-color: #676cc8;
}
.outline-violet {
  outline-color: #8168b3;
}
.outline-magenta {
  outline-color: #d72d79;
}
.outline-gray-5 {
  outline-color: #f0f0f0;
}
.outline-gray-10 {
  outline-color: #e6e6e6;
}
.outline-gray-30 {
  outline-color: #adadad;
}
.outline-gray-50 {
  outline-color: #757575;
}
.outline-gray-70 {
  outline-color: #454545;
}
.outline-gray-90 {
  outline-color: #1b1b1b;
}
.outline-base-lightest {
  outline-color: #f0f0f0;
}
.outline-base-lighter {
  outline-color: #dcdee0;
}
.outline-base-light {
  outline-color: #a9aeb1;
}
.outline-base {
  outline-color: #71767a;
}
.outline-base-dark {
  outline-color: #565c65;
}
.outline-base-darker {
  outline-color: #3d4551;
}
.outline-base-darkest,
.outline-ink {
  outline-color: #1b1b1b;
}
.outline-primary-lighter {
  outline-color: #d9e8f6;
}
.outline-primary-light {
  outline-color: #73b3e7;
}
.outline-primary {
  outline-color: #005ea2;
}
.outline-primary-vivid {
  outline-color: #0050d8;
}
.outline-primary-dark {
  outline-color: #1a4480;
}
.outline-primary-darker {
  outline-color: #162e51;
}
.outline-secondary-lighter {
  outline-color: #f3e1e4;
}
.outline-secondary-light {
  outline-color: #f2938c;
}
.outline-secondary {
  outline-color: #d83933;
}
.outline-secondary-vivid {
  outline-color: #e41d3d;
}
.outline-secondary-dark {
  outline-color: #b50909;
}
.outline-secondary-darker {
  outline-color: #8b0a03;
}
.outline-accent-warm-darker {
  outline-color: #775540;
}
.outline-accent-warm-dark {
  outline-color: #c05600;
}
.outline-accent-warm {
  outline-color: #fa9441;
}
.outline-accent-warm-light {
  outline-color: #ffbc78;
}
.outline-accent-warm-lighter {
  outline-color: #f2e4d4;
}
.outline-accent-cool-darker {
  outline-color: #07648d;
}
.outline-accent-cool-dark {
  outline-color: #28a0cb;
}
.outline-accent-cool {
  outline-color: #00bde3;
}
.outline-accent-cool-light {
  outline-color: #97d4ea;
}
.outline-accent-cool-lighter {
  outline-color: #e1f3f8;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-visible {
  overflow-x: visible;
}
.padding-1px {
  padding: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-1px {
    padding: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-1px {
    padding: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-1px {
    padding: 1px;
  }
}
.padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.padding-x-1px {
  padding-left: 1px;
  padding-right: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.padding-top-1px {
  padding-top: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-1px {
    padding-top: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-1px {
    padding-top: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-1px {
    padding-top: 1px;
  }
}
.padding-right-1px {
  padding-right: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-1px {
    padding-right: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-1px {
    padding-right: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-1px {
    padding-right: 1px;
  }
}
.padding-bottom-1px {
  padding-bottom: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-1px {
    padding-bottom: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-1px {
    padding-bottom: 1px;
  }
}
.padding-left-1px {
  padding-left: 1px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-1px {
    padding-left: 1px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-1px {
    padding-left: 1px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-1px {
    padding-left: 1px;
  }
}
.padding-2px {
  padding: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-2px {
    padding: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-2px {
    padding: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-2px {
    padding: 2px;
  }
}
.padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.padding-x-2px {
  padding-left: 2px;
  padding-right: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.padding-top-2px {
  padding-top: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-2px {
    padding-top: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-2px {
    padding-top: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-2px {
    padding-top: 2px;
  }
}
.padding-right-2px {
  padding-right: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-2px {
    padding-right: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-2px {
    padding-right: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-2px {
    padding-right: 2px;
  }
}
.padding-bottom-2px {
  padding-bottom: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-2px {
    padding-bottom: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-2px {
    padding-bottom: 2px;
  }
}
.padding-left-2px {
  padding-left: 2px;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-2px {
    padding-left: 2px;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-2px {
    padding-left: 2px;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-2px {
    padding-left: 2px;
  }
}
.padding-05 {
  padding: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-05 {
    padding: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-05 {
    padding: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-05 {
    padding: 0.25rem;
  }
}
.padding-y-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.padding-x-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.padding-top-05 {
  padding-top: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-05 {
    padding-top: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-05 {
    padding-top: 0.25rem;
  }
}
.padding-right-05 {
  padding-right: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-05 {
    padding-right: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-05 {
    padding-right: 0.25rem;
  }
}
.padding-bottom-05 {
  padding-bottom: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
}
.padding-left-05 {
  padding-left: 0.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-05 {
    padding-left: 0.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-05 {
    padding-left: 0.25rem;
  }
}
.padding-1 {
  padding: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-1 {
    padding: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-1 {
    padding: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-1 {
    padding: 0.5rem;
  }
}
.padding-y-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.padding-x-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.padding-top-1 {
  padding-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-1 {
    padding-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-1 {
    padding-top: 0.5rem;
  }
}
.padding-right-1 {
  padding-right: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-1 {
    padding-right: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-1 {
    padding-right: 0.5rem;
  }
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
.padding-left-1 {
  padding-left: 0.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-1 {
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-1 {
    padding-left: 0.5rem;
  }
}
.padding-105 {
  padding: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-105 {
    padding: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-105 {
    padding: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-105 {
    padding: 0.75rem;
  }
}
.padding-y-105 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.padding-x-105 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.padding-top-105 {
  padding-top: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-105 {
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-105 {
    padding-top: 0.75rem;
  }
}
.padding-right-105 {
  padding-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-105 {
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-105 {
    padding-right: 0.75rem;
  }
}
.padding-bottom-105 {
  padding-bottom: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
}
.padding-left-105 {
  padding-left: 0.75rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-105 {
    padding-left: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-105 {
    padding-left: 0.75rem;
  }
}
.padding-2 {
  padding: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-2 {
    padding: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-2 {
    padding: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-2 {
    padding: 1rem;
  }
}
.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.padding-top-2 {
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-2 {
    padding-top: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-2 {
    padding-top: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-2 {
    padding-top: 1rem;
  }
}
.padding-right-2 {
  padding-right: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-2 {
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-2 {
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-2 {
    padding-right: 1rem;
  }
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
.padding-left-2 {
  padding-left: 1rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-2 {
    padding-left: 1rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-2 {
    padding-left: 1rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-2 {
    padding-left: 1rem;
  }
}
.padding-205 {
  padding: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-205 {
    padding: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-205 {
    padding: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-205 {
    padding: 1.25rem;
  }
}
.padding-y-205 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.padding-x-205 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.padding-top-205 {
  padding-top: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-205 {
    padding-top: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-205 {
    padding-top: 1.25rem;
  }
}
.padding-right-205 {
  padding-right: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-205 {
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-205 {
    padding-right: 1.25rem;
  }
}
.padding-bottom-205 {
  padding-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
}
.padding-left-205 {
  padding-left: 1.25rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-205 {
    padding-left: 1.25rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-205 {
    padding-left: 1.25rem;
  }
}
.padding-3 {
  padding: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-3 {
    padding: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-3 {
    padding: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-3 {
    padding: 1.5rem;
  }
}
.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.padding-top-3 {
  padding-top: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-3 {
    padding-top: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-3 {
    padding-top: 1.5rem;
  }
}
.padding-right-3 {
  padding-right: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-3 {
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-3 {
    padding-right: 1.5rem;
  }
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
}
.padding-left-3 {
  padding-left: 1.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-3 {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-3 {
    padding-left: 1.5rem;
  }
}
.padding-4 {
  padding: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-4 {
    padding: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-4 {
    padding: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-4 {
    padding: 2rem;
  }
}
.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.padding-top-4 {
  padding-top: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-4 {
    padding-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-4 {
    padding-top: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-4 {
    padding-top: 2rem;
  }
}
.padding-right-4 {
  padding-right: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-4 {
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-4 {
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-4 {
    padding-right: 2rem;
  }
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
}
.padding-left-4 {
  padding-left: 2rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-4 {
    padding-left: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-4 {
    padding-left: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-4 {
    padding-left: 2rem;
  }
}
.padding-5 {
  padding: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-5 {
    padding: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-5 {
    padding: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-5 {
    padding: 2.5rem;
  }
}
.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.padding-top-5 {
  padding-top: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-5 {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-5 {
    padding-top: 2.5rem;
  }
}
.padding-right-5 {
  padding-right: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-5 {
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-5 {
    padding-right: 2.5rem;
  }
}
.padding-bottom-5 {
  padding-bottom: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
}
.padding-left-5 {
  padding-left: 2.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-5 {
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-5 {
    padding-left: 2.5rem;
  }
}
.padding-6 {
  padding: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-6 {
    padding: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-6 {
    padding: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-6 {
    padding: 3rem;
  }
}
.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.padding-top-6 {
  padding-top: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-6 {
    padding-top: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-6 {
    padding-top: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-6 {
    padding-top: 3rem;
  }
}
.padding-right-6 {
  padding-right: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-6 {
    padding-right: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-6 {
    padding-right: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-6 {
    padding-right: 3rem;
  }
}
.padding-bottom-6 {
  padding-bottom: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
}
.padding-left-6 {
  padding-left: 3rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-6 {
    padding-left: 3rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-6 {
    padding-left: 3rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-6 {
    padding-left: 3rem;
  }
}
.padding-7 {
  padding: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-7 {
    padding: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-7 {
    padding: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-7 {
    padding: 3.5rem;
  }
}
.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.padding-top-7 {
  padding-top: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-7 {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-7 {
    padding-top: 3.5rem;
  }
}
.padding-right-7 {
  padding-right: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-7 {
    padding-right: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-7 {
    padding-right: 3.5rem;
  }
}
.padding-bottom-7 {
  padding-bottom: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
}
.padding-left-7 {
  padding-left: 3.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-7 {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-7 {
    padding-left: 3.5rem;
  }
}
.padding-8 {
  padding: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-8 {
    padding: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-8 {
    padding: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-8 {
    padding: 4rem;
  }
}
.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.padding-top-8 {
  padding-top: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-8 {
    padding-top: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-8 {
    padding-top: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-8 {
    padding-top: 4rem;
  }
}
.padding-right-8 {
  padding-right: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-8 {
    padding-right: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-8 {
    padding-right: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-8 {
    padding-right: 4rem;
  }
}
.padding-bottom-8 {
  padding-bottom: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
}
.padding-left-8 {
  padding-left: 4rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-8 {
    padding-left: 4rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-8 {
    padding-left: 4rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-8 {
    padding-left: 4rem;
  }
}
.padding-9 {
  padding: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-9 {
    padding: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-9 {
    padding: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-9 {
    padding: 4.5rem;
  }
}
.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.padding-top-9 {
  padding-top: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-9 {
    padding-top: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-9 {
    padding-top: 4.5rem;
  }
}
.padding-right-9 {
  padding-right: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-9 {
    padding-right: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-9 {
    padding-right: 4.5rem;
  }
}
.padding-bottom-9 {
  padding-bottom: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
}
.padding-left-9 {
  padding-left: 4.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-9 {
    padding-left: 4.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-9 {
    padding-left: 4.5rem;
  }
}
.padding-10 {
  padding: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-10 {
    padding: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-10 {
    padding: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-10 {
    padding: 5rem;
  }
}
.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.padding-top-10 {
  padding-top: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-10 {
    padding-top: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-10 {
    padding-top: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-10 {
    padding-top: 5rem;
  }
}
.padding-right-10 {
  padding-right: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-10 {
    padding-right: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-10 {
    padding-right: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-10 {
    padding-right: 5rem;
  }
}
.padding-bottom-10 {
  padding-bottom: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
}
.padding-left-10 {
  padding-left: 5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-10 {
    padding-left: 5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-10 {
    padding-left: 5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-10 {
    padding-left: 5rem;
  }
}
.padding-15 {
  padding: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-15 {
    padding: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-15 {
    padding: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-15 {
    padding: 7.5rem;
  }
}
.padding-y-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.padding-x-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.padding-top-15 {
  padding-top: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-15 {
    padding-top: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-15 {
    padding-top: 7.5rem;
  }
}
.padding-right-15 {
  padding-right: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-15 {
    padding-right: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-15 {
    padding-right: 7.5rem;
  }
}
.padding-bottom-15 {
  padding-bottom: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
}
.padding-left-15 {
  padding-left: 7.5rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-15 {
    padding-left: 7.5rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-15 {
    padding-left: 7.5rem;
  }
}
.padding-0 {
  padding: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-0 {
    padding: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-0 {
    padding: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-0 {
    padding: 0;
  }
}
.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.padding-top-0 {
  padding-top: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-top-0 {
    padding-top: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-top-0 {
    padding-top: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-top-0 {
    padding-top: 0;
  }
}
.padding-right-0 {
  padding-right: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-right-0 {
    padding-right: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-right-0 {
    padding-right: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-right-0 {
    padding-right: 0;
  }
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-bottom-0 {
    padding-bottom: 0;
  }
}
.padding-left-0 {
  padding-left: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:padding-left-0 {
    padding-left: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:padding-left-0 {
    padding-left: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:padding-left-0 {
    padding-left: 0;
  }
}
.pin-all {
  bottom: 0;
  top: 0;
}
.pin-all,
.pin-x {
  left: 0;
  right: 0;
  position: absolute;
}
.pin-y {
  top: 0;
}
.pin-bottom,
.pin-y {
  bottom: 0;
  position: absolute;
}
.pin-left {
  left: 0;
  position: absolute;
}
.pin-right {
  right: 0;
  position: absolute;
}
.pin-top {
  top: 0;
  position: absolute;
}
.pin-none {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: static;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-relative {
  position: relative;
}
.position-static {
  position: static;
}
.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.right-1px {
  right: 1px;
}
.right-2px {
  right: 2px;
}
.right-05 {
  right: 0.25rem;
}
.right-1 {
  right: 0.5rem;
}
.right-105 {
  right: 0.75rem;
}
.right-2 {
  right: 1rem;
}
.right-205 {
  right: 1.25rem;
}
.right-3 {
  right: 1.5rem;
}
.right-neg-1px {
  right: -1px;
}
.right-neg-2px {
  right: -2px;
}
.right-neg-05 {
  right: -0.25rem;
}
.right-neg-1 {
  right: -0.5rem;
}
.right-neg-105 {
  right: -0.75rem;
}
.right-neg-2 {
  right: -1rem;
}
.right-neg-205 {
  right: -1.25rem;
}
.right-neg-3 {
  right: -1.5rem;
}
.right-0 {
  right: 0;
}
.right-auto {
  right: auto;
}
.square-1px {
  height: 1px;
  width: 1px;
}
.square-2px {
  height: 2px;
  width: 2px;
}
.square-05 {
  height: 0.25rem;
  width: 0.25rem;
}
.square-1 {
  height: 0.5rem;
  width: 0.5rem;
}
.square-105 {
  height: 0.75rem;
  width: 0.75rem;
}
.square-2 {
  height: 1rem;
  width: 1rem;
}
.square-205 {
  height: 1.25rem;
  width: 1.25rem;
}
.square-3 {
  height: 1.5rem;
  width: 1.5rem;
}
.square-4 {
  height: 2rem;
  width: 2rem;
}
.square-5 {
  height: 2.5rem;
  width: 2.5rem;
}
.square-6 {
  height: 3rem;
  width: 3rem;
}
.square-7 {
  height: 3.5rem;
  width: 3.5rem;
}
.square-8 {
  height: 4rem;
  width: 4rem;
}
.square-9 {
  height: 4.5rem;
  width: 4.5rem;
}
.square-10 {
  height: 5rem;
  width: 5rem;
}
.square-15 {
  height: 7.5rem;
  width: 7.5rem;
}
.square-card {
  height: 10rem;
  width: 10rem;
}
.square-card-lg {
  height: 15rem;
  width: 15rem;
}
.square-mobile {
  height: 20rem;
  width: 20rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.hover\:text-strike:hover,
.text-strike {
  text-decoration: line-through;
}
.hover\:text-underline:hover,
.text-underline {
  text-decoration: underline;
}
.hover\:text-no-strike:hover,
.hover\:text-no-underline:hover,
.text-no-strike,
.text-no-underline {
  text-decoration: none;
}
.hover\:underline-red:hover,
.underline-red {
  -webkit-text-decoration-color: #e52207;
  text-decoration-color: #e52207;
}
.hover\:underline-orange:hover,
.underline-orange {
  -webkit-text-decoration-color: #e66f0e;
  text-decoration-color: #e66f0e;
}
.hover\:underline-gold:hover,
.underline-gold {
  -webkit-text-decoration-color: #ffbe2e;
  text-decoration-color: #ffbe2e;
}
.hover\:underline-yellow:hover,
.underline-yellow {
  -webkit-text-decoration-color: #fee685;
  text-decoration-color: #fee685;
}
.hover\:underline-green:hover,
.underline-green {
  -webkit-text-decoration-color: #538200;
  text-decoration-color: #538200;
}
.hover\:underline-mint:hover,
.underline-mint {
  -webkit-text-decoration-color: #04c585;
  text-decoration-color: #04c585;
}
.hover\:underline-cyan:hover,
.underline-cyan {
  -webkit-text-decoration-color: #009ec1;
  text-decoration-color: #009ec1;
}
.hover\:underline-blue:hover,
.underline-blue {
  -webkit-text-decoration-color: #0076d6;
  text-decoration-color: #0076d6;
}
.hover\:underline-indigo:hover,
.underline-indigo {
  -webkit-text-decoration-color: #676cc8;
  text-decoration-color: #676cc8;
}
.hover\:underline-violet:hover,
.underline-violet {
  -webkit-text-decoration-color: #8168b3;
  text-decoration-color: #8168b3;
}
.hover\:underline-magenta:hover,
.underline-magenta {
  -webkit-text-decoration-color: #d72d79;
  text-decoration-color: #d72d79;
}
.hover\:underline-gray-5:hover,
.underline-gray-5 {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}
.hover\:underline-gray-10:hover,
.underline-gray-10 {
  -webkit-text-decoration-color: #e6e6e6;
  text-decoration-color: #e6e6e6;
}
.hover\:underline-gray-30:hover,
.underline-gray-30 {
  -webkit-text-decoration-color: #adadad;
  text-decoration-color: #adadad;
}
.hover\:underline-gray-50:hover,
.underline-gray-50 {
  -webkit-text-decoration-color: #757575;
  text-decoration-color: #757575;
}
.hover\:underline-gray-70:hover,
.underline-gray-70 {
  -webkit-text-decoration-color: #454545;
  text-decoration-color: #454545;
}
.hover\:underline-gray-90:hover,
.underline-gray-90 {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}
.hover\:underline-base-lightest:hover,
.underline-base-lightest {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}
.hover\:underline-base-lighter:hover,
.underline-base-lighter {
  -webkit-text-decoration-color: #dcdee0;
  text-decoration-color: #dcdee0;
}
.hover\:underline-base-light:hover,
.underline-base-light {
  -webkit-text-decoration-color: #a9aeb1;
  text-decoration-color: #a9aeb1;
}
.hover\:underline-base:hover,
.underline-base {
  -webkit-text-decoration-color: #71767a;
  text-decoration-color: #71767a;
}
.hover\:underline-base-dark:hover,
.underline-base-dark {
  -webkit-text-decoration-color: #565c65;
  text-decoration-color: #565c65;
}
.hover\:underline-base-darker:hover,
.underline-base-darker {
  -webkit-text-decoration-color: #3d4551;
  text-decoration-color: #3d4551;
}
.hover\:underline-base-darkest:hover,
.hover\:underline-ink:hover,
.underline-base-darkest,
.underline-ink {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}
.hover\:underline-primary-lighter:hover,
.underline-primary-lighter {
  -webkit-text-decoration-color: #d9e8f6;
  text-decoration-color: #d9e8f6;
}
.hover\:underline-primary-light:hover,
.underline-primary-light {
  -webkit-text-decoration-color: #73b3e7;
  text-decoration-color: #73b3e7;
}
.hover\:underline-primary:hover,
.underline-primary {
  -webkit-text-decoration-color: #005ea2;
  text-decoration-color: #005ea2;
}
.hover\:underline-primary-vivid:hover,
.underline-primary-vivid {
  -webkit-text-decoration-color: #0050d8;
  text-decoration-color: #0050d8;
}
.hover\:underline-primary-dark:hover,
.underline-primary-dark {
  -webkit-text-decoration-color: #1a4480;
  text-decoration-color: #1a4480;
}
.hover\:underline-primary-darker:hover,
.underline-primary-darker {
  -webkit-text-decoration-color: #162e51;
  text-decoration-color: #162e51;
}
.hover\:underline-secondary-lighter:hover,
.underline-secondary-lighter {
  -webkit-text-decoration-color: #f3e1e4;
  text-decoration-color: #f3e1e4;
}
.hover\:underline-secondary-light:hover,
.underline-secondary-light {
  -webkit-text-decoration-color: #f2938c;
  text-decoration-color: #f2938c;
}
.hover\:underline-secondary:hover,
.underline-secondary {
  -webkit-text-decoration-color: #d83933;
  text-decoration-color: #d83933;
}
.hover\:underline-secondary-vivid:hover,
.underline-secondary-vivid {
  -webkit-text-decoration-color: #e41d3d;
  text-decoration-color: #e41d3d;
}
.hover\:underline-secondary-dark:hover,
.underline-secondary-dark {
  -webkit-text-decoration-color: #b50909;
  text-decoration-color: #b50909;
}
.hover\:underline-secondary-darker:hover,
.underline-secondary-darker {
  -webkit-text-decoration-color: #8b0a03;
  text-decoration-color: #8b0a03;
}
.hover\:underline-accent-warm-darker:hover,
.underline-accent-warm-darker {
  -webkit-text-decoration-color: #775540;
  text-decoration-color: #775540;
}
.hover\:underline-accent-warm-dark:hover,
.underline-accent-warm-dark {
  -webkit-text-decoration-color: #c05600;
  text-decoration-color: #c05600;
}
.hover\:underline-accent-warm:hover,
.underline-accent-warm {
  -webkit-text-decoration-color: #fa9441;
  text-decoration-color: #fa9441;
}
.hover\:underline-accent-warm-light:hover,
.underline-accent-warm-light {
  -webkit-text-decoration-color: #ffbc78;
  text-decoration-color: #ffbc78;
}
.hover\:underline-accent-warm-lighter:hover,
.underline-accent-warm-lighter {
  -webkit-text-decoration-color: #f2e4d4;
  text-decoration-color: #f2e4d4;
}
.hover\:underline-accent-cool-darker:hover,
.underline-accent-cool-darker {
  -webkit-text-decoration-color: #07648d;
  text-decoration-color: #07648d;
}
.hover\:underline-accent-cool-dark:hover,
.underline-accent-cool-dark {
  -webkit-text-decoration-color: #28a0cb;
  text-decoration-color: #28a0cb;
}
.hover\:underline-accent-cool:hover,
.underline-accent-cool {
  -webkit-text-decoration-color: #00bde3;
  text-decoration-color: #00bde3;
}
.hover\:underline-accent-cool-light:hover,
.underline-accent-cool-light {
  -webkit-text-decoration-color: #97d4ea;
  text-decoration-color: #97d4ea;
}
.hover\:underline-accent-cool-lighter:hover,
.underline-accent-cool-lighter {
  -webkit-text-decoration-color: #e1f3f8;
  text-decoration-color: #e1f3f8;
}
.text-indent-0 {
  text-indent: 0;
}
.text-indent-05 {
  text-indent: 0.25rem;
}
.text-indent-1 {
  text-indent: 0.5rem;
}
.text-indent-105 {
  text-indent: 0.75rem;
}
.text-indent-2 {
  text-indent: 1rem;
}
.text-indent-205 {
  text-indent: 1.25rem;
}
.text-indent-3 {
  text-indent: 1.5rem;
}
.text-indent-neg-05 {
  text-indent: -0.25rem;
}
.text-indent-neg-1 {
  text-indent: -0.5rem;
}
.text-indent-neg-105 {
  text-indent: -0.75rem;
}
.text-indent-neg-2 {
  text-indent: -1rem;
}
.text-indent-neg-205 {
  text-indent: -1.25rem;
}
.text-indent-neg-3 {
  text-indent: -1.5rem;
}
.text-indent-4 {
  text-indent: 2rem;
}
.text-indent-5 {
  text-indent: 2.5rem;
}
.text-indent-6 {
  text-indent: 3rem;
}
.text-indent-7 {
  text-indent: 3.5rem;
}
.text-indent-8 {
  text-indent: 4rem;
}
.text-indent-9 {
  text-indent: 4.5rem;
}
.text-indent-10 {
  text-indent: 5rem;
}
.text-indent-15 {
  text-indent: 7.5rem;
}
.text-indent-neg-4 {
  text-indent: -2rem;
}
.text-indent-neg-5 {
  text-indent: -2.5rem;
}
.text-indent-neg-6 {
  text-indent: -3rem;
}
.text-indent-neg-7 {
  text-indent: -3.5rem;
}
.text-indent-neg-8 {
  text-indent: -4rem;
}
.text-indent-neg-9 {
  text-indent: -4.5rem;
}
.text-indent-neg-10 {
  text-indent: -5rem;
}
.text-indent-neg-15 {
  text-indent: -7.5rem;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-no-uppercase {
  text-transform: none;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-no-lowercase {
  text-transform: none;
}
.top-1px {
  top: 1px;
}
.top-2px {
  top: 2px;
}
.top-05 {
  top: 0.25rem;
}
.top-1 {
  top: 0.5rem;
}
.top-105 {
  top: 0.75rem;
}
.top-2 {
  top: 1rem;
}
.top-205 {
  top: 1.25rem;
}
.top-3 {
  top: 1.5rem;
}
.top-neg-1px {
  top: -1px;
}
.top-neg-2px {
  top: -2px;
}
.top-neg-05 {
  top: -0.25rem;
}
.top-neg-1 {
  top: -0.5rem;
}
.top-neg-105 {
  top: -0.75rem;
}
.top-neg-2 {
  top: -1rem;
}
.top-neg-205 {
  top: -1.25rem;
}
.top-neg-3 {
  top: -1.5rem;
}
.top-0 {
  top: 0;
}
.top-auto {
  top: auto;
}
.text-baseline {
  vertical-align: baseline;
}
.text-bottom {
  vertical-align: bottom;
}
.text-middle {
  vertical-align: middle;
}
.text-sub {
  vertical-align: sub;
}
.text-super {
  vertical-align: super;
}
.text-tbottom {
  vertical-align: text-bottom;
}
.text-ttop {
  vertical-align: text-top;
}
.text-top {
  vertical-align: top;
}
.text-pre {
  white-space: pre;
}
.text-pre-line {
  white-space: pre-line;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  white-space: normal;
}
.text-no-wrap {
  white-space: nowrap;
}
.width-1px {
  width: 1px;
}
.width-2px {
  width: 2px;
}
.width-05 {
  width: 0.25rem;
}
.width-1 {
  width: 0.5rem;
}
.width-105 {
  width: 0.75rem;
}
.width-2 {
  width: 1rem;
}
.width-205 {
  width: 1.25rem;
}
.width-3 {
  width: 1.5rem;
}
.width-4 {
  width: 2rem;
}
.width-5 {
  width: 2.5rem;
}
.width-6 {
  width: 3rem;
}
.width-7 {
  width: 3.5rem;
}
.width-8 {
  width: 4rem;
}
.width-9 {
  width: 4.5rem;
}
.width-10 {
  width: 5rem;
}
.width-15 {
  width: 7.5rem;
}
.width-card {
  width: 10rem;
}
.width-card-lg {
  width: 15rem;
}
.width-mobile {
  width: 20rem;
}
.width-mobile-lg {
  width: 30rem;
}
.width-tablet {
  width: 40rem;
}
.width-tablet-lg {
  width: 55rem;
}
.width-desktop {
  width: 64rem;
}
.width-desktop-lg {
  width: 75rem;
}
.width-widescreen {
  width: 87.5rem;
}
.width-0 {
  width: 0;
}
.width-full {
  width: 100%;
}
.width-auto {
  width: auto;
}
.z-auto {
  z-index: auto;
}
.z-bottom {
  z-index: -100;
}
.z-top {
  z-index: 99999;
}
.z-0 {
  z-index: 0;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.z-300 {
  z-index: 300;
}
.z-400 {
  z-index: 400;
}
.z-500 {
  z-index: 500;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.usa-graphic-list {
  clear: both;
}
.plandoc-footer-logo img {
  height: 80px;
}
.plandoc-rounded-thumbnail {
  border-radius: 50%;
}
figure.plandoc-image {
  margin: 1em 0;
}
@media all and (min-width: 40em) {
  figure.plandoc-image.plandoc-image-left {
    clear: both;
    float: left;
    margin-right: 1em;
    width: 50%;
  }
  figure.plandoc-image.plandoc-image-right {
    clear: both;
    float: right;
    margin-left: 1em;
    width: 50%;
  }
}
figure.plandoc-image .plandoc-image-caption {
  font-size: 80%;
}
figure.plandoc-image .plandoc-image-attr {
  font-size: 80%;
  font-style: italic;
}
.usa-nav {
  background-color: #fff;
}
@media all and (min-width: 64em) {
  .usa-header {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: -82px;
    border-bottom: 1px solid #dbdee1;
  }
  .usa-header:after,
  .usa-header:before {
    content: "";
    display: table;
  }
  .usa-header + .usa-section,
  .usa-header + main {
    border-top: 0 none transparent;
  }
}
@media all and (min-width: 64em) {
  .usa-logo__text {
    font-size: 1.25rem;
  }
  aside.usa-layout-docs-sidenav nav {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
  }
  aside.usa-layout-docs-sidenav nav:after,
  aside.usa-layout-docs-sidenav nav:before {
    content: "";
    display: table;
  }
}
.plandoc-logo-secondary {
  display: none;
  float: right;
}
@media all and (min-width: 40em) {
  .plandoc-logo-secondary {
    display: block;
    order: 1;
  }
  .plandoc-logo-secondary img {
    height: 2rem;
    margin: 0.5rem 1rem 0 0;
  }
  .usa-menu-btn {
    order: 2;
  }
}
@media all and (min-width: 64em) {
  .plandoc-logo-secondary img {
    height: 3rem;
    margin: 1rem 0 0;
  }
}
.plandoc-image-expander,
.plandoc-overlay {
  display: none;
}
@media all and (min-width: 40em) {
  .plandoc-overlay {
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .plandoc-overlay figure.plandoc-image {
    display: inline-block;
    float: none;
    margin: 0 auto;
    max-width: 80%;
    width: auto;
  }
  .plandoc-overlay figcaption {
    margin-top: 0.25em;
  }
  .plandoc-overlay a {
    color: #97d4ea;
  }
  .plandoc-image-wrapper {
    text-align: right;
    position: relative;
  }
  .plandoc-image-wrapper img {
    display: block;
    max-height: 80vh;
  }
  .plandoc-image-expander {
    background-color: #005ea2;
    border: 0 transparent;
    bottom: 0;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    right: 0;
  }
  .plandoc-image-expander ion-icon {
    font-size: 24px;
  }
}
a.plandoc-heading-permalink,
a.plandoc-heading-permalink:visited {
  opacity: 0;
  color: #005ea2;
  font-size: 0.8em;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  top: -0.17em;
  transition: opacity 200ms ease-in-out;
}
:hover > a.plandoc-heading-permalink,
:hover > a.plandoc-heading-permalink:visited,
a.plandoc-heading-permalink:active,
a.plandoc-heading-permalink:focus {
  opacity: 1;
}
a.plandoc-send-comment {
  color: #888;
  float: right;
  margin-left: 0.5em;
}
a.plandoc-send-comment:active,
a.plandoc-send-comment:focus,
a.plandoc-send-comment:hover {
  color: #000;
}
.plandoc-sidebar-content {
  margin: 1rem 0 2rem;
}
@media print {
  .plandoc-comments-alert,
  .plandoc-send-comment,
  .usa-footer__primary-section,
  .usa-footer__return-to-top,
  .usa-hero,
  .usa-menu-btn,
  .usa-sidenav {
    display: none;
  }
  .usa-header {
    position: static !important;
  }
  #main-content .grid-row,
  .usa-accordion [hidden] {
    display: block !important;
  }
  .usa-prose > .plandoc-comments-alert + h1 {
    margin-top: 0;
  }
  .usa-accordion__button {
    background-image: none !important;
  }
  .plandoc-image-left {
    clear: both;
    float: left;
    margin-right: 1em;
    width: 50%;
  }
  .plandoc-image-right {
    clear: both;
    float: right;
    margin-left: 1em;
    width: 50%;
  }
  .plandoc-content a[href]::after {
    content: " (" attr(href) ")";
  }
}
.hyperlink_title {
  text-decoration: underline;
  -webkit-text-decoration-color: #dc143c;
  text-decoration-color: #dc143c;
  text-underline-offset: 5px;
}
.hyperlink {
  text-decoration: underline;
  color: #00f;
}
.resource_bank_search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.resource_bank_search_box {
  display: flex;
  width: 80%;
}
.searchTerm {
  width: 100%;
  border: 3px solid #00b4cc;
  padding: 15px;
  height: 20px;
  border-radius: 5px;
  outline: 0;
  color: #9dbfaf;
}
.usa-nav__secondary-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.usa-nav__secondary-item {
  margin-right: 10px;
}

/* === REFINED SIZES & SMOOTH SECTION ANCHORING === */
html {
  scroll-behavior: smooth;
}

#main-section,
[id="main-section"],
#page-title,
[id="page-title"] {
  scroll-margin-top: 95px !important;
}

.usa-prose > h1,
.usa-prose h1,
.markdown-content h1 {
  font-size: 1.65rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  scroll-margin-top: 100px !important;
}

.usa-prose > h2,
.usa-prose h2,
.markdown-content h2 {
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  scroll-margin-top: 100px !important;
}

.usa-prose > h3,
.usa-prose h3,
.markdown-content h3 {
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  scroll-margin-top: 100px !important;
}

.usa-prose > h4,
.usa-prose h4,
.markdown-content h4 {
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

/* Sidebar Styling with clean single indicator */
.usa-sidenav {
  border-bottom: 1px solid #dcdee0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.usa-sidenav__item {
  border-top: 1px solid #dcdee0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  position: relative !important;
}

.usa-sidenav a,
.usa-sidenav > .usa-sidenav__item > a {
  display: block !important;
  padding: 0.5rem 0.75rem !important;
  color: #4b5563 !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border-left: none !important;
}

.usa-sidenav a:hover,
.usa-sidenav > .usa-sidenav__item > a:hover {
  background-color: #f8fafc !important;
  color: #005ea2 !important;
}

.usa-sidenav .usa-current,
.usa-sidenav a.usa-current,
.usa-sidenav > .usa-sidenav__item > a.usa-current {
  color: #005ea2 !important;
  font-weight: 700 !important;
  font-size: 0.8125rem !important;
  background-color: transparent !important;
  background: transparent !important;
  border-left: 4px solid #005ea2 !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  padding-left: calc(0.75rem - 4px) !important;
}

.usa-sidenav .usa-current::after,
.usa-sidenav a.usa-current::after,
.usa-sidenav .usa-current::before,
.usa-sidenav a.usa-current::before {
  display: none !important;
  content: none !important;
  border: none !important;
  width: 0 !important;
}

.usa-sidenav__sublist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.usa-sidenav__sublist .usa-sidenav__item {
  border-top: 1px solid #f1f5f9 !important;
}

.usa-sidenav__sublist a {
  padding: 0.4rem 0.75rem 0.4rem 1.75rem !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: #475569 !important;
  background-color: transparent !important;
}

.usa-sidenav__sublist a:hover {
  color: #005ea2 !important;
  background-color: #f8fafc !important;
}
