@charset "UTF-8";
/*
Theme Name:     Momus
Author:         H9 Design
Version:        1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-min-height: 100vh;
  --viewport-min-height: 100svh;
  --viewport-max-height: 100vh;
  --viewport-max-height: 100lvh;
  --viewport-dynamic-height: 100vh;
  --viewport-visible-height: 100vh;
  --viewport-offset-x: 0px;
  --viewport-offset-y: 0px;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-scrollbar: 0px;
}

html {
  --breakpoint-phone: 640px;
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
}
html {
  --breakpoint-tablet: 768px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --breakpoint: tablet;
  }
}
html {
  --breakpoint-laptop: 1024px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
}
html {
  --breakpoint-desktop: 1440px;
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
}
html {
  --column-count: 12;
  --column-gap: 20px;
  --column-padding: 20px;
  --column-width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 6;
    --column-gap: 12px;
    --column-padding: 15px;
  }
}
html {
  --screen-column-width: calc(var(--inner-width) - (var(--column-padding) * 2));
  --screen-column-gap: var(--column-gap);
}

html {
  font-family: Studio, sans-serif;
  font-size: 22px;
  line-height: 1.2727272727;
}

html {
  --lh: 1.2727272727em;
}

html {
  font-weight: normal;
}

html {
  margin: 0;
  overflow-anchor: none;
  position: relative;
  --margin-top: var(--lh);
  --margin-bottom: var(--lh);
  --first-margin-top: 0;
  --last-margin-bottom: 0;
}

body {
  margin: 0;
  color: #181818;
  background: #FFFFFF;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form) {
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom);
  overflow-wrap: break-word;
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):first-child) {
  margin-top: var(--first-margin-top, 0);
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):last-child) {
  margin-bottom: var(--last-margin-bottom, var(--margin-bottom));
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 1.8181818182rem;
}

h2 {
  font-size: 1.0909090909rem;
}

h3 {
  font-size: 0.9090909091rem;
}

h4 {
  font-size: 0.8181818182rem;
}

h5 {
  font-size: 0.6363636364rem;
}

h6 {
  font-size: 0.5454545455rem;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 0.8em;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
:where(a) {
  outline: none;
}

:where(a):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

:where(a):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

:where(ul, ol) {
  margin: 0px 1.2em 0px 1.2em;
}

:where(ul, ol) {
  padding: 0px;
}

:where(ul, ol) {
  list-style-position: outside;
}

:where(ul, ol) :where(ul, ol) {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  list-style: none;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  margin: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  list-style: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
}

ul.is-inline, ol.is-inline {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.5em);
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]), ol:where([unstyled]) {
  list-style: none;
}

ul:where([unstyled]), ol:where([unstyled]) {
  margin: 0px;
}

ul:where([unstyled]), ol:where([unstyled]) {
  padding: 0px;
}

menu {
  list-style: none;
}

menu {
  margin: 0px;
}

menu {
  padding: 0px;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

button img {
  vertical-align: middle;
}

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

img[unstyled], picture[unstyled], video[unstyled], canvas[unstyled], svg[unstyled] {
  max-width: none;
}

svg, canvas, iframe {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}

table {
  font-family: inherit;
}

th, td {
  border: 1px solid #181818;
  padding: 0.5em;
  text-align: left;
}

:where(fieldset) {
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) :where(input), :where(fieldset) textarea, :where(fieldset) select {
  width: 100%;
}

:where(fieldset) :where([type=checkbox], [type=radio]) {
  width: auto;
}

label, legend {
  padding: 0;
  display: block;
  font: inherit;
}

label[for], label:has(input, select, textarea) {
  cursor: pointer;
}

button, input, optgroup, select, textarea, [contenteditable] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, [href], input, select, textarea, [contenteditable], :where([tabindex]:not([tabindex="-1"])) {
  outline: none;
}

button:focus-visible, [href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable]:focus-visible, :where([tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

button:focus-visible *:focus, [href]:focus-visible *:focus, input:focus-visible *:focus, select:focus-visible *:focus, textarea:focus-visible *:focus, [contenteditable]:focus-visible *:focus, :where([tabindex]:not([tabindex="-1"])):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  cursor: pointer;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.input-wrap:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

.input-wrap:focus-within *:focus {
  outline: none;
  box-shadow: none;
}

.input-wrap {
  display: inline-flex;
  gap: 0.5em;
}

.input-wrap > :where(*) {
  font: inherit;
  border: none;
  padding: 0;
}

hr {
  background-color: #181818;
  height: 1px;
  border: none;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

details[unstyled] summary {
  display: block;
  -webkit-appearance: none;
}

dialog {
  padding: 0;
  border: none;
}

dialog:not([open]) {
  display: none;
}

[hidden] {
  display: none !important;
}

[hidden=opacity], [hidden=visibility] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden=size], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

[pointer] {
  cursor: pointer;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

::-moz-selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

[placeholder]:empty::before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[debug=columns] {
  opacity: 0.5;
  pointer-events: none;
}

[debug=columns] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=columns] {
  z-index: 999999;
}

[debug=columns]::before {
  display: block;
  content: "";
  height: 100%;
  background: no-repeat var(--bg-column-padding, var(--column-padding)) 0/calc(100% - var(--bg-column-padding, var(--column-padding)) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(to right, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count)))), repeat-y 0 0/100% var(--bg-column-baseline, var(--lh)) linear-gradient(0deg, transparent 95%, rgba(56, 255, 255, 0.9) 100%);
}

[debug=breakpoints] {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent) 355px top, linear-gradient(to right, red 1px, transparent 1px, transparent) 360px top, linear-gradient(to right, rgba(128, 128, 128, 0.2) 10px, transparent 10px, transparent) 635px top, linear-gradient(to right, gray 1px, transparent 1px, transparent) 640px top, linear-gradient(to right, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent) 763px top, linear-gradient(to right, black 1px, transparent 1px, transparent) 768px top, linear-gradient(to right, rgba(0, 0, 255, 0.2) 10px, transparent 10px, transparent) 1019px top, linear-gradient(to right, blue 1px, transparent 1px, transparent) 1024px top, linear-gradient(to right, rgba(0, 128, 0, 0.2) 10px, transparent 10px, transparent) 1435px top, linear-gradient(to right, green 1px, transparent 1px, transparent) 1440px top;
  background-repeat: no-repeat;
  pointer-events: none;
}

[debug=breakpoints] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=breakpoints] {
  z-index: 999999;
}

[debug=breakpoints]::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

[debug=breakpoints]::after {
  content: "-";
  color: #FFF;
  background: black;
  font-size: 14px;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.7em;
  display: block;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  [debug=breakpoints]::after {
    background: gray;
    content: "PHONE (640px and less)";
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  [debug=breakpoints]::after {
    background: black;
    content: "TABLET (640px to 768px)";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  [debug=breakpoints]::after {
    background: blue;
    content: "LAPTOP (768px to 1024px)";
  }
}
@media screen and (min-width: 1025px) {
  [debug=breakpoints]::after {
    content: "DESKTOP (1024px to 1440px)";
    background: green;
  }
}
@media screen and (max-width: 360px) {
  [debug=breakpoints]::after {
    background: red;
    content: "MINI (360px and less)";
  }
}
@media screen and (min-width: 1441px) {
  [debug=breakpoints]::after {
    background: purple;
    content: "WIDESCREEN (more than 1440px)";
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.children-left {
  display: flex;
  justify-content: flex-start;
}

.children-center {
  display: flex;
  justify-content: center;
}

.children-right {
  display: flex;
  justify-content: flex-end;
}

.children-spaced {
  display: flex;
  justify-content: space-between;
}

.children-stacked {
  display: grid;
}

.children-stacked > * {
  grid-area: 1/1;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 var(--lh) var(--lh) 0;
}

.img-right {
  float: right;
  margin: 0 0 var(--lh) var(--lh);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *,
[animation=off], [animation=off] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

html[lang] {
  margin-top: 0 !important;
}

div#wpadminbar {
  transition: all 0.2s;
}
div#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 3px));
}
div#wpadminbar:after {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
}
div#wpadminbar:after {
  transform: translateX(-50%);
}
div#wpadminbar:after {
  content: "\f111";
  font-family: dashicons;
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  display: block;
  background: inherit;
  color: white;
  width: 28px;
  text-align: center;
  padding: 2px 0 5px;
}
@media screen and (min-width: 783px) {
  body.is-env-local div#wpadminbar #wp-admin-bar-wp-logo, body.is-env-local div#wpadminbar #wp-admin-bar-updates {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.is-env-local div#wpadminbar {
    display: none;
  }
}

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 1em);
  row-gap: var(--row-gap, 0.2em);
}
.is-layout-flex.is-horizontal {
  flex-direction: row;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.btn, .page-event__main-right > *, .page-event__main-left > *, .block-section__link a, button:not([unstyled]), :where(input:is([type=submit], [type=button]):not([unstyled])) {
  border: 1px solid #181818;
  background: #FFFFFF;
  border-radius: 1em;
  padding: 0.2em 0.5em;
  font-size: 0.7em;
  text-decoration: none;
}

/* ----------------------------------------------------------------––––––-------
Layout 
----------------------------------------------------------------––––––------- */
body {
  font-size: 1rem;
}

