@charset "UTF-8";
/*
Theme name: ZGM Zielona Góra
Author: Wojciech Czechowski
Author URI: https://wojciechczechowski.pl
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
html,
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 !important;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0 5px;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

:root {
  --bg-opacity: 100%;
  --max-content-width: max(1200px, calc(100% - 30px));
  --d-blue: #0765a0;
  --l-blue: #197ebe;
  --accessibility-bg: #022a44;
  --alert-border: #b61630;
  --alert-bg: #fff2f4;
  --accent: #befc6b;
  --yellow: #fbff23;
  --contrast-bg: #080e22;
  --main-bg: #f5f5f5;
  --content-bg: #fff;
  --ui-bg: linear-gradient(to top right, var(--d-blue), var(--l-blue));
  --ui-bg-solid: var(--d-blue);
  --nav-bg: #fff;
  --links-color: var(--d-blue);
  --main-font-color: #000;
  --ui-font-color: #fff;
  --ui-hover-color: var(--d-blue);
  --ui-icons-color: #fff;
  --button-hover-bg: var(--d-blue);
  --button-hover-color: #fff;
  --montserrat: "Montserrat", sans-serif;
  --oswald: "Oswald", sans-serif;
  --icons-size: 42px;
  --icons-border-radius: calc(var(--icons-size) / 2);
  --font-step--2: clamp(0.64rem, -0.14vw + 0.68rem, 0.56rem);
  --font-step--1: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
  --font-step-0: clamp(1rem, 0vw + 1rem, 1rem);
  --font-step-1: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  --font-step-2: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  --font-step-3: clamp(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  --font-step-4: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
  --font-step-5: clamp(3.05rem, 2.1vw + 2.53rem, 4.21rem);
}

html {
  scroll-behavior: smooth;
  font-family: var(--montserrat);
  font-size: 16px;
}

h1,
h2 {
  font-size: var(--font-step-2);
  margin-top: var(--font-step-2);
  margin-bottom: var(--font-step-1);
}

h3,
h4,
h5,
h6 {
  font-size: var(--font-step-1);
  margin-top: var(--font-step-1);
  margin-bottom: var(--font-step-0);
}

p,
li,
a {
  font-size: var(--font-step-0);
}

figure.wp-block-table {
  overflow-x: auto;
  max-width: calc(100vw - 30px);
}

table * {
  font-size: initial;
}
table td {
  word-break: break-word;
/* 	min-width: 200px; */
}
/* table td:not(:first-child) {
  white-space: nowrap;
} */

p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

body {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--main-bg);
}
body.high-contrast {
  --ui-bg: #000;
  --content-bg: #000;
  --main-bg: var(--contrast-bg);
  --ui-icons-color: var(--yellow);
  --ui-font-color: var(--yellow);
  --links-color: var(--yellow);
  --ui-bg-solid: #000;
  --nav-bg: var(--yellow);
  --alert-border: var(--yellow);
  --alert-bg: var(--yellow);
  --main-font-color: var(--yellow);
  --accent: #082073;
  --button-hover-bg: var(--yellow);
  --button-hover-color: #000;
}
body.high-contrast .hide-in-hc {
  display: none;
}

p {
  line-height: 1.5;
}

.hidden {
  display: none;
}

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

.desktop-only {
  display: none;
}
@media (pointer: fine) and (orientation: landscape) {
  .desktop-only {
    display: block;
  }
}

img {
  max-width: 100%;
}

.search-bar {
  display: grid;
  align-items: center;
  justify-content: center;
}
.search-bar label {
  display: none;
}
.search-bar .input-wrapper {
  display: flex;
  width: fit-content;
  justify-content: center;
}
.search-bar .input-wrapper input {
  border: 1px solid var(--main-font-color);
  height: var(--icons-size);
  border-top-left-radius: var(--icons-border-radius);
  border-bottom-left-radius: var(--icons-border-radius);
  outline: none;
  padding-left: var(--icons-border-radius);
  background: none;
}
.search-bar .input-wrapper button {
  border-radius: 0;
  border-top-right-radius: var(--icons-border-radius);
  border-bottom-right-radius: var(--icons-border-radius);
  flex-basis: 40px;
  border: none;
}
.search-bar .input-wrapper button svg {
  width: 100%;
  height: 100%;
  max-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shortcut {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  background: var(--content-bg);
  width: 100%;
  padding: 20px;
  text-align: center;
  transform: translateY(-100%);
}
#shortcut:focus {
  outline: 5px solid;
  outline-offset: -5px;
  transform: translateY(0);
  outline-color: var(--accent);
  text-decoration: none;
  font-weight: bold;
}

