@charset "UTF-8";
/*
 * # TABLE OF CONTENTS
 *
 * - Reset
 * - Global functions and mixins
 * - Configuration
 * - Special modules
 * - Basic styles
 *   - Common
 *   - Typography
 *
 *   - Sections
 *   - Grouping
 *   - Textlevel
 *   - Embedded
 *   - Tables
 *   - Interactive
 * - Modules
    - Breakpoint
    - Tables
    - Maintenance
*
 */
.sym_glass::before {
  content: "\f000";
}

.sym_music::before {
  content: "\f001";
}

.sym_search::before {
  content: "\f002";
}

.sym_envelope-o::before {
  content: "\f003";
}

.sym_heart::before {
  content: "\f004";
}

/**
 * @description
 * Generates cross-browser-compatible output for a given element with its value.
 *
 * @author sthag
 *
 * @param values
 * @returns
 *   -webkit-<name>: <values>
 *       ...-<name>: <values>
 *
 * @example
 *   .selector
 *     @include vendor-prefix(hyphens, auto)
 */
.di_none {
  display: none !important;
}

.op_hide {
  opacity: 0 !important;
}

.op_show {
  opacity: 1 !important;
}

.space_even_auto {
  margin-right: auto;
  margin-left: auto;
}

.space_even_half {
  margin-right: 25%;
  margin-left: 25%;
}

.space_even_fourth {
  margin-right: 37.5%;
  margin-left: 37.5%;
}

.space_top_basic {
  margin-top: 8px;
}

.space_right_basic {
  margin-right: 8px;
}

.space_bottom_basic {
  margin-bottom: 8px;
}

.space_left_basic {
  margin-left: 8px;
}

.space_top_small {
  margin-top: 32px;
}

.space_right_small {
  margin-right: 32px;
}

.space_bottom_small {
  margin-bottom: 32px;
}

.space_left_small {
  margin-left: 32px;
}

.space_top_medium {
  margin-top: 64px;
}

.space_right_medium {
  margin-right: 64px;
}

.space_bottom_medium {
  margin-bottom: 64px;
}

.space_left_medium {
  margin-left: 64px;
}

.space_top_large {
  margin-top: 128px;
}

.space_right_large {
  margin-right: 128px;
}

.space_bottom_large {
  margin-bottom: 128px;
}

.space_left_large {
  margin-left: 128px;
}

.space_left_fourth {
  margin-left: 25%;
}

.width_full, .body_menu footer {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.width_half {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
}

.width_third {
  width: 33.3%;
  margin-right: 0;
  margin-left: 0;
}

.h_basic {
  height: 1024px;
}

.h_full_view, .body_color, .body_menu, .body_portal {
  height: 100vh;
}

.h_100 {
  height: 100%;
}

.wrap_center > *, #safe body > *, .body_status .main_site > * {
  margin-right: 2%;
  margin-left: 2%;
}
@media (min-width: 1024px) {
  .wrap_center > *, #safe body > *, .body_status .main_site > * {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media (min-width: 1024px) {
  .wrap_center > *, #safe body > *, .body_status .main_site > * {
    margin-right: 20%;
    margin-left: 20%;
  }
}
@media (min-width: 1680px) {
  .wrap_center > *, #safe body > *, .body_status .main_site > * {
    margin-right: 26%;
    margin-left: 26%;
  }
}

.clear {
  clear: both;
}
.clear::before, .clear::after {
  clear: both;
}

.overflow, .nav_horizontal ul, .nav_center_old ul, .header_page nav ul {
  overflow: auto;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_space_left, .nav_horizontal ul li, .nav_center_old ul li, .header_page nav ul li, ul.horizontal li,
ol.horizontal li, .box_file_tile {
  float: left;
  margin-right: 32px;
}

.float_half_size {
  float: left;
  width: 50%;
}

.x_long {
  overflow-x: scroll;
}

.inline {
  display: inline-block;
}

header.io,
footer.io, table .io nav, .flex.inline, header.io nav,
header.io ul, footer.io nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px 8px;
}

#mouse_overlay, .pos_full_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.html_card body .card_bkg, .exp_overlay, .pos_full_page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos_abs, .body_menu footer {
  position: absolute;
}

.pos_rel {
  position: relative;
}

.pos_fix {
  position: fixed;
}

.pin_top {
  top: 0;
}

.pin_right {
  right: 0;
}

.pin_bottom, .body_menu footer {
  bottom: 0;
}

.pin_left {
  left: 0;
}

.pos_full_view {
  background-color: rgba(250, 216, 3, 0.5);
}

.pos_full_page {
  background-color: rgba(39, 63, 139, 0.25);
}

.hover_back_change {
  background-color: rgb(112.64, 112.64, 112.64);
  transition: background-color 0.2s ease-in-out;
}
.hover_back_change:hover {
  background-color: #808080;
}

#mouse_overlay {
  z-index: 100;
  transition: background-color 2s ease-out 2s;
  pointer-events: none;
}
#mouse_overlay.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.txt_color_light {
  color: rgb(143.24, 143.24, 143.24);
}

.txt_color_dark {
  color: rgb(112.64, 112.64, 112.64);
}

.txt_tiny {
  font-size: 0.5em !important;
}

.txt_smaller {
  font-size: 0.75em !important;
}

.txt_larger {
  font-size: 1.2em !important;
}

.txt_huge {
  font-size: 3em !important;
}