ul:not([unstyled]) {
  list-style: none;
}
ul:not([unstyled]) {
  margin: 0px;
}
ul:not([unstyled]) {
  padding: 0px;
}
ul:not([unstyled]) {
  list-style: none;
}
ul:not([unstyled]) > li {
  position: relative;
  padding-left: calc(1em + 0px);
}
ul:not([unstyled]) > li:before {
  content: "-";
  position: absolute;
  width: 1em;
  left: 0;
  top: 0;
  display: inline-block;
}

.site-head {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
}
.site-head {
  border-bottom: 1px solid #181818;
}
.site-head {
  padding: 1em var(--column-padding, 20px);
}
.site-head {
  z-index: 60;
}
.site-head > * {
  flex: 1 1 33.3333333333%;
  text-align: center;
}
.site-head > *:first-child {
  text-align: left;
}
.site-head > *:last-child {
  text-align: right;
}
.site-head .icn {
  max-width: 120px;
}
.site-head menu {
  display: flex;
  gap: 0.2em;
}
.site-head menu a {
  text-decoration: none;
}
@media (hover: hover) {
  .site-head menu a:hover {
    font-style: italic;
  }
  .site-head menu a.is-current {
    font-style: italic;
  }
}

.site-main {
  padding: 1em var(--column-padding, 20px);
}