.zgm-link {
  display: inline-block;
  color: var(--main-font-color);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.zgm-link::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  transform-origin: bottom center;
  transform: scaleY(30%) scaleX(110%);
  z-index: -1;
  background-color: var(--accent);
  transition: transform 0.1s ease-in-out;
  border-radius: 2px;
}
.zgm-link:hover::after {
  transform: scaleY(100%) scaleX(110%);
}

.ui-bg {
  background: var(--ui-bg);
  color: var(--ui-font-color);
}
.ui-bg a svg,
.ui-bg button svg {
  fill: var(--ui-icons-color);
}
.ui-bg a {
  display: block;
}
.ui-bg button,
.ui-bg .button-like {
  background: none;
  outline: none;
  border: 1px solid var(--ui-font-color);
  aspect-ratio: 1;
  width: var(--icons-size);
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ui-bg button svg,
.ui-bg .button-like svg {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  max-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-bg button:hover, .ui-bg button:focus, .ui-bg button.active,
.ui-bg .button-like:hover,
.ui-bg .button-like:focus,
.ui-bg .button-like.active {
  background: var(--ui-icons-color);
}
.ui-bg button:hover svg, .ui-bg button:focus svg, .ui-bg button.active svg,
.ui-bg .button-like:hover svg,
.ui-bg .button-like:focus svg,
.ui-bg .button-like.active svg {
  fill: var(--ui-hover-color);
}

.content {
  background: var(--content-bg);
}

fieldset.sub-pages {
  border: 2px solid var(--main-bg);
}
fieldset.sub-pages ul {
  display: grid;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-content: center;
  justify-items: center;
}
fieldset.sub-pages ul li {
  margin: 0;
  display: flex;
  align-items: center;
}
fieldset.sub-pages ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}
fieldset.sub-pages ul li a:hover, fieldset.sub-pages ul li a:focus {
  background-color: var(--button-hover-bg);
  color: var(--button-hover-color);
}

#nav-wrapper {
  position: fixed;
  z-index: 2;
  inset: 0;
  height: 80px;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  background: var(--ui-bg);
}
#nav-wrapper .container {
  width: 100%;
  height: 100%;
}
#nav-wrapper #home-and-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: home-and-toggle;
  position: fixed;
  width: 100%;
  padding: 15px;
  height: 80px;
  overflow: hidden;
}
#nav-wrapper #home-and-toggle #home-link {
  text-decoration: none;
  color: var(--ui-font-color);
  font-family: var(--oswald);
  font-size: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  transition: transform 0.2s ease;
}
#nav-wrapper #home-and-toggle #home-link:hover, #nav-wrapper #home-and-toggle #home-link:focus {
  transform: scale(0.97);
}
#nav-wrapper #home-and-toggle #logo-wrapper {
  display: none;
}
@media (min-width: 992px) {
  #nav-wrapper #home-and-toggle #logo-wrapper {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 95px;
  }
}
#nav-wrapper #home-and-toggle #menu-toggle div {
  width: 22px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background-color: var(--ui-icons-color);
  transform-origin: center;
  transition: all 0.2s ease;
}
#nav-wrapper #home-and-toggle #menu-toggle:hover div, #nav-wrapper #home-and-toggle #menu-toggle:focus div {
  background-color: var(--ui-hover-color);
}
@media (min-width: 992px) {
  #nav-wrapper #home-and-toggle #menu-toggle {
    display: none;
  }
}
#nav-wrapper #home-and-toggle #menu-toggle.opened div:first-of-type {
  transform: translateY(6px) rotate(45deg);
}
#nav-wrapper #home-and-toggle #menu-toggle.opened div:last-of-type {
  transform: translateY(-6px) rotate(-45deg);
}
#nav-wrapper #home-and-toggle #menu-toggle.opened div:nth-of-type(2) {
  opacity: 0;
}
#nav-wrapper #top-bar {
  background: none;
  padding: 15px;
  display: grid;
  grid-template-areas: "quick-links" "menu-links" "menu-buttons";
  grid-template-rows: 140px 1fr 140px;
  grid-column: 1/1;
  grid-row: 1/4;
}
@media (min-width: 992px) {
  #nav-wrapper {
    background: none;
  }
  #nav-wrapper #top-bar {
    background: var(--ui-bg);
  }
}
#nav-wrapper .quick-links {
  display: flex;
  justify-content: center;
  grid-area: quick-links;
  align-self: end;
}
#nav-wrapper .quick-links a {
  display: inline-block;
  margin: 5px 20px;
  padding-bottom: 0;
  position: relative;
  transition: transform 0.2s ease;
}
#nav-wrapper .quick-links a:hover, #nav-wrapper .quick-links a:focus {
  transform: scale(0.9);
}
#nav-wrapper .quick-links a svg {
  max-height: 30px;
  width: 60px;
}
#nav-wrapper .menu-buttons {
  grid-area: menu-buttons;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
}
#nav-wrapper .menu-buttons .accessibility-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#nav-wrapper .menu-buttons .accessibility-buttons .with-label {
  width: fit-content;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-rows: var(--icons-size) auto;
  margin: 0 0.3rem;
}
#nav-wrapper .menu-buttons .accessibility-buttons .with-label .label {
  display: block;
  grid-column: 1/-1;
  grid-row: 2/2;
  color: var(--ui-font-color);
  font-family: var(--montserrat);
  text-align: center;
  margin-top: 0.6rem;
}
#nav-wrapper .menu-buttons .accessibility-buttons .with-label a {
  border: none;
  padding: 7px;
  width: calc(var(--icons-size) * 1.3);
  background-color: var(--yellow);
  transition: transform 0.2s ease;
}
#nav-wrapper .menu-buttons .accessibility-buttons .with-label a:hover {
  transform: scale(0.9);
}
#nav-wrapper .menu-buttons .accessibility-buttons .with-label svg {
  max-height: unset !important;
  fill: #000;
}
#nav-wrapper .menu-buttons .search-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#nav-wrapper .menu-buttons .search-bar label {
  display: none;
}
@media (min-width: 992px) {
  #nav-wrapper .menu-buttons .search-bar label {
    display: inline-block;
    font-size: 0.8rem;
    font-family: var(--oswald);
    margin-right: 5px;
  }
}
#nav-wrapper .menu-buttons .search-bar .input-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  width: fit-content;
  position: relative;
  border: 1px solid var(--ui-icons-color);
  border-radius: var(--icons-border-radius);
  background-color: var(--ui-bg-solid);
  overflow: hidden;
}
#nav-wrapper .menu-buttons .search-bar .input-wrapper input {
  border: none;
  height: var(--icons-size);
  outline: none;
  padding-left: var(--icons-border-radius);
  padding-right: 40px;
  color: var(--ui-font-color);
}
#nav-wrapper .menu-buttons .search-bar .input-wrapper button {
  border-radius: 0;
  border: none;
  border-left: 1px solid var(--ui-icons-color);
  position: absolute;
  right: 0;
}
#nav-wrapper nav {
  grid-row: 2/3;
  grid-column: 1/1;
}
#nav-wrapper nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#nav-wrapper nav ul li {
  margin: 0.5rem;
}
#nav-wrapper nav ul li a {
  color: var(--ui-font-color);
  font-family: var(--oswald);
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.1ch;
}
#nav-wrapper nav ul li .sub-menu {
  display: none;
}
@media (orientation: landscape) {
  #nav-wrapper nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #nav-wrapper nav ul li {
    margin: 0.2rem 0.5rem;
  }
}
#nav-wrapper #mobile-menu {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
#nav-wrapper.active {
  height: 100dvh;
}
#nav-wrapper.active #mobile-menu {
  opacity: 100%;
  visibility: visible;
  transition: all 0.4s ease 0.3s;
}
@media (min-width: 992px) {
  #nav-wrapper {
    height: 140px !important;
    width: 100%;
    background: var(--ui-bg);
    overflow: visible;
  }
  #nav-wrapper .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1210px) {
  #nav-wrapper .container {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #nav-wrapper #home-and-toggle {
    height: 100%;
    width: auto;
    padding: 0;
    position: static;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  #nav-wrapper #mobile-menu {
    opacity: 100%;
    visibility: visible;
    transition: all 0.4s ease 0.3s;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #nav-wrapper #mobile-menu #top-bar {
    background: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  #nav-wrapper #mobile-menu #top-bar .quick-links {
    align-self: unset;
  }
  #nav-wrapper #mobile-menu #top-bar .quick-links a {
    margin: 0 10px;
  }
  #nav-wrapper #mobile-menu #top-bar .menu-buttons {
    align-items: center;
    flex-wrap: nowrap;
  }
  #nav-wrapper #mobile-menu #top-bar .menu-buttons .accessibility-buttons {
    flex-wrap: nowrap;
  }
  #nav-wrapper #mobile-menu #top-bar .menu-buttons .accessibility-buttons::before, #nav-wrapper #mobile-menu #top-bar .menu-buttons .accessibility-buttons::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    opacity: 0.3;
    background: var(--ui-icons-color);
    margin: auto 20px;
  }
  #nav-wrapper #mobile-menu #top-bar .menu-buttons .search-bar input {
    max-width: 220px;
  }
  #nav-wrapper #mobile-menu nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background-color: var(--nav-bg);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  }
  #nav-wrapper #mobile-menu nav > ul {
    min-height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #nav-wrapper #mobile-menu nav > ul li {
    margin: 0 0.2rem;
    padding: 10px 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  #nav-wrapper #mobile-menu nav > ul li a {
    color: #000;
    font-size: 1rem;
    text-align: center;
  }
  #nav-wrapper #mobile-menu nav > ul li a:hover, #nav-wrapper #mobile-menu nav > ul li a:focus {
    color: var(--ui-hover-color);
  }
  #nav-wrapper #mobile-menu nav > ul li.current_page_item > a, #nav-wrapper #mobile-menu nav > ul li.current_page_ancestor > a {
    color: var(--ui-hover-color);
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    align-items: flex-start;
    padding: 10px 0;
    top: 100%;
    left: -15px;
    width: max-content;
    max-width: 300px;
    background: var(--nav-bg);
    transition: all 0.2s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu li {
    padding: 0px 15px;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu li a {
    text-align: left;
    margin: 5px 0;
    width: 100%;
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu .sub-menu {
    background: var(--ui-bg);
    color: var(--ui-font-color);
    top: -10px;
    left: 100%;
    transform: none;
    align-items: flex-start;
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu .sub-menu li a {
    text-align: left;
    color: var(--ui-font-color);
    text-transform: none;
    width: 100%;
  }
  #nav-wrapper #mobile-menu nav > ul li .sub-menu .sub-menu li a:hover, #nav-wrapper #mobile-menu nav > ul li .sub-menu .sub-menu li a:focus {
    text-decoration: underline;
  }
  #nav-wrapper #mobile-menu nav > ul li.menu-item-has-children:hover > .sub-menu, #nav-wrapper #mobile-menu nav > ul li.menu-item-has-children:focus > .sub-menu, #nav-wrapper #mobile-menu nav > ul li.menu-item-has-children:focus-within > .sub-menu {
    display: flex;
  }
  #nav-wrapper #mobile-menu nav > ul li:nth-last-of-type(-n + 2) .sub-menu {
    left: unset;
    right: -15px;
  }
  #nav-wrapper #mobile-menu nav > ul li:nth-last-of-type(-n + 2) .sub-menu li a {
    text-align: right !important;
  }
  #nav-wrapper #mobile-menu nav > ul li:nth-last-of-type(-n + 2) .sub-menu .sub-menu {
    left: unset;
    right: 100%;
  }
  #nav-wrapper #mobile-menu nav > ul li:nth-last-of-type(-n + 2) .sub-menu .sub-menu li a {
    text-align: right !important;
  }
}