.txt_hero {
  font-size: 9.3em;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.txt_left {
  text-align: left !important;
}

.txt_top {
  vertical-align: top !important;
}

.txt_bottom {
  vertical-align: bottom !important;
}

.txt_white {
  color: white;
}

.txt_black {
  color: black;
}

.txt_gradient {
  background: linear-gradient(165deg, #fad803 30%, #d30a51 45%, #273f8b 50%, #b7e0f0, #52bed1 80%, #0c85ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a[href]:focus {
  outline: 0;
}

area[href]:focus {
  outline: 0;
}

button:not([disabled]):focus {
  outline: 0;
}

input:not([disabled]):focus {
  outline: 0;
}

select:not([disabled]):focus {
  outline: 0;
}

textarea:not([disabled]):focus {
  outline: 0;
}

*[tabindex]:focus {
  outline: 0;
}

[data-action=drag] {
  cursor: move;
}

header.io nav > span,
header.io nav label,
header.io .group_nav > span,
header.io .a_button,
aside.io nav > span,
aside.io nav label,
aside.io .group_nav > span,
aside.io .a_button,
footer.io nav > span,
footer.io nav label,
footer.io .group_nav > span,
footer.io .a_button, th, td, .span_solo, p, .column_1, .column_2, .column_3, .column_4, .column_5, li,
dt,
dd, figcaption, caption, label, legend, .button_io, .button_clear, h6, header.io button,
aside.io button,
footer.io button, form.io button {
  font-family: Roboto, Segoe UI, Liberation Sans, Source Sans, Trebuchet MS, Helvetica, Arial, sans-serif, sans;
  font-size: 1em;
  line-height: 1.28;
}

code, .code_solo, samp, kbd, pre, input[type=text], input[type=number], input[type=color], input[type=range], input[type=date], input[type=time], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input:not([type]), textarea, select {
  font-family: Courier New, monospace;
  font-size: 1em;
  line-height: 1.1;
}

.print_body *[class^=din] p {
  font-family: Times New Roman, times;
  font-size: 1em;
  line-height: 1.28;
}

h1,
h2,
h3,
h4,
h5,
h6,
.portal__entry h2 {
  font-family: Roboto, Segoe UI, Liberation Sans, Source Sans, Trebuchet MS, Helvetica, Arial, sans-serif, sans;
  line-height: 1.28;
}

.print_body .page_date, .print_body .page_no, h1 {
  font-size: 3.1em;
  font-weight: 300;
}

h2 {
  font-size: 2.5em;
  font-weight: 300;
}

h3, h4, .portal__entry h2 {
  font-size: 1.8em;
  font-weight: 300;
}

h5 {
  font-size: 1.35em;
  font-weight: 300;
}

td.text .shorten {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

label input, label button, label textarea, label select,
p input,
p button,
p textarea,
p select {
  margin: 0 8px;
}

input + label {
  margin-left: 8px;
}

label + input {
  margin-left: 8px;
}

input, button, textarea, select {
  margin: 0 16px 0 0;
}
input[disabled=disabled], input[disabled], button[disabled=disabled], button[disabled], textarea[disabled=disabled], textarea[disabled], select[disabled=disabled], select[disabled] {
  cursor: not-allowed;
}

td > input,
td > button,
td > select,
td > textarea {
  margin: 0;
}

input[type=text], input[type=number], input[type=color], input[type=range], input[type=date], input[type=time], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input:not([type]) {
  line-height: 1;
}

textarea {
  line-height: 1;
}

select {
  line-height: 1;
}

.input_io, header.io input:not([type=checkbox], [type=range], [type=color]),
aside.io input:not([type=checkbox], [type=range], [type=color]),
footer.io input:not([type=checkbox], [type=range], [type=color]), form.io input, aside.io input, .io_color, header.io input[type=color],
aside.io input[type=color],
footer.io input[type=color], .button_io, header.io .a_button,
aside.io .a_button,
footer.io .a_button, header.io button,
aside.io button,
footer.io button, form.io button, .io_textarea, header.io textarea,
aside.io textarea, .io_select, header.io select,
aside.io select,
footer.io select {
  margin: 0;
}

.input_io, header.io input:not([type=checkbox], [type=range], [type=color]),
aside.io input:not([type=checkbox], [type=range], [type=color]),
footer.io input:not([type=checkbox], [type=range], [type=color]), form.io input, aside.io input, .io_color, header.io input[type=color],
aside.io input[type=color],
footer.io input[type=color], .io_textarea, header.io textarea,
aside.io textarea, .io_select, header.io select,
aside.io select,
footer.io select {
  padding: 4px;
  color: rgb(30.6, 30.6, 30.6);
  background-color: rgb(224.4, 224.4, 224.4);
}
.input_io:hover, header.io input:hover:not([type=checkbox], [type=range], [type=color]),
footer.io input:hover:not([type=checkbox], [type=range], [type=color]), form.io input:hover, aside.io input:hover, .io_color:hover, header.io input[type=color]:hover,
footer.io input[type=color]:hover, .io_textarea:hover, header.io textarea:hover,
aside.io textarea:hover, .io_select:hover, header.io select:hover,
aside.io select:hover,
footer.io select:hover {
  background-color: white;
}
.input_io[readonly=readonly], header.io input[readonly=readonly]:not([type=checkbox], [type=range], [type=color]),
footer.io input[readonly=readonly]:not([type=checkbox], [type=range], [type=color]), form.io input[readonly=readonly], aside.io input[readonly=readonly], [readonly=readonly].io_color, header.io input[readonly=readonly][type=color],
footer.io input[readonly=readonly][type=color], .input_io[readonly], header.io input[readonly]:not([type=checkbox], [type=range], [type=color]),
footer.io input[readonly]:not([type=checkbox], [type=range], [type=color]), form.io input[readonly], aside.io input[readonly], [readonly].io_color, header.io input[readonly][type=color],
footer.io input[readonly][type=color], .io_textarea[readonly=readonly], header.io textarea[readonly=readonly],
aside.io textarea[readonly=readonly], .io_textarea[readonly], header.io textarea[readonly],
aside.io textarea[readonly], .io_select[readonly=readonly], header.io select[readonly=readonly],
aside.io select[readonly=readonly],
footer.io select[readonly=readonly], .io_select[readonly], header.io select[readonly],
aside.io select[readonly],
footer.io select[readonly] {
  background-color: rgb(170.544, 170.544, 170.544);
}
.input_io[disabled=disabled]:hover, header.io input[disabled=disabled]:hover:not([type=checkbox], [type=range], [type=color]),
footer.io input[disabled=disabled]:hover:not([type=checkbox], [type=range], [type=color]), form.io input[disabled=disabled]:hover, aside.io input[disabled=disabled]:hover, [disabled=disabled].io_color:hover, header.io input[disabled=disabled][type=color]:hover,
footer.io input[disabled=disabled][type=color]:hover, .input_io[disabled]:hover, header.io input[disabled]:hover:not([type=checkbox], [type=range], [type=color]),
footer.io input[disabled]:hover:not([type=checkbox], [type=range], [type=color]), form.io input[disabled]:hover, aside.io input[disabled]:hover, [disabled].io_color:hover, header.io input[disabled][type=color]:hover,
footer.io input[disabled][type=color]:hover, .io_textarea[disabled=disabled]:hover, header.io textarea[disabled=disabled]:hover,
aside.io textarea[disabled=disabled]:hover, .io_textarea[disabled]:hover, header.io textarea[disabled]:hover,
aside.io textarea[disabled]:hover, .io_select[disabled=disabled]:hover, header.io select[disabled=disabled]:hover,
aside.io select[disabled=disabled]:hover,
footer.io select[disabled=disabled]:hover, .io_select[disabled]:hover, header.io select[disabled]:hover,
aside.io select[disabled]:hover,
footer.io select[disabled]:hover {
  background-color: rgb(224.4, 224.4, 224.4);
}

.io_color, header.io input[type=color],
aside.io input[type=color],
footer.io input[type=color] {
  block-size: auto;
  margin: 0;
  padding: 0;
}

.input_io[type=date], header.io input[type=date]:not([type=checkbox], [type=range], [type=color]),
footer.io input[type=date]:not([type=checkbox], [type=range], [type=color]), form.io input[type=date], aside.io input[type=date], [type=date].io_color, header.io input[type=date][type=color],
footer.io input[type=date][type=color] {
  padding-top: 0;
  padding-bottom: 0;
}

.input_io[type=time], header.io input[type=time]:not([type=checkbox], [type=range], [type=color]),
footer.io input[type=time]:not([type=checkbox], [type=range], [type=color]), form.io input[type=time], aside.io input[type=time], [type=time].io_color, header.io input[type=time][type=color],
footer.io input[type=time][type=color] {
  padding-top: 0;
  padding-bottom: 0;
}

.input_io[type=datetime-local], header.io input[type=datetime-local]:not([type=checkbox], [type=range], [type=color]),
footer.io input[type=datetime-local]:not([type=checkbox], [type=range], [type=color]), form.io input[type=datetime-local], aside.io input[type=datetime-local], [type=datetime-local].io_color, header.io input[type=datetime-local][type=color],
footer.io input[type=datetime-local][type=color] {
  padding-top: 0;
  padding-bottom: 0;
}

.input_io[type=month], header.io input[type=month]:not([type=checkbox], [type=range], [type=color]),
footer.io input[type=month]:not([type=checkbox], [type=range], [type=color]), form.io input[type=month], aside.io input[type=month], [type=month].io_color, header.io input[type=month][type=color],
footer.io input[type=month][type=color] {
  padding-top: 0;
  padding-bottom: 0;
}

.input_io[type=week], header.io input[type=week]:not([type=checkbox], [type=range], [type=color]),
footer.io input[type=week]:not([type=checkbox], [type=range], [type=color]), form.io input[type=week], aside.io input[type=week], [type=week].io_color, header.io input[type=week][type=color],
footer.io input[type=week][type=color] {
  padding-top: 0;
  padding-bottom: 0;
}

.input_io, header.io input:not([type=checkbox], [type=range], [type=color]),
aside.io input:not([type=checkbox], [type=range], [type=color]),
footer.io input:not([type=checkbox], [type=range], [type=color]), form.io input, aside.io input, .io_color, header.io input[type=color],
aside.io input[type=color],
footer.io input[type=color], .io_textarea, header.io textarea,
aside.io textarea {
  border: 2px solid white;
}
.input_io[readonly=readonly], header.io input[readonly=readonly]:not([type=checkbox], [type=range], [type=color]),
footer.io input[readonly=readonly]:not([type=checkbox], [type=range], [type=color]), form.io input[readonly=readonly], aside.io input[readonly=readonly], [readonly=readonly].io_color, header.io input[readonly=readonly][type=color],
footer.io input[readonly=readonly][type=color], .input_io[readonly], header.io input[readonly]:not([type=checkbox], [type=range], [type=color]),
footer.io input[readonly]:not([type=checkbox], [type=range], [type=color]), form.io input[readonly], aside.io input[readonly], [readonly].io_color, header.io input[readonly][type=color],
footer.io input[readonly][type=color], .io_textarea[readonly=readonly], header.io textarea[readonly=readonly],
aside.io textarea[readonly=readonly], .io_textarea[readonly], header.io textarea[readonly],
aside.io textarea[readonly] {
  border-color: rgb(193.8, 193.8, 193.8);
}
.input_io[disabled=disabled], header.io input[disabled=disabled]:not([type=checkbox], [type=range], [type=color]),
footer.io input[disabled=disabled]:not([type=checkbox], [type=range], [type=color]), form.io input[disabled=disabled], aside.io input[disabled=disabled], [disabled=disabled].io_color, header.io input[disabled=disabled][type=color],
footer.io input[disabled=disabled][type=color], .input_io[disabled], header.io input[disabled]:not([type=checkbox], [type=range], [type=color]),
footer.io input[disabled]:not([type=checkbox], [type=range], [type=color]), form.io input[disabled], aside.io input[disabled], [disabled].io_color, header.io input[disabled][type=color],
footer.io input[disabled][type=color], .io_textarea[disabled=disabled], header.io textarea[disabled=disabled],
aside.io textarea[disabled=disabled], .io_textarea[disabled], header.io textarea[disabled],
aside.io textarea[disabled] {
  border-color: transparent;
}

fieldset {
  margin: 16px 0;
  padding: 8px;
  border: 1px solid rgb(30.6, 30.6, 30.6);
}

legend {
  padding: 0 4px;
}

.button_io, header.io .a_button,
aside.io .a_button,
footer.io .a_button, header.io button,
aside.io button,
footer.io button, form.io button {
  border: 2px solid rgb(61.2, 61.2, 61.2);
  padding: calc(8px - 3px) 8px;
  color: black;
  background-color: rgb(112.64, 112.64, 112.64);
  user-select: none;
}
.button_io:hover, header.io .a_button:hover,
aside.io .a_button:hover,
footer.io .a_button:hover, header.io button:hover,
aside.io button:hover,
footer.io button:hover, form.io button:hover {
  border-color: transparent;
  color: white;
  background-color: #0c85ff;
}
.button_io[disabled=disabled], header.io [disabled=disabled].a_button,
aside.io [disabled=disabled].a_button,
footer.io [disabled=disabled].a_button, header.io button[disabled=disabled],
aside.io button[disabled=disabled],
footer.io button[disabled=disabled], form.io button[disabled=disabled], .button_io[disabled], header.io [disabled].a_button,
aside.io [disabled].a_button,
footer.io [disabled].a_button, header.io button[disabled],
aside.io button[disabled],
footer.io button[disabled], form.io button[disabled] {
  border-color: transparent;
  color: rgb(61.2, 61.2, 61.2);
}
.button_io[disabled=disabled]:hover, header.io [disabled=disabled].a_button:hover,
aside.io [disabled=disabled].a_button:hover,
footer.io [disabled=disabled].a_button:hover, header.io button[disabled=disabled]:hover,
aside.io button[disabled=disabled]:hover,
footer.io button[disabled=disabled]:hover, form.io button[disabled=disabled]:hover, .button_io[disabled]:hover, header.io [disabled].a_button:hover,
aside.io [disabled].a_button:hover,
footer.io [disabled].a_button:hover, header.io button[disabled]:hover,
aside.io button[disabled]:hover,
footer.io button[disabled]:hover, form.io button[disabled]:hover {
  background-color: rgb(112.64, 112.64, 112.64);
}

.button_clear {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.button_clear:active, .button_clear:focus {
  background-color: transparent;
}
.button_clear:hover {
  background-color: #0c85ff;
}

select {
  border: none;
}

textarea.fit {
  width: 100%;
}

.io_textarea, header.io textarea,
aside.io textarea {
  line-height: 1.2;
}

body {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  font-family: Roboto, Segoe UI, Liberation Sans, Source Sans, Trebuchet MS, Helvetica, Arial, sans-serif, sans;
  font-size: 17px;
  line-height: 1.28;
  color: black;
  background-color: #808080;
}
body *,
body ::before,
body ::after {
  box-sizing: inherit;
}
body:hover #mouse_overlay {
  background-color: transparent !important;
  transition: background-color 200ms ease-out 0s !important;
}

.sec_main_center, #index main {
  width: 96%;
  margin: 0 auto;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .sec_main_center, #index main {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .sec_main_center, #index main {
    width: 60%;
  }
}
@media (min-width: 1680px) {
  .sec_main_center, #index main {
    width: 48%;
  }
}