.site-search__trigger {
  position: relative;
  z-index: 10;
}
.site-search__overlay {
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-search__overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-search__overlay {
  z-index: 150;
}

.site-foot {
  padding: 1em var(--column-padding, 20px);
}

.wp-caption {
  max-width: 80%;
}
.wp-caption .wp-caption-text {
  font-size: 0.8em;
}
.wp-caption p {
  margin-top: 0;
}
.wp-caption p:not(.wp-caption-text) {
  display: none;
}

.item-snippet {
  margin: 1em 0;
}
.item-snippet__meta {
  display: flex;
  gap: 0.75em;
  row-gap: 0.2em;
  flex-wrap: wrap;
  font-size: 0.6em;
}
.item-snippet__categories a {
  background-color: lightgray;
}
.item-snippet__image {
  background-color: yellow;
}
.item-snippet__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.item-snippet__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 65.2173913043%);
}
.item-snippet__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.item-snippet__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-snippet__image img {
  object-fit: var(--fit-size, cover);
  object-position: var(--fit-position, center);
  width: 100%;
  height: 100%;
}
.item-snippet h3 {
  margin: 0;
}
.item-snippet.is-horizontal-layout {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
  align-items: flex-start;
}
.item-snippet.is-horizontal-layout > * {
  flex: 0 0 auto;
}
.item-snippet.is-horizontal-layout > *:nth-child(2n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (2/5)) - var(--column-gap, 20px)) * 1);
}
.item-snippet.is-horizontal-layout > *:nth-child(2n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.item-snippet.is-horizontal-layout .item-snippet__image {
  order: 2;
}

.item-list-topics {
  margin-top: 2em;
  margin-bottom: 2em;
}
.item-list-topics__title {
  border-bottom: 1px solid #181818;
}
.item-list-topics__list {
  text-align: center;
}
.item-list-topics__item {
  display: inline-block;
}

.item-list-snippets__title {
  border-bottom: 1px solid #181818;
}
.item-list-snippets__item {
  margin: 0;
}
.item-list-snippets.is-default-layout .item-list-snippets__list {
  margin-left: 50%;
}
.item-list-snippets.is-grid-layout .item-list-snippets__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  flex-direction: row;
}
.item-list-snippets.is-grid-layout .item-list-snippets__list > * {
  flex: 0 0 auto;
}
.item-list-snippets.is-grid-layout .item-list-snippets__list > * {
  width: calc(((var(--column-width, 100%) + 1em) * var(--snippet-list, (1/2)) - 1em) * 1);
}
.item-list-snippets.is-borders-layout {
  margin-bottom: 2em;
  overflow: hidden;
}
.item-list-snippets.is-borders-layout .item-list-snippets__title {
  margin-bottom: 0;
}
.item-list-snippets.is-borders-layout .item-list-snippets__list {
  margin-right: -1px;
}
.item-list-snippets.is-borders-layout .item-list-snippets__item {
  padding: 1em;
}
.item-list-snippets.is-borders-layout .item-list-snippets__item {
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
}
.item-list-snippets.is-dividers-layout .item-list-snippets__item {
  padding: 1em 0;
}
.item-list-snippets.is-dividers-layout .item-list-snippets__item {
  border-bottom: 1px solid #181818;
}
.item-list-snippets.is-horizontal-layout .item-snippet {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.item-list-snippets.is-horizontal-layout .item-snippet > * {
  flex: 0 0 auto;
}
.item-list-snippets.is-horizontal-layout .item-snippet > *:nth-child(2n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--snippet, (8/17)) - var(--column-gap, 20px)) * 1);
}
.item-list-snippets.is-horizontal-layout .item-snippet > *:nth-child(2n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--snippet, (9/17)) - var(--column-gap, 20px)) * 1);
}
.item-list-supporters {
  margin: 2em 0;
}
.item-list-supporters__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}