#hero-wrapper {
  margin-top: 0;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("./img/ZielonaGora.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #hero-wrapper {
    aspect-ratio: 2;
  }
}
@media (min-width: 992px) {
  #hero-wrapper {
    margin-top: 140px;
  }
}
@media (orientation: landscape) {
  #hero-wrapper {
    aspect-ratio: 4.5;
  }
}

.content-wrapper {
  overflow: hidden;
  width: min(100%, 1200px);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .content-wrapper {
    margin-top: -80px;
    margin-bottom: 50px;
    border-radius: 20px;
  }
  .content-wrapper.on-fp {
    margin-top: 1rem;
  }
}

.text-wrapper {
  max-width: 85ch;
  margin: 0 auto;
}

.alert {
  background-color: var(--alert-bg);
  border: 10px solid var(--alert-border);
  border-top: none;
  border-bottom: none;
  padding: 20px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .alert {
    border-width: 20px;
  }
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--alert-border);
  text-align: center;
  margin-top: 1rem;
}

main {
  background: var(--content-bg);
  color: var(--main-font-color);
  width: 100%;
  padding: 15px;
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  main {
    padding: 40px;
  }
}
main li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
main a {
  text-decoration: none;
  color: var(--links-color);
}
main a:hover, main a:focus {
  text-decoration: underline;
}
main .page-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}
main hr {
  border: 1px solid var(--main-bg) !important;
  width: 75%;
  margin: 2rem auto;
}
main .text-wrapper > h1:first-child, main .text-wrapper > h2:first-child, main .text-wrapper > h3:first-child, main .text-wrapper > h4:first-child, main .text-wrapper > h5:first-child, main .text-wrapper > h6:first-child, main .text-wrapper > p:first-child {
  margin-top: 0;
}