.sec_main_status, #index main, #safe body, .body_status {
  border-top-width: 8px;
  border-top-style: solid;
  border-color: rgb(30.6, 30.6, 30.6);
  padding-top: 32px;
}

nav ul {
  margin: 0;
}
nav ul.inline li {
  display: inline-block;
}

aside.right, aside.left {
  width: 20%;
}
aside.right *:first-child, aside.left *:first-child {
  margin-top: 0;
}
aside.right + .bside {
  margin-right: calc(20% + 8px);
}
aside.left + .bside {
  margin-left: calc(20% + 8px);
}
aside.right {
  float: right;
}
aside.left {
  float: left;
}
aside.io input,
aside.io textarea,
aside.io select,
aside.io button {
  display: block;
  width: 100%;
}
aside.io .a_button {
  display: flex;
}
aside.io ul.vertical li {
  margin-bottom: 4px;
}
aside.io ul.vertical li .a_button > i:last-child {
  margin-left: auto;
}

h1 {
  margin: 128px 0 32px;
}

h2 {
  margin: 64px 0 32px;
}

h1 + h1,
h2 + h2 {
  margin-top: 0;
}

h3 {
  margin: 16px 0;
  text-transform: uppercase;
}

h4, .portal__entry h2 {
  margin: 16px 0;
  text-transform: none;
}

