@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
/* Nuno's CSS Reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-animation-fill-mode: both;
  background-repeat: no-repeat;
  background-position: center; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, textarea, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font: inherit;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

html,
body {
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

select {
  -webkit-appearance: menulist-button;
  border: 1px solid #a0a0a0; }

::-moz-selection {
  background: rgba(0, 100, 180, 0.33); }

::selection {
  background: rgba(0, 100, 180, 0.33); }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body div, body span, body applet, body object, body iframe,
body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote, body pre,
body a, body abbr, body acronym, body address, body big, body cite, body code,
body del, body dfn, body em, body img, body ins, body kbd, body q, body s, body samp,
body small, body strike, body strong, body sub, body sup, body tt, body var,
body b, body u, body i, body center,
body dl, body dt, body dd, body ol, body ul, body li,
body fieldset, body form, body label, body legend, body button, body input, body textarea, body select, body option,
body table, body caption, body tbody, body tfoot, body thead, body tr, body th, body td,
body article, body aside, body canvas, body details, body embed,
body figure, body figcaption, body footer, body header, body hgroup,
body menu, body nav, body output, body ruby, body section, body summary,
body time, body mark, body audio, body video {
  font-size: 20px;
  letter-spacing: 0;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  line-height: 150%;
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  letter-spacing: -0.25px; }
  @media (max-width: 600px) {
    body div, body span, body applet, body object, body iframe,
    body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote, body pre,
    body a, body abbr, body acronym, body address, body big, body cite, body code,
    body del, body dfn, body em, body img, body ins, body kbd, body q, body s, body samp,
    body small, body strike, body strong, body sub, body sup, body tt, body var,
    body b, body u, body i, body center,
    body dl, body dt, body dd, body ol, body ul, body li,
    body fieldset, body form, body label, body legend, body button, body input, body textarea, body select, body option,
    body table, body caption, body tbody, body tfoot, body thead, body tr, body th, body td,
    body article, body aside, body canvas, body details, body embed,
    body figure, body figcaption, body footer, body header, body hgroup,
    body menu, body nav, body output, body ruby, body section, body summary,
    body time, body mark, body audio, body video {
      font-size: 16px; } }
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  background-color: white; }

header {
  padding: 30px; }
  @media (max-width: 600px) {
    header {
      padding: 24px; } }
  header p + p {
    padding-left: 30px; }
    @media (max-width: 600px) {
      header p + p {
        padding-left: 24px; } }
main {
  padding: 30px;
  width: 100%; }
  @media (max-width: 600px) {
    main {
      padding: 24px; } }
  main p + p {
    padding-left: 30px; }
    @media (max-width: 600px) {
      main p + p {
        padding-left: 24px; } }
footer {
  padding: 30px; }
  @media (max-width: 600px) {
    footer {
      padding: 24px; } }
  footer p + p {
    padding-left: 30px; }
    @media (max-width: 600px) {
      footer p + p {
        padding-left: 24px; } }
a {
  -webkit-transition: 0.16s ease-out opacity;
  transition: 0.16s ease-out opacity;
  opacity: 1; }

a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("/graphics/ic-arrow-up-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: relative;
  top: 0.5px;
  left: 0.5px; }
  @media (max-width: 600px) {
    a:after {
      width: 9.5px;
      height: 9.5px;
      background-size: 9.5px; } }
a:hover {
  opacity: 0.5; }

.brand-name {
  letter-spacing: -0.25px; }

body[class="ja"] div, body[class="ja"] span, body[class="ja"] applet, body[class="ja"] object, body[class="ja"] iframe,
body[class="ja"] h1, body[class="ja"] h2, body[class="ja"] h3, body[class="ja"] h4, body[class="ja"] h5, body[class="ja"] h6, body[class="ja"] p, body[class="ja"] blockquote, body[class="ja"] pre,
body[class="ja"] a, body[class="ja"] abbr, body[class="ja"] acronym, body[class="ja"] address, body[class="ja"] big, body[class="ja"] cite, body[class="ja"] code,
body[class="ja"] del, body[class="ja"] dfn, body[class="ja"] em, body[class="ja"] img, body[class="ja"] ins, body[class="ja"] kbd, body[class="ja"] q, body[class="ja"] s, body[class="ja"] samp,
body[class="ja"] small, body[class="ja"] strike, body[class="ja"] strong, body[class="ja"] sub, body[class="ja"] sup, body[class="ja"] tt, body[class="ja"] var,
body[class="ja"] b, body[class="ja"] u, body[class="ja"] i, body[class="ja"] center,
body[class="ja"] dl, body[class="ja"] dt, body[class="ja"] dd, body[class="ja"] ol, body[class="ja"] ul, body[class="ja"] li,
body[class="ja"] fieldset, body[class="ja"] form, body[class="ja"] label, body[class="ja"] legend, body[class="ja"] button, body[class="ja"] input, body[class="ja"] textarea, body[class="ja"] select, body[class="ja"] option,
body[class="ja"] table, body[class="ja"] caption, body[class="ja"] tbody, body[class="ja"] tfoot, body[class="ja"] thead, body[class="ja"] tr, body[class="ja"] th, body[class="ja"] td,
body[class="ja"] article, body[class="ja"] aside, body[class="ja"] canvas, body[class="ja"] details, body[class="ja"] embed,
body[class="ja"] figure, body[class="ja"] figcaption, body[class="ja"] footer, body[class="ja"] header, body[class="ja"] hgroup,
body[class="ja"] menu, body[class="ja"] nav, body[class="ja"] output, body[class="ja"] ruby, body[class="ja"] section, body[class="ja"] summary,
body[class="ja"] time, body[class="ja"] mark, body[class="ja"] audio, body[class="ja"] video {
  letter-spacing: 0.5px; }

body[class="ja"] a:after {
  background-image: url("/graphics/ic-arrow-up-right-ja.png"); }

body[class="ja"] .brand-name {
  letter-spacing: -0.25px; }
