@charset "UTF-8";
:root {
  --color-primary: #000000;
  --color-secondary: #E6E0C8;
  --color-text: var(--color-primary);
  --color-background: var(--color-secondary);
  --color-border: var(--color-primary);
  --color-accent: var(--color-primary);
  --color-button-text: var(--color-primary);
  --color-button-bg: var(--color-secondary);
  --color-input-text: var(--color-primary);
  --color-input-bg: var(--color-secondary);
  --color-logo-bg: var(--color-secondary);
  --color-grid-line: var(--color-primary);
  --color-lettering-bg: var(--color-secondary);
  --color-lettering-text: var(--color-primary);
  --color-box-bg: var(--color-secondary);
  --color-box-border: var(--color-primary);
}

[data-theme=custom] {
  --color-primary: black;
  --color-secondary: #327373;
}
[data-theme=custom] ::selection {
  color: #327373;
}
[data-theme=custom] ::-moz-selection {
  color: #327373;
}
[data-theme=custom] .members-row .member-photo img {
  filter: brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
}

[data-theme=custom2] {
  --color-primary: black;
  --color-secondary: #F1CE66;
}
[data-theme=custom2] ::selection {
  color: #F1CE66;
}
[data-theme=custom2] ::-moz-selection {
  color: #F1CE66;
}
[data-theme=custom2] .members-row .member-photo img {
  filter: brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
}

[data-theme=custom3] {
  --color-primary: black;
  --color-secondary: #E66933;
}
[data-theme=custom3] ::selection {
  color: #E66933;
}
[data-theme=custom3] ::-moz-selection {
  color: #E66933;
}
[data-theme=custom3] .members-row .member-photo img {
  filter: brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
}

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

button {
  border: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

a, a:visited {
  text-decoration: none;
  user-select: none;
  color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-background);
  color: var(--color-text);
}

::selection {
  color: var(--color-background);
  background-color: var(--color-text);
}