.item-list-programs {
  margin: 0 0 2em 0;
}
.item-list-programs__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
.item-list-programs__supporter {
  display: inline-block;
  position: relative;
}
.item-list-programs__supporter .image {
  width: 100px;
  max-width: none;
}
.item-list-programs__supporter .image {
  position: absolute;
  top: 1.5em;
  right: auto;
  bottom: auto;
  left: 0;
}
.item-list-programs__supporter:not(:hover) .image {
  display: none;
}
@media (hover: none) {
  .item-list-programs__supporter .image {
    display: none;
  }
}

.item-list-people-related {
  margin: 2em 0;
}
.item-list-people-related__heading {
  border-bottom: 1px solid #181818;
}
.item-list-people-related__list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 2em auto;
  max-width: 60%;
}

.item-list-authors table {
  border-collapse: collapse;
  font-size: 0.6em;
}
.item-list-authors td, .item-list-authors th {
  border: none;
  vertical-align: top;
  padding: 1em 0;
}
.item-list-authors tr {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.item-list-authors tr > * {
  flex: 0 0 auto;
}
.item-list-authors tr > *:nth-child(2n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (7/24)) - var(--column-gap, 20px)) * 1);
}
.item-list-authors tr > *:nth-child(2n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (17/24)) - var(--column-gap, 20px)) * 1);
}
.item-list-authors thead th {
  border-bottom: 1px solid #181818;
}
.item-list-authors tbody tr:not(:first-child) td {
  border-top: 1px solid #181818;
}