h5 {
  margin: 16px 0 8px;
  text-transform: none;
}

h6 {
  margin: 8px 0;
  text-transform: none;
  font-weight: bold;
}

hgroup > h1, hgroup > h2 {
  margin-bottom: 0;
}
hgroup > p {
  margin-bottom: 32px;
}

header.io {
  z-index: 10;
}
header.io > *:last-child *:last-child {
  margin-right: 0;
}
header.io > *:first-child *:first-child {
  margin-left: 0;
}
header.io nav,
header.io ul {
  align-items: stretch;
}
header.io nav:last-child {
  margin-left: auto;
}
header.io h1 {
  margin: 0;
}

.header_page {
  overflow: auto;
}

.header_txt {
  margin-bottom: 32px;
  border-bottom: 1px dotted rgb(30.6, 30.6, 30.6);
}
.header_txt h1 {
  border-top: 1px solid rgb(30.6, 30.6, 30.6);
}

footer.io nav {
  align-items: stretch;
}
footer.io nav input,
footer.io nav select,
footer.io nav button,
footer.io nav span,
footer.io nav div:not(.spacer) {
  padding: 0 4px !important;
}

p, caption, .column_5, .column_4, .column_3, .column_2, .column_1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.column_line {
  column-rule: 1px solid rgb(30.6, 30.6, 30.6);
}

.column_1 {
  column-count: 1;
  column-gap: 32px;
}

.column_2 {
  column-count: 2;
  column-gap: 32px;
}

.column_3 {
  column-count: 3;
  column-gap: 64px;
}

.column_4 {
  column-count: 4;
  column-gap: 64px;
}

.column_5 {
  column-count: 5;
  column-gap: 64px;
}

address {
  margin-top: 16px;
  margin-bottom: 16px;
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgb(30.6, 30.6, 30.6);
}
hr.hidden {
  border-color: transparent;
}
hr.dotted {
  border-style: dotted;
}
hr.double {
  height: 4px;
  border-width: 1px 0;
}
hr.vertical {
  display: inline;
  margin: 0 16px;
  border-width: 0 1px 0 0;
}