::-moz-selection {
  color: var(--color-background);
  background-color: var(--color-text);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

sup {
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: 0.1em;
}

@font-face {
  font-family: "AuthenticSans";
  src: url("../fonts/authentic-sans-90.woff2") format("woff2"), url("../fonts/authentic-sans-90.woff") format("woff"), url("../fonts/authentic-sans-90.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
body {
  font-family: "AuthenticSans", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.8vw, 33px);
}
@media (orientation: portrait) {
  body {
    font-size: clamp(16px, 1.8vw + 7.68px, 33px);
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

ul {
  list-style: none !important;
}

li {
  display: flex;
  align-items: baseline;
  margin-left: 0.612em;
  max-width: 40ch;
}
li:before {
  content: "■ ";
  transform: scale(0.75);
  display: inline-block;
  margin-right: 0.612em;
}
@media screen and (max-width: 768px) {
  li:before {
    margin-right: 0.35em;
  }
}

small li {
  max-width: 55ch;
}

.index li:before {
  content: "*";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.224;
}

@media screen and (max-width: 630px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 1.25em;
  }
}

small {
  font-size: 80%;
}
small li {
  line-height: 1.53em;
}
small p + p {
  margin-top: 0;
}

p {
  hyphens: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  hanging-punctuation: first last;
  widows: 2;
  orphans: 2;
  overflow-wrap: none;
  word-wrap: none;
  hyphens: none;
  max-width: 55ch;
}
p .no-hyphen {
  overflow-wrap: none;
  word-wrap: none;
  hyphens: none;
}

p + ul {
  margin-top: 1.224em;
}
@media screen and (max-width: 768px) {
  p + ul {
    margin-left: 0;
  }
}

ul + p {
  margin-top: 1.224em;
}

p + p {
  margin-top: 1.224em;
}

h2 {
  margin-bottom: 1.224em;
}
h2 + p {
  text-indent: 0;
}

h1, h3 {
  margin: 1.224em 0;
  text-transform: uppercase;
  letter-spacing: 0.016em;
}
h1 + p, h3 + p {
  text-indent: 0;
}

.box-content h1:first-child,
.box-content h3:first-child {
  margin-top: 0;
}

.box-content p:first-child {
  text-indent: 0;
}

.box-content .tab {
  padding-left: 1.224em;
  margin-top: 1.224em;
}
.box-content .tab h3 {
  text-transform: none;
  margin-top: 1.224em !important;
}

button {
  font-size: inherit;
}

.uppercase {
  letter-spacing: 0.025em;
  font-size: 95%;
}

.box-content h3:not(:first-child) {
  margin-top: 2.448em;
}
.box-content a {
  overflow: visible;
  text-underline-offset: 0.1em !important;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}

.column-grid-2 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (orientation: portrait), (max-width: 764px) {
  .column-grid-2 {
    flex-direction: column;
  }
}
.column-grid-2 .column {
  width: 50%;
}
@media (orientation: portrait), (max-width: 764px) {
  .column-grid-2 .column {
    width: 100%;
  }
}
.column-grid-2 .column:first-child {
  border-right: 2px solid;
  padding-right: 0.612em;
  padding-left: 0.612em;
}
@media (orientation: portrait), (max-width: 764px) {
  .column-grid-2 .column:first-child {
    border-right: none;
  }
}
.column-grid-2 .column:last-child {
  border-left: 2px solid;
  padding-left: 0.612em;
  padding-right: 0.612em;
  margin-left: 0.612em;
}
@media (orientation: portrait), (max-width: 764px) {
  .column-grid-2 .column:last-child {
    margin-left: 0;
    border-left: none;
  }
}
.column-grid-2 .column:last-child .link-group.solid-border {
  border-top: 2px solid var(--color-box-border);
}
.column-grid-2 .column:last-child .link-group hr {
  border-top: 2px dotted var(--color-box-border);
}
.column-grid-2 .column:last-child .link-group hr + p {
  margin-top: 0;
  padding-top: 0;
}
.column-grid-2 .column:last-child .link-group a.no-border {
  border-color: transparent;
}
.link-list .link-group {
  border-top: 2px solid var(--color-box-border);
}
.link-list hr {
  margin: 0.612em 0;
  border: none;
  background-color: transparent;
}
.link-list p {
  padding-top: 0.612em;
  line-height: 1.2546em;
}
.link-list p a {
  border-bottom: none;
}
.link-list p a:last-child {
  padding-bottom: 0;
}
.link-list p + p {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: cacl(2.448em);
}
.link-list h3 {
  padding-top: 0.612em;
}
.link-list a.no-border {
  border-color: transparent;
}
.link-list a {
  user-select: text;
  line-height: inherit;
  text-decoration: none;
  line-height: 1.224em;
  display: flex;
  align-items: baseline;
  padding-top: 0.306em;
  cursor: pointer;
  border-bottom: 2px dotted transparent;
  padding-right: 1.224em;
  padding-bottom: 0.612em;
}
.link-list a:not(:last-child) {
  border-color: var(--color-box-border);
}
.link-list a.external-link:after {
  top: 0.2em !important;
}
@media (hover: hover) {
  .link-list a:hover {
    background-color: rgba(0, 0, 0, 0.035);
    border-color: transparent;
  }
}
.link-list a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.155em;
  margin-right: 0.306em;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 1em;
  min-width: 1em;
  height: 1.224em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M426.666%20426.667H85.333V384h341.333zm-149.333-179.5l91.583-91.583l30.167%2030.166L256%20328.834L112.916%20185.75l30.167-30.166l91.583%2091.582v-204.5h42.667z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .link-list a:before {
    margin-right: 0.35em;
  }
}

hr {
  margin: 0.612em 0;
}

a.external-link,
.members-table a {
  user-select: text;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.224em;
}
a.external-link:before,
.members-table a:before {
  display: none;
}
a.external-link:after,
.members-table a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.0%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M284.7%20197.5H155.2v-42.7h202.4v202.4h-42.7V227.7L170.3%20372.3l-30.2-30.2z%22%2F%3E%3C%2Fsvg%3E");
}

a.download-link {
  text-decoration: none;
}
a.download-link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.155em;
  margin-right: 0.306em;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 1em;
  min-width: 1em;
  height: 1.224em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M426.666%20426.667H85.333V384h341.333zm-149.333-179.5l91.583-91.583l30.167%2030.166L256%20328.834L112.916%20185.75l30.167-30.166l91.583%2091.582v-204.5h42.667z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  a.download-link:before {
    margin-right: 0.35em;
  }
}

