article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
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;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.3s;
}
.anim {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
.mobile-show {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-show {
    display: block;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
.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;
  opacity: 1;
  text-transform: uppercase;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.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;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 5vw;
  line-height: 1;
}
@media (max-width: 1023px) {
  .fs05 {
    font-size: 30px;
  }
}
.fs1 {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .fs1 {
    font-size: 28px;
  }
}
.fs2 {
  font-size: 24px;
  line-height: 1.2;
}
.fs3 {
  font-size: 18px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.2;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
  background: black;
  color: white;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
}
h5 {
  font-size: 18px;
  background: #bde1ff;
  color: black;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
}
h6 {
  font-size: 18px;
  background: #0096ff;
  color: white;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.5);
  text-underline-position: under;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  text-decoration-color: currentColor;
}
.stdtxt blockquote {
  border-left: #bde1ff solid 10px;
  padding-left: 1rem;
  background: rgba(189, 225, 255, 0.1);
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 12px;
}
.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;
  margin-top: 2em;
  margin-bottom: 2em;
}
@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;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: "Inter", 'helvetica neue', helvetica, sans-serif;
}
.font2 {
  font-family: serif;
}
.fontreset {
  font-family: "Inter", 'helvetica neue', helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .fontreset {
    font-size: 16px;
  }
}
.uc {
  text-transform: uppercase;
}
.mod-neg {
  filter: invert(100%);
}
.neg {
  background-color: black;
  color: white;
}
.no-neg {
  background-color: white;
  color: black;
}
.opacity_low {
  opacity: 0.6;
}
html {
  height: 100%;
  font-size: 20px;
}
@media (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Inter", 'helvetica neue', helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  background: white;
  color: black;
  padding-top: 1.5rem;
  overflow-x: hidden;
  min-height: 100%;
  overflow-y: scroll;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
.mainwrap {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mobile_menu_open .mainwrap {
  display: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
button:not(.mod-nohover):hover {
  opacity: 0.6;
}
button.is-clicked {
  outline: none !important;
}
.wrap-out {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1023px) {
  .wrap-out {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrap-out-escape {
  margin-left: -3rem;
  margin-right: -3rem;
}
@media (max-width: 1023px) {
  .wrap-out-escape {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.wrap-out-left {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .wrap-out-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrap-out-right {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .wrap-out-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-mobilenav {
  height: 31px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-mobilenav button {
  font: inherit;
  height: 30px;
  background: white;
  border-radius: 0;
  border: none;
  padding: 0 1rem;
}
.mobile_menu_open .block-mobilenav button img {
  transform: rotate(90deg);
}
.block-mobilenav img {
  display: block;
  height: 100%;
  width: auto;
}
.block-mobilenav a {
  display: inline-block;
  height: 30px;
  padding: 0 1rem;
}
.block-mobilenav .logo {
  transition: all 0.3s;
}
body.home .block-mobilenav .logo {
  transform: translate(0, -120%);
}
body.home.scrolled0 .block-mobilenav .logo {
  transform: none;
}
.block-topnav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .block-topnav {
    width: 100vw;
    top: 31px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    opacity: 0;
    transform: translate(0, -100%);
  }
  .mobile_menu_open .block-topnav {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
}
.admin-bar .block-topnav {
  top: 32px;
}
.block-topnav .row {
  position: relative;
}
.block-topnav .row1 {
  background: white;
  z-index: 1;
}
.block-topnav .row2 {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.scrolled0 .block-topnav .row2 {
  transform: translate(0, -100%);
}
.block-topnav .row2 ul.menu {
  background: white;
  text-align: left;
  display: inline-flex;
}
@media (max-width: 1023px) {
  .block-topnav .row2 ul.menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .block-topnav .row2 ul.menu li {
    display: block;
  }
}
.block-topnav .row2 ul.menu li:first-child {
  border-left: rgba(0, 0, 0, 0.2) solid 1px;
}
@media (max-width: 1023px) {
  .block-topnav .row2 ul.menu li:first-child {
    border-left: none;
  }
}
.block-topnav .row2 ul.menu li a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-topnav ul.menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-topnav ul.menu li {
  padding: 0;
}
@media (max-width: 1023px) {
  .block-topnav ul.menu {
    display: block;
    text-align: left;
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .block-topnav ul.menu > li {
    border-top: none !important;
    padding-top: 10px;
  }
  .block-topnav ul.menu > li li:first-child {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .block-topnav ul.menu > li li:last-child {
    border: none !important;
  }
}
.block-topnav ul.menu li {
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  border-top: none;
  border-left: none;
  position: relative;
}
@media (max-width: 1023px) {
  .block-topnav ul.menu li {
    display: block;
    border-right: none;
  }
}
.block-topnav ul.menu li:last-child {
  border-right: none;
}
.block-topnav ul.menu li a {
  text-align: center;
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 1023px) {
  .block-topnav ul.menu li a {
    text-align: left;
    padding-left: 1rem;
  }
}
.block-topnav ul.menu li a:hover {
  background-color: black;
  color: white;
}
.block-topnav ul.menu li a:hover img {
  filter: invert(100%);
}
.block-topnav ul.menu li:hover ul,
.block-topnav ul.menu li:focus-within ul {
  display: block;
}
.block-topnav ul.menu li ul {
  display: none;
  position: absolute;
  margin-top: 1px;
  margin-left: -1px;
  list-style-type: none;
  padding: 0;
  z-index: 100;
  top: 100%;
  background: #eee;
  width: 150%;
}
@media (max-width: 1023px) {
  .block-topnav ul.menu li ul {
    position: static;
    font-size: 14px;
    display: block;
  }
}
.block-topnav ul.menu li ul li {
  padding: 0;
}
.block-topnav ul.menu li ul li {
  width: 100%;
  text-align: left;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  border-top: none;
}
.block-topnav ul.menu li ul li:last-child {
  border: rgba(0, 0, 0, 0.2) solid 1px;
  border-top: none;
}
.block-topnav ul.menu li ul li a {
  background: #eee;
  text-align: left;
  padding: 0 1rem;
}
.block-topnav ul.menu li.logo {
  width: 64px;
  flex-grow: 0;
}
.block-topnav ul.menu li.logo a {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.block-topnav ul.menu li.logo a img {
  height: 2ex;
  width: auto;
  display: block;
}
.block-alert {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 1rem;
}
.block-alert .stdtxt {
  max-width: 100%;
  padding-right: 4rem;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .block-alert .stdtxt {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .block-alert .stdtxt {
    font-size: 24px;
    line-height: 1.2;
  }
}
.block-alert .closeb {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.block-alert .smaller {
  font-size: 90%;
  margin-top: 1rem;
}
.block-alert a {
  background: #bde1ff;
  text-decoration: none !important;
}
.block-alert a:after {
  display: inline-block;
  width: 1.5em;
  text-align: right;
  content: ' â';
}
.block-alert a:hover:after {
  content: ' âś';
}
.block-alert a.mod-noarrow:after {
  opacity: 0;
}
.block-alert a:hover {
  background: #bde1ff;
  background: rgba(0, 0, 0, 0.05);
}
.slick-slider {
  position: relative;
  background-color: black;
  color: white;
}
.slick-slider * {
  outline: none;
}
.slick-slider .item,
.slick-slider .slideritem {
  position: relative;
  display: block;
}
.slick-slider .item .bg,
.slick-slider .slideritem .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-origin: content-box;
  transition: all 0.3s;
  transition-duration: 1.5s;
  opacity: 0.5;
}
.slick-slider .item .bg.mod-movingmode2,
.slick-slider .slideritem .bg.mod-movingmode2 {
  opacity: 1;
  transition-duration: 1s;
}
.slick-slider .item .bg.moving,
.slick-slider .slideritem .bg.moving {
  opacity: 1;
}
.slick-slider .item .bg.mod-movingmode2.moving,
.slick-slider .slideritem .bg.mod-movingmode2.moving {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .slick-slider .item .bg,
  .slick-slider .slideritem .bg {
    width: 100%;
  }
}
.slick-slider .item .fg,
.slick-slider .slideritem .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .slick-slider .item .fg,
  .slick-slider .slideritem .fg {
    padding-top: 1rem;
  }
}
.slick-slider .wrap-msz_nav {
  position: absolute;
  bottom: 2rem;
  left: 0;
}
@media (max-width: 1023px) {
  .slick-slider .wrap-msz_nav {
    bottom: 1rem;
  }
}
.slick-slider .wrap-msz_nav .msz_arrows,
.slick-slider .wrap-msz_nav .msz_counter {
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .wrap-msz_nav .msz_arrows {
  font-size: 24px;
  line-height: 1.2;
}
.slick-slider .wrap-msz_nav .msz_counter {
  margin-left: 1rem;
  font-size: 14px;
}
.block-home_thirdparty {
  display: flex;
  flex-wrap: wrap;
}
.block-home_thirdparty .b1 {
  width: 100%;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .block-home_thirdparty .b1 {
    border: none;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
}
.block-home_thirdparty .b2 {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  background: rgba(0, 0, 0, 0.05);
  width: 35%;
}
.block-home_thirdparty .b2 a:hover {
  text-decoration: underline;
}
.block-home_thirdparty .b3 {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  width: 65%;
}
@media (max-width: 1023px) {
  .block-home_thirdparty .b2 {
    width: 40%;
    background: black;
    color: white;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
}
@media (max-width: 374px) {
  .block-home_thirdparty .b2 {
    width: 100%;
  }
}
.block-home_thirdparty .box {
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-home_thirdparty .b3 {
  border-left: rgba(0, 0, 0, 0.2) solid 1px;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
}
@media (max-width: 1023px) {
  .block-home_thirdparty .b3 {
    border: none;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
    width: 100%;
  }
}
.block-home_thirdparty .social {
  list-style-type: none;
  padding: 0;
  padding-top: 2rem;
}
.block-home_thirdparty .social li {
  padding: 0;
}
@media (max-width: 374px) {
  .block-home_thirdparty .social {
    padding: 1rem 0;
  }
}
.block-home_thirdparty a:hover h2 span {
  background: #bde1ff;
}
.block-slider_logos {
  background: transparent !important;
  color: black;
}
.block-slider_logos .bg {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  padding: 4.5rem 2rem 2rem;
}
.block-slider_logos h2 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .block-slider_logos h2 {
    font-size: 16px;
  }
}
.block-slider_logos p {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 0.5rem;
}
.block-slider_logos .item {
  height: 18rem;
}
.colorund {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
.colorund:hover {
  text-decoration-color: black;
}
.wrap-program_home {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .wrap-program_home {
    margin: 0;
  }
}
.block-program_home .wrap-readmore {
  text-align: center;
}
.block-program_home .wrap-readmore .block-roundbutton {
  display: inline-flex;
  border-color: transparent;
}
.block-program_home .wrap-readmore .block-roundbutton:after {
  display: inline-block;
  width: 1.5em;
  text-align: right;
  content: ' â';
}
.block-program_home .wrap-readmore .block-roundbutton:hover:after {
  content: ' âś';
}
.block-program_home .wrap-readmore .block-roundbutton.mod-noarrow:after {
  opacity: 0;
}
.block-slider_hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-slider_hero .item,
.block-slider_hero .slideritem {
  height: 50vh;
  min-height: 400px;
}
.block-slider_hero .item a,
.block-slider_hero .slideritem a {
  display: block;
}
.block-slider_hero .item a:hover h2,
.block-slider_hero .slideritem a:hover h2 {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.block-slider_hero .item .bg,
.block-slider_hero .slideritem .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;
  background-origin: content-box;
  background-clip: content-box;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .block-slider_hero .item .bg,
  .block-slider_hero .slideritem .bg {
    opacity: 1 !important;
  }
}
@media (max-width: 1023px) {
  .block-slider_hero .item .bg,
  .block-slider_hero .slideritem .bg {
    padding: 0;
    width: 100%;
  }
}
.block-slider_hero .item .fg,
.block-slider_hero .slideritem .fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.block-slider_hero .rowset {
  width: 50%;
}
@media (max-width: 1023px) {
  .block-slider_hero .rowset {
    width: 100%;
  }
}
.block-slider_hero .rowset .top h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .block-slider_hero .rowset .top h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .block-slider_hero .rowset .top h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.block-slider_hero .rowset .top h3 {
  margin-top: 1rem;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .block-slider_hero .rowset .top h3 {
    font-size: 14px;
  }
}
.DISABLEDblock-slider_hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.DISABLEDblock-slider_hero .item,
.DISABLEDblock-slider_hero .slideritem {
  height: 50vh;
  min-height: 400px;
}
.DISABLEDblock-slider_hero .item a,
.DISABLEDblock-slider_hero .slideritem a {
  display: block;
}
.DISABLEDblock-slider_hero .item a:hover h2,
.DISABLEDblock-slider_hero .slideritem a:hover h2 {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.DISABLEDblock-slider_hero .colset {
  display: flex;
  flex-wrap: wrap;
}
.DISABLEDblock-slider_hero .colset .col {
  width: 50%;
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset .col {
    width: 100%;
  }
}
.DISABLEDblock-slider_hero .colset .col.r {
  text-align: right;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset .col.r {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset .col.r {
    font-size: 24px;
    line-height: 1.2;
  }
}
.DISABLEDblock-slider_hero .colset h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.DISABLEDblock-slider_hero .colset h3 {
  margin-top: 1rem;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .DISABLEDblock-slider_hero .colset h3 {
    font-size: 14px;
  }
}
.block-slider_galeria .slideritem {
  display: block;
  height: 90vh;
  min-height: 400px;
  height: calc(80vh - 3rem);
}
.block-slider_galeria .slideritem a {
  display: block;
}
.block-slider_galeria .slideritem a:hover h2 {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.block-slider_galeria .colset {
  display: flex;
}
.block-slider_galeria .colset .col {
  width: 50%;
}
.block-slider_galeria .colset .col.r {
  text-align: right;
  font-size: 14px;
}
.block-slider_galeria .colset h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .block-slider_galeria .colset h2 {
    font-size: 28px;
  }
}
.block-slider_galeria .colset h3 {
  margin-top: 1rem;
  font-size: 16px;
}
.block-slider_videos .fg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  border-radius: none;
  text-align: left;
}
.block-slider_videos .fg:hover .playb {
  opacity: 0.6;
}
.block-slider_videos .fg:hover h2 {
  text-decoration: underline;
}
.block-slider_videos .fg .fgcover {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .block-slider_videos .fg .fgcover {
    padding-top: 1rem;
  }
}
.block-slider_videos .bg {
  opacity: 1 !important;
}
.block-slider_videos .itemin {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.block-slider_videos h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}
.block-slider_videos .playb {
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  pointer-events: initial;
  cursor: pointer;
  color: white;
}
.block-slider_videos .playb span {
  position: relative;
  left: 0.2ex;
}
.block-slider_videos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-slider_videos .wrap-msz_nav nav {
  background: rgba(0, 0, 0, 0.5);
}
.layout-colset2 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.layout-colset2 > .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .layout-colset2 > .col {
    width: 100%;
  }
}
.layout-colset2 .layout-flexgrow {
  flex-grow: 2;
}
.mod-pullup-hack {
  position: relative;
  top: -1px;
}
.block-header {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 1;
  text-transform: lowercase;
}
.block-header.mod-nomarg {
  margin-top: 0;
}
.block-header.mod-margb {
  margin-bottom: 2rem;
}
.block-header.with-bordert {
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
  margin-top: 0;
  padding-top: 2rem;
}
.block-header .mod-uc {
  text-transform: none;
}
.block-header .in {
  display: flex;
  justify-content: space-between;
}
.block-header .seeall:after {
  display: inline-block;
  width: 1.5em;
  text-align: right;
  content: ' â';
}
.block-header .seeall:hover:after {
  content: ' âś';
}
.block-header .seeall.mod-noarrow:after {
  opacity: 0;
}
.block-header .c1 {
  background: #bde1ff;
  padding: 2px 5px;
  border-radius: 5px;
}
.afterarrow:after {
  display: inline-block;
  width: 1.5em;
  text-align: right;
  content: ' â';
}
.afterarrow:hover:after {
  content: ' âś';
}
.afterarrow.mod-noarrow:after {
  opacity: 0;
}
.block-search {
  flex-grow: 2;
}
.block-search .wrap-out {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block-search .block-roundbutton {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .block-search .block-roundbutton {
    font-size: 18px;
  }
}
.block-newsletter {
  margin: 1rem 0;
  text-align: center;
}
.block-newsletter.nomarg {
  margin: 0;
}
.block-newsletter .block-roundbutton {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-newsletter .wrap-nl_accept {
  margin-top: 0.75rem;
  display: block;
  font-size: 14px;
}
.block-newsletter .wrap-nl_accept a {
  text-decoration: underline;
  text-decoration-color: #0096ff;
}
.block-newsletter .wrap-nl_accept a:hover {
  text-decoration-color: currentColor;
}
.block-tagcloud {
  columns: 3;
  padding-bottom: 1rem;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .block-tagcloud {
    columns: 2;
  }
}
@media (max-width: 1280px) {
  .block-tagcloud {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .block-tagcloud {
    font-size: 12px;
  }
}
.block-tagcloud a {
  display: block;
}
.block-tagcloud a::before {
  content: 'â ';
  color: rgba(0, 0, 0, 0.2);
}
.block-tagcloud a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.block-tagcloud a:hover::before {
  color: black;
}
.block-roundbutton {
  border-radius: 1.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  padding: 1rem;
  margin: 0 -1.5rem;
  margin-top: 0.75rem;
}
@media (max-width: 1023px) {
  .block-roundbutton {
    margin: 0;
    margin-top: 0.75rem;
  }
}
.block-roundbutton.mod-zeromarg {
  margin-left: 0;
  margin-right: 0;
}
.block-roundbutton.mod-color {
  background: rgba(0, 0, 0, 0.05);
}
.block-roundbutton.mod-color2 {
  background: #bde1ff;
}
.block-roundbutton:hover {
  background-color: black;
  color: white;
}
.block-roundbutton.mod-low {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: auto;
}
.block-roundbutton input {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
}
.block-roundbutton input.txt {
  flex-grow: 2;
  flex-shrink: 2;
}
.block-roundbutton input.txt:focus {
  outline: none;
}
.block-roundbutton input.ik {
  cursor: pointer;
  text-align: right;
  flex-grow: 2;
}
.block-roundbutton input.ik:hover {
  opacity: 0.6;
}
.block-slider_publikacje {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  height: 10rem;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0 !important;
}
.block-slider_publikacje::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.block-slider_publikacje a {
  display: inline-block;
  margin-right: 1rem;
}
.block-slider_publikacje a img {
  height: 10rem;
  width: auto;
  display: block;
}
.block-slider_postlist {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0 !important;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-slider_postlist::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.block-slider_postlist a {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  width: 240px;
  width: 20vw;
}
@media (max-width: 1280px) {
  .block-slider_postlist a {
    width: 320px;
  }
}
.block-slider_postlist a .pix {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background: rgba(0, 0, 0, 0.05);
  padding-top: 2rem;
  width: 100%;
  height: 8rem;
}
.block-slider_postlist a .pix img {
  height: 6rem;
  width: 100%;
  object-fit: contain;
  object-position: left bottom;
  display: block;
  mix-blend-mode: multiply;
}
.block-slider_postlist a .txt {
  padding: 1rem 0;
}
.block-slider_postlist a .txt h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.block-slider_postlist a .txt .lead {
  margin-top: 1rem;
  font-size: 16px;
}
.block-slider_postlist a:hover h2 {
  text-decoration: underline;
  text-decoration-color: #0096ff;
}
.block-slider_postlist a:hover .pix {
  transform: translate(0, -1rem);
}
.block-home_terazwgalerii {
  border: rgba(0, 0, 0, 0.2) solid 1px;
  border-left: none;
  border-right: none;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
@media (max-width: 1023px) {
  .block-home_terazwgalerii {
    padding-bottom: 0;
    height: auto;
    border: none;
  }
}
.block-home_terazwgalerii .in {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .block-home_terazwgalerii .in {
    flex-wrap: wrap;
    position: static;
    padding: 0;
  }
}
.block-home_terazwgalerii .col.col1 {
  width: 35%;
  padding-right: 1rem;
}
@media (max-width: 1280px) {
  .block-home_terazwgalerii .col.col1 {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .block-home_terazwgalerii .col.col1 {
    width: 100%;
  }
}
.block-home_terazwgalerii .col.col2 {
  width: 65%;
  height: 100%;
}
@media (max-width: 1280px) {
  .block-home_terazwgalerii .col.col2 {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .block-home_terazwgalerii .col.col2 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}
.block-home_terazwgalerii img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .block-home_terazwgalerii img {
    object-fit: initial;
    height: auto !important;
    display: block;
  }
}
.block-home_terazwgalerii h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}
.block-home_terazwgalerii .lead {
  margin-top: 1rem;
  font-size: 14px;
}
footer {
  font-size: 14px;
}
body.home footer {
  margin-top: -1rem;
}
body.home footer .colset {
  margin-top: -1px;
}
@media (max-width: 1023px) {
  body.home footer {
    margin-top: 0;
  }
  body.home footer .colset {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  footer {
    font-size: 12px;
    padding: 0.5rem 0;
  }
}
footer img {
  mix-blend-mode: multiply;
  height: 2rem;
}
footer .colset {
  border-top: rgba(0, 0, 0, 0.05) solid 1px;
  display: flex;
}
@media (max-width: 1023px) {
  footer .colset {
    flex-wrap: wrap;
  }
}
footer .colset .col {
  flex-grow: 2;
  flex-shrink: 2;
  padding: 2rem 0;
  border-right: rgba(0, 0, 0, 0.05) solid 1px;
  width: 20%;
}
@media (max-width: 1023px) {
  footer .colset .col {
    padding: 0.5rem 0;
    border: none;
    border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
    width: 50%;
  }
}
@media (max-width: 374px) {
  footer .colset .col {
    width: 100%;
  }
}
footer .colset .col:last-child {
  border: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
article + footer {
  margin-top: 0;
}
.block-event_table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100vw !important;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-event_table table th {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
}
.block-event_table table th:first-child {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .block-event_table table th:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table th:last-child {
  text-align: right;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .block-event_table table th:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table th:nth-child(4) {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .block-event_table table th:nth-child(4) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table td {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .block-event_table table td {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .block-event_table table td {
    font-size: 12px;
  }
}
.mod-smaller .block-event_table table td {
  font-size: 18px;
}
@media (max-width: 767px) {
  .mod-smaller .block-event_table table td {
    font-size: 14px;
  }
}
.block-event_table table td.data {
  width: 5%;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-right: 0;
  white-space: nowrap;
  padding-right: 1ex;
}
@media (max-width: 1023px) {
  .block-event_table table td.data {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table td.data .kolor {
  background: #bde1ff;
  color: black;
}
@media (max-width: 374px) {
  .block-event_table table td.data {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .block-program_hero .block-event_table table td.data {
    width: 50% !important;
  }
}
.block-event_table table td.godzina {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .block-event_table table td.godzina {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table td.wstep {
  text-align: right;
  width: auto;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 0;
  padding-left: 0 !important;
}
.block-program_hero .block-event_table table td.wstep {
  display: none;
}
@media (max-width: 1023px) {
  .block-event_table table td.wstep {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table td.wstep span {
  background: #bde1ff;
  padding: 0.4em 0.8em;
  border-radius: 2em;
  white-space: nowrap;
}
.block-event_table table td.wstep span.free {
  background: rgba(0, 0, 0, 0.2);
}
.block-event_table table td.wstep a:hover span {
  background: #0096ff;
  color: white;
}
.block-event_table table td.maincol {
  font-size: 24px;
  line-height: 1.2;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-right: 0;
}
.block-program_hero .block-event_table table td.maincol {
  display: none;
}
@media (max-width: 1023px) {
  .block-event_table table td.maincol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-event_table table td.maincol a {
  display: block;
}
.block-event_table table td.maincol a:hover h2 {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .block-event_table table td.maincol {
    padding-right: 0 !important;
    font-size: inherit;
  }
}
@media (max-width: 767px) {
  .block-event_table table td.maincol {
    font-size: 14px;
  }
}
.block-event_table table td.maincol img {
  display: block;
  margin-top: 1rem;
}
.block-program_hero .block-event_table table td.maincol img {
  display: none;
}
.block-event_table table td.maincol .lead {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .block-event_table table td.maincol .lead {
    font-size: 12px;
  }
}
.block-event_table table h2 {
  font-size: inherit;
  text-transform: uppercase;
  display: inline;
}
.block-event_table table .lead {
  font-size: 14px;
}
.block-program_hero .block-event_table table .subtitle,
.block-program_post .block-event_table table .subtitle {
  display: inline;
}
.block-program_post .block-event_table table th,
.block-program_hero .block-event_table table th {
  display: none;
}
.block-event_table table img {
  height: 4em;
  display: block;
  width: auto;
  object-fit: cover;
}
.block-event_table table .line {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .block-event_table table .line {
    white-space: normal;
  }
}
.layout-article_row {
  display: flex;
}
@media (max-width: 1023px) {
  .layout-article_row {
    flex-wrap: wrap;
  }
}
.block-backbar {
  margin-top: 1em;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .block-backbar {
    display: none !important;
  }
}
.block-backbar ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.block-backbar ul li {
  padding: 0;
}
.block-backbar ul li {
  border-top: none;
  border-left: none;
  display: inline-block;
}
.block-backbar ul li a {
  text-align: left;
  display: block;
  padding-right: 1rem;
}
.block-backbar ul li a::before {
  content: 'âľ ';
}
.block-backbar ul li a:hover {
  text-decoration: underline;
}
.block-post_program {
  padding-bottom: 4rem;
}
.block-post img {
  max-width: 100%;
}
.block-post header {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  position: relative;
  width: 100%;
  background-color: black;
  color: white;
}
@media (max-width: 1023px) {
  .block-post header {
    min-height: initial;
  }
}
@media print {
  .block-post header {
    color: black !important;
  }
}
.block-post header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.block-post header .fg {
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 1023px) {
  .block-post header .fg {
    padding: 1rem 0;
  }
}
.block-post header .meta {
  font-size: 14px;
  margin-bottom: 1em;
}
.block-post header .meta.with-margt {
  margin-top: 1em;
  margin-bottom: 0;
}
.block-post header .meta.mod-faded {
  opacity: 0.85;
}
.block-post header .meta a {
  margin-right: 1em;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  opacity: 0.85;
}
.block-post header .meta a:hover {
  text-decoration-color: black;
}
.block-post header .meta a:hover {
  opacity: 1;
}
.block-post header .meta .meta__item {
  display: inline-block;
}
.block-post header .meta .meta__item a:hover {
  opacity: 0.75;
}
.block-post header.mod-twopane {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .block-post header.mod-twopane {
    display: block;
  }
}
.block-post header.mod-twopane .bg {
  width: 50%;
  position: static;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-origin: content-box;
  background-clip: content-box;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .block-post header.mod-twopane .bg {
    width: 100%;
    z-index: 1;
  }
}
.block-post header.mod-twopane .fg {
  width: 50%;
}
@media (max-width: 1023px) {
  .block-post header.mod-twopane .fg {
    z-index: 2;
    width: 100%;
  }
}
.block-post header.mod-twopane img {
  display: block;
  width: 50%;
  max-width: 320px;
  height: auto;
  margin: 0 1rem;
}
.block-post header.mod-reduceh {
  background-color: white;
  color: black;
}
.block-post header.mod-reduceh .fg {
  height: auto;
}
.block-post header.mod-reduceh .bg {
  display: none;
}
.block-post header h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .block-post header h1 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .block-post header h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.block-post header .lead {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .block-post header .lead {
    font-size: 18px;
  }
}
.block-post .main + .aside {
  border-left: rgba(0, 0, 0, 0.2) solid 1px;
}
@media (max-width: 1023px) {
  .block-post .main + .aside {
    border: none;
  }
}
.block-post .main,
.block-post .aside {
  padding: 2rem 0;
}
.block-post .main {
  width: 50%;
  flex-grow: 2;
}
@media (max-width: 1023px) {
  .block-post .main {
    width: 100%;
  }
}
.block-post .aside {
  width: 50%;
  flex-grow: 2;
  flex-shrink: 2;
}
@media (max-width: 1023px) {
  .block-post .aside {
    width: 100%;
  }
}
.block-post .aside .contentblock {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
}
.block-post .aside .contentblock:first-child {
  border: none;
}
@media (max-width: 1023px) {
  .block-post .aside .contentblock {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-post .aside .contentblock.nopad {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
body.single .block-post .main {
  width: 65%;
}
.block-home_logo {
  padding-bottom: 1rem;
  padding-top: 1rem;
  transition: all 0.3s;
}
.scrolled0 .block-home_logo {
  opacity: 0.1;
}
.block-home_logo img {
  width: 300px;
}
@media (max-width: 1023px) {
  .block-home_logo img {
    max-width: 200px;
  }
}
.block-zalaczniki.with-margb {
  margin-bottom: 2rem;
}
.block-zalaczniki .title {
  word-break: break-all;
}
.block-zalaczniki ul {
  font-size: 14px;
  list-style-type: none;
  padding: 0;
}
.block-zalaczniki ul li {
  padding: 0;
}
.block-zalaczniki ul h3,
.block-zalaczniki ul h4 {
  font-size: inherit;
}
.block-zalaczniki ul a {
  display: block;
  padding-left: 2em;
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-zalaczniki ul a .ik {
  position: absolute;
  left: 0;
  width: 2em;
  font-size: 14px;
}
.block-zalaczniki ul a:hover h3 {
  text-decoration: underline;
}
.block-zalaczniki ul .title {
  display: block;
  text-transform: uppercase;
}
.block-zalaczniki ul .title span {
  background-color: transparent;
}
.block-zalaczniki ul .title .size {
  display: inline-block;
  padding-left: 1ex;
  text-decoration: underline;
  text-decoration-color: #bde1ff;
  color: #555555;
}
.block-ludzie {
  width: 100%;
  flex-grow: 2;
}
.stdtxt .block-ludzie {
  margin-top: 0 !important;
}
.stdtxt .block-ludzie .wrap-out {
  padding: 0 !important;
}
.block-ludzie.with-marg {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.mod-nomarg .block-ludzie {
  margin-top: 0 !important;
}
.block-ludzie .title {
  word-break: break-all;
}
.block-ludzie ul {
  font-size: 14px;
  list-style-type: none;
  padding: 0;
  padding-bottom: 0.5rem;
  width: 100%;
}
.block-ludzie ul li {
  padding: 0;
}
.block-ludzie ul h3,
.block-ludzie ul h4 {
  font-size: inherit;
  margin: 0 !important;
}
.block-ludzie ul h2 {
  margin-top: 2rem !important;
}
.block-ludzie ul li {
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.block-ludzie ul li .ik {
  position: absolute;
  left: 0;
  width: 2em;
  font-size: 14px;
}
.block-ludzie ul li:first-child h2 {
  margin-top: 0 !important;
}
.block-ludzie ul a {
  color: #0096ff;
  text-decoration: none;
}
.block-ludzie ul a:hover {
  color: black;
}
.block-ludzie ul img {
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  display: block;
  margin-right: 1rem;
  object-fit: cover;
}
.block-ludzie ul img.mod-border {
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-ludzie ul .title {
  display: block;
  text-transform: uppercase;
}
.block-ludzie ul .title span {
  background-color: transparent;
}
.block-ludzie ul .title .size {
  display: inline-block;
  padding-left: 1ex;
  opacity: 0.5;
}
.block-logosy {
  line-height: 1;
}
.block-logosy .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.block-logosy .break {
  width: 100%;
  flex-shrink: 0;
}
.block-logosy a {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-logosy a:hover {
  /*opacity: 0.8;*/
}
.block-logosy a:hover .pix img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.block-logosy a .toplabel {
  margin-bottom: 1rem;
  max-width: 120px;
}
.block-logosy a .bottom {
  height: 140px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .block-logosy a .bottom {
    height: 100px;
  }
}
.block-logosy a .pix {
  height: 100%;
  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; */
  /*.gray;*/
}
.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: 200px;
}
.block-logosy a .txt.big {
  font-size: 14px;
  font-weight: bold;
}
.block-logosy a .pix + .txt {
  padding-left: 1rem;
}
.wrap-border {
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.block-tabmenu {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  margin-right: 0;
  line-height: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  font-size: 14px;
}
.block-tabmenu::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@media (max-width: 1023px) {
  .block-tabmenu {
    font-size: 12px;
  }
}
.block-tabmenu.large {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .block-tabmenu.large {
    font-size: 14px;
  }
}
.block-tabmenu.large a {
  padding: 0.5rem 0;
  padding-top: 0.8rem;
}
.block-tabmenu.large li:first-child a::after {
  content: ' âś';
}
.block-tabmenu > ul {
  list-style-type: none;
  padding: 0;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  white-space: nowrap;
}
.block-tabmenu > ul li {
  padding: 0;
}
@media (max-width: 1023px) {
  .block-tabmenu > ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-tabmenu > ul li {
  display: inline-block;
}
.block-tabmenu > ul li.current_page_item a {
  border-color: #0096ff;
}
.block-tabmenu > ul li.current_page_ancestor a {
  border-color: rgba(0, 0, 0, 0.2);
}
.block-tabmenu > ul ul {
  display: none;
}
.block-tabmenu a {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.4rem 0;
  padding-top: 0.7rem;
  position: relative;
  border-bottom: transparent solid 4px;
}
.block-tabmenu a.open {
  /*background: @kolor;*/
  border-color: #0096ff;
}
.block-tabmenu a:hover {
  opacity: 0.7;
}
.block-tabmenu a.open:hover {
  opacity: 1;
}
.block-postlist_page {
  padding-bottom: 2rem;
}
.block-postlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-top: -2rem;
}
.block-postlist .col {
  display: inline-block;
  width: 20%;
  margin-top: 2rem;
}
@media (max-width: 1400px) {
  .block-postlist .col {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .block-postlist .col {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .block-postlist .col {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .block-postlist .col {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .block-postlist.block-postlist_homenews .col:nth-child(5) {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .block-postlist.block-postlist_homenews .col:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .block-postlist.block-postlist_homenews .col:nth-child(4) {
    display: inline-block !important;
  }
}
.block-postlist.with-margb {
  margin-bottom: 2rem;
}
.postlink {
  position: relative;
  font-size: 14px;
  padding: 0 5px;
  line-height: 1.3;
}
.postlink a {
  display: block;
}
.postlink a:hover .pix img {
  opacity: 0.9;
}
.postlink a:hover h2 {
  text-decoration: underline;
}
.postlink .pix {
  margin-bottom: 0.2em;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.postlink .pix img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.postlink .pix .playb {
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  pointer-events: initial;
  cursor: pointer;
  color: white;
}
.postlink .pix .playb span {
  position: relative;
  left: 0.2ex;
}
.postlink h2 {
  font: inherit;
}
.postlink .lead {
  margin-top: 0.2em;
  font-size: 12px;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1023px) {
  .postlink .lead {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.postlink .txt {
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1023px) {
  .postlink .txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.postlink .meta {
  margin: 0.5em 0;
  flex-grow: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 12px;
  color: #555555;
}
@media (max-width: 1023px) {
  .postlink .meta {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-postlist_header .hilite {
  color: #0096ff;
  text-transform: lowercase;
}
.block-postlist_vertical {
  font-size: 16px;
  border-top: rgba(0, 0, 0, 0.05) solid 1px;
}
.block-postlist_vertical .postlinkrow {
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
  vertical-align: top;
}
.block-postlist_vertical .postlinkrow a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.block-postlist_vertical .postlinkrow a .col {
  padding-right: 1rem;
}
.block-postlist_vertical .postlinkrow a .col:last-child {
  padding-right: 0;
}
.block-postlist_vertical .postlinkrow a .fl {
  display: flex;
}
@media (max-width: 1023px) {
  .block-postlist_vertical .postlinkrow a .fl {
    flex-wrap: wrap;
    align-items: center;
  }
}
.block-postlist_vertical .postlinkrow a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.block-postlist_vertical .postlinkrow a:hover h2 {
  text-decoration: underline;
}
.block-postlist_vertical .pix {
  flex-shrink: 0;
  height: 4rem;
  margin-right: 1rem;
  padding-right: 0 !important;
  width: 100px;
}
.block-postlist_vertical .pix.mod-nopix {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100px;
}
.block-postlist_vertical .pix img {
  height: 4rem;
  width: 100px;
  object-position: left top;
  display: block;
  object-fit: contain;
}
.block-postlist_vertical h2 {
  font: inherit;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .block-postlist_vertical h2 {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  aside .block-postlist_vertical h2 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  aside .block-postlist_vertical h2 {
    font-size: 16px;
  }
}
.block-postlist_vertical .meta {
  margin-top: 2px;
  font-size: 12px;
  color: #555555;
}
.block-postlist_vertical .txt {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .block-postlist_vertical .txt {
    width: 50%;
  }
}
.block-postlist_vertical .lead {
  font-size: 14px;
  flex-grow: 2;
  padding-left: 0.5rem;
}
@media (max-width: 1023px) {
  .block-postlist_vertical .lead {
    padding-left: 0;
    width: 100%;
  }
}
.block-postlist_vertical .date {
  font-size: 14px;
}
.block-infinite_button {
  display: none;
}
.block-statystyki {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.block-statystyki ul {
  list-style-type: none;
  padding: 0;
  margin: -1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-statystyki ul li {
  padding: 0;
}
.block-statystyki ul li {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
}
.block-statystyki ul .num {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .block-statystyki ul .num {
    font-size: 28px;
  }
}
.block-statystyki ul .txt {
  margin-top: 0.2em;
  padding-left: 0.5em;
}
.block-statystyki ul .txt0 {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 1em;
  background: #0096ff;
  color: white;
}
.block-statystyki ul .txt2 {
  font-size: 14px;
}
.block-searchbox {
  font-size: 36px;
  line-height: 1.1;
  margin: 2rem 0;
}
@media (max-width: 1023px) {
  .block-searchbox {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .block-searchbox {
    font-size: 24px;
    line-height: 1.2;
  }
}
.block-searchbox form {
  display: flex;
  justify-content: space-between;
}
.block-searchbox input,
.block-searchbox button {
  font: inherit;
}
.block-searchbox button {
  border: none;
  background: none;
}
.block-searchbox input {
  width: 15ex;
  flex-grow: 2;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
.block_post_gallery_autosize {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  font-size: 0;
  letter-spacing: 0 !important;
  text-align: left;
  line-height: 1;
  font-weight: bold;
}
.block_post_gallery_autosize a {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .block_post_gallery_autosize a {
    width: 100% !important;
    display: block;
  }
}
.block_post_gallery_autosize a:hover .pix {
  opacity: 0.9;
}
.block_post_gallery_autosize a .pix {
  width: 100%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block_post_gallery_autosize a img.mobile {
  display: none;
}
.block_post_gallery_autosize a .txt {
  position: static;
  background: white;
  color: black;
  font-size: 12px;
  padding: 0.4em 0.4em;
  font-weight: normal;
}
@media (max-width: 374px) {
  .block_post_gallery_autosize a .pix {
    padding: 0 !important;
    height: auto !important;
    background-image: none !important;
  }
  .block_post_gallery_autosize a img.mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .block_post_gallery_autosize a .txt {
    position: static;
  }
}
.block_post_gallery_autosize + .block_post_gallery_autosize {
  margin-top: -2rem;
}
.stdtxt {
  max-width: 900px;
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
.block-sidebar_content {
  margin-bottom: 2rem;
}
.wpcf7 label {
  font-size: 14px;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100% !important;
}
.wpcf7 input[type="submit"] {
  display: block;
  margin-top: 1rem;
}
@media print {
  .noprint {
    display: none !important;
  }
}
.block-programnav {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .block-programnav {
    padding-top: 1rem;
  }
}
.block-programnav .c3 {
  text-align: right;
}
.block-programnav button {
  white-space: nowrap;
  max-width: 50%;
  display: inline-block;
  margin: 1rem 0.5rem 0;
  border: none;
  border: #555555 solid 1px;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 16px;
  color: inherit;
  font: inherit;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .block-programnav button {
    padding: 0.3rem 0.5rem;
    font-size: 12px;
    margin-bottom: 0.5rem;
    margin-right: 0rem;
    margin-top: 0;
  }
}
.block-programnav button .when-enabled {
  display: inline-block;
}
.block-programnav button .when-disabled {
  display: none;
}
.block-programnav button.clicked .when-disabled {
  display: inline-block;
}
.block-programnav button.clicked .when-enabled {
  display: none;
}
.block-programnav button .when-calendar_visible {
  display: none;
}
.calendar_visible .block-programnav button .when-calendar_visible {
  display: inline;
}
.block-programnav button .when-not-calendar_visible {
  display: inline;
}
.calendar_visible .block-programnav button .when-not-calendar_visible {
  display: none;
}
.block-programnav button span.wrap {
  background-color: transparent;
}
.block-programnav button:hover {
  background: #bde1ff;
  border-color: transparent;
  color: black;
}
.block-calendar {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: none;
}
.calendar_visible .block-calendar {
  display: block;
}
.block-calendar .caltable {
  font-size: 0;
  letter-spacing: 0 !important;
}
.block-calendar .caltable .col {
  width: 14.28571429%;
  display: inline-block;
  vertical-align: top;
}
.block-calendar .caltable .col .box {
  font-size: 16px;
}
.block-calendar table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
.block-calendar table th,
.block-calendar table td {
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  width: 14.28571429% !important;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
@media (max-width: 1023px) {
  .block-calendar table th,
  .block-calendar table td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .block-calendar table th,
  .block-calendar table td {
    font-size: 12px;
  }
}
.block-calendar table th .box .boxin,
.block-calendar table td .box .boxin {
  min-height: 10vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .block-calendar table th .box .boxin,
  .block-calendar table td .box .boxin {
    min-height: 60px;
  }
}
.block-calendar table th .box .boxin .numerdnia,
.block-calendar table td .box .boxin .numerdnia {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 5vw;
  line-height: 1;
  pointer-events: none;
  color: #0096ff;
}
@media (max-width: 1023px) {
  .block-calendar table th .box .boxin .numerdnia,
  .block-calendar table td .box .boxin .numerdnia {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .block-calendar table th .box .boxin .numerdnia,
  .block-calendar table td .box .boxin .numerdnia {
    font-size: 10px;
  }
}
.block-calendar table th .box .boxin:hover .numerdnia,
.block-calendar table td .box .boxin:hover .numerdnia {
  opacity: 0.5;
}
.block-calendar table th .box .boxin:hover,
.block-calendar table td .box .boxin:hover {
  background: rgba(189, 225, 255, 0.5);
  background: black;
  color: white;
  background-clip: content-box;
}
.block-calendar table th .box .boxin:hover a.programlink span,
.block-calendar table td .box .boxin:hover a.programlink span {
  background: transparent;
}
.block-calendar table th .box .boxin:hover .numerdnia,
.block-calendar table td .box .boxin:hover .numerdnia {
  color: white;
}
.block-calendar table th .box .boxin .fg,
.block-calendar table td .box .boxin .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .block-calendar table th .box .boxin .fg,
  .block-calendar table td .box .boxin .fg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.block-calendar table th .box .boxin a.programlink,
.block-calendar table td .box .boxin a.programlink {
  width: 100%;
  cursor: pointer;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: bold;
}
.block-calendar table th .box .boxin a.programlink span:before,
.block-calendar table td .box .boxin a.programlink span:before {
  content: '+ ';
}
.block-calendar table th .box .boxin a.programlink:nth-child(1),
.block-calendar table td .box .boxin a.programlink:nth-child(1) {
  flex-grow: 2;
}
@media (max-width: 1280px) {
  .block-calendar table th .box .boxin a.programlink,
  .block-calendar table td .box .boxin a.programlink {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .block-calendar table th .box .boxin a.programlink,
  .block-calendar table td .box .boxin a.programlink {
    font-size: 12px;
    line-height: 1;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .block-calendar table th .box .boxin a.programlink,
  .block-calendar table td .box .boxin a.programlink {
    font-size: 8px;
  }
}
.block-calendar table th .box .boxin a.programlink:hover,
.block-calendar table td .box .boxin a.programlink:hover {
  text-decoration: underline;
}
.block-calendar table th .box .boxin a.programlink span,
.block-calendar table td .box .boxin a.programlink span {
  background: white;
  /*white-space: nowrap; */
  /*overflow: hidden;*/
  hyphens: auto;
}
.block-calendar table th .box .boxin a.programlink.mod-brighter,
.block-calendar table td .box .boxin a.programlink.mod-brighter {
  opacity: 0.8;
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 767px) {
  .block-calendar table th .box .boxin a.programlink.mod-brighter,
  .block-calendar table td .box .boxin a.programlink.mod-brighter {
    font-size: 0;
    letter-spacing: 0 !important;
    padding: 0;
  }
}
.block-calendar table th .box .boxin a.programlink.mod-brighter:after,
.block-calendar table td .box .boxin a.programlink.mod-brighter:after {
  opacity: 0;
}
.block-calendar table th {
  border: none;
  height: 2rem !important;
}
.block-calendar table th .boxin {
  min-height: initial !important;
}
.wrap-videoplayer_single {
  max-width: 80%;
  margin: 0 auto;
}
.mszcookies {
  font-size: 12px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
.mszcookies .mszcookies__in {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 1rem 10px;
  border-radius: 3px;
}
@media (max-width: 1023px) {
  .mszcookies .mszcookies__in {
    padding-top: 10px;
  }
  .mszcookies .mszcookies__in > div {
    display: block;
  }
  .mszcookies .mszcookies__in > div a,
  .mszcookies .mszcookies__in > div button {
    display: block;
    margin: 0 !important;
  }
}
.mszcookies button {
  color: white;
  background: white;
  color: black;
  padding: 0.5em 1em;
  border-radius: 3px;
  margin-left: 1rem;
  cursor: pointer;
  font-weight: bold;
  border: white solid 1px;
}
.mszcookies button:hover {
  opacity: 0.8;
}
.mszcookies button:active {
  transform: scale(0.9);
}
.mszcookies button.mszcookies__in--x {
  border: rgba(255, 255, 255, 0.4) solid 1px;
  color: white;
  background: transparent;
}
.mszcookies button.mszcookies__in--x:hover {
  border-color: white;
}
.mszcookies a {
  color: white;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  margin-left: 1rem;
  border-bottom: ;
}
.mszcookies a:hover {
  color: white;
  text-decoration: none;
}