pre {
  white-space: pre-wrap;
}

.pre_code, .songbook_song pre {
  overflow-x: auto;
  border-color: rgb(122.88, 122.88, 122.88);
  border-style: dotted;
  border-width: 0 0 0 4px;
  border-radius: 2px;
  padding: 8px;
  background-color: rgb(133.08, 133.08, 133.08);
}
.pre_code code, .songbook_song pre code {
  background-color: transparent;
}

blockquote {
  margin: 8px 0;
  padding-right: 2em;
  padding-left: 2em;
}

.quote_mark p::before, .quote_mark caption::before, .quote_mark .column_1::before, .quote_mark .column_2::before, .quote_mark .column_3::before, .quote_mark .column_4::before, .quote_mark .column_5::before {
  content: "„ ";
}
.quote_mark p::after, .quote_mark caption::after, .quote_mark .column_1::after, .quote_mark .column_2::after, .quote_mark .column_3::after, .quote_mark .column_4::after, .quote_mark .column_5::after {
  content: " “";
}
.quote_mark .quote_source::before, .quote_mark .quote_source::after {
  content: "";
}

dl,
ul,
ol {
  margin: 16px 0;
}
dl.block,
ul.block,
ol.block {
  padding: 1em 5em;
  background-color: rgb(112.64, 112.64, 112.64);
}

ul,
ol {
  padding-left: 2em;
}
ul.horizontal,
ol.horizontal {
  overflow: auto;
}
ul.link li, ul.portal__list li,
ol.link li,
ol.portal__list li {
  margin-bottom: 2px;
  text-transform: uppercase;
}
ul.link li a, ul.portal__list li a,
ol.link li a,
ol.portal__list li a {
  display: block;
  padding: calc(8px - 3px) 8px;
  color: black;
}
ul.link li a img, ul.portal__list li a img,
ol.link li a img,
ol.portal__list li a img {
  margin-right: 8px;
  padding-bottom: 0.2em;
  vertical-align: text-bottom;
}
ul.link li a:active, ul.portal__list li a:active, ul.link li a:focus, ul.portal__list li a:focus, ul.link li a:hover, ul.portal__list li a:hover,
ol.link li a:active,
ol.portal__list li a:active,
ol.link li a:focus,
ol.portal__list li a:focus,
ol.link li a:hover,
ol.portal__list li a:hover {
  background-color: #0c85ff;
  color: white;
}

menu {
  margin: 0;
}

dl {
  margin-left: 2em;
}

dd,
.list_basic li {
  margin-bottom: 8px;
}

dd {
  margin-left: 2em;
}

ul li {
  list-style: square;
}

.list_dash li {
  list-style: none;
  position: relative;
}
.list_dash li::before {
  content: "_";
  position: absolute;
  left: -1em;
}

figure {
  margin: 16px 2em;
}

figcaption {
  color: rgb(112.64, 112.64, 112.64);
}

.div_info, #safe #message {
  padding: 16px 2em;
  border-right: 8px solid rgba(82, 190, 209, 0.6);
  background-color: rgba(82, 190, 209, 0.1);
}

.box_space {
  position: relative;
  overflow: auto;
  width: 100%;
}

.box_cube {
  float: left;
  display: table;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}
.box_cube span {
  display: table-cell;
}

.box_placeholder {
  width: 100%;
  height: 64px;
  border: 4px solid rgba(250, 216, 3, 0.9);
  border-radius: 2px;
  background-color: rgba(250, 216, 3, 0.8);
}

.box_placeholder_bkg {
  width: 100%;
  height: 128px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 8px;
  /*data:[<mime type>][;charset=<charset>][;base64],<encoded data>*/
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='100%' height='100%'><line x1='0' y1='0' x2='100%' y2='100%' stroke='%23FFF' stroke-width='.5'/><line x1='0' y1='100%' x2='100%' y2='0' stroke='%23FFF' stroke-width='.5'/></svg>") no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
}

.flex {
  display: flex;
}
.flex.stretch {
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 4px 8px;
}
.flex.stretch > * {
  flex: auto;
}

.dis_grid {
  display: grid;
  grid-gap: 8px;
}
.dis_grid > input, .dis_grid > select, .dis_grid > textarea {
  margin: 0;
}
.dis_grid > label {
  margin: 2px;
  padding: 4px;
}
.dis_grid.grid_column_2 {
  grid-template-columns: max-content max-content;
}
.dis_grid.grid_column_4 {
  grid-template-columns: max-content max-content max-content max-content;
}

.sprite_img {
  display: inline-block;
}

a {
  color: #b7e0f0;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: white;
}

.a_internal {
  color: #273f8b;
}

.a_external {
  color: #b7e0f0;
}

.a_discreet {
  color: black;
}

.a_line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: rgb(30.6, 30.6, 30.6);
  color: black;
  background-color: transparent;
  transition: color 200ms ease-out;
}
.a_line:active, .a_line:focus, .a_line:hover {
  color: white;
  background-color: #0c85ff;
}

.a_button, .a_button_text, .a_button_border {
  display: inline-block;
  padding: calc(8px - 3px) 8px;
  border-radius: 2px;
  background-color: rgba(183, 224, 240, 0.2);
}
.a_button:active, .a_button_text:active, .a_button_border:active, .a_button:focus, .a_button_text:focus, .a_button_border:focus, .a_button:hover, .a_button_text:hover, .a_button_border:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}

.a_button_text, .a_button_border {
  padding: calc(8px - 1px) calc(8px * 2);
  color: black;
  background-color: transparent;
}

.a_button_border {
  border: 1px solid rgb(30.6, 30.6, 30.6);
}

i, em {
  font-style: italic;
}

.i_bright {
  color: white;
  font-style: normal;
}

b, strong {
  font-weight: 500;
}

cite {
  font-style: italic;
}

code {
  color: rgb(30.6, 30.6, 30.6);
  background-color: rgb(133.08, 133.08, 133.08);
}