footer {
  align-self: flex-end;
}
footer > div {
  padding: 15px;
  color: var(--ui-font-color);
  background: var(--ui-bg);
  text-align: center;
}
@media (min-width: 992px) {
  footer > div {
    padding: 40px;
  }
}
footer > div p {
  margin: 0;
}
footer #author {
  padding: 15px;
  text-align: center;
  margin: 0;
  font-size: 1rem;
  color: var(--main-font-color);
}
footer #author a {
  color: var(--main-font-color);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
footer #author a:hover, footer #author a:focus {
  text-decoration: underline;
}
footer a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs * {
  font-size: 14px;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--main-font-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}
.breadcrumbs .separator {
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.breadcrumbs .current-item {
  font-weight: bold;
}

.news-wrapper {
  display: grid;
  gap: 15px;
}
.news-wrapper::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  margin: calc(2rem - 15px) auto 2rem auto;
  background: var(--main-font-color);
  opacity: 0.05;
}
@media (min-width: 992px) {
  .news-wrapper {
    grid-template-columns: 80px 1fr;
    gap: 30px;
    justify-items: center;
    margin-bottom: 3rem;
  }
  .news-wrapper::after {
    content: unset;
  }
}
.news-wrapper .date {
  text-align: center;
  width: fit-content;
  overflow: hidden;
}
.news-wrapper .date strong {
  font-weight: normal;
}
.news-wrapper .date strong::after {
  content: ".";
}
@media (min-width: 992px) {
  .news-wrapper .date::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--main-font-color);
    opacity: 0.05;
    margin: 10px auto;
  }
  .news-wrapper .date strong {
    font-weight: bold;
  }
  .news-wrapper .date strong::after {
    content: "\a";
    white-space: pre;
  }
}
.news-wrapper .text-wrapper {
  margin: 0;
  justify-self: start;
}
.news-wrapper .next-prev-wrapper {
  grid-column: 2/-1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-top: 2rem;
}
.news-wrapper .next-prev-wrapper a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(50% - 5px);
}
.news-wrapper .next-prev-wrapper::before, .news-wrapper .next-prev-wrapper::after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  opacity: 0.5;
  top: 0;
  transform: translateY(-100%);
}
.news-wrapper .next-prev-wrapper::before {
  content: "poprzednia:";
  left: 0;
}
.news-wrapper .next-prev-wrapper::after {
  content: "następna:";
  right: 0;
}

