@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #003B5C;
  overflow-x: hidden;
  font-size: 16px;
}
body.high-contrast {
  background-color: #000000;
}

.container {
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
}
.container.small {
  max-width: 835px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
  .container.small {
    max-width: 775px;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 0 10px;
  }
  .container.small {
    max-width: 735px;
  }
}

.reset-margin {
  margin: 0 !important;
}

.reset-margin-bottom {
  margin-bottom: 0 !important;
}

.reset-margin-top {
  margin-top: 0 !important;
}

.small-margin-top {
  margin-top: 10px !important;
}

section {
  max-width: 100%;
  width: 100%;
}

.not-found-page {
  margin: 100px 0 80px 0;
}
@media (max-width: 1024px) {
  .not-found-page {
    margin: 60px 0 45px 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

p, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 800;
  font-size: 2.25rem;
}

h2 {
  font-weight: 800;
  font-size: 1.75rem;
}

h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

h4 {
  font-weight: 700;
  font-size: 1.125rem;
}

h5 {
  font-weight: 700;
  font-size: 1rem;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 60px 17px 60px;
  z-index: 100;
}
@media (max-width: 1024px) {
  header {
    position: absolute;
    padding: 0 28px;
    width: 100%;
  }
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 164px;
  height: 99px;
}
@media (max-width: 1024px) {
  header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .logo img {
  width: 135px;
  height: 80px;
}
header .menu-wrapper {
  max-width: calc(100% - 164px);
  width: 100%;
}
@media (max-width: 1024px) {
  header .menu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: auto;
    z-index: 9;
    margin: 0;
    transition: 1s;
    transform: translateY(-150%);
    max-height: calc(100vh - 99px);
    overflow-y: auto;
    max-width: 100%;
  }
  header .menu-wrapper.active {
    top: 0;
    padding-top: 40px;
    transform: translateY(0);
  }
}
header .menu-wrapper nav {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav {
    margin-top: 5px;
  }
}
header .menu-wrapper nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul {
    flex-direction: column;
  }
}
header .menu-wrapper nav ul li {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-right: 15px;
  width: 100%;
}
header .menu-wrapper nav ul li.search {
  max-width: 137px;
  width: 100%;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li.search {
    max-width: 100%;
  }
}
header .menu-wrapper nav ul li.search form {
  display: flex;
  align-items: flex-end;
}
header .menu-wrapper nav ul li.search form input:hover, header .menu-wrapper nav ul li.search form input:focus-visible {
  background-color: #003B5C;
  outline: none;
  color: #ffffff;
}
header .menu-wrapper nav ul li.search form input:hover::placeholder, header .menu-wrapper nav ul li.search form input:focus-visible::placeholder {
  color: #ffffff;
}
header .menu-wrapper nav ul li.search form:has(input:focus-visible, input:hover) .icon svg path {
  fill: #ffffff;
}
header .menu-wrapper nav ul li:last-of-type {
  margin-right: 0;
}
header .menu-wrapper nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #003B5C;
  min-height: 32px;
  padding: 9px 25px 9px 10px;
  font-size: 0.875rem;
  position: relative;
  border-bottom: 1px solid #BD0036;
  width: 100%;
}
@media (max-width: 1200px) {
  header .menu-wrapper nav ul li a {
    font-size: 0.625rem;
  }
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li a {
    font-size: 0.875rem;
  }
}
header .menu-wrapper nav ul li a svg {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
header .menu-wrapper nav ul li a svg path {
  fill: #BD0036;
}
header .menu-wrapper nav ul li a:focus-visible, header .menu-wrapper nav ul li a:hover {
  background-color: #003B5C;
  outline: none;
  color: #ffffff;
}
header .menu-wrapper nav ul li a:focus-visible svg path, header .menu-wrapper nav ul li a:hover svg path {
  fill: #ffffff;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li.dropdown {
    display: flex;
    flex-direction: column;
  }
}
header .menu-wrapper nav ul li.dropdown > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  flex-direction: column;
  background-color: #003B5C;
  max-width: 384px;
  min-width: 384px;
  width: 100%;
  padding: 13px 18px 28px 20px;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li.dropdown > ul {
    position: initial;
    max-width: 100%;
    min-width: initial;
    background-color: transparent;
  }
}
header .menu-wrapper nav ul li.dropdown > ul li {
  margin-right: 0;
  display: flex;
  flex-direction: column;
}
header .menu-wrapper nav ul li.dropdown > ul li a {
  border-bottom: none;
  color: #ffffff;
  font-weight: 700;
  height: max-content;
  min-height: initial;
  padding: 5px 0 5px 0;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li.dropdown > ul li a {
    color: #003B5C;
  }
}
header .menu-wrapper nav ul li.dropdown > ul li a:focus-visible, header .menu-wrapper nav ul li.dropdown > ul li a:hover {
  background-color: #BD0036;
  outline: none;
  color: #ffffff !important;
}
header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a {
  color: #ffffff;
  font-weight: 400 !important;
  position: relative;
  padding: 5px 0 5px 13px;
}
@media (max-width: 1024px) {
  header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a {
    color: #003B5C;
  }
}
header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #FFAE00;
  border-radius: 50%;
}
header .menu-wrapper nav ul li.dropdown > ul li ul.childrens-more li a:before {
  background-color: #FFAE00;
}
@media (min-width: 1025px) {
  header .menu-wrapper nav ul li.dropdown:focus-within ul, header .menu-wrapper nav ul li.dropdown:hover ul {
    display: block;
  }
}
header .menu-wrapper .topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header .menu-wrapper .topbar {
    justify-content: flex-start;
    padding-left: 10px;
    padding-top: 10px;
  }
}
header .menu-wrapper .topbar .contrast-switcher {
  display: flex;
  align-items: center;
  color: #003B5C;
  margin-right: 30px;
}
header .menu-wrapper .topbar .contrast-switcher label {
  cursor: pointer;
  color: #003B5C;
  font-size: 0.875rem;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  header .menu-wrapper .topbar .contrast-switcher label {
    font-size: 0.875rem;
  }
}
header .menu-wrapper .topbar .contrast-switcher .switch {
  position: relative;
  width: 22px;
  height: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
header .menu-wrapper .topbar .contrast-switcher .switch .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}
header .menu-wrapper .topbar .contrast-switcher .switch .left {
  left: 0;
  background-color: #BD0036;
  border: 2px solid #BD0036;
  z-index: 2;
}
header .menu-wrapper .topbar .contrast-switcher .switch .right {
  left: 8px;
  background-color: white;
  border: 2px solid #BD0036;
  z-index: 1;
}
header .menu-wrapper .topbar .contrast-switcher .switch.active .left {
  background-color: white;
  border: 2px solid #BD0036;
  z-index: 1;
}
header .menu-wrapper .topbar .contrast-switcher .switch.active .right {
  background-color: #BD0036;
  border: 2px solid #BD0036;
  z-index: 2;
}
header .menu-wrapper .topbar .contrast-switcher .switch:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
header .menu-wrapper .topbar .font-size-controls {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
header .menu-wrapper .topbar .font-size-controls button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
}
header .menu-wrapper .topbar .font-size-controls button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
header .menu-wrapper .topbar .font-size-controls button svg path {
  fill: #BD0036;
}
header .menu-wrapper .topbar .font-size-controls .label {
  font-weight: bold;
  padding: 0 5px;
}
header .menu-wrapper .topbar .font-size-controls .label sub {
  font-size: 0.875rem;
  color: #003B5C;
  font-weight: 500;
}
header .menu-wrapper .topbar .font-size-controls .label sub.medium {
  font-size: 0.625rem;
}
header .menu-wrapper .topbar .font-size-controls .label sub.small {
  font-size: 0.5rem;
}
header .menu-wrapper .topbar .lang-switcher {
  display: flex;
  align-items: center;
  color: #003B5C;
  font-size: 0.875rem;
}
header .menu-wrapper .topbar .lang-switcher span {
  margin: 0 5px;
}
header .menu-wrapper .topbar .lang-switcher a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
@media (max-width: 1024px) {
  header .menu-wrapper .topbar .lang-switcher a {
    font-size: 0.875rem;
  }
}
header .menu-wrapper .topbar .lang-switcher a.active {
  color: #BD0036;
  font-weight: bold;
}
header .menu-wrapper .topbar .lang-switcher a:hover, header .menu-wrapper .topbar .lang-switcher a:focus-visible {
  text-decoration: underline;
  outline: none;
}
header .mobile-hamburger {
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 28px;
}
@media (min-width: 1025px) {
  header .mobile-hamburger {
    display: none;
  }
}
header .mobile-hamburger .hamburger-wrap {
  position: relative;
  z-index: 10;
  transition: 0.3s ease-in-out all;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
header .mobile-hamburger .hamburger-wrap:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
header .mobile-hamburger .hamburger-wrap .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #BD0036;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .mobile-hamburger .hamburger-wrap .hamburger:hover {
  cursor: pointer;
}
header .mobile-hamburger .hamburger-wrap .hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .mobile-hamburger .hamburger-wrap .hamburger.is-active {
  animation: smallbig 0.6s forwards;
}
@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1),
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2),
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .dropdown ul {
    display: none !important;
  }
  .dropdown.open > ul {
    display: block !important;
  }
  .dropdown.open > ul li .childrens {
    display: block !important;
  }
}
.high-contrast header .mobile-hamburger .hamburger-wrap .hamburger .line {
  background-color: #ffdb47;
}
.high-contrast header .menu-wrapper .topbar .contrast-switcher label {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .contrast-switcher label {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .contrast-switcher .switch:focus-visible {
  outline: 2px solid #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .contrast-switcher .switch:focus-visible {
    outline: 2px solid #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .contrast-switcher .switch.active .left {
  border-color: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .contrast-switcher .switch.active .left {
    border-color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .contrast-switcher .switch.active .right {
  border-color: #ffdb47;
  background-color: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .contrast-switcher .switch.active .right {
    border-color: #000000;
    background-color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .font-size-controls button {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .font-size-controls button {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .font-size-controls button:focus-visible {
  outline: 2px solid #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .font-size-controls button:focus-visible {
    outline: 2px solid #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .font-size-controls button svg path {
  fill: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .font-size-controls button svg path {
    fill: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .font-size-controls .label sub {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .font-size-controls .label sub {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .lang-switcher {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .lang-switcher {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper .topbar .lang-switcher a.active {
  color: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper .topbar .lang-switcher a.active {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper nav ul li a {
  color: #ffffff;
  border-color: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper nav ul li a {
    color: #000000;
  }
}
.high-contrast header .menu-wrapper nav ul li a:hover, .high-contrast header .menu-wrapper nav ul li a:focus-visible {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper nav ul li a:hover, .high-contrast header .menu-wrapper nav ul li a:focus-visible {
    background-color: #000000;
    color: #ffdb47;
  }
}
.high-contrast header .menu-wrapper nav ul li a:hover svg path, .high-contrast header .menu-wrapper nav ul li a:focus-visible svg path {
  fill: #000000;
}
.high-contrast header .menu-wrapper nav ul li a svg path {
  fill: #ffdb47;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper nav ul li a svg path {
    fill: #000000;
  }
}
.high-contrast header .menu-wrapper nav ul li.search form:has(input:focus, input:focus-visible, input:hover) .icon svg path {
  fill: #000000;
}
@media (max-width: 1024px) {
  .high-contrast header .menu-wrapper nav ul li.search form button .icon svg path {
    fill: #000000;
  }
}
.high-contrast header .menu-wrapper nav ul li.search .input-wrapper input:focus-visible, .high-contrast header .menu-wrapper nav ul li.search .input-wrapper input:hover {
  background-color: #ffffff;
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.search .input-wrapper input:focus-visible::placeholder, .high-contrast header .menu-wrapper nav ul li.search .input-wrapper input:hover::placeholder {
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul {
  background-color: #ffffff;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul li a {
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul li a:focus-visible, .high-contrast header .menu-wrapper nav ul li.dropdown > ul li a:hover {
  background-color: #ffdb47;
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a {
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a:focus-visible, .high-contrast header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a:hover {
  background-color: #ffdb47;
  color: #000000;
}
.high-contrast header .menu-wrapper nav ul li.dropdown > ul li ul.childrens li a:before {
  background-color: #000000;
}

footer {
  background-color: #003B5C;
}
footer .container {
  padding-top: 65px;
  padding-bottom: 60px;
}
@media (max-width: 700px) {
  footer .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
footer .container .wrapper {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 700px) {
  footer .container .wrapper {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
}
footer .container .wrapper .col {
  max-width: calc(25% - 20px);
  margin: 0 10px;
  width: 100%;
}
@media (max-width: 700px) {
  footer .container .wrapper .col {
    max-width: 100%;
    padding: 30px 30px 0 30px;
  }
  footer .container .wrapper .col:first-of-type {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container .wrapper .col:first-of-type h4, footer .container .wrapper .col:first-of-type .editor-wrapper {
    width: 100%;
  }
}
footer .container .wrapper .col h4 {
  color: #FFAE00;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 10px;
}
footer .container .wrapper .col * {
  color: #ffffff;
}
footer .container .wrapper .col .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 99px;
  background-color: #ffffff;
  margin-bottom: 49px;
}
@media (max-width: 700px) {
  footer .container .wrapper .col .logo {
    margin-bottom: 30px;
  }
}
footer .container .wrapper .col .logo img {
  width: 135px;
  height: 80px;
}
footer .container .wrapper .col .editor-wrapper strong {
  margin: 0;
}
footer .container .wrapper .col .editor-wrapper * {
  color: #ffffff;
}
footer .container .wrapper .col .editor-wrapper *:first-of-type {
  margin-top: 0;
}
footer .container .wrapper .col .editor-wrapper p {
  font-size: 0.875rem;
}
footer .container .wrapper .col ul {
  list-style: none;
}
footer .container .wrapper .col ul li a {
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 700;
  padding: 9px 0 5px 0;
}
footer .container .wrapper .col ul li a:focus, footer .container .wrapper .col ul li a:hover {
  background-color: #BD0036;
  outline: none;
  color: #ffffff;
}
footer .container .wrapper .col ul li .childrens li a {
  font-weight: 400;
  position: relative;
  padding: 5px 0 5px 13px;
}
footer .container .wrapper .col ul li .childrens li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #FFAE00;
  border-radius: 50%;
}
footer .container .wrapper .col ul li .childrens ul.childrens-more li a:before {
  background-color: #FFAE00;
}
footer .copyright {
  display: flex;
  justify-content: center;
  padding: 40px 0 50px 0;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  footer .copyright {
    padding: 30px 40px 20px 40px;
    text-align: center;
  }
}
footer .copyright p {
  color: #003B5C;
  font-size: 1rem;
  font-weight: 600;
}

.high-contrast footer {
  background-color: #000000;
  border-top: 1px solid #ffffff;
}
.high-contrast footer .container .wrapper .col h4 {
  color: #ffdb47;
}
.high-contrast footer .container .wrapper ul li a:focus, .high-contrast footer .container .wrapper ul li a:hover {
  background-color: #ffdb47;
  outline: none;
  color: #000000;
}
.high-contrast footer .container .wrapper ul li .childrens li a:before {
  background-color: #ffdb47 !important;
}
.high-contrast footer .container .wrapper ul li .childrens li a:focus:before, .high-contrast footer .container .wrapper ul li .childrens li a:hover:before {
  background-color: #000000 !important;
}
.high-contrast footer .copyright p {
  color: #000000;
}

.btn-wrapper .btn {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  max-width: 347px;
  min-height: 50px;
  width: 100%;
  background: #BD0036;
  color: #fff;
  border-radius: 50px;
  font-size: 1.125rem;
  text-decoration: none;
  animation: fadeInUp 0.8s ease backwards;
  animation-delay: 0.8s;
}
.btn-wrapper .btn:hover {
  background-color: #FFAE00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btn-wrapper .btn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.btn-wrapper .btn.animation-off {
  animation: none;
}
.btn-wrapper .btn.green-text {
  color: #8A1538;
  background-color: transparent;
  padding: 0;
  min-height: initial;
  justify-content: flex-start;
  font-size: 0.875rem;
}
.btn-wrapper .btn.green-text .icon svg path {
  fill: #BD0036;
}
.btn-wrapper .btn .icon {
  width: 21px;
  height: 20px;
  margin-left: 10px;
}

.high-contrast .btn-wrapper .btn {
  background-color: #ffffff;
  color: #000000;
}
.high-contrast .btn-wrapper .btn .icon svg path {
  fill: #000000;
}
.high-contrast .btn-wrapper .btn:focus-visible {
  outline: 4px solid #000000;
  outline-offset: 2px;
}

.input-wrapper {
  max-width: 100%;
  width: 100%;
}
.input-wrapper.search-wrapper input {
  padding-right: 25px;
}
.input-wrapper input {
  max-width: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #BD0036;
  font-size: 0.875rem;
  font-weight: 400;
  color: #BD0036;
  min-height: 32px;
  max-height: 32px;
  padding: 9px 10px;
}
.input-wrapper input::placeholder {
  font-size: 0.875rem;
  font-weight: 700;
  color: #BD0036;
}
.input-wrapper button {
  height: 0;
  background: transparent;
  border: none;
  width: 0;
  padding: 0;
  outline: none;
}
.input-wrapper .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 32px;
}
.input-wrapper .icon svg {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}
.input-wrapper .icon svg path {
  fill: #BD0036;
}

.high-contrast .input-wrapper input {
  border-color: #ffdb47;
  color: #ffffff;
  font-weight: 700;
}
.high-contrast .input-wrapper input::placeholder {
  color: #ffffff;
}
.high-contrast .input-wrapper .icon svg path {
  fill: #ffdb47;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BD0036;
  padding: 5px 15px;
  color: #ffffff;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
  transition: top 0.3s ease;
  max-width: 347px;
  height: 50px;
  outline: none;
}
.skip-link:focus {
  top: 0;
}

.editor-wrapper * {
  margin: 0;
  margin-top: 20px;
  color: #5D0097;
}
@media (max-width: 1150px) {
  .editor-wrapper * {
    margin-top: 10px;
  }
}
.editor-wrapper *:first-child {
  margin-top: 0;
}
.editor-wrapper h1 {
  font-weight: 800;
  font-size: 2.25rem;
}
.editor-wrapper h2 {
  font-weight: 800;
  font-size: 1.75rem;
}
.editor-wrapper h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
.editor-wrapper h4 {
  font-weight: 700;
  font-size: 1.125rem;
}
.editor-wrapper h5 {
  font-weight: 700;
  font-size: 1rem;
}
.editor-wrapper span {
  display: inline-block;
}
.editor-wrapper p {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .editor-wrapper p {
    font-size: 1.125rem;
  }
}
.editor-wrapper strong {
  display: inline-block;
}
.editor-wrapper ul {
  list-style: none;
}
.editor-wrapper ul li {
  position: relative;
  padding-left: 14px;
  color: #003B5C;
  margin-top: 10px;
  font-size: 1rem;
}
.editor-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background-color: #FFAE00;
  border-radius: 50%;
  transition: 0.3s;
}
.editor-wrapper iframe {
  max-width: 100%;
  max-height: 100%;
}
.editor-wrapper ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
.editor-wrapper ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  font-size: 1rem;
}
.editor-wrapper ol li:before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #5D0097;
  font-size: 1rem;
}
.editor-wrapper ol li:after {
  content: "|";
  position: absolute;
  left: 15px;
  top: 0;
  font-weight: bold;
  color: #D799FD;
  font-size: 1rem;
}
.editor-wrapper q {
  display: block;
  color: #5D0097 !important;
  font-style: italic;
}

.high-contrast ul li:before, .high-contrast ol li:before {
  background-color: #ffdb47;
}

.post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 255px;
  border: 1px solid #003B5C;
  overflow: hidden;
  text-decoration: none;
  padding: 15px;
}
@media (max-width: 500px) {
  .post {
    min-height: initial;
  }
}
.post.reverse .bg img {
  transform: translateY(0);
}
.post.reverse .bg .mask {
  transform: translateY(0);
}
.post.reverse * {
  color: #ffffff !important;
}
.post.reverse .btn-wrapper .icon svg path {
  fill: #ffffff;
}
.post.reverse:hover .bg img {
  transform: translateY(-100%);
}
.post.reverse:hover .bg .mask {
  transform: translateY(-100%);
}
.post.reverse:hover * {
  color: #003B5C !important;
}
.post.reverse:hover .small-info *, .post.reverse:hover .editor-wrapper * {
  color: #5D0097 !important;
}
.post.reverse:hover .btn-wrapper .icon svg path {
  fill: #003B5C;
}
.post .bg .mask {
  background-color: rgba(0, 59, 92, 0.7);
}
.post:hover:before, .post:focus-visible:before {
  background-color: #FFAE00;
}
.post:hover .bg img, .post:focus-visible .bg img {
  transform: translateY(0);
}
.post:hover .bg .mask, .post:focus-visible .bg .mask {
  transform: translateY(0);
}
.post:hover *, .post:focus-visible * {
  color: #ffffff !important;
}
.post:hover .btn-wrapper .icon svg path, .post:focus-visible .btn-wrapper .icon svg path {
  fill: #ffffff;
}
.post:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8A1538;
  z-index: 10;
}
.post .bg {
  z-index: -1;
}
.post .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: translateY(-100%);
  transition: 0.7s;
}
.post .bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-100%);
  transition: 0.7s;
}
.post * {
  z-index: 1;
  margin: 0;
}
.post .small-info {
  position: relative;
}
.post .small-info * {
  color: #003B5C;
  font-size: 0.875rem;
}
.post .direction-name {
  position: relative;
  margin: 5px 0 15px 0;
}
.post .direction-name * {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003B5C;
}
@media (max-width: 500px) {
  .post .direction-name * {
    font-size: 14px;
  }
}
.post .editor-wrapper {
  position: relative;
}
.post .editor-wrapper * {
  color: #003B5C;
}
.post .editor-wrapper p {
  font-size: 0.875rem;
  font-weight: 700;
}
.post .editor-wrapper ul li {
  font-size: 0.875rem;
  margin-top: 5px;
}
.post .btn-wrapper {
  margin-top: 17px;
}

.high-contrast .post {
  border-color: #ffffff;
}
.high-contrast .post:hover:before, .high-contrast .post:focus-visible:before {
  background-color: #ffdb47 !important;
}
.high-contrast .post:before {
  background-color: #ffffff !important;
  height: 10px;
}
.high-contrast .post .content .bg {
  display: none;
}
.high-contrast .post .content .small-info * {
  color: #ffffff;
}
.high-contrast .post .content .direction-name * {
  color: #ffdb47;
}
.high-contrast .post .content .editor-wrapper * {
  color: #ffffff;
}
.high-contrast .post .btn-wrapper .btn {
  background-color: transparent;
  color: #ffffff;
}
.high-contrast .post .btn-wrapper .btn .icon svg path {
  fill: #ffdb47;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.title-wrapper.left {
  text-align: left;
}
.title-wrapper.border-bottom * {
  padding-bottom: 10px;
  border-bottom: 1px solid #8A1538;
}
.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper h5, .title-wrapper h6 {
  font-size: 1.75rem;
  color: #003B5C;
  font-weight: 800;
  margin: 0;
  width: 100%;
}
.title-wrapper h1.green, .title-wrapper h2.green, .title-wrapper h3.green, .title-wrapper h4.green, .title-wrapper h5.green, .title-wrapper h6.green {
  color: #003B5C;
}

.high-contrast .title-wrapper.border-bottom * {
  border-color: #ffdb47;
}
.high-contrast h1, .high-contrast h2, .high-contrast h3, .high-contrast h4, .high-contrast h6, .high-contrast h6 {
  color: #ffffff;
}
.high-contrast h1.green, .high-contrast h2.green, .high-contrast h3.green, .high-contrast h4.green, .high-contrast h6.green, .high-contrast h6.green {
  color: #ffdb47;
}

.modal-content .row > .column {
  padding: 0 8px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Modal Content */
}
.modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 90vw;
}
.modal .modal-content .preview-images {
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .preview-images .column {
  width: calc(25% - 10px);
  margin: 5px;
  border-radius: 10px;
}
.modal .modal-content .preview-images .column img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 240px;
  height: 100%;
  border-radius: 10px;
}
.modal .visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* The Close Button */
.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 2.1875rem;
  font-weight: bold;
  background-color: transparent;
  border: none;
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}
.mySlides img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.modal-content .prev,
.modal-content .next {
  cursor: pointer;
  position: absolute;
  top: 100px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 100;
  background-color: black;
}

/* Position the "next button" to the right */
.modal-content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-content .prev:hover,
.modal-content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.modal-content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: black;
}

.modal-content .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal-content .demo {
  opacity: 0.6;
  transition: 0.3s;
}

.modal-content .active,
.modal-content .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.checkbox-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #003B5C;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  padding: 4.5px 18px;
  width: 100%;
  transition: 0.3s;
  height: 100%;
}
.checkbox-wrapper:hover, .checkbox-wrapper.active {
  background: rgba(0, 59, 92, 0.1);
}
.checkbox-wrapper:focus-visible, .checkbox-wrapper:focus-within {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-wrapper .custom-box {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  background-color: white;
  color: transparent;
  transition: all 0.2s ease;
  border: 1px solid #BD0036;
  border-radius: 50%;
  margin-left: 10px;
}
.checkbox-wrapper .custom-box svg {
  display: none;
}
.checkbox-wrapper .custom-box svg path {
  stroke: #BD0036;
  fill: #BD0036;
}
.checkbox-wrapper input[type=checkbox]:checked + .custom-box svg {
  display: block;
}
.checkbox-wrapper .checkbox-label {
  text-align: center;
  font-size: 0.875rem;
  color: #003B5C;
}

.high-contrast .checkbox-wrapper {
  border-color: #ffffff;
}
.high-contrast .checkbox-wrapper:hover, .high-contrast .checkbox-wrapper.active {
  background: #ffdb47;
}
.high-contrast .checkbox-wrapper:hover .checkbox-label, .high-contrast .checkbox-wrapper.active .checkbox-label {
  color: #000000 !important;
}
.high-contrast .checkbox-wrapper:focus-visible, .high-contrast .checkbox-wrapper:focus-within {
  outline: 4px solid #ffdb47;
  outline-offset: 2px;
}
.high-contrast .checkbox-wrapper .checkbox-label {
  color: #ffffff;
}
.high-contrast .checkbox-wrapper .custom-box svg path {
  stroke: #000000;
  fill: #000000;
}

.banner {
  height: 500px;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .banner {
    height: 450px;
  }
}
.banner.small {
  height: 250px;
}
.banner.small .bg video, .banner.small .bg img {
  height: 100%;
  object-fit: cover;
}
.banner.small .container .editor-wrapper h1, .banner.small .container .editor-wrapper h2 {
  font-size: 36px !important;
}
.banner .bg {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.banner .bg video, .banner .bg img, .banner .bg .alternative-img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .banner .bg video, .banner .bg img, .banner .bg .alternative-img {
    height: 100%;
    object-fit: cover;
  }
}
.banner .bg .alternative-img {
  display: none;
}
.banner .bg .overlay {
  max-width: 1133px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 59, 92, 0.7);
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 1700px) {
  .banner .bg .overlay {
    max-width: 1000px;
  }
}
@media (max-width: 1500px) {
  .banner .bg .overlay {
    max-width: 900px;
  }
}
@media (max-width: 1370px) {
  .banner .bg .overlay {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .banner .bg .overlay {
    max-width: 700px;
  }
}
@media (max-width: 1100px) {
  .banner .bg .overlay {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .banner .bg .overlay {
    max-width: 100%;
  }
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 89px;
  padding-bottom: 95px;
  height: 100%;
}
@media (max-width: 1024px) {
  .banner .container {
    padding-top: 169px;
  }
}
.banner .container .editor-wrapper h1, .banner .container .editor-wrapper h2 {
  font-weight: 800;
  font-size: 4.375rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .banner .container .editor-wrapper h1, .banner .container .editor-wrapper h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 800px) {
  .banner .container .editor-wrapper h1, .banner .container .editor-wrapper h2 {
    font-size: 2rem;
  }
}
.banner .container .editor-wrapper p {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .banner .container .editor-wrapper * {
    text-align: center;
  }
}
.banner .container .btn-wrapper {
  margin-top: 60px;
}
@media (max-width: 500px) {
  .banner .container .btn-wrapper {
    display: flex;
    justify-content: center;
  }
}

.high-contrast .banner .bg video {
  visibility: hidden; /* lub */
  display: none; /* albo inne zmiany */
}
.high-contrast .banner .bg .alternative-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.high-contrast .banner .bg .overlay {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.high-contrast .banner .container .editor-wrapper * {
  color: #ffffff;
}

.filter-posts {
  padding-bottom: 65px;
}
@media (max-width: 500px) {
  .filter-posts {
    padding-bottom: 0;
  }
}
.filter-posts .container {
  border: 1px solid #003B5C;
  border-top: 0;
  position: relative;
  padding-bottom: 135px;
}
@media (max-width: 500px) {
  .filter-posts .container {
    padding-bottom: 30px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.filter-posts .container .wrapper {
  display: flex;
  flex-direction: column;
}
.filter-posts .container .wrapper .header {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #003B5C;
  margin-bottom: 20px;
}
.filter-posts .container .wrapper .header .title * {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.filter-posts .container .wrapper .header .actions {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
.filter-posts .container .wrapper .header .actions button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  margin-right: 30px;
  padding: 0;
  font-size: 0.875rem;
  color: #003B5C;
  cursor: pointer;
}
.filter-posts .container .wrapper .header .actions button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.filter-posts .container .wrapper .header .actions button:last-of-type {
  margin-right: 0;
}
@media (max-width: 500px) {
  .filter-posts .container .wrapper .header .actions button span {
    display: none;
  }
}
.filter-posts .container .wrapper .header .actions button .icon {
  margin-left: 5px;
}
.filter-posts .container .wrapper .header .actions button svg path {
  fill: #BD0036;
}
.filter-posts .container .wrapper .filter-box {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.filter-posts .container .wrapper .filter-box.show {
  max-height: 1000px; /* lub więcej, jeśli potrzeba */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  overflow: visible;
  margin-bottom: 30px;
}
.filter-posts .container .wrapper .filter-box .row {
  display: flex;
  width: 100%;
}
@media (max-width: 700px) {
  .filter-posts .container .wrapper .filter-box .row {
    display: flex;
    flex-direction: column;
  }
}
.filter-posts .container .wrapper .filter-box .row .col {
  max-width: calc(50% - 10px);
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .filter-posts .container .wrapper .filter-box .row .col {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.filter-posts .container .wrapper .filter-box .row .col:nth-of-type(odd) {
  margin-right: 10px;
}
.filter-posts .container .wrapper .filter-box .row .col:nth-of-type(even) {
  margin-left: 10px;
}
@media (max-width: 1140px) {
  .filter-posts .container .wrapper .filter-box .row.group-row {
    flex-direction: column;
  }
}
.filter-posts .container .wrapper .filter-box .row.group-row .group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(33.3% - 13.3px);
  margin-right: 20px;
  border: 1px solid #003B5C;
  border-radius: 20px;
  padding: 5px 8px 10px 8px;
}
@media (max-width: 1140px) {
  .filter-posts .container .wrapper .filter-box .row.group-row .group {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filter-posts .container .wrapper .filter-box .row.group-row .group:last-of-type {
  margin-right: 0;
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .title-wrapper {
  margin-bottom: 5px;
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .title-wrapper * {
  font-size: 14px;
  color: #003B5C;
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper {
  display: flex;
  flex-direction: row;
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper .col {
  margin-bottom: 0;
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper .col:nth-of-type(odd) {
  margin-right: 10px !important;
}
@media (max-width: 700px) {
  .filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper .col:nth-of-type(odd) {
    margin-right: 2.5px !important;
  }
}
.filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper .col:nth-of-type(even) {
  margin-left: 10px !important;
}
@media (max-width: 700px) {
  .filter-posts .container .wrapper .filter-box .row.group-row .group .wrapper .col:nth-of-type(even) {
    margin-left: 2.5px !important;
  }
}
.filter-posts .container .wrapper .posts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 950px) {
  .filter-posts .container .wrapper .posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .filter-posts .container .wrapper .posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .filter-posts .container .wrapper .posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .filter-posts .container .extra-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
.filter-posts .container .extra-btn-wrapper .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 500px) {
  .filter-posts .container .extra-btn-wrapper .btn {
    left: initial;
    position: relative;
    transform: none;
    margin-top: 46px;
  }
}

.high-contrast .filter-posts .container {
  border-color: #ffffff;
}
.high-contrast .filter-posts .container .wrapper .header {
  border-color: #ffffff;
  color: #ffffff;
}
.high-contrast .filter-posts .container .wrapper .header .actions .filter-icon svg path {
  fill: #ffffff;
}
.high-contrast .filter-posts .container .wrapper .header .actions .clear span {
  color: #ffffff;
}
.high-contrast .filter-posts .container .wrapper .header .actions .clear .icon svg path {
  fill: #ffdb47;
}
.high-contrast .filter-posts .container .wrapper .header .actions button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 1px;
}
.high-contrast .filter-posts .container .wrapper .filter-box .row.group-row .group {
  border-color: #ffffff;
}
.high-contrast .filter-posts .container .wrapper .filter-box .row.group-row .group .title-wrapper * {
  color: #ffffff;
}
.high-contrast .filter-posts .container .extra-btn-wrapper .btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.tiles-icon-link {
  background-color: #E6EBEF;
  padding: 30px 0 47px 0;
  border-bottom: 1px solid #8A1538;
  border-top: 1px solid #8A1538;
}
.tiles-icon-link .container .title-wrapper {
  margin-bottom: 30px;
}
.tiles-icon-link .container .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 950px) {
  .tiles-icon-link .container .tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tiles-icon-link .container .tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tiles-icon-link .container .tiles .tile {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #8A1538;
  padding: 10px;
  text-decoration: none;
}
.tiles-icon-link .container .tiles .tile:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.tiles-icon-link .container .tiles .tile:hover .col .icon-i svg {
  transform: scale(1.1);
}
.tiles-icon-link .container .tiles .tile .col .icon-i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.tiles-icon-link .container .tiles .tile .col .icon-i svg {
  transition: 0.3s ease-in-out;
}
.tiles-icon-link .container .tiles .tile .col:nth-of-type(2) {
  margin-left: 20px;
}
.tiles-icon-link .container .tiles .tile .col .btn-wrapper {
  margin-top: 6px;
}
.tiles-icon-link .container .tiles .tile .col .btn-wrapper .btn {
  box-shadow: none !important;
}
.tiles-icon-link .container .tiles .tile .col .icon-i svg path {
  fill: #003B5C;
}
.tiles-icon-link .container .tiles .tile .col p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  color: #003B5C;
}

.high-contrast .tiles-icon-link {
  background-color: #ffffff;
}
.high-contrast .tiles-icon-link .container .title-wrapper * {
  color: #000000;
}
.high-contrast .tiles-icon-link .container .tiles .tile {
  background-color: #000000;
  border-color: #ffdb47;
}
.high-contrast .tiles-icon-link .container .tiles .tile .col .icon-i svg path {
  fill: #ffdb47;
}
.high-contrast .tiles-icon-link .container .tiles .tile .col p {
  color: #ffffff;
}
.high-contrast .tiles-icon-link .container .tiles .tile .col .btn-wrapper .btn {
  background-color: transparent;
  color: #ffffff;
}
.high-contrast .tiles-icon-link .container .tiles .tile .col .btn-wrapper .btn .icon svg path {
  fill: #ffdb47;
}

.links-bg {
  position: relative;
  padding: 40px 0 180px 0;
}
@media (max-width: 1024px) {
  .links-bg {
    padding: 40px 0 50px 0;
  }
}
.links-bg .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links-bg .bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 59, 92, 0.6);
}
.links-bg .container {
  z-index: 2;
}
.links-bg .container .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .links-bg .container .title-wrapper {
    margin-bottom: 80px;
  }
}
.links-bg .container .title-wrapper * {
  color: #ffffff;
}
.links-bg .container .tiles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 600px) {
  .links-bg .container .tiles {
    margin: 0;
  }
}
.links-bg .container .tiles .tile {
  display: flex;
  align-items: center;
  max-width: calc(50% - 20px);
  margin: 20px 10px 0 10px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .links-bg .container .tiles .tile {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .links-bg .container .tiles .tile {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
.links-bg .container .tiles .tile:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.links-bg .container .tiles .tile:hover .col .icon-i {
  border: 6px solid #FFAE00;
}
.links-bg .container .tiles .tile:hover .col .icon-i svg {
  transform: scale(1.1);
}
.links-bg .container .tiles .tile .col .icon-i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #003B5C;
  transition: 0.3s ease-in-out;
}
.links-bg .container .tiles .tile .col .icon-i svg {
  transition: 0.3s ease-in-out;
}
.links-bg .container .tiles .tile .col .icon-i svg path {
  fill: #003B5C;
}
.links-bg .container .tiles .tile .col:nth-of-type(2) {
  margin-left: 15px;
  width: 100%;
}
.links-bg .container .tiles .tile .col .btn-wrapper {
  margin-top: 6px;
}
.links-bg .container .tiles .tile .col .btn-wrapper .btn {
  box-shadow: none !important;
  color: #ffffff;
}
.links-bg .container .tiles .tile .col .btn-wrapper .btn .icon svg path {
  fill: #ffffff;
}
.links-bg .container .tiles .tile .col p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  color: #FFAE00;
  width: 100%;
  max-width: max-content;
}

.high-contrast .bg .mask {
  background: rgba(0, 0, 0, 0.5);
}
.high-contrast .container .title-wrapper * {
  color: #ffffff;
}
.high-contrast .container .tiles .tile {
  border-color: #ffdb47;
}
.high-contrast .container .tiles .tile:hover .col .icon-i {
  border-color: #ffdb47;
}
.high-contrast .container .tiles .tile .col .icon-i svg path {
  fill: #000000;
}
.high-contrast .container .tiles .tile .col p {
  color: #ffffff;
  border-color: #ffdb47;
}
.high-contrast .container .tiles .tile .col .btn-wrapper .btn {
  background-color: transparent;
  color: #ffffff;
}
.high-contrast .container .tiles .tile .col .btn-wrapper .btn .icon svg path {
  fill: #ffdb47;
}

.title-section {
  margin: 35px 0 50px 0;
}
.title-section .title-wrapper {
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 5px solid #FFAE00;
}
.title-section .title-wrapper h1, .title-section .title-wrapper h2, .title-section .title-wrapper h3 {
  font-size: 2.25rem;
}
.title-section .desc-wrapper p {
  font-size: 1.25rem;
  margin-top: 20px;
}
.title-section .btn-wrapper {
  margin-top: 30px;
}

.high-contrast .title-wrapper {
  border-color: #ffdb47;
}
.high-contrast .desc-wrapper p {
  color: #ffffff;
}

.two-cols-editor {
  margin: 50px 0;
}
.two-cols-editor .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-cols-editor .container > .title-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.two-cols-editor .container > .title-wrapper * {
  font-size: 20px;
}
.two-cols-editor .container .wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 800px) {
  .two-cols-editor .container .wrapper {
    flex-direction: column;
  }
}
.two-cols-editor .container .wrapper.reverse .col:first-of-type {
  order: 2;
  margin-left: 10px;
  margin-right: 0;
}
.two-cols-editor .container .wrapper.reverse .col:last-of-type {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .two-cols-editor .container .wrapper.reverse .col:last-of-type {
    margin-top: 0;
  }
}
.two-cols-editor .container .wrapper .col {
  max-width: calc(50% - 10px);
  width: 100%;
}
.two-cols-editor .container .wrapper .col.full-width {
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 800px) {
  .two-cols-editor .container .wrapper .col {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .two-cols-editor .container .wrapper .col:first-child {
    margin-top: 0;
  }
  .two-cols-editor .container .wrapper .col .title-wrapper, .two-cols-editor .container .wrapper .col .editor-wrapper {
    margin-top: 10px !important;
  }
}
.two-cols-editor .container .wrapper .col:first-of-type {
  margin-right: 10px;
}
.two-cols-editor .container .wrapper .col:last-of-type {
  margin-left: 10px;
}
.two-cols-editor .container .wrapper .col .title-wrapper {
  justify-content: flex-start;
  margin-top: 20px;
}
.two-cols-editor .container .wrapper .col .title-wrapper * {
  font-size: 18px;
}
.two-cols-editor .container .wrapper .col .editor-wrapper {
  margin-top: 20px;
}
.two-cols-editor .container .wrapper .col .editor-wrapper * {
  color: #003B5C;
}
.two-cols-editor .container .wrapper .col img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.two-cols-editor .container .wrapper .col.border-bottom {
  padding-bottom: 15px;
  border-bottom: 2px solid #FFAE00;
}
.high-contrast .two-cols-editor .container .wrapper .col .editor-wrapper * {
  color: #ffffff;
}

.video {
  margin: 50px 0;
}
.video .container .desc-wrapper {
  margin-top: 20px;
  font-size: 20px;
}
.video .container .video-wrapper {
  margin-top: 60px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 proporcje */
  height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video .container .video-wrapper {
    margin-top: 30px;
  }
}
.video .container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.posts .container .posts-wrapper {
  margin: 50px 0 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 950px) {
  .posts .container .posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .posts .container .posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .posts .container .posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.files-download {
  margin: 50px 0;
}
.files-download .container .files-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .files-download .container .files-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.files-download .container .files-wrapper .file {
  display: flex;
  padding: 10px;
  border: 1px solid #D799FD;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.files-download .container .files-wrapper .file:focus {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.files-download .container .files-wrapper .file:hover .icon svg {
  transform: scale(1.1);
}
.files-download .container .files-wrapper .file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.files-download .container .files-wrapper .file .icon svg {
  transition: 0.3s ease-in-out;
}
.files-download .container .files-wrapper .file .editor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 90px);
  margin-left: 20px;
}
.files-download .container .files-wrapper .file .editor-wrapper * {
  color: #003B5C;
}

.steps-info .container .steps-wrapper {
  display: flex;
  flex-direction: column;
}
.steps-info .container .steps-wrapper .step {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
  position: relative;
}
.steps-info .container .steps-wrapper .step:hover .number, .steps-info .container .steps-wrapper .step:focus .number {
  border: 3px solid #0EAFAD;
}
.steps-info .container .steps-wrapper .step:focus {
  outline: 2px solid #000000;
  outline-offset: 1px;
}
.steps-info .container .steps-wrapper .step:last-of-type {
  margin-bottom: 0;
}
.steps-info .container .steps-wrapper .step:last-of-type .number:before {
  content: none;
}
.steps-info .container .steps-wrapper .step .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  min-width: 57px;
  height: 57px;
  min-height: 57px;
  border-radius: 50%;
  border: 1px solid #003B5C;
  vertical-align: middle;
  transition: 0.3s;
}
.steps-info .container .steps-wrapper .step .number:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -55px;
  height: 40px;
  width: 2px;
  background-image: repeating-linear-gradient(to bottom, #A153D1, #A153D1 4px, transparent 4px, transparent 10px);
}
@media (max-width: 550px) {
  .steps-info .container .steps-wrapper .step .number:before {
    height: 80px;
    bottom: -80px;
  }
}
.steps-info .container .steps-wrapper .step .number p {
  font-weight: 800;
  font-size: 2.625rem;
  color: #5D0097;
  line-height: 1;
  margin: 0;
  display: inline-block;
  margin-bottom: 7px;
}
.steps-info .container .steps-wrapper .step .editor-wrapper {
  margin-left: 74px;
}
@media (max-width: 800px) {
  .steps-info .container .steps-wrapper .step .editor-wrapper {
    margin-left: 30px;
  }
}
.steps-info .container .steps-wrapper .step .editor-wrapper * {
  color: #003B5C;
}

.dropdown-action-table {
  margin: 50px 0;
}
.dropdown-action-table .container .wrapper.active {
  margin-top: 15px;
}
.dropdown-action-table .container .wrapper.active .content {
  transform: translateY(0);
  padding: 20px;
  margin-top: 15px;
  height: initial;
  visibility: visible;
}
@media (max-width: 800px) {
  .dropdown-action-table .container .wrapper.active .content {
    padding: 5px;
  }
}
.dropdown-action-table .container .wrapper .action-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 20px 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #A153D1;
  width: 100%;
  outline: none;
  max-width: 100%;
}
.dropdown-action-table .container .wrapper .action-header:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.dropdown-action-table .container .wrapper .action-header span {
  margin: 0;
  color: #5D0097;
  font-size: 20px;
  font-weight: 800;
}
.dropdown-action-table .container .wrapper .action-header .icon.rotated svg {
  transform: rotate(180deg);
}
.dropdown-action-table .container .wrapper .action-header .icon svg {
  transition: transform 0.3s ease;
}
.dropdown-action-table .container .wrapper .content {
  display: flex;
  flex-wrap: wrap;
  border: 1px dotted #A153D1;
  transform: translateY(100%);
  height: 0;
  visibility: hidden;
}
.dropdown-action-table .container .wrapper .content .box {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-action-table .container .wrapper .content .box .col {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #5D0097;
}
@media (max-width: 800px) {
  .dropdown-action-table .container .wrapper .content .box .col {
    padding: 10px;
  }
}
.dropdown-action-table .container .wrapper .content .box .col.color-bg {
  background-color: rgba(54, 131, 130, 0.1);
}
.dropdown-action-table .container .wrapper .content .box .col .label {
  color: #5D0097;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.dropdown-action-table .container .wrapper .content .box .col .value {
  color: #003B5C;
  font-size: 0.875rem;
  font-weight: 400;
}
.dropdown-action-table .container .wrapper .content .info {
  margin-top: 20px;
}
.dropdown-action-table .container .wrapper .content .info p {
  color: #003B5C;
  font-size: 0.875rem;
}
.dropdown-action-table .container .wrapper .content .contact-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 450px) {
  .dropdown-action-table .container .wrapper .content .contact-box {
    flex-wrap: wrap;
  }
}
.dropdown-action-table .container .wrapper .content .contact-box .person {
  max-width: 33.3%;
  width: 100%;
  padding: 20px;
  border-right: 1px solid #A153D1;
}
@media (max-width: 450px) {
  .dropdown-action-table .container .wrapper .content .contact-box .person {
    max-width: 50%;
  }
  .dropdown-action-table .container .wrapper .content .contact-box .person:nth-of-type(2) {
    border-right: none;
  }
}
.dropdown-action-table .container .wrapper .content .contact-box .person:last-of-type {
  border-right: 0;
}
.dropdown-action-table .container .wrapper .content .contact-box .person h5 {
  margin: 0;
  margin-bottom: 5px;
}
.dropdown-action-table .container .wrapper .content .contact-box .person p, .dropdown-action-table .container .wrapper .content .contact-box .person a {
  text-decoration: none;
  color: #003B5C;
  font-size: 0.875rem;
}

.table {
  margin: 50px 0;
}
.table .container .text {
  margin-bottom: 30px;
}
.table .container .text strong {
  color: #5D0097;
  font-size: 16px;
}
.table .container .text p {
  margin-top: 5px;
  color: #003B5C;
  font-size: 14px;
}
.table .container .table-wrapper.responsive-table {
  overflow-x: auto;
  width: 100%;
}
.table .container .table-wrapper.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}
.table .container .table-wrapper.responsive-table table thead tr {
  border-bottom: 2px solid #5D0097;
}
.table .container .table-wrapper.responsive-table table thead th {
  text-align: left;
  padding: 0 15px 15px 0;
  color: #5D0097;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}
.table .container .table-wrapper.responsive-table table tbody tr {
  border-bottom: 1px solid #5D0097;
}
.table .container .table-wrapper.responsive-table table tbody tr:nth-of-type(odd) {
  background-color: #ebf3f3;
}
.table .container .table-wrapper.responsive-table table tbody tr:hover {
  background-color: #d8eaea;
}
.table .container .table-wrapper.responsive-table table tbody tr th {
  text-align: left;
  padding: 15px 15px 10px 0;
  color: #003B5C;
  font-size: 14px;
  font-weight: 400;
}
.table .container .table-wrapper.responsive-table table tbody td {
  padding: 15px 15px 10px 0;
  vertical-align: top;
  font-size: 14px;
  color: #003B5C;
  font-weight: 700;
}

.stats {
  margin: 50px 0;
}
.stats .container .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.stats .container .wrapper .stat-box {
  max-width: calc(33.3% - 20px);
  width: 100%;
  text-align: center;
  transition: transform 0.3s;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .stats .container .wrapper .stat-box {
    max-width: calc(50% - 20px);
  }
}
.stats .container .wrapper .stat-box .stat-number {
  font-size: 4rem;
  font-weight: 900;
  color: #E5BCFF;
  -webkit-text-stroke: 2px #5D0097;
  text-align: center;
  border-bottom: 1px solid #E5BCFF;
  line-height: 1;
  padding-bottom: 20px;
}
.stats .container .wrapper .stat-box .stat-label {
  margin-top: 15px;
  font-size: 1rem;
  color: #003B5C;
}

.icon-text {
  margin: 50px 0;
}
.icon-text .container .title-wrapper {
  margin-bottom: 30px;
}
.icon-text .container .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 800px) {
  .icon-text .container .wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.icon-text .container .wrapper .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #003B5C;
}
.icon-text .container .wrapper .box .icon {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(161, 83, 209, 0.1);
  width: 100%;
}
.icon-text .container .wrapper .box .icon svg {
  max-height: 45px;
  max-width: 100%;
}
.icon-text .container .wrapper .box .text {
  margin-top: 15px;
}
.icon-text .container .wrapper .box .text h4 {
  font-size: 1rem;
  font-weight: 400;
}

.gallery {
  margin: 50px 0;
}
.gallery .container .title-wrapper {
  margin-bottom: 30px;
}
.gallery .container .images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .gallery .container .images-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery .container .images-wrapper .image {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.gallery .container .images-wrapper .image:hover img {
  transform: scale(1.1);
}
.gallery .container .images-wrapper .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .gallery .container .images-wrapper .image img {
    height: 200px;
  }
}
.gallery .container .images-wrapper .image img:focus {
  border: 5px solid #000000;
}