p code {
  padding: 1px 4px;
  font-size: 1em;
  line-height: 1;
}

.code_solo {
  padding: 1px 4px;
  color: black;
}

kbd {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(112.64, 112.64, 112.64);
  border-radius: 2px;
  color: rgb(30.6, 30.6, 30.6);
}

mark {
  background-color: #fad803;
}

.mark_cursor {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: white;
  background-color: black;
}

::selection {
  color: white;
  background-color: black;
}

img {
  vertical-align: top;
}

table {
  margin: 16px 0;
  border: 1px solid rgb(30.6, 30.6, 30.6);
  border-collapse: collapse;
}
table.blank {
  border: 1px solid transparent;
}
table.blank th, table.blank td {
  border: 1px solid transparent;
}
table.free {
  border: 1px solid transparent;
}
table.horizontal td {
  border-inline: 1px solid transparent;
}
table.striped td {
  border-top: 0;
  border-bottom: 0;
}
table.striped tr:nth-child(even) td {
  background-color: rgb(133.08, 133.08, 133.08);
}
table.fix {
  table-layout: fixed;
}
table.grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  border-bottom: 0;
}
table.grid thead,
table.grid tbody,
table.grid tr {
  display: contents;
}
table.draggable tbody tr {
  transition: opacity 0.2s;
}
table.draggable tbody tr.dragging {
  opacity: 0.5;
}
table.link {
  width: 100%;
  border: 0;
  table-layout: auto;
}
table.link tbody {
  border-bottom: 1px solid rgb(30.6, 30.6, 30.6);
}
table.link tbody:hover {
  background-color: rgb(193.8, 193.8, 193.8);
}
table.link tbody td:nth-child(2) {
  width: 100%;
}
table.link th,
table.link td {
  border: 0;
}
table.link thead th:last-child,
table.link tbody tr:nth-child(1) td:last-child {
  width: 1%;
  text-align: center;
}
table.content thead th:not(.max) {
  width: 1%;
}

caption {
  padding: 4px 0;
  border: 1px dotted rgb(30.6, 30.6, 30.6);
  text-align: center;
}

tfoot tr:first-child td {
  border-top: 1px solid rgb(30.6, 30.6, 30.6);
}

tr.active {
  position: relative;
}
tr.active > *::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 9999px rgba(0, 120.2530864198, 241.5, 0.5);
  pointer-events: none;
}

th, td {
  padding: 4px;
}
th.rigid, table.link thead th:last-child, td.rigid,
table.link tbody tr:nth-child(1) td:last-child {
  white-space: nowrap;
}
th.icon, td.icon {
  width: 48px;
  text-align: center;
}
th.icon img, td.icon img {
  vertical-align: text-top;
}
th.link, td.link {
  padding-right: 8px;
  padding-left: 8px;
}
th.link:hover, td.link:hover {
  background-color: #0c85ff;
}
th.link:hover span, td.link:hover span {
  display: none;
}
th.link:hover a, td.link:hover a {
  display: block;
  color: white;
}
th.link span, td.link span {
  display: block;
}
th.link a, td.link a {
  display: none;
}
th.pre, td.pre {
  background-color: rgb(133.08, 133.08, 133.08);
}

th {
  border: 1px solid rgb(30.6, 30.6, 30.6);
  text-align: left;
}
th.min {
  width: 1%;
}

td {
  border-right: 1px solid rgb(30.6, 30.6, 30.6);
  border-bottom: 1px solid rgb(30.6, 30.6, 30.6);
}
td.unit {
  text-align: right;
  white-space: nowrap;
}
td.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
td.text {
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}
td.text div {
  width: 100%;
}
td.text .shorten {
  max-height: 44px;
}

td:last-child {
  border-right: 0;
}
td:last-child td {
  border-bottom: 0;
}

.body_status {
  height: 100vh;
  border-color: #0c85ff;
}
.body_status .main_site > h1:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
}
.body_status .main_site > h1 + h3 {
  margin-top: 0;
  margin-bottom: 32px;
}

input[type=range] {
  accent-color: rgb(30.6, 30.6, 30.6);
}

header.io nav li,
header.io nav label,
header.io nav input[type=range],
aside.io nav li,
aside.io nav label,
aside.io nav input[type=range],
footer.io nav li,
footer.io nav label,
footer.io nav input[type=range] {
  margin: 0;
}
header.io nav > span,
header.io nav label,
header.io .group_nav > span,
header.io .a_button,
aside.io nav > span,
aside.io nav label,
aside.io .group_nav > span,
aside.io .a_button,
footer.io nav > span,
footer.io nav label,
footer.io .group_nav > span,
footer.io .a_button {
  border: 2px solid transparent;
  padding: calc(8px - 3px) 8px;
}
header.io .group_nav,
aside.io .group_nav,
footer.io .group_nav {
  display: flex;
  flex-flow: row nowrap;
}
header.io .wrap_input,
aside.io .wrap_input,
footer.io .wrap_input {
  border: 2px solid transparent;
  padding: calc(8px - 3px) 8px;
  background-color: rgb(224.4, 224.4, 224.4);
}
header.io .wrap_input > input,
aside.io .wrap_input > input,
footer.io .wrap_input > input {
  margin: 0;
}
header.io button > *,
aside.io button > *,
footer.io button > * {
  pointer-events: none;
}

header.io,
aside.io {
  padding: 8px;
}
header.io,
footer.io {
  align-items: stretch;
}

table td > textarea {
  display: block;
}
table .io nav {
  flex-wrap: nowrap;
  align-items: stretch;
}
table .io nav button {
  margin: 0;
}
table .io:last-child nav {
  justify-content: flex-end;
}

form.io > div {
  background-color: rgba(224.4, 224.4, 224.4, 0.5) !important;
  transition: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease, margin 400ms;
}
form.io > div:hover {
  flex-grow: 1;
  margin-inline: 128px;
  background-color: rgb(224.4, 224.4, 224.4) !important;
}
form.io > div:hover, form.io > div:hover > input {
  text-align: center;
}
nav ul,
nav menu {
  padding-left: 0;
}
nav li {
  margin-bottom: 8px;
  list-style: none;
}