.item-comments {
  background-color: lightgray;
  margin: 3em 0;
  padding: 1em;
}

.block-section {
  border-bottom: 1px solid #181818;
}
.block-section {
  display: flex;
}
.block-section__title {
  margin-right: auto;
}
.block-section__link {
  margin-left: auto;
}
.block-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-gallery > * {
  flex: 0 0 auto;
}
.block-gallery > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}

.block-media-video {
  margin-top: 4em;
  margin-bottom: 4em;
}

.block-media-audio {
  margin-top: 2em;
  margin-bottom: 2em;
}

.media-player--wrap {
  background-color: #181818;
}
.media-player--wrap {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.media-player--wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 56.25%);
}
.media-player--wrap > * {
  position: absolute;
  top: 0;
  left: 0;
}
.media-player--wrap > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-player--controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 0;
  padding: 0.2em 0.5em;
  border: 1px solid #181818;
  background-color: #FFFFFF;
}
.media-player--progress-info {
  order: 1;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 0;
}
.media-player--progress {
  background: transparent;
  position: relative;
}
.media-player--progress::before {
  content: "";
  background-color: lightgray;
  width: 100%;
}
.media-player--progress-bar, .media-player--progress::before {
  height: 2px;
}
.media-player--progress-bar, .media-player--progress::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.media-player--progress-bar, .media-player--progress::before {
  transform: translateY(-50%);
}
.media-player--toggle {
  order: 2;
}
.media-player--sound-options {
  margin-left: 1.3rem;
  order: 3;
}
.media-player--timer {
  margin-left: 0.7rem;
  order: 4;
}
.media-player--fullscreen-options {
  order: 5;
  margin-left: auto;
}
.media-player.is-video .media-player--controls {
  transition: opacity 0.2s;
  z-index: 2;
}
.media-player--outer {
  position: relative;
}

.block-partners__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 60px);
  row-gap: var(--gap-row, 40px);
}
.block-partners__list {
  align-items: center;
}
.block-partners__item {
  width: 100px;
}
.block-partners__item.is-medium {
  width: 200px;
}
.block-partners__item.is-large {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .block-partners {
    --gap: 40px;
  }
  .block-partners__item {
    width: 75px;
  }
  .block-partners__item.is-medium {
    width: 150px;
  }
  .block-partners__item.is-large {
    width: 225px;
  }
}
.block-partners .image--link {
  display: inline-block;
}

.block-list-ads {
  display: flex;
  flex-direction: column;
  gap: 6em;
  margin: 2em 0;
}
.block-list-ads__item {
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}

.block-list-articles__featured {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-list-articles__featured > * {
  flex: 0 0 auto;
}
.block-list-articles__featured > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}
.block-list-articles__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-list-articles__list > * {
  flex: 0 0 auto;
}
.block-list-articles__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/4)) - var(--column-gap, 20px)) * 1);
}

.block-list-highlight__top {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
  align-items: flex-start;
}
.block-list-highlight__top > * {
  flex: 0 0 auto;
}
.block-list-highlight__top > *:nth-child(2n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (7/12)) - var(--column-gap, 20px)) * 1);
}
.block-list-highlight__top > *:nth-child(2n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (5/12)) - var(--column-gap, 20px)) * 1);
}
.block-list-highlight__bottom {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-list-highlight__bottom > * {
  flex: 0 0 auto;
}
.block-list-highlight__bottom > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/4)) - var(--column-gap, 20px)) * 1);
}

.block-list-article-archives__list {
  display: flex;
  gap: 1em;
}
.block-list-article-archives__list {
  overflow-x: auto;
  overflow-y: hidden;
}
.block-list-article-archives__list::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.block-list-article-archives__list::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.block-list-article-archives__list::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .block-list-article-archives__list {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
.block-list-article-archives__item {
  flex: 0 0 200px;
}
.block-list-article-archives__image {
  background-color: yellow;
}
.block-list-article-archives__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.block-list-article-archives__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 128%);
}
.block-list-article-archives__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.block-list-article-archives__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-list-article-archives__title {
  display: block;
}

