@font-face {
  font-family: 'rocgrotesk';
  src: url('../asset/font/rocgrotesk/medium/rocgrotesk-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

html,
body,
div,
main,
article,
footer {
  display: block;
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  width: 100%;
  height: 100%;
  background: #28334e;
  background-color: #28334e;
  scrollbar-width: thin;
}

body {
  width: 100%;
  min-width: 20.25rem;
  height: 100%;
  font-family: 'rocgrotesk', sans-serif;
  font-variant: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
  color: #e5e798;
  font-kerning: normal;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #28334e;
  background-color: #28334e;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(29,37,46,0);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
[tabindex]:focus {
  outline: none;
}

h1, p {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

p:last-of-type {
  margin-bottom: 0;
}

::selection {
  color: #ffffff;
  background-color: #0076d5;
}

span.br {
  letter-spacing: -1em;
}

span.br:after {
  content: '\A';
  white-space: pre;
}

.no-wrap {
  white-space: nowrap;
}

.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 20.25rem;
  min-height: 29.8125rem;
  overflow: hidden;
}

svg.modeb {
  width: 100%;
  height: 100%;
  fill: #e34a5e;
}

main {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article {
  width: 12rem;
  margin: auto 0.75rem 2.21875rem auto;
}

article h1 {
  margin: 0 0 -0.9375rem 0;
}

svg.logo {
  width: 12rem;
  height: 12rem;
  fill: #e5e798;
  pointer-events: none;
}

article p {
  margin-bottom: 0.5625rem;
  padding-left: 2.25rem;
  font-size: 1.90625rem;
  line-height: 1.180327868852459em;
  white-space: nowrap;
}

article p a {
  padding: 0.1875rem 0 0.1875rem 0;
  text-decoration: underline;
  text-decoration-color: #e5e798;
  text-underline-position: auto;
  text-underline-offset: 0.4375rem;
  text-decoration-thickness: 0.1875rem;
}

article p a:focus-visible {
  color: #ffffff;
  text-decoration-color: #ffffff;
  background-color: #0076d5;
}

footer {
  display: flex;
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  height: 4.5rem;
}

.logomark,
.icon-j,
.icon-p {
  position: relative;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  fill: #e5e798;
}

.logomark {
  pointer-events: none;
}

a.icon-j {
  margin-left: 1.125rem;
}

a.icon-p {
  margin-left: 0.375rem;
}

a.icon-j:after,
a.icon-p:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0.9375rem;
  bottom: -0.375rem;
  left: 0.9375rem;
  height: 0.375rem;
  margin: auto;
  background-color: #e5e798;
}

a.icon-j:focus-visible,
a.icon-p:focus-visible {
  fill: #ffffff;
  background-color: #0076d5;
}
a.icon-j:focus-visible:after,
a.icon-p:focus-visible:after {
  fill: #ffffff;
  background-color: #ffffff;
}