.nav_horizontal ul ul, .header_page nav ul ul, .nav_center_old ul ul {
  margin: 8px 0;
}
.nav_horizontal ul li, .header_page nav ul li, .nav_center_old ul li {
  margin-right: 8px;
  margin-bottom: 0;
}
.nav_horizontal ul li:last-child, .header_page nav ul li:last-child, .nav_center_old ul li:last-child {
  margin-right: 0;
}

.nav_right {
  float: right;
  margin-left: 8px;
}
.nav_right .align_parent {
  margin-right: -8px;
}

.nav_separate li {
  position: relative;
  padding-left: 1px;
}
.nav_separate li:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(30.6, 30.6, 30.6);
}

.nav_separate_right {
  float: right;
}
.nav_separate_right li {
  position: relative;
}
.nav_separate_right li:first-child {
  padding-left: 17px;
}
.nav_separate_right li:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  margin: 0 8px;
}

.nav_center_old {
  float: right;
  position: relative;
  left: -50%;
}
.nav_center_old ul {
  position: relative;
  left: 50%;
  text-align: center;
}

.nav_column {
  position: relative;
  margin: 8px 0;
}
.nav_column ul {
  display: flex;
  margin: 0 128px;
}
.nav_column ul li {
  flex: auto;
  margin: 0;
  text-align: center;
}
.nav_column ul li a {
  display: block;
}

.nav_page_meta {
  position: fixed;
  right: 4px;
  bottom: 16px;
}
.nav_page_meta ul {
  margin: 8px 0;
}
.nav_page_meta li {
  margin-bottom: 0;
  line-height: 1;
}
.nav_page_meta button {
  width: 32px;
  margin-right: 0;
  margin-left: 0;
}
.nav_page_meta .a_button_meta {
  display: inline-block;
}
.nav_page_meta .a_button_meta:active, .nav_page_meta .a_button_meta:focus {
  background-color: transparent;
}
.nav_page_meta .a_button_meta:hover {
  background-color: #0c85ff;
}
.nav_page_meta .sprite_img {
  vertical-align: top;
}

.header_page nav a:active, .header_page nav a:focus, .header_page nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}

.wip_txt, .wip {
  border-right: 8px solid rgba(220, 20, 60, 0.8);
  background-color: rgba(220, 20, 60, 0.1) !important;
}

.wip::before, .wip::after {
  content: "";
  display: block;
  height: 48px;
}

.exp_expose_pre::after {
  content: "";
  display: block;
  height: 48px;
  background-color: rgba(183, 224, 240, 0.1) !important;
}

.exp_expose_post::before {
  content: "";
  display: block;
  height: 48px;
  background-color: rgba(183, 224, 240, 0.1) !important;
}

.exp_expose::before, .exp_expose::after {
  content: "";
  display: block;
  height: 48px;
  background-color: rgba(183, 224, 240, 0.1) !important;
}

.exp_pop {
  display: none;
}

.exp_wrap {
  position: relative;
}

.exp_overlay {
  background-color: rgba(250, 216, 3, 0.4);
}

.exp_pop {
  position: absolute;
  z-index: 100;
  top: 128px;
  left: 128px;
  padding: 4px;
  border: 4px solid #808080;
  border-radius: 4px;
  background-color: #808080;
  pointer-events: none;
}

.exp_marker_pop {
  position: absolute;
  top: -12.75px;
  right: -8.5px;
  width: 17px;
  height: 17px;
  border: 1px solid white;
  border-radius: 17px;
  color: white;
  background-color: black;
}

.exp_overlay_btn {
  position: fixed;
  width: 3em;
  height: 2em;
  cursor: pointer;
}