.nav-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 50px));
  align-items: center;
  justify-content: center;
}
.nav-links svg {
  aspect-ratio: 1/2;
  max-height: 1rem;
  fill: var(--main-font-color);
}
.nav-links a,
.nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 42px;
  color: var(--main-font-color);
  text-decoration: none;
  font-size: var(--font-step--1);
  border-radius: 50%;
  background-color: var(--nav-bg);
  border: 1px solid var(--main-bg);
  cursor: pointer;
  font-family: var(--oswald);
}
.nav-links a:hover, .nav-links a:focus, .nav-links a.current,
.nav-links span:hover,
.nav-links span:focus,
.nav-links span.current {
  background: var(--ui-bg);
  color: var(--ui-font-color);
}
.nav-links a:hover svg, .nav-links a:focus svg, .nav-links a.current svg,
.nav-links span:hover svg,
.nav-links span:focus svg,
.nav-links span.current svg {
  fill: var(--ui-font-color);
}
.nav-links a.dots, .nav-links a.current,
.nav-links span.dots,
.nav-links span.current {
  pointer-events: none;
  border: none;
}

.high-contrast .nav-links a,
.high-contrast .nav-links span {
  background-color: #000;
  border: 1px solid var(--yellow);
}
.high-contrast .nav-links a:hover, .high-contrast .nav-links a:focus, .high-contrast .nav-links a.current,
.high-contrast .nav-links span:hover,
.high-contrast .nav-links span:focus,
.high-contrast .nav-links span.current {
  background: var(--yellow);
  color: #000;
}
.high-contrast .nav-links a:hover svg, .high-contrast .nav-links a:focus svg, .high-contrast .nav-links a.current svg,
.high-contrast .nav-links span:hover svg,
.high-contrast .nav-links span:focus svg,
.high-contrast .nav-links span.current svg {
  fill: #000;
}
.high-contrast .nav-links a.dots, .high-contrast .nav-links a.current,
.high-contrast .nav-links span.dots,
.high-contrast .nav-links span.current {
  border: none;
}