.link-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 764px) {
  .link-container {
    flex-direction: column;
  }
}

:root {
  --global-border-width: 2px;
}

.grid-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  z-index: 100;
}

.grid-lines {
  position: absolute;
  top: 1.25dvh;
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: calc(100% - 2.5dvh);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-line {
  width: 100%;
  height: 0;
  border-bottom: 2px solid var(--color-border);
}
.grid-line:first-child {
  margin-top: 0;
  border-bottom-color: transparent;
}
.grid-line:last-child {
  border-bottom: none;
}
.grid-line:nth-child(2) {
  border-bottom-color: var(--color-border);
}
@media (orientation: portrait) {
  .grid-line:nth-child(2) {
    border-bottom-color: transparent;
  }
}
.grid-line:nth-child(7) {
  border-bottom-color: var(--color-border);
}
@media (orientation: portrait) {
  .grid-line:nth-child(7) {
    border-bottom-color: transparent;
  }
}
.grid-line:nth-child(9) {
  border-bottom-color: transparent;
}
@media (orientation: portrait) {
  .grid-line:nth-child(9) {
    border-bottom-color: var(--color-border);
  }
}
.grid-line:nth-child(12) {
  border-bottom-color: var(--color-border);
}
@media (orientation: portrait) {
  .grid-line:nth-child(12) {
    border-bottom-color: transparent;
  }
}

.grid-top-line {
  position: fixed;
  top: 1.25dvh;
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 0;
  border-bottom: 2px solid var(--color-border);
  z-index: 400;
  pointer-events: none;
}

.grid-center-line {
  position: fixed;
  top: calc(50dvh - 1px);
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 2px;
  border-bottom: 2px solid var(--color-border);
  z-index: 205;
  pointer-events: none;
}
@media (orientation: portrait) {
  .grid-center-line {
    display: none;
  }
}

.grid-bottom-line {
  position: fixed;
  bottom: 1.25dvh;
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 0;
  border-bottom: 2px solid var(--color-border);
  z-index: 205;
  pointer-events: none;
}

.grid-portrait-line-2 {
  position: fixed;
  top: calc(7.34375dvh - 1px);
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 2px;
  border-bottom: 2px solid var(--color-border);
  z-index: 310;
  pointer-events: none;
}
@media (orientation: landscape) {
  .grid-portrait-line-2 {
    display: none;
  }
}

.grid-portrait-line-6 {
  position: fixed;
  top: calc(37.8125dvh - 1px);
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 2px;
  border-bottom: 2px solid var(--color-border);
  z-index: 205;
  pointer-events: none;
}
@media (orientation: landscape) {
  .grid-portrait-line-6 {
    display: none;
  }
}

.grid-portrait-line-11 {
  position: fixed;
  top: calc(68.28125dvh - 1px);
  left: 1.25dvh;
  width: calc(100% - 2.5dvh);
  height: 2px;
  border-bottom: 2px solid var(--color-border);
  z-index: 205;
  pointer-events: none;
}
@media (orientation: landscape) {
  .grid-portrait-line-11 {
    display: none;
  }
}

.button-nav {
  position: fixed;
  top: calc(1.25dvh + 1px);
  right: 1.25dvh;
  z-index: 300;
  display: flex;
  height: calc(6.09375dvh - 1px);
  background-color: var(--color-button-bg);
  border-radius: 150px;
  scrollbar-width: none;
}
.button-nav .nav-button {
  position: relative;
  left: -0.5px;
}
.button-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .button-nav {
    width: calc(100% - 2.5dvh);
    left: 1.25dvh;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .button-nav .nav-button {
    min-width: calc(25vw - 0.375dvh);
  }
  .button-nav .nav-button {
    left: 0;
  }
}
@media screen and (max-width: 630px) {
  .button-nav .nav-button {
    min-width: 38vw;
    border-radius: 150px;
  }
}

.nav-button {
  border: none;
  border-radius: 150px;
  padding: 0.1em 4dvh 0;
  font-family: inherit;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: var(--color-button-text);
}
.nav-button:hover {
  background-color: var(--color-button-text);
  color: var(--color-button-bg);
}
.nav-button.active {
  background-color: var(--color-button-text);
  color: var(--color-button-bg);
}

.boxes-container {
  position: fixed;
  top: 13.4375dvh;
  left: 0;
  width: 100vw;
  z-index: 210;
  box-sizing: border-box;
  overflow-x: auto;
  --grid-row-height: calc((100dvh - 2 * (100dvh / 16 / 5)) / 16);
}

.boxes-scroll {
  display: flex;
  height: 100%;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 1.25dvh;
  scroll-padding: 0 1.25dvh;
  gap: 25dvh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.boxes-scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .boxes-scroll {
    gap: 5dvh;
  }
}
@media screen and (max-width: 630px) {
  .boxes-scroll {
    gap: 1.25dvh;
  }
}
@media screen and (min-width: 1600px) {
  .boxes-scroll {
    gap: 30vw;
  }
}

.box {
  flex: none;
  height: fit-content;
  max-height: calc(86.5625dvh + 2px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: var(--color-box-bg);
  overflow-y: auto;
  position: relative;
  border-top: 2px solid var(--color-box-border);
  border-left: 2px solid var(--color-box-border);
  border-right: 2px solid var(--color-box-border);
  box-sizing: border-box;
  scrollbar-width: none;
  max-width: 40em;
  min-width: 40em;
  border-bottom: 2px solid var(--color-box-border);
}
.box:nth-child(1) {
  border: none;
  width: calc(100vw - 1.25dvh - 25dvh - 5vw);
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .box:nth-child(1) {
    width: calc(100vw - 1.25dvh - 5dvh - 5vw);
  }
}
@media screen and (max-width: 630px) {
  .box:nth-child(1) {
    width: calc(100vw - 2.5dvh);
  }
}
@media screen and (min-width: 1600px) {
  .box:nth-child(1) {
    min-width: 40em;
    max-width: 40em;
  }
}
@media (orientation: portrait) {
  .box:nth-child(1) {
    width: 82.5vw;
    max-width: none;
  }
}
.box:nth-child(1) .box-content {
  display: none;
}
.box:nth-child(2) .box-content {
  min-height: calc(85.3125dvh - 4px);
}
.box:nth-child(4) {
  min-width: 44em;
  max-width: 44em;
}
@media screen and (max-width: 1024px) {
  .box:nth-child(4) {
    width: 82vw;
  }
}
@media screen and (max-width: 630px) {
  .box:nth-child(4) {
    min-width: calc(100dvw - 5dvh);
    max-width: calc(100dvw - 5dvh);
    width: calc(100dvw - 5dvh);
  }
}
.box:last-child {
  width: calc(100vw - 2.5dvh);
  max-width: calc(100vw - 2.5dvh);
}
@media (orientation: portrait) {
  .box:last-child {
    width: 100vw;
    max-width: 100vw;
  }
}
.box:last-child .box-content {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .box {
    width: 82vw;
  }
}
@media screen and (max-width: 630px) {
  .box {
    min-width: calc(100dvw - 5dvh);
    max-width: calc(100dvw - 5dvh);
    width: calc(100dvw - 5dvh);
  }
  .box:last-child {
    max-width: calc(100dvw - 2.5dvh + 1px);
    min-width: calc(100dvw - 2.5dvh + 1px);
    width: calc(100dvw - 2.5dvh + 1px);
  }
}
.box::-webkit-scrollbar {
  display: none;
}

.box-content {
  padding: 1.53em 1.53em;
  min-height: calc(73.125dvh - 2px);
}
.box-content.double-box {
  padding: 0;
}
@media screen and (max-width: 764px) {
  .box-content {
    padding: 2.25dvh 2dvh 22.125dvh;
  }
  .box-content.double-box {
    padding: 0 0 22.125dvh;
  }
}
@media (orientation: portrait), (max-width: 764px) {
  .box-content.double-box {
    background: var(--color-box-bg);
  }
}

@media (orientation: portrait) {
  .boxes-scroll .box:last-child {
    border-right: none;
  }
}
@media (orientation: portrait) {
  .boxes-scroll .box:last-child .box-content {
    padding: 0;
  }
  .boxes-scroll .box:last-child .box-content .member-name, .boxes-scroll .box:last-child .box-content .member-job {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .boxes-scroll .box:last-child .box-content .member-job {
    margin-bottom: 0.612em;
  }
  .boxes-scroll .box:last-child .box-content .member-name, .boxes-scroll .box:last-child .box-content .member-job, .boxes-scroll .box:last-child .box-content .member-mail, .boxes-scroll .box:last-child .box-content .member-links {
    padding-left: 0.612rem;
  }
  .boxes-scroll .box:last-child .box-content .member-photo {
    margin-right: 0.612rem;
  }
  .boxes-scroll .box:last-child .box-content .member-links a {
    display: flex;
  }
}

.column-grid-2 .column {
  overflow-y: auto;
  max-height: calc(85.3125dvh - 4px - 2.448em);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.column-grid-2 .column::-webkit-scrollbar {
  display: none;
}
@media (orientation: portrait), (max-width: 764px) {
  .column-grid-2 .column {
    overflow-y: visible;
    max-height: none;
  }
}

.search-container {
  position: sticky;
  top: 0;
  background: var(--color-background);
  z-index: 100;
  min-height: calc(6.09375dvh - 2px);
  margin-bottom: calc(6.09375dvh + 1px);
}
@media (orientation: portrait) {
  .search-container {
    margin-bottom: 0;
    padding-left: 0.612rem;
    padding-right: 0.612rem;
    background-color: transparent;
    border-right: 2px solid;
  }
  .search-container input {
    background-color: var(--color-background);
  }
}

.search-input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.224rem;
  color: inherit;
  padding: 0.612em 1.224em calc(0.612em - 2px);
  border: 2px solid var(--color-box-border);
  margin-top: 0.612em;
  outline: none;
  background: transparent;
  text-indent: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14"/></svg>');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center left 0.612em;
  width: 100%;
  border-radius: 1.224em;
}
@media (max-with: 768px) {
  .search-input {
    border-radius: 1.224rem;
    font-size: 1.25rem !important;
  }
}
.search-input::placeholder {
  color: inherit;
  opacity: 1;
}
@media (max-with: 768px) {
  .search-input::placeholder {
    font-size: 1.25em;
  }
}
.search-input:focus {
  outline: none;
}
@media (orientation: portrait) {
  .search-input {
    padding: 1.25dvh 2.5dvh;
    min-height: 0;
    background-size: 20px;
    text-indent: 20px;
    padding: 0.612em 1.224em 0.612em;
    font-size: 1.25em;
  }
}

.members-table .members-row:first-child {
  border-top: 0;
}
@media (orientation: portrait) {
  .members-table .members-row:first-child {
    border-top: 0;
  }
}
.members-table .members-row:last-child {
  margin-bottom: 30px;
}
@media (orientation: portrait) {
  .members-table .members-row:last-child {
    margin-bottom: 60px;
  }
}

.members-row {
  display: flex;
  width: 100%;
  padding: 0.204em 0;
  border-bottom: 2px solid;
  min-height: 6.09375dvh;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
@media (orientation: portrait) {
  .members-row {
    padding: 0.612em 0;
    flex-direction: column;
    align-items: flex-start;
    min-height: 15dvh;
    border-right: 2px solid;
  }
}
@media screen and (orientation: portrait) and (max-width: 630px) {
  .members-row {
    min-height: 10dvh;
  }
}
.members-row.has-photo .member-name .show-photo {
  height: 1.3em;
}
.members-row.has-photo .member-name .show-photo .circle {
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
}
.members-row.has-photo .member-name .show-photo:hover .circle {
  background-color: transparent;
  border: 2px solid var(--color-primary);
}
.members-row.has-photo .member-name .show-photo:hover + .member-photo {
  visibility: visible;
}
.members-row .member-name {
  position: relative;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  .members-row .member-name {
    width: 100%;
  }
}
.members-row .member-name .name-text {
  max-width: 94%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex-shrink: 1;
}
@media (orientation: portrait) {
  .members-row .member-name .name-text {
    width: calc(100% - 5em);
    overflow: visible;
    text-overflow: unset;
    white-space: wrap;
    text-wrap: balance;
  }
}
.members-row .member-name .show-photo {
  width: 6%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (orientation: portrait) {
  .members-row .member-name .show-photo .circle {
    display: none;
  }
}
@media (orientation: portrait) {
  .members-row .member-name .show-photo {
    display: none;
  }
}
.members-row .member-name .member-photo {
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  width: 120px;
  height: 120px;
}
.members-row .member-name .member-photo img {
  border-radius: 30px;
  object-fit: cover;
  width: 120px;
  height: 120px;
}
@media (orientation: portrait) {
  .members-row .member-name .member-photo {
    visibility: visible;
    width: auto;
    max-height: 3.5em;
    aspect-ratio: 1/1;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .members-row .member-name .member-photo img {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (orientation: portrait) and (max-width: 630px) {
  .members-row .member-name .member-photo img {
    border-radius: 22px;
  }
}
.members-row .member-links a {
  text-decoration: none;
  display: inline;
  cursor: pointer;
  text-align: right;
  line-height: 1.4em;
}
@media (orientation: portrait) {
  .members-row .member-links {
    line-height: inherit;
    display: flex;
    padding-bottom: 0 !important;
  }
  .members-row .member-links a {
    margin-right: 0.5em;
    text-align: left;
  }
}
.members-row .member-name,
.members-row .member-job,
.members-row .member-mail {
  padding-right: 0.5em;
  min-width: 0;
  flex-shrink: 1;
  width: 30%;
  line-height: 1.4em;
}
@media (orientation: portrait) {
  .members-row .member-name,
  .members-row .member-job,
  .members-row .member-mail {
    line-height: inherit;
    width: 100%;
  }
}
.members-row .member-job,
.members-row .member-mail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.members-row > span:not(:last-child):not(.member-name):not(.member-job):not(.member-mail) {
  width: 30%;
}
@media (orientation: portrait) {
  .members-row > span:not(:last-child):not(.member-name):not(.member-job):not(.member-mail) {
    width: 100%;
    padding-bottom: 0.306em;
  }
}
.members-row > span:last-child {
  width: 10%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.612em;
}
@media (orientation: portrait) {
  .members-row > span:last-child {
    justify-content: flex-start;
    text-align: left;
    gap: 0.612em 0;
  }
}

@media (orientation: portrait) {
  .no-results-message,
  .loading-message {
    padding: 1.25dvh 2.5dvh;
  }
}

.cerf-lettering-top,
.cerf-lettering-bottom {
  position: fixed;
  left: 1.25dvh;
  height: 48.75dvh;
  background: var(--color-lettering-bg);
  border-left: 2px solid var(--color-border);
  border-right: 2px solid var(--color-border);
  z-index: 550;
  overflow: hidden;
  width: max-content;
  z-index: 200;
  top: 1.25dvh;
}
@media (orientation: portrait) {
  .cerf-lettering-top,
  .cerf-lettering-bottom {
    display: none;
  }
}
.cerf-lettering-top svg,
.cerf-lettering-bottom svg {
  transform: scale(1.005);
  transform-origin: left;
  height: 100%;
  width: auto;
  display: block;
}

.cerf-lettering-bottom {
  top: 50dvh;
}

.cerf-lettering-portrait-1,
.cerf-lettering-portrait-2,
.cerf-lettering-portrait-3 {
  position: fixed;
  left: 1.25dvh;
  height: 30.46875dvh;
  background: var(--color-lettering-bg);
  border-left: 2px solid var(--color-border);
  border-right: 2px solid var(--color-border);
  overflow: hidden;
  width: max-content;
  z-index: 200;
}
@media (orientation: landscape) {
  .cerf-lettering-portrait-1,
  .cerf-lettering-portrait-2,
  .cerf-lettering-portrait-3 {
    display: none;
  }
}
.cerf-lettering-portrait-1 svg,
.cerf-lettering-portrait-2 svg,
.cerf-lettering-portrait-3 svg {
  height: 100%;
  width: auto;
  display: block;
}

.cerf-lettering-portrait-1 {
  top: 7.34375dvh;
}

.cerf-lettering-portrait-2 {
  top: 37.8125dvh;
}

.cerf-lettering-portrait-3 {
  top: 68.28125dvh;
}

.abcedere {
  position: fixed;
  width: 100%;
  background-color: var(--color-background);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000000000;
  padding: 0.612em 2.5dvh;
  height: 60px;
  left: 0;
  right: 0;
  bottom: -60px;
  transition: bottom 0.2s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 630px) {
  .abcedere {
    overflow-x: auto;
    padding-left: 1.25dvh;
    padding-right: 1.25dvh;
  }
}
.abcedere::-webkit-scrollbar {
  display: none;
}
.abcedere.active {
  bottom: 0;
}
.abcedere span {
  position: relative;
  top: 0.15em;
  cursor: pointer;
}
@media screen and (max-width: 630px) {
  .abcedere span {
    display: inline-block;
    min-width: 2em;
    font-size: 1.25em;
    text-align: center;
  }
}

.logo {
  position: fixed;
  right: 1.25dvh;
  bottom: calc(1.25dvh + 2px);
  height: calc(24.375dvh - 4px);
  max-height: calc(24.375dvh - 4px);
  background: var(--color-logo-bg);
  z-index: 0;
  width: auto;
  pointer-events: auto;
  background: var(--color-logo-bg);
  z-index: 99999;
  border-radius: 50%;
  transition: bottom 0.25s ease;
  cursor: url("../../assets/svg/cursor.svg") 4 4, pointer;
}
@media (max-width: 1024px) {
  .logo {
    height: calc(18.359375dvh - 4px);
    max-height: calc(18.359375dvh - 4px);
    transform: scale(0.9);
  }
}
@media (orientation: portrait) {
  .logo {
    left: calc(1.25dvh + 2px);
    right: auto;
  }
}
.logo img {
  max-height: 100%;
  padding: 3.25dvh;
  position: relative;
  top: 0.15em;
}
.logo.swipe-out {
  bottom: -33.3vh;
  transform: rotate(80deg);
  transition: bottom 0.25s ease, transform 0.2s ease;
}
.logo:active {
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

/*# sourceMappingURL=style.css.map */