.exp_help_btn {
  display: table;
  right: 16px;
  bottom: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
.exp_help_btn:hover {
  background-color: white;
}
.exp_help_btn:hover > .span_solo {
  color: black;
}
.exp_help_btn .span_solo {
  display: table-cell;
  color: rgba(255, 255, 255, 0.8);
  font-family: Courier New, monospace;
  font-size: 1.4em;
  text-align: center;
  vertical-align: middle;
}

.expose_height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(183, 224, 240, 0.1) !important;
  -webkit-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.print_body *[class^=din] {
  background-color: white;
}

.print_body {
  font-size: 10pt;
  margin: 10vh 20vw;
}
@page {
  .print_body {
    size: A4;
    margin: 1.2cm;
  }
}
@page :first {
  .print_body {
    size: A4;
    margin: 0;
  }
}
.print_body .dina4 {
  padding-top: 1.2cm 1.2cm 1.2cm 2.4cm;
}
.print_body .dina4 .page_head, .print_body .dina4 .page_foot {
  right: 1.2cm;
  left: 2.4cm;
}
.print_body .dina4 .page_head {
  top: 1.2cm;
}
.print_body .dina4 .page_foot {
  bottom: 1.2cm;
}
.print_body .dina5 {
  padding-top: 0 0 0 1.2cm;
}
.print_body .dina5 .page_head, .print_body .dina5 .page_foot {
  right: 0;
  left: 1.2cm;
}
.print_body .dina5 .page_head {
  top: 0;
}
.print_body .dina5 .page_foot {
  bottom: 0;
}
.print_body .dina6 {
  padding-top: 0 0 0 1.2cm;
}
.print_body .dina6 .page_head, .print_body .dina6 .page_foot {
  right: 0;
  left: 1.2cm;
}
.print_body .dina6 .page_head {
  top: 0;
}
.print_body .dina6 .page_foot {
  bottom: 0;
}
.print_body *[class^=din] {
  position: relative;
  overflow: auto;
}
.print_body *[class^=din] .page_head, .print_body *[class^=din] .page_foot {
  position: absolute;
}
.print_body *[class^=din] .page_head {
  page: cover;
}
.print_body *[class^=din] .page_foot {
  display: flex;
  flex-direction: row;
}
.print_body *[class^=din] .page_foot *:last-child {
  margin-bottom: 0;
}
.print_body *[class^=din] .page_foot p {
  flex: 1 0 auto;
  margin: 0;
  font-size: 8pt;
  line-height: 10pt;
  text-align: center;
}
.print_body *[class^=din] .page_foot .page_no {
  flex: 1 0 auto;
  font-size: 20pt;
  line-height: 1;
  text-align: right;
}
.print_body *[class^=din] .page_foot p:first-child {
  text-align: left;
}
.print_body *[class^=din] .page_content {
  margin-top: 10cm;
  margin-bottom: 2cm;
}
.print_body *[class^=din] {
  margin: 32px auto;
}
.print_body .page_title, .print_body .page_date {
  font-size: 14pt;
}
.print_body .page_title {
  margin: 0;
}
.print_body .page_date, .print_body .page_no {
  float: right;
}
.print_body .page_author {
  position: absolute;
  top: 5cm;
  right: 0;
  text-align: right;
}
.print_body .page_recipient {
  position: absolute;
  top: 5cm;
  left: 0;
}

form[name=login] {
  display: flex;
  align-items: center;
  justify-content: center;
}
form[name=login] > div {
  padding: 16px;
  background-color: rgba(82, 190, 209, 0.2);
}
form[name=login] > div:hover {
  background-color: #52bed1;
}
form[name=login] > div:hover h4, form[name=login] > div:hover p {
  color: white;
}
form[name=login] > div h4, form[name=login] > div p {
  margin-top: 0;
  color: #52bed1;
}
form[name=login] > div input,
form[name=login] > div button {
  display: block;
  width: 100%;
  margin-inline: 0;
}
form[name=login] > div input:first-of-type {
  margin-bottom: 8px;
}
form[name=login] > div button {
  margin-top: 16px;
}

.portal {
  display: flex;
  overflow: hidden;
  height: 100vh;
}

.portal__entry {
  display: flex;
  flex: 1;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease;
}
.portal__entry:hover {
  flex: 3;
  background-color: #999;
}
.portal__entry:hover .portal__list {
  display: block;
}
.portal__entry section {
  width: 100%;
  padding: 32px 0;
}
.portal__entry h2 {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal__link {
  display: block;
  position: relative;
  max-width: 128px;
  height: 128px;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.portal__link:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: white;
}
.portal__link:focus {
  outline: 0;
}
.portal__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 0 0;
}

.portal__link--bibo {
  background-image: url(/art/portal/bibo.png);
}

.portal__link--portfolio {
  background-image: url(/art/portal/portfolio.png);
}

.portal__link--found {
  background-image: url(/art/portal/gems.png);
}

.portal__link--flux {
  background-image: url(/art/portal/flux.png);
}

.portal__link--blog {
  background-image: url(/art/portal/notes.png);
}

.portal__link--tools {
  background-image: url(/art/portal/tools.png);
}

.portal__link--safe {
  background-image: url(/art/portal/safe.png);
}

.portal__link--game:hover {
  background-image: url(/art/portal/games.png);
}
.portal__link--game:hover > img {
  display: none;
}

.portal__list {
  display: none;
  position: relative;
  width: 80%;
  margin: 48px auto 0 auto;
  padding-left: 0;
}
.portal__list li {
  list-style: none;
}
.portal__list li a {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal__list li a img {
  width: 16px;
  height: auto;
}

.songbook_song header h2 {
  margin-bottom: 8px;
}
.songbook_song header h6 {
  color: white;
}
.songbook_song header h2 + h6 {
  margin-top: 0;
  margin-bottom: 32px;
}

.html_card {
  height: 100%;
}
.html_card body {
  min-height: 100%;
}
.html_card body .card_bkg {
  transition-duration: 800ms;
  overflow: hidden;
  vertical-align: top;
  z-index: -1;
}
.html_card body .card_bkg > svg {
  position: relative;
}
.html_card body .card_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.html_card body .card_box * {
  font-family: Trebuchet MS, Roboto, Segoe UI, Liberation Sans, Source Sans, Trebuchet MS, Helvetica, Arial, sans-serif, sans;
}
.html_card body .card_box > main {
  position: relative;
  padding: 64px 64px 24px 64px;
  border: 1px solid #FFF;
  background-color: #F5F5F5;
  z-index: 40;
}
.html_card body h1 {
  margin: 16px 0;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
}
.html_card body p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4em;
}
.html_card body .marked::before {
  content: "* ";
}
.html_card body .decent {
  color: #666;
}
.html_card body a {
  color: #000;
  text-decoration: none;
}
.html_card body a:hover {
  color: #F4F9FA;
  background-color: #0C85FF;
  text-decoration: none;
}

.body_menu {
  background-color: #b7e0f0;
}
.body_menu footer .brand {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 8px;
  margin: 8px 16px;
}
.body_menu footer .brand > svg {
  height: 32px;
  width: 32px;
}

.body_clock header {
  z-index: 10;
}
.body_clock main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.body_color > div:first-child {
  display: flex;
  flex-flow: column;
  height: 100vh;
}
.body_color header {
  align-items: flex-end;
}
.body_color .swatch_box {
  display: flex;
  flex: 1;
  min-height: 0;
}
.body_color .swatch_box:last-child {
  flex: unset;
}

:root {
  --color-alpha: #fad803;
  --color-bravo: #d30a51;
  --color-charlie: #273f8b;
  --color-delta: #b7e0f0;
  --color-echo: #52bed1;
  --color-foxtrot: #0c85ff;
}

@media (min-width: 1024px) {
  #index main .responsive {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 4px 8px;
  }
  #index main .responsive > * {
    flex: auto;
  }
}

#safe body {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
}
#safe main {
  position: relative;
  flex: 1;
}
#safe #message {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: none;
  width: 100%;
  margin-top: 16px;
}
#safe #message.success {
  border-color: #98c379;
  background-color: rgba(152, 195, 121, 0.1) !important;
  color: #98c379;
}
#safe #message.error {
  border-color: #e06c75;
  background-color: rgba(224, 108, 117, 0.1) !important;
  color: #e06c75;
}

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