#alert-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
#alert-backdrop .alert {
  border: none;
  margin: 15px;
  border-radius: 20px;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.39, 0.07, 0.32, 1.46), opacity 0.3s linear;
  opacity: 100%;
}
#alert-backdrop .alert .text-wrapper {
  padding: 10px;
}
@media (min-width: 920px) {
  #alert-backdrop .alert .text-wrapper {
    padding: 40px 60px;
  }
}
#alert-backdrop button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  aspect-ratio: 1;
  width: 40px;
}
#alert-backdrop button svg {
  aspect-ratio: 1;
  height: 20px;
  width: 20px;
}
#alert-backdrop button:hover svg, #alert-backdrop button:focus svg {
  fill: var(--ui-hover-color);
}
#alert-backdrop.hidden {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}
#alert-backdrop.hidden .alert {
  transform: translateY(-50%);
  opacity: 0;
}

.form-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  width: 100%;
  padding: 5px 7px;
  border: 1px solid var(--main-font-color);
  border-radius: 5px;
  margin-top: 2px;
}
.form-wrapper input[type=submit],
.form-wrapper textarea[type=submit],
.form-wrapper select[type=submit] {
  color: var(--main-font-color);
  cursor: pointer;
}
.form-wrapper input[type=submit]:hover, .form-wrapper input[type=submit]:focus,
.form-wrapper textarea[type=submit]:hover,
.form-wrapper textarea[type=submit]:focus,
.form-wrapper select[type=submit]:hover,
.form-wrapper select[type=submit]:focus {
  background: var(--button-hover-bg);
  color: var(--button-hover-color);
}
.form-wrapper .fw {
  grid-column: 1/-1;
}

#searchForm .grid-container {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 10px;
}
#searchForm .highlight {
  font-weight: bold;
  text-decoration: underline;
}
#searchForm input[type=submit] {
  margin-top: 15px;
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: unset;
  color: var(--main-font-color);
  transition: all 0.2s ease;
}
#searchForm input[type=submit]:hover, #searchForm input[type=submit]:focus {
  background: var(--button-hover-bg);
  color: var(--button-hover-color);
}
#searchForm input,
#searchForm select {
  padding: 7px;
  background: none;
  border: 1px solid var(--main-font-color);
  border-radius: 5px;
  color: var(--main-font-color);
  min-height: 40px;
  z-index: 2;
  background: var(--content-bg);
}
#searchForm input.disabled,
#searchForm select.disabled {
  cursor: not-allowed;
  background: #ebebeb;
  color: var(--main-font-color);
  opacity: 0.5;
}
#searchForm input.disabled:hover, #searchForm input.disabled:focus,
#searchForm select.disabled:hover,
#searchForm select.disabled:focus {
  background: #ebebeb;
  color: var(--main-font-color);
}
#searchForm input.disabled:focus,
#searchForm select.disabled:focus {
  outline: 2px solid;
}
#searchForm .visible {
  display: block !important;
}
#searchForm .with-hint {
  position: relative;
}
#searchForm #resultsList {
  position: absolute;
  z-index: 1;
  background: var(--main-bg);
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#searchForm #resultsList li {
  padding: 2px 10px;
  cursor: pointer;
}
#searchForm #resultsList li:hover, #searchForm #resultsList li:focus, #searchForm #resultsList li.selected {
  background: var(--button-hover-bg);
  color: var(--button-hover-color);
}
#searchForm #szukanyAdres {
  text-transform: capitalize;
}
#searchForm .form-group {
  display: flex;
  flex-direction: column;
}
#searchForm .form-group .invalid {
  border-color: var(--alert-border);
  outline-color: var(--alert-border);
}
#searchForm .form-group label {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 5px;
  padding: 0;
}

#informacjeObszaru {
  padding-top: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
#informacjeObszaru > * {
  visibility: hidden;
  opacity: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}
#informacjeObszaru > *.visible {
  visibility: visible;
  opacity: 1;
}
#informacjeObszaru #loading,
#informacjeObszaru #beforeStart {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}
#informacjeObszaru #loading p,
#informacjeObszaru #beforeStart p {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.9rem;
}
#informacjeObszaru #loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  border-top-color: var(--ui-bg-solid);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.nice-wrapper {
  position: relative;
  border: 1px solid var(--main-font-color);
  padding: 10px;
  margin-top: 50px;
}
.nice-wrapper p {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.nice-wrapper > p {
  margin-top: 1rem;
}
.nice-wrapper h3, .nice-wrapper h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: var(--font-step-1);
}
.nice-wrapper h5 {
  font-size: var(--font-step-0);
  margin-bottom: 0.5rem;
}
.nice-wrapper .data-container {
  margin-top: 0.5rem;
}
.nice-wrapper .data-container p {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.nice-wrapper .data-container p svg {
  width: 22px;
  height: 22px;
}
.nice-wrapper .data-container p span {
  margin-left: 7px;
}
.nice-wrapper .two-cols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 10px;
}