.block-list-podcast-archives__list {
  display: flex;
  gap: 1em;
}
.block-list-podcast-archives__list {
  overflow-x: auto;
  overflow-y: hidden;
}
.block-list-podcast-archives__list::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.block-list-podcast-archives__list::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.block-list-podcast-archives__list::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .block-list-podcast-archives__list {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
.block-list-podcast-archives__item {
  flex: 0 0 200px;
}
.block-list-podcast-archives__image {
  background-color: yellow;
}
.block-list-podcast-archives__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.block-list-podcast-archives__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 128%);
}
.block-list-podcast-archives__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.block-list-podcast-archives__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-list-podcast-archives__title {
  display: block;
}

.block-list-podcast-episodes__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-list-podcast-episodes__list > * {
  flex: 0 0 auto;
}
.block-list-podcast-episodes__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/4)) - var(--column-gap, 20px)) * 1);
}

.block-list-people {
  margin: 2em 0;
}
.block-list-people__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.block-list-people__heading {
  border-bottom: 1px solid #181818;
}
.block-list-people__heading h2 {
  margin: 0;
}
.block-list-people__list {
  text-align: center;
}
.block-list-people__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.block-list-people__list > * {
  flex: 0 0 auto;
}
.block-list-people__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/3)) - var(--column-gap, 20px)) * 1);
}

.block-search-items__heading {
  border-bottom: 1px solid #181818;
}
.block-search-items__list {
  margin: 2em 20% 2em auto;
  max-width: 500px;
}

