*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  overflow-wrap: break-word;
  min-width: 0;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
.anim {
  transition: all var(--longtime);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anim_bounce {
  transition: all var(--time) cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.-anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.uc {
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media print {
  .-noprint {
    display: none !important;
  }
}
.podpis {
  font-size: 12px;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.3em 0;
}
@media (max-width: 1023px) {
  .podpis {
    font-size: 11px;
  }
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.font0 {
  font-family: sans-serif;
}
* {
  font-variant-ligatures: none;
  overflow-wrap: break-word;
  scroll-margin-top: 128px;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 46px;
}
@media (max-width: 1023px) {
  .fs05 {
    font-size: 32px;
  }
}
.fs1 {
  font-size: 60px;
}
@media (max-width: 1023px) {
  .fs1 {
    font-size: 30px;
  }
}
.fs2 {
  font-size: 28px;
}
@media (max-width: 1023px) {
  .fs2 {
    font-size: 24px;
  }
}
.fs3 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .fs3 {
    font-size: 20px;
  }
}
.fs4 {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .fs4 {
    font-size: 18px;
  }
}
.fs45 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .fs5 {
    font-size: 13px;
  }
}
.fs6 {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .fs6 {
    font-size: 11px;
  }
}
h1,
h2,
h3,
h4,
blockquote {
  text-wrap: balance;
}
.stdtxt {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.stdtxt h1 {
  font-size: 46px;
}
@media (max-width: 1023px) {
  .stdtxt h1 {
    font-size: 32px;
  }
}
.stdtxt h2 {
  font-size: 28px;
}
@media (max-width: 1023px) {
  .stdtxt h2 {
    font-size: 24px;
  }
}
.stdtxt h3 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .stdtxt h3 {
    font-size: 20px;
  }
}
.stdtxt h4 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .stdtxt h4 {
    font-size: 20px;
  }
}
.stdtxt h5 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .stdtxt h5 {
    font-size: 20px;
  }
}
.stdtxt h6 {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .stdtxt h6 {
    font-size: 20px;
  }
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e10009 solid 1px;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt .iframewrapper {
  position: relative;
  aspect-ratio: 16/9;
  display: block;
}
.stdtxt .iframewrapper iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
}
.stdtxt > * a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .stdtxt > * a {
    text-decoration-thickness: 1px;
  }
}
.stdtxt > * a:hover {
  text-decoration-color: #e10009;
}
.stdtxt blockquote {
  font-size: 24px;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .stdtxt blockquote {
    font-size: 20px;
  }
}
.stdtxt blockquote > * {
  margin: 0;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .bigbut {
  background: #e10009;
  color: #000;
  border-radius: 1em;
  margin: 1em 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  corner-shape: squircle;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
.stdtxt .bigbut > * {
  padding: 1em;
  font-size: 130%;
  line-height: 1;
  display: block;
}
.stdtxt .bigbut .bigbut_txt {
  text-align: left;
}
.stdtxt .bigbut .bigbut_arr {
  text-align: right;
}
.stdtxt .bigbut:hover {
  background: #e10009;
}
.stdtxt .bigbut:hover .bigbut_txt {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .stdtxt .bigbut:hover .bigbut_txt {
    text-decoration-thickness: 1px;
  }
}
.stdtxt .small {
  font-size: 14px;
  display: block;
}
@media (max-width: 1023px) {
  .stdtxt .small {
    font-size: 13px;
  }
}
.stdtxt .wp-caption {
  width: 100% !important;
  font-size: 12px;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.3em 0;
}
@media (max-width: 1023px) {
  .stdtxt .wp-caption {
    font-size: 11px;
  }
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.block-logosy {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 1rem;
  padding-top: 1rem;
  line-height: 1.1;
}
@media (max-width: 1600px) {
  .block-logosy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .block-logosy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .block-logosy {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.block-logosy .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
}
.block-logosy .break {
  width: 100%;
  flex-shrink: 0;
}
.block-logosy a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  font-size: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .block-logosy a {
    font-size: 11px;
  }
}
.block-logosy a .toplabel {
  margin-bottom: 1rem;
  max-width: 120px;
}
.block-logosy a .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .block-logosy a .bottom {
    gap: 1rem;
  }
}
.block-logosy a .pix {
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.block-logosy a .pix img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.block-logosy a .pix img.size-xs {
  height: 30%;
}
.block-logosy a .pix img.size-s {
  height: 40%;
}
.block-logosy a .pix img.size-m {
  height: 50%;
}
.block-logosy a .pix img.size-l {
  height: 70%;
}
.block-logosy a .pix img.size-xl {
  height: 100%;
}
.block-logosy a .txt {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .block-logosy a .txt {
    max-width: 100%;
    height: auto;
  }
}
.block-logosy a .txt.big {
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .block-logosy a .txt.big {
    font-size: 11px;
  }
}
.block-zalaczniki,
.stdtxt .block-zalaczniki {
  margin: 1rem 0;
}
.block-zalaczniki ul,
.stdtxt .block-zalaczniki ul {
  list-style-type: none;
  padding: 0;
  border-top: currentColor solid 2px;
  padding-top: 0.5rem;
}
.block-zalaczniki ul li,
.stdtxt .block-zalaczniki ul li {
  padding: 0;
}
.block-zalaczniki ul a,
.stdtxt .block-zalaczniki ul a {
  display: block;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: currentColor solid 2px;
  text-decoration: none;
  line-height: 1;
}
.block-zalaczniki ul a .ik,
.stdtxt .block-zalaczniki ul a .ik {
  position: absolute;
  left: 0;
  width: 2em;
}
.block-zalaczniki ul a:hover,
.stdtxt .block-zalaczniki ul a:hover {
  opacity: 1;
}
.block-zalaczniki ul a:hover .title span,
.stdtxt .block-zalaczniki ul a:hover .title span {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .block-zalaczniki ul a:hover .title span,
  .stdtxt .block-zalaczniki ul a:hover .title span {
    text-decoration-thickness: 1px;
  }
}
.block-zalaczniki ul .title,
.stdtxt .block-zalaczniki ul .title {
  word-break: break-all;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: normal;
  font-size: inherit;
}
.block-zalaczniki ul .title span,
.stdtxt .block-zalaczniki ul .title span {
  background-color: transparent;
}
.block-zalaczniki ul .title .size,
.stdtxt .block-zalaczniki ul .title .size {
  display: inline-block;
  padding-left: 1ex;
  opacity: 0.5;
}
.block-zalaczniki ul .subtitle,
.stdtxt .block-zalaczniki ul .subtitle {
  margin: 0;
  font-size: 80%;
  font-weight: normal;
}
.block-zalaczniki .blockheader,
.stdtxt .block-zalaczniki .blockheader {
  font: inherit;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .block-zalaczniki .blockheader,
  .stdtxt .block-zalaczniki .blockheader {
    font-size: 11px;
  }
}
.block-zalaczniki + .block-zalaczniki {
  margin-top: calc(-1rem + -1px);
}
@view-transition {
  navigation: auto;
}
:root {
  --time: 0.25s;
  --time: 0.45s;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  interpolate-size: allow-keywords;
  transition-behavior: allow-discrete;
}
*::selection {
  background: rgba(0, 255, 0, 0.5);
}
.font0 {
  font-family: sans-serif;
}
/* latin-ext */
@font-face {
  font-family: 'Overpass';
  descent-override: 14%;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdB35WCmI96Ajtm81GgY9fqxzUKg1oCNQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Overpass';
  descent-override: 14%;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdB35WCmI96Ajtm81GgY9nqxzUKg1o.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Overpass';
  descent-override: 14%;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GrU9vgwBcIs1s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Overpass';
  descent-override: 14%;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GlU9vgwBcI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.font1 {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.und {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .und {
    text-decoration-thickness: 1px;
  }
}
.lhlow {
  line-height: 1;
}
.lhmid {
  line-height: 1.1;
}
.lhbig {
  line-height: 1.5;
}
html {
  font-size: 20px;
  scroll-behavior: smooth;
}
body {
  min-height: 100dvh;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  overflow-y: scroll;
  overflow-x: clip;
  color: #000;
  background: #fff;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}
.wrap-wide {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 1600px) {
  .wrap-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .wrap-wide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .wrap-wide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.wrap-wide-escape {
  margin-left: -4rem;
  margin-right: -4rem;
}
@media (max-width: 1600px) {
  .wrap-wide-escape {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 1280px) {
  .wrap-wide-escape {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 420px) {
  .wrap-wide-escape {
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }
}
.wrap-narrow {
  max-width: 40em;
  margin-inline: auto;
}
.browser_item {
  display: block;
}
.browser_item img {
  height: 60px;
  display: block;
  width: auto;
}
@media (max-width: 1023px) {
  .timeline {
    position: relative;
  }
  .timeline .timeline_header {
    display: none !important;
  }
  .timeline .timeline_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .timeline .timeline_grid .year_marker {
    grid-column: span 2;
  }
  .timeline .timeline_grid [data-cat] {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .timeline {
    position: relative;
  }
  .timeline .postlink {
    margin-bottom: 2rem;
  }
  .timeline .timeline_header {
    text-align: center;
    color: #e10009;
    font-size: 14px;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  .timeline .timeline_header [data-cat] {
    background: #fff;
    padding: 0.5rem 0;
  }
  .timeline .timeline_grid {
    display: grid;
    column-gap: 2rem;
  }
  .timeline[data-count="3"] .timeline_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .timeline[data-count="3"] .timeline_grid .year_marker,
  .timeline[data-count="3"] .timeline_grid ._placeholder {
    order: 3;
  }
  .timeline[data-count="3"] .timeline_grid [data-cat]:nth-of-type(1) {
    order: 1;
  }
  .timeline[data-count="3"] .timeline_grid [data-cat]:nth-of-type(2) {
    order: 4;
  }
  .timeline[data-count="3"] .timeline_grid [data-cat]:nth-of-type(3) {
    order: 5;
  }
  .timeline[data-count="4"] .timeline_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .timeline[data-count="4"] .timeline_grid .year_marker,
  .timeline[data-count="4"] .timeline_grid ._placeholder {
    order: 3;
  }
  .timeline[data-count="4"] .timeline_grid [data-cat]:nth-of-type(1) {
    order: 1;
  }
  .timeline[data-count="4"] .timeline_grid [data-cat]:nth-of-type(2) {
    order: 2;
  }
  .timeline[data-count="4"] .timeline_grid [data-cat]:nth-of-type(3) {
    order: 4;
  }
  .timeline[data-count="4"] .timeline_grid [data-cat]:nth-of-type(4) {
    order: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .timeline .timeline_header {
    font-size: 13px;
  }
}
.year_marker {
  display: flex;
  justify-content: center;
  position: relative;
  font: inherit;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 1s;
  transform: scale(0.8);
}
.year_marker.-visible {
  transform: none;
}
.year_marker .year_marker_in {
  position: relative;
  background: #fff;
  width: 4em;
  height: 4em;
  color: #e10009;
  border: currentColor solid 2px;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
.buttongroup {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .buttongroup {
    justify-content: center;
    column-gap: 0.5rem;
  }
}
.buttongroup:has([aria-expanded="true"]) {
  z-index: 2;
}
.buttongroup > * {
  flex-shrink: 0;
}
.buttongroup.-dates {
  gap: 0;
}
.buttongroup.-dates ._sep {
  border-top: currentColor solid 2px;
  width: 1rem;
  height: 0;
}
.but {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  border-radius: 1rem;
  border: currentColor solid 2px;
  height: 2lh;
  font-size: 14px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 1rem;
  padding-inline: 0.5rem;
  align-items: center;
  background: #fff;
  color: #000;
}
@media (max-width: 1023px) {
  .but {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .but {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .but {
    font-size: 16px;
  }
}
.but .feather {
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
.but[aria-expanded="true"] .feather {
  transform: scaleY(-1);
}
.but i,
.but svg {
  display: block;
}
.but ._ik {
  position: relative;
}
@media (hover: hover) {
  .but:hover {
    color: #e10009;
  }
}
.but.-kolor {
  color: #e10009;
}
@media (hover: hover) {
  .but.-kolor:hover {
    color: #000;
  }
}
.but.-kolor.-open {
  background: #e10009;
  color: #fff;
  border-color: transparent;
}
.but.-full {
  background: #000;
  color: #fff;
  border-color: transparent;
}
@media (hover: hover) {
  .but.-full:hover {
    background: #e10009;
  }
}
.but.-fullkolor {
  background: #e10009;
  color: #fff;
  border-color: transparent;
}
@media (hover: hover) {
  .but.-fullkolor:hover {
    background: #000;
  }
}
.dropdown {
  position: relative;
  z-index: 100;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .dropdown {
    font-size: 13px;
  }
}
@supports (anchor-name: --dropdown-anchor) {
  .dropdown > button[aria-controls="osoba"] {
    anchor-name: --dropdown-anchor;
  }
  .dropdown #osoba.dropdown_content {
    position: fixed;
    position-anchor: --dropdown-anchor;
    top: anchor(bottom);
    justify-self: anchor-center;
    left: auto;
    width: auto;
    position-try-fallbacks: flip-inline;
    margin-inline: 1rem;
  }
}
.dropdown .dropdown_content {
  font-weight: bold;
  position: absolute;
  top: 100%;
  width: 150%;
  background: #fff;
  z-index: 1000;
  transition: opacity 0.3s, transform 0.3s;
  border: currentColor solid 2px;
  border-radius: 0.5rem;
  transform: translate(0, -5px);
  margin-top: 0.5rem;
  overflow: hidden;
}
.dropdown .dropdown_content.-right {
  right: 0;
  left: auto;
}
.dropdown .dropdown_content.-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 200%;
}
.dropdown .dropdown_content.-col2 a {
  padding: 0.5rem 0.25rem !important;
  text-align: center;
}
.dropdown .dropdown_content.-col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 200%;
}
.dropdown .dropdown_content.-col3 a {
  padding: 0.5rem 0.25rem !important;
  text-align: center;
}
.dropdown .dropdown_content a {
  display: block;
  padding: 0.25rem 0.5rem;
}
.dropdown .dropdown_content a:first-child {
  padding-top: 0.5rem;
}
.dropdown .dropdown_content a:last-child {
  padding-bottom: 0.5rem;
}
@media (hover: hover) {
  .dropdown .dropdown_content a:hover {
    background: #e10009;
    color: #fff;
  }
}
.dropdown [inert] {
  opacity: 0;
  pointer-events: none;
}
.dropdown [aria-expanded="true"] + .dropdown_content {
  opacity: 1;
  transform: none;
}
.controls {
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.controls input[name="s"] {
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  border-radius: 1rem;
  border: currentColor solid 2px;
  height: 2lh;
  font-size: 14px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 1rem;
  padding-inline: 0.5rem;
  align-items: center;
  background: #fff;
  color: #000;
  appearance: none;
  padding-block: 0;
  overflow-y: visible;
}
@media (max-width: 1023px) {
  .controls input[name="s"] {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .controls input[name="s"] {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .controls input[name="s"] {
    font-size: 16px;
  }
}
.controls input[name="s"] .feather {
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
.controls input[name="s"][aria-expanded="true"] .feather {
  transform: scaleY(-1);
}
.controls input[name="s"] i,
.controls input[name="s"] svg {
  display: block;
}
.controls input[name="s"] ._ik {
  position: relative;
}
@media (hover: hover) {
  .controls input[name="s"]:hover {
    color: #e10009;
  }
}
.controls input[name="s"].-kolor {
  color: #e10009;
}
@media (hover: hover) {
  .controls input[name="s"].-kolor:hover {
    color: #000;
  }
}
.controls input[name="s"].-kolor.-open {
  background: #e10009;
  color: #fff;
  border-color: transparent;
}
.controls input[name="s"].-full {
  background: #000;
  color: #fff;
  border-color: transparent;
}
@media (hover: hover) {
  .controls input[name="s"].-full:hover {
    background: #e10009;
  }
}
.controls input[name="s"].-fullkolor {
  background: #e10009;
  color: #fff;
  border-color: transparent;
}
@media (hover: hover) {
  .controls input[name="s"].-fullkolor:hover {
    background: #000;
  }
}
.controls .controls_row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.controlsheader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pojemnikheader {
  margin-bottom: 2rem;
}
.pojemnikheader .pojemnikheader_meta {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 0.5rem;
  justify-content: center;
}
.pojemnikheader .pojemnikheader_meta .pojemnikheader_meta_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pojemnikheader .pojemnikheader_meta .pojemnikheader_meta_nextprev {
  display: flex;
  gap: 0.5rem;
}
.pojemnikheader .pojemnikheader_title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #e10009;
}
@media (max-width: 1023px) {
  .pojemnikheader .pojemnikheader_title {
    font-size: 30px;
  }
}
.pojemnikheader .pojemnikheader_low {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #e10009;
}
@media (max-width: 1023px) {
  .pojemnikheader .pojemnikheader_low {
    font-size: 13px;
  }
}
.pojemnikmainpix {
  font-size: 14px;
  display: block;
}
@media (max-width: 1023px) {
  .pojemnikmainpix {
    font-size: 13px;
  }
}
.pojemnikmainpix .pojemnikmainpix_pix {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.pojemnikmainpix .pojemnikmainpix_pix::after {
  content: '';
  position: absolute;
  top: -1rem;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  border-left: currentColor solid 2px;
  color: #e10009;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: all 1s;
  mix-blend-mode: multiply;
}
.-a11y .pojemnikmainpix .pojemnikmainpix_pix::after {
  display: none;
}
.pojemnikmainpix .pojemnikmainpix_pix.-visible::after {
  transform: none;
}
.pojemnikmainpix .pojemnikmainpix_pix img {
  width: 100%;
  height: auto;
  display: block;
  width: 95vw;
  height: 90vh;
  object-fit: contain;
}
.pojemnikmainpix .pojemnikmainpix_txt {
  text-align: center;
  position: relative;
  z-index: 2;
}
.pojemniktextpart .pojemniktextpart_title {
  font-weight: bold;
}
.zasobtextpart .zasobtextpart_title {
  font-weight: bold;
}
main {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body.home main {
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  main {
    padding-top: 2rem;
  }
}
details summary {
  cursor: pointer;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 1rem;
}
details summary::-webkit-details-marker {
  display: none;
}
details > .stdtxt {
  padding-bottom: 1rem;
}
details .-detailstoggle ._ik i:first-child,
details .-detailstoggle ._ik svg:first-child {
  position: relative;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
details[open] .-detailstoggle ._ik i:first-child,
details[open] .-detailstoggle ._ik svg:first-child {
  transform: scaleY(-1);
}
@supports (interpolate-size: allow-keywords) {
  ::details-content {
    transition: all 0.5s ease, content-visibility 0.5s allow-discrete;
    height: 0;
    overflow: clip;
  }
  :root {
    interpolate-size: allow-keywords;
  }
  [open]::details-content {
    height: auto;
  }
}
.postcontent {
  padding-top: 1rem;
}
.postcontent details {
  margin-top: 1rem;
}
.postcontent .stdtxt {
  line-height: 1.5;
  max-width: 40em;
  margin-inline: auto;
}
.pojemnikchildren .pojemnikchildren_catgroup {
  margin-top: 2rem;
}
.pojemnikchildren .pojemnikchildren_catname {
  margin-top: 1rem;
  color: #e10009;
  font-size: 14px;
  font-weight: bold;
  border-top: currentColor solid 2px;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .pojemnikchildren .pojemnikchildren_catname {
    font-size: 13px;
  }
}
.tinygrid,
.minigrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
}
.tinygrid.-cat-24,
.minigrid.-cat-24 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1600px) {
  .tinygrid,
  .minigrid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
  .tinygrid.-cat-24,
  .minigrid.-cat-24 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .tinygrid,
  .minigrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023px) {
  .tinygrid,
  .minigrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .tinygrid,
  .minigrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 420px) {
  .tinygrid,
  .minigrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tinygrid > *,
.minigrid > * {
  position: relative;
}
.tinygrid > *::after,
.minigrid > *::after {
  position: absolute;
  content: '';
  left: 100%;
  margin-left: calc(1rem - 1px);
  height: 100%;
  top: 0;
  color: #e10009;
  border-left: currentColor solid 2px;
}
@media (max-width: 1600px) {
  .tinygrid > *::after,
  .minigrid > *::after {
    margin-left: calc(0.5rem - 1px);
  }
}
.tinygrid > *:last-child::after,
.minigrid > *:last-child::after {
  display: none;
}
@media (min-width: 1601px) {
  .tinygrid > *:nth-child(7n)::after,
  .minigrid > *:nth-child(7n)::after {
    display: none;
  }
}
@media (max-width: 1600px) {
  .tinygrid > *:nth-child(7n)::after,
  .minigrid > *:nth-child(7n)::after {
    display: block;
  }
  .tinygrid > *:nth-child(6n)::after,
  .minigrid > *:nth-child(6n)::after {
    display: none;
  }
}
@media (max-width: 1280px) {
  .tinygrid > *:nth-child(6n)::after,
  .minigrid > *:nth-child(6n)::after {
    display: block;
  }
  .tinygrid > *:nth-child(5n)::after,
  .minigrid > *:nth-child(5n)::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .tinygrid > *:nth-child(5n)::after,
  .minigrid > *:nth-child(5n)::after {
    display: block;
  }
  .tinygrid > *:nth-child(4n)::after,
  .minigrid > *:nth-child(4n)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .tinygrid > *:nth-child(4n)::after,
  .minigrid > *:nth-child(4n)::after {
    display: block;
  }
  .tinygrid > *:nth-child(3n)::after,
  .minigrid > *:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 420px) {
  .tinygrid > *:nth-child(3n)::after,
  .minigrid > *:nth-child(3n)::after {
    display: block;
  }
  .tinygrid > *:nth-child(2n)::after,
  .minigrid > *:nth-child(2n)::after {
    display: none;
  }
}
.postlink {
  font-size: 14px;
  text-decoration: none !important;
  content-visibility: auto;
  contain-intrinsic-size: auto;
}
@media (max-width: 1023px) {
  .postlink {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .postlink:hover {
    text-decoration: underline !important;
    text-underline-offset: 0.1em !important;
    text-decoration-thickness: 1px !important;
  }
}
@media (hover: hover) and (max-width: 1023px) {
  .postlink:hover {
    text-decoration-thickness: 1px;
  }
}
.postlink.-open ._title {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .postlink.-open ._title {
    text-decoration-thickness: 1px;
  }
}
.postlink.-open .postlink_pix::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e10009;
  mix-blend-mode: multiply;
}
.postlink .postlink_txt_title {
  font: inherit;
  font-weight: bold;
  text-transform: none;
}
.postlink .postlink_pix {
  position: relative;
  aspect-ratio: 4/3;
  margin-bottom: 0.5rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
.postlink .postlink_pix img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.postlink[data-cats*="story"] .postlink_pix {
  background-image: url('https://akademiaruchu.instytut-teatralny.pl/wp-content/themes/ar2026/img/ar1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  background-origin: content-box;
  background-size: contain;
}
.simpletimeline .simpletimeline_row {
  position: relative;
}
.simpletimeline .simpletimeline_row::before {
  content: '';
  left: 50%;
  margin-left: -1px;
  border: currentColor solid 1px;
  color: #e10009;
  height: 100%;
  position: absolute;
  width: 0;
}
.simpletimeline .simpletimeline_row:last-child::after {
  content: '';
  position: absolute;
  width: 4rem;
  margin-left: -2rem;
  left: 50%;
  top: 100%;
  color: #e10009;
  border-top: currentColor solid 2px;
}
.simpletimeline .simpletimeline_row .year_marker {
  padding-bottom: 1rem;
}
.simpletimeline .simpletimeline_row .simpletimeline_row_grid {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 1rem;
  --columns: 6;
  perspective: 1000px;
}
@media (max-width: 1280px) {
  .simpletimeline .simpletimeline_row .simpletimeline_row_grid {
    --columns: 4;
  }
}
@media (max-width: 767px) {
  .simpletimeline .simpletimeline_row .simpletimeline_row_grid {
    --columns: 2;
  }
}
.simpletimeline .simpletimeline_row .simpletimeline_row_grid > * {
  flex: 0 0 calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.simpletimeline .simpletimeline_row .simpletimeline_row_grid .postlink {
  margin-bottom: 2rem;
  transition: all 0.2s;
  opacity: 0;
}
.simpletimeline .simpletimeline_row .simpletimeline_row_grid .postlink:nth-child(1),
.simpletimeline .simpletimeline_row .simpletimeline_row_grid .postlink:nth-child(2),
.simpletimeline .simpletimeline_row .simpletimeline_row_grid .postlink:nth-child(3) {
  transform-origin: 50% 50%;
  transform: rotateX(15deg);
}
.simpletimeline .simpletimeline_row .simpletimeline_row_grid .postlink.-visible {
  opacity: 1;
  transform: none;
}
.criteria {
  margin-bottom: 2rem;
  display: none;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.5rem;
  justify-content: center;
}
.criteria h2,
.criteria .criteria_found {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #e10009;
  display: none;
  width: 100%;
}
@media (max-width: 1023px) {
  .criteria h2,
  .criteria .criteria_found {
    font-size: 13px;
  }
}
.criteria:has(.criteria_found:not(:is(:empty))) {
  display: flex;
}
.criteria:has(.criteria_found:not(:is(:empty))) .criteria_found {
  display: block;
}
.criteria:has(.criteria_item) {
  display: flex;
}
.criteria:has(.criteria_item) h2 {
  display: block;
}
.criteria .criteria_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .criteria .criteria_item {
    font-size: 18px;
  }
}
.criteria .criteria_item ._flex {
  display: flex;
  align-items: center;
}
.numberposts {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #e10009;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .numberposts {
    font-size: 24px;
  }
}
.parentheader {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.parentheader .parentheader_title {
  font-weight: bold;
  color: #e10009;
}
.parentheader .parenttoc {
  border-top: currentColor solid 2px;
  border-color: #e10009;
  padding-top: 1rem;
  width: 100%;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
  overflow: hidden;
  height: auto;
}
.parentheader .parenttoc[inert] {
  height: 0;
}
.parentheader .parenttoc > * {
  border-bottom: currentColor solid 2px;
  border-color: #e10009;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.zasobheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: currentColor solid 2px;
}
@media (max-width: 1023px) {
  .zasobheader {
    justify-content: center;
    text-align: center;
  }
}
.zasobheader .zasobheader_titlepart {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .zasobheader .zasobheader_titlepart {
    justify-content: center;
    text-align: center;
  }
}
.zasobheader .zasobheader_titlepart h1 {
  font: inherit;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .zasobheader .zasobheader_titlepart h1 {
    font-size: 24px;
  }
}
.zasobheader .zasobheader_nextprev {
  display: flex;
  gap: 0.5rem;
}
.zasobcolset {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .zasobcolset {
    grid-template-columns: 1fr;
  }
}
.zasobcolset .zasobcolset_meta {
  padding-right: 1rem;
  border-right: currentColor solid 2px;
}
.zasobcolset .zasobcolset_meta .zasobcolset_meta_in {
  position: sticky;
  top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.zasobcolset .zasobcolset_meta ._row:has(dd:is(:empty)) {
  display: none;
}
.zasobcolset .zasobcolset_meta dt {
  font-size: 12px;
  font-weight: bold;
  color: #e10009;
}
@media (max-width: 1023px) {
  .zasobcolset .zasobcolset_meta dt {
    font-size: 11px;
  }
}
.zasobcolset .zasobcolset_meta dd {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .zasobcolset .zasobcolset_meta dd {
    font-size: 13px;
  }
}
.zasobcolset .zasobcolset_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.zasobcolset .zasobcolset_content img {
  width: 100%;
  height: auto;
  display: block;
}
i[data-feather],
svg.feather {
  width: 24px;
  height: 24px;
}
.-a11y .-a11y-hide {
  display: none;
}
.statictopbar {
  display: flex;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  gap: 1rem;
}
@media (max-width: 1600px) {
  .statictopbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .statictopbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .statictopbar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .statictopbar {
    padding-top: 1rem;
  }
}
body.home .statictopbar {
  display: none;
}
.statictopbar a {
  display: block;
}
.statictopbar a img {
  display: block;
  height: 40px;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .statictopbar a img {
    height: 30px;
  }
}
.-menuopen .statictopbar a img {
  filter: saturate(0) brightness(100) contrast(2);
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.topbar a,
.topbar button {
  pointer-events: auto;
}
.topbar .topbar_in {
  position: relative;
  z-index: 2;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}
@media (max-width: 1600px) {
  .topbar .topbar_in {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .topbar .topbar_in {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .topbar .topbar_in {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .topbar .topbar_in {
    padding-top: 1rem;
  }
}
.topbar .topbar_in .js-hamb {
  display: grid;
  place-items: center;
  position: relative;
}
body.home .topbar .topbar_in .js-hamb {
  filter: saturate(0) brightness(100) contrast(2);
}
html.-scrolled0 body.home .topbar .topbar_in .js-hamb {
  filter: none;
}
.topbar .topbar_in .js-hamb img {
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
  display: block;
  height: 40px;
  width: auto;
}
@media (max-width: 1023px) {
  .topbar .topbar_in .js-hamb img {
    height: 30px;
  }
}
.topbar .topbar_in .js-hamb img:first-child {
  opacity: 1;
  position: relative;
}
.topbar .topbar_in .js-hamb img:last-child {
  opacity: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topbar .topbar_in .js-hamb[aria-expanded="true"] img:first-child {
  opacity: 0;
  transform: scale(0);
}
.topbar .topbar_in .js-hamb[aria-expanded="true"] img:last-child {
  opacity: 1;
  transform: none;
}
.mainmenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  padding: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #e10009;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
@media (max-width: 1600px) {
  .mainmenu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .mainmenu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .mainmenu {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.mainmenu[inert] {
  opacity: 0;
  pointer-events: none;
}
.mainmenu ul.menu {
  text-align: center;
  width: 100%;
  list-style-type: none;
  padding: 0;
  font-size: 60px;
  font-size: 36px;
}
.mainmenu ul.menu li {
  padding: 0;
}
@media (max-width: 1023px) {
  .mainmenu ul.menu {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .mainmenu ul.menu {
    font-size: 24px;
  }
}
.mainmenu ul.menu > li {
  margin: 0.5rem 0;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
  opacity: 0;
  transform: translate(0, -5px);
}
.-menuopen .mainmenu ul.menu > li.-visible {
  opacity: 1;
  transform: none;
}
@media (hover: hover) {
  .mainmenu ul.menu a:hover {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 1px;
  }
}
@media (hover: hover) and (max-width: 1023px) {
  .mainmenu ul.menu a:hover {
    text-decoration-thickness: 1px;
  }
}
.mainmenu .mainmenu_logo {
  position: absolute;
  left: 0;
  display: flex;
  gap: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  pointer-events: none;
  top: 2rem;
}
@media (max-width: 1600px) {
  .mainmenu .mainmenu_logo {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .mainmenu .mainmenu_logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 420px) {
  .mainmenu .mainmenu_logo {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .mainmenu .mainmenu_logo {
    top: 1rem;
  }
}
.mainmenu .mainmenu_logo a {
  pointer-events: auto;
}
.mainmenu .mainmenu_logo img {
  filter: saturate(0) brightness(100) contrast(2);
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1023px) {
  .mainmenu .mainmenu_logo img {
    height: 30px;
  }
}
.-fadein {
  opacity: 0;
  --time: 1s;
  transition: all var(--time) cubic-bezier(0.5, 0, 0.2, 1);
}
.-fadein.-visible {
  opacity: 1;
}
@keyframes ard {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.playfield {
  background: #000;
  background: #e10009;
  position: relative;
  height: 100vh;
  margin-top: -2rem;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  perspective: 1000px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1600px) {
  .playfield {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 1280px) {
  .playfield {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 420px) {
  .playfield {
    padding-left: -0.5rem;
    padding-right: -0.5rem;
  }
}
.playfield .playfield_arrd {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  color: #e10009;
  color: #fff;
  margin-bottom: 1.5rem;
  animation: ard 5s infinite;
}
.playfield .playfield_arrd i,
.playfield .playfield_arrd svg {
  width: 2rem;
  height: 2rem;
}
.mask-playfieldin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(transparent, white, white, transparent);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.playfieldin {
  filter: saturate(0);
  position: absolute;
  width: 400%;
  height: 400%;
  left: -150%;
  top: -150%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: all 60s;
  transform: rotateX(30deg) rotateY(-10deg) rotateZ(5deg);
}
.playfieldin.-zoomout {
  transform: scale(0.25) rotateY(5deg) rotateZ(-5deg);
}
.playfieldin img {
  position: absolute;
  object-fit: contain;
  transition: transform 10s, opacity 10s;
  padding: 1rem;
  opacity: 0;
  cursor: pointer;
  transform: scale(0.8);
}
.playfieldin img:hover {
  transition: transform 10s, opacity 0.5s;
  opacity: 0.5 !important;
}
.hometop {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 20;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .hometop {
    gap: 1rem;
  }
}
.hometopkpo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}
@media (max-width: 1023px) {
  .hometopkpo {
    left: 1rem;
    top: 1rem;
  }
}
.hometopkpo img {
  height: 60px;
  width: auto;
  display: block;
}
@media (max-width: 1023px) {
  .hometopkpo img {
    height: 30px;
  }
}
.hometop0 {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .hometop0 {
    gap: 1.5rem;
  }
}
.hometop0 img {
  display: block;
  height: 100px;
  width: auto;
  filter: saturate(0) brightness(100) contrast(2);
}
@media (max-width: 1023px) {
  .hometop0 img {
    height: 60px;
  }
}
.hometop1 {
  color: #fff;
  font-size: 2vmax;
  line-height: 1.25;
  font-weight: bold;
  max-width: 60vw;
  text-align: center;
  margin-inline: auto;
  text-transform: uppercase;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hometop1 {
    max-width: 80vw;
  }
}
.hometop1 a {
  pointer-events: auto;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .hometop1 a {
    text-decoration-thickness: 1px;
  }
}
.wrap-vid {
  position: relative;
  aspect-ratio: 16/9;
}
.wrap-vid iframe,
.wrap-vid video {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background-color: black;
}
.footer .footer_top {
  padding-bottom: 1rem;
  border-top: currentColor solid 2px;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer .footer_top {
    justify-content: center;
    gap: 1rem;
  }
}
.footer .footer_l1 a {
  display: flex;
  justify-content: center;
}
.footer .footer_l2 a {
  display: flex;
  justify-content: center;
}
.footer .footer_menu {
  text-align: center;
  padding-bottom: 1rem;
  border-top: currentColor solid 2px;
  padding-top: 1rem;
}
.footer .footer_menu ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer_menu ul li {
  padding: 0;
}
@media (max-width: 1023px) {
  .footer .footer_menu ul {
    font-size: 13px;
  }
}
.footer img._logo {
  width: auto;
  height: 70px;
}
@media (max-width: 1023px) {
  .footer img._logo {
    height: 40px;
  }
}