::placeholder {
  color: var(--main-font-color);
  opacity: 0.6;
}

.breathe {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page-content {
  max-width: 100vw;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* menu dostępności - początek */
#am-wrapper {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
}

#accessibility-menu {
  position: relative;
  z-index: 1;
}
#accessibility-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#accessibility-menu::before,
#accessibility-menu::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#accessibility-menu.active::before {
  background: var(--accessibility-bg);
  width: 5.5em;
  height: 5.5em;
  z-index: 0;
}

#accessibility-menu::after {
  z-index: -1;
  background: var(--ui-bg-solid);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

#accessibility-menu.active::after {
  width: 15em;
  height: 15em;
  -webkit-transition: all 350ms cubic-bezier(0.71, 0.04, 0.45, 1.48);
  -o-transition: all 350ms cubic-bezier(0.71, 0.04, 0.45, 1.48);
  transition: all 350ms cubic-bezier(0.71, 0.04, 0.45, 1.48);
}

#accessibility-menu button:hover,
#accessibility-menu button.active {
  background: var(--ui-font-color);
}

#accessibility-menu button {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: none;
  padding: 9px;
  border: 1px solid var(--ui-icons-color);
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#accessibility-menu #accessibility-menu-toggle {
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background: var(--ui-bg-solid);
  border: 1px solid var(--ui-font-color);
}
#accessibility-menu #accessibility-menu-toggle:hover, #accessibility-menu #accessibility-menu-toggle:focus {
  background: var(--accessibility-bg);
}
#accessibility-menu #accessibility-menu-toggle.active {
  border: none;
}
#accessibility-menu #accessibility-menu-toggle svg {
  fill: var(--ui-font-color) !important;
  width: 30px;
  height: 30px;
}

#accessibility-menu li button,
#accessibility-menu-toggle .hidden {
  display: none;
}

#accessibility-menu.active li button {
  display: block;
}

#accessibility-menu li {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1rem;
}

#accessibility-menu.active li {
  opacity: 1;
  transition: all 150ms cubic-bezier(0.71, 0.04, 0.45, 1.48);
}

#accessibility-menu.active li:nth-child(1) {
  transform: translate3d(-50%, calc(-50% - 5.13em), 0);
  transition-delay: 250ms;
}

#accessibility-menu.active li:nth-child(2) {
  transform: translate3d(calc(-50% + 2.56em), calc(-50% - 4.44em), 0);
  transition-delay: 300ms;
}

#accessibility-menu.active li:nth-child(3) {
  transform: translate3d(calc(-50% + 4.44em), calc(-50% - 2.56em), 0);
  transition-delay: 350ms;
}

#accessibility-menu.active li:nth-child(4) {
  transform: translate3d(calc(-50% + 5.13em), -50%, 0);
  transition-delay: 400ms;
}

#accessibility-menu button svg {
  height: 15px;
  max-width: 1.5rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  fill: var(--ui-font-color);
}

#accessibility-menu button:focus svg,
#accessibility-menu button:hover svg,
#accessibility-menu button.active svg {
  fill: var(--ui-hover-color);
}

/* menu dostępności - koniec */
#org-chart {
  --vertical-space: 2rem;
  --horizontal-space: 3rem;
  display: grid;
  gap: var(--vertical-space) var(--horizontal-space);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}
#org-chart [data-level="0"] {
  grid-column: -1/1;
  width: fit-content;
}
#org-chart [data-level="2"] {
  margin-left: var(--horizontal-space);
}
#org-chart .chart-column {
  width: 100%;
  position: relative;
}
#org-chart .flipbox {
  background-color: transparent;
  perspective: 1500px;
  /* Remove this if you don't want the 3D effect */
  margin-bottom: var(--vertical-space);
  position: relative;
}
#org-chart .flipbox .flipbox-inner {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#org-chart .flipbox .flipbox-inner .flipbox-front,
#org-chart .flipbox .flipbox-inner .flipbox-back {
  grid-column: -1/1;
  grid-row: -1/1;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  transition: transform 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