/* ----------------------------------------------------------------––––––-------
Pages 
----------------------------------------------------------------––––––------- */
.item-page-subnav {
  margin-bottom: 1em;
}
.item-page-subnav {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.item-page-subnav > * {
  flex: 1 1 0;
  width: 0;
}
.item-page-subnav a {
  background-color: lightgray;
  padding: 1em;
  text-align: center;
}
.item-page-subnav a.is-current {
  background-color: gray;
}

.page-post-item__header {
  position: relative;
  margin-bottom: 1em;
}
.page-post-item__header {
  border-bottom: 1px solid #181818;
}
.page-post-item__header {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-post-item__header > * {
  flex: 0 0 auto;
}
.page-post-item__header > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}
.page-post-item__info, .page-post-item__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-post-item__info {
  padding: 2em;
}
.page-post-item__media {
  padding: 2em;
}
.page-post-item__media {
  border-left: 1px solid #181818;
}
.page-post-item__actions {
  text-align: right;
}
.page-post-item__main {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-post-item__main > * {
  flex: 0 0 auto;
}
.page-post-item__main > *:nth-child(3n-2) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-post-item__main > *:nth-child(3n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.page-post-item__main > *:nth-child(3n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-post-item__related-articles {
  --snippet-list: 1/3;
}

.page-person-join {
  background-color: gray;
  text-align: center;
  padding: 3em;
  margin: 2em 0;
}

.page-person-contributors__list {
  display: flex;
  gap: 3em;
}
.page-person-contributors__list {
  overflow-x: auto;
  overflow-y: hidden;
}
.page-person-contributors__list::-webkit-scrollbar {
  height: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  border: var(--scrollbar-track-border);
}
.page-person-contributors__list::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background, rgba(0, 0, 0, 0));
  border: var(--scrollbar-border);
}
.page-person-contributors__list::-webkit-scrollbar-thumb {
  border: var(--scrollbar-padding, 3px) solid rgba(0, 0, 0, 0);
  border-radius: var(--scrollbar-radius, var(--scrollbar-size, 5px));
  background-color: var(--scrollbar-color, black);
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--scrollbar-border, transparent);
}
html.is-firefox .page-person-contributors__list {
  scrollbar-width: calc(var(--scrollbar-size, 5px) + var(--scrollbar-padding, 3px) * 2);
  scrollbar-color: var(--scrollbar-color, black) var(--scrollbar-background, rgba(0, 0, 0, 0));
}
.page-person-contributors__col {
  flex: 0 0 300px;
}

.page-person__title {
  padding: 1em 0 0;
  text-align: center;
}
.page-person__info {
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}
.page-person__info {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-person__info > * {
  flex: 0 0 auto;
}
.page-person__info > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}
.page-person__info-left, .page-person__info-right {
  padding: 1em 0 1em;
}
.page-person__info-left {
  padding-right: 1em;
}
.page-person__info-left {
  border-right: 1px solid #181818;
}
.page-person__info-right {
  padding-left: 1em;
}

.page-event__header {
  padding: 2em 0;
  text-align: center;
}
.page-event__info {
  margin: 1em 0;
}
.page-event__info {
  border-top: 1px solid #181818;
}
.page-event__info {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-event__info > * {
  flex: 0 0 auto;
}
.page-event__info > *:nth-child(3n-2) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__info > *:nth-child(3n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__info > *:nth-child(3n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__info-right {
  text-align: right;
}
.page-event__main {
  margin: 3em 0;
}
.page-event__main {
  border-top: 1px solid #181818;
}
.page-event__main {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-event__main > * {
  flex: 0 0 auto;
}
.page-event__main > *:nth-child(3n-2) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__main > *:nth-child(3n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__main > *:nth-child(3n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-event__main-right {
  text-align: right;
}
.page-event__meta {
  margin: 3em 0 2em;
  text-align: center;
}
.page-event__meta {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-event__meta > * {
  flex: 0 0 auto;
}
.page-event__meta > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}

.page-program-contributors {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0;
}

.page-program__header {
  margin-bottom: 1em;
}
.page-program__header {
  border-bottom: 1px solid #181818;
}
.page-program__title {
  padding: 3em 0;
  text-align: center;
}
.page-program__meta {
  text-align: center;
}
.page-program__meta {
  border-top: 1px solid #181818;
}
.page-program__intro {
  margin: 3em auto;
  max-width: 60%;
}

.page-podcast-item__header {
  padding: 2em 0;
  text-align: center;
}
.page-podcast-item__info {
  margin: 1em 0;
}
.page-podcast-item__info {
  border-top: 1px solid #181818;
}
.page-podcast-item__info {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-podcast-item__info > * {
  flex: 0 0 auto;
}
.page-podcast-item__info > *:nth-child(3n-2) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__info > *:nth-child(3n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__info > *:nth-child(3n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__info-right {
  text-align: right;
}
.page-podcast-item__intro {
  border-bottom: 1px solid #181818;
}
.page-podcast-item__intro {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-podcast-item__intro > * {
  flex: 0 0 auto;
}
.page-podcast-item__intro > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/2)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__intro-left, .page-podcast-item__intro-right {
  padding: 0 0 1em;
}
.page-podcast-item__intro-left {
  padding-right: 1em;
}
.page-podcast-item__intro-left {
  border-right: 1px solid #181818;
}
.page-podcast-item__intro-right {
  padding-left: 1em;
}
.page-podcast-item__actions {
  text-align: right;
}
.page-podcast-item__main {
  margin: 3em 0;
}
.page-podcast-item__main {
  display: flex;
  column-gap: var(--column-gap, 20px);
  flex-direction: row;
}
.page-podcast-item__main > * {
  flex: 0 0 auto;
}
.page-podcast-item__main > *:nth-child(3n-2) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__main > *:nth-child(3n-1) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (3/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__main > *:nth-child(3n) {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 20px)) * var(--column-ratio, (1/5)) - var(--column-gap, 20px)) * 1);
}
.page-podcast-item__related-articles {
  --snippet-list: 1/3;
}

.is-todo {
  margin: 1em 0;
  background-color: yellow;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 6em;
}
/*# sourceMappingURL=style.css.map */