#org-chart .flipbox .flipbox-inner .flipbox-front p:last-of-type,
#org-chart .flipbox .flipbox-inner .flipbox-back p:last-of-type {
  margin: 0;
}
#org-chart .flipbox .flipbox-inner .flipbox-front {
  background-color: var(--main-bg) !important;
}
#org-chart .flipbox .flipbox-inner .flipbox-back {
  background-color: var(--ui-bg-solid) !important;
  color: var(--ui-font-color);
  transform: rotateY(180deg);
}
#org-chart .flipbox .flipbox-inner .flipbox-back a {
  color: var(--ui-font-color);
}
#org-chart .flipbox:not(.disabled):hover .flipbox-inner, #org-chart .flipbox:not(.disabled):focus .flipbox-inner {
  transform: rotateY(180deg);
}
#org-chart .flipbox::before, #org-chart .flipbox::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--ui-bg-solid);
}
#org-chart .flipbox[data-level="0"]::after {
  bottom: 0;
  transform: translateY(var(--vertical-space));
  left: 50%;
  height: var(--vertical-space);
  width: 1px;
}
#org-chart .flipbox[data-level="1"]::before {
  top: 0;
  transform: translateY(calc(var(--vertical-space) * -1));
  left: 50%;
  height: var(--vertical-space);
  width: 1px;
}
#org-chart .flipbox[data-level="2"]::before {
  width: calc(var(--horizontal-space) / 2);
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
}
#org-chart .chart-column {
  height: max-content;
}
#org-chart .chart-column::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--ui-bg-solid);
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(calc(-1 * var(--vertical-space)));
}
#org-chart .chart-column.left::before {
  left: 50%;
}
#org-chart .chart-column.right::before {
  right: calc(100% + var(--horizontal-space) / 2);
  left: unset;
}
#org-chart .chart-column.right::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--ui-bg-solid);
  top: 0;
  left: calc(var(--horizontal-space) / -2);
  width: 1px;
  height: 100%;
  transform: translateY(calc(-1 * var(--vertical-space)));
  z-index: -1;
}
#org-chart .chart-column.right .flipbox::before {
  left: calc(var(--horizontal-space) / -2);
  top: 50%;
  width: calc(var(--horizontal-space) / 2);
  height: 1px;
  transform: unset;
}
#org-chart .chart-column .children {
  position: relative;
}
#org-chart .chart-column .children::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--ui-bg-solid);
  left: calc(var(--horizontal-space) / 2);
  width: 1px;
  height: calc(100% + var(--vertical-space));
  transform: translateY(calc(-1 * var(--vertical-space)));
}
#org-chart .chart-column .flipbox:last-of-type::after {
  background-color: var(--content-bg);
  left: 0;
  width: var(--horizontal-space);
  transform: translateX(-100%);
  height: 50%;
  top: calc(50% + 1px);
}
@media screen and (max-width: 900px) {
  #org-chart {
    grid-template-columns: 1fr;
    position: relative;
  }
  #org-chart .flipbox[data-level="0"] {
    width: 100%;
  }
  #org-chart [data-level="0"]::after {
    left: calc(var(--horizontal-space) / 4) !important;
  }
  #org-chart [data-level="1"] {
    margin-left: calc(var(--horizontal-space) / 2);
  }
  #org-chart [data-level="1"]::before {
    left: calc(-1 * var(--horizontal-space) / 4) !important;
    top: -50% !important;
    height: 100% !important;
    transform: unset !important;
  }
  #org-chart [data-level="1"]::after {
    width: calc(var(--horizontal-space) / 4) !important;
    height: 1px;
    top: 50%;
    left: calc(-1 * var(--horizontal-space) / 4);
  }
  #org-chart [data-level="2"]::before {
    width: calc(var(--horizontal-space) / 4) !important;
  }
  #org-chart .children::before {
    left: calc(var(--horizontal-space) / 2 + var(--horizontal-space) / 4) !important;
  }
  #org-chart .chart-column .flipbox:last-of-type::after {
    width: calc(var(--horizontal-space) / 2);
    height: 50%;
    top: calc(50% + 1px);
  }
  #org-chart .chart-column::before {
    width: 1px;
    height: calc(100% + var(--vertical-space));
    left: calc(var(--horizontal-space) / 4) !important;
  }
  #org-chart .chart-column.right .flipbox::before {
    top: 0;
    transform: translateY(calc(var(--vertical-space) * -1));
    left: 50%;
    height: var(--vertical-space);
    width: 1px;
  }
  #org-chart .chart-column.right .flipbox:last-of-type {
    margin-bottom: 0;
  }
  #org-chart .chart-column.right .flipbox:last-of-type::after {
    border-top: 1px solid var(--ui-bg-solid);
  }
}

.counter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  opacity: 0.7;
}
.counter-wrapper p {
  font-size: var(--font-step--1);
}

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