@charset "UTF-8";
/* SASS and Global'ish Stuff */
@font-face {
  font-family: "OpenSans";
  src: url("../../fonts/Opensans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../../fonts/Opensans/static/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "OpenSans", sans-serif;
}

h1 {
  font-weight: 700;
  font-weight: bold;
  line-height: 150%;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  /* identical to box height, or 3rem */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  /* Kolor04 */
  color: #164194;
}

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
}

.wysiwyg p, .wysiwyg li {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #164194;
}

.main-button {
  /* Kolor05 */
  background: #11306E;
  box-shadow: 0rem 0.25rem 0.4813rem rgba(22, 65, 148, 0.5);
  border-radius: 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  /* Kolor07 */
  color: #FFFFFF;
  padding: 0.625rem 3.75rem;
  text-decoration: none;
}
.main-button:hover {
  background: white;
  color: #11306E;
  transition: all 0.3s ease-in-out;
}

header {
  height: 90px;
}
header .navbar-collapse {
  flex-wrap: wrap;
}
header .navbar {
  background: white;
}
header .wcag-menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
header .wcag-menu a {
  color: #1961AC;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}
header .wcag-menu .font-sizer {
  display: flex;
  gap: 0.1875rem;
  font-weight: bold;
  margin-left: 0.9375rem;
}
header .wcag-menu .font-sizer span {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
header .wcag-menu .font-sizer span:nth-child(1) {
  font-size: 0.75rem;
}
header .wcag-menu .font-sizer span:nth-child(2) {
  font-size: 1rem;
}
header .wcag-menu .font-sizer span:nth-child(3) {
  font-size: 1.25rem;
}
header .navbar-brand {
  padding: 0;
  background: #6BB1E2;
  width: 30%;
  height: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
header .navbar-brand .main-logo {
  max-width: 75%;
}
header .navbar-nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
}
header .navbar-nav .nav-item .nav-link {
  /* start */
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #1961AC;
}
header .navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3125rem;
}
header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1875rem;
  background-color: #1961AC;
  transition: width 0.3s ease;
}
header .navbar-nav .nav-link:hover::after {
  width: 100%;
}
header .navbar-nav .nav-link.active::after {
  width: 100%;
}

footer .footer-top {
  background: #11306E;
  padding: 3.75rem;
}
footer .footer-top h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
footer .footer-top .footer-link {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
}
footer .footer-top .footer-text {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}
footer .footer-top .footer-text a:not(.footer-link) {
  text-decoration: none;
  color: white;
  font-size: 1.875rem;
  display: flex;
}
footer .footer-top .footer-text a:not(.footer-link) img {
  width: 2.1875rem;
  height: 2.1875rem;
}
footer .footer-top .footer-text a:not(.footer-link) .dashicons {
  width: 2.5rem;
  height: 2.5rem;
}
footer .footer-top .footer-text a:not(.footer-link) .dashicons::before {
  font-size: 1.875rem;
}
footer .footer-bottom {
  width: 80%;
  margin: 0 auto;
}

.main-banner {
  position: relative;
  overflow: hidden;
  margin-top: 1.25rem;
}
.main-banner .container {
  position: relative;
}
.main-banner .bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.main-banner .bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-banner .banner-content {
  min-height: 18.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
}
.main-banner h1 {
  width: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.main-banner .wysiwyg {
  width: 60%;
}
.main-banner .wysiwyg p {
  margin: 0;
  /* Zobacz, że warto - poznaj historie i wskazówki osób, którym udało się zmienić swoje życie i otoczenie dzięki pomysłowości, zaradności i Funduszom Europejskim. */
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
  /* Kolor07 */
  color: #FFFFFF;
}

.small-banner {
  margin: 4.375rem 0;
}
.small-banner .row {
  width: 100%;
}
.small-banner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #11306E;
}
.small-banner .over-banner-desc {
  margin-bottom: 3.125rem;
  text-align: center;
}
.small-banner .banner-container {
  position: relative;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
}
.small-banner .banner-container .banner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Shadow */
}
.small-banner .banner-container .banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.125rem;
}
.small-banner .banner-container .banner-content {
  padding: 1.25rem;
  background: #A6D4FF;
  border-radius: 0.75rem;
}
.small-banner .banner-container .banner-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.news {
  margin-bottom: 5rem;
}
.news .news-box {
  border-radius: 0.75rem;
}
.news .news-box .img-container {
  max-height: 12.5rem;
  overflow: hidden;
  width: 100%;
  display: block img;
  display-width: 100%;
  display-height: 100%;
  display-object-fit: cover;
}
.news .news-box .text-container {
  background: #A6D4FF;
}
.news .news-box .text-container h3 {
  width: 94%;
  background: #11306E;
  padding: 0.5rem 1.875rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  /* Kolor07 */
  color: #FFFFFF;
}
.news .news-box .text-container h3 a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.news .news-box .text-container p {
  padding: 0.5rem 1.875rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #164194;
  margin-bottom: 0;
}
.news .news-box .text-container .link-container {
  display: flex;
  justify-content: flex-end;
}
.news .news-box .text-container .link-container a {
  font-weight: bold;
  text-decoration: none;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  /* Czytaj więcej */
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  /* Kolor04 */
  color: #164194;
}
.news .news-box .text-container .link-container a span {
  font-size: 2.5rem;
}
.news .button-container {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.main-boxes {
  margin-bottom: 5rem;
}
.main-boxes .concrete-single {
  width: 100%;
  height: 11.875rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.main-boxes .concrete-single img {
  max-width: 100%;
}
.main-boxes .concrete-single .bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 0.75rem;
}
.main-boxes .concrete-single .bg-wrapper .bg-overlay {
  background: rgba(173, 215, 244, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.75rem;
}
.main-boxes .concrete-single .bg-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.main-boxes .concrete-single .concrete-img img {
  width: 100%;
  height: auto;
}
.main-boxes .concrete-single .concrete-text {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  height: 100%;
}
.main-boxes .concrete-single .concrete-text h3 {
  background: #11306E;
  padding: 0.5rem 1.25rem;
  min-height: 4.375rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-boxes .concrete-single .concrete-text h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
  text-transform: uppercase;
  /* Kolor07 */
  color: #FFFFFF;
}

.newsletter .newsletter-container {
  background: #A6D4FF;
  padding: 3.75rem 0;
}
.newsletter .newsletter-container .text-box p {
  font-weight: 500;
}
.newsletter .newsletter-container .form-container input {
  background: #FFFFFF;
  border-radius: 0.75rem;
  color: #11306E;
  width: 100%;
  margin-bottom: 1.25rem;
  border: none;
  height: 3.125rem;
  padding-left: 1.25rem;
}
.newsletter .newsletter-container .form-container input::placeholder {
  color: #11306E;
}
.newsletter .newsletter-container .form-container .button-container {
  display: flex;
  justify-content: flex-start;
}

.video {
  margin-bottom: 5rem;
  /* Główne wideo – zaokrąglenie */
  /* KARTA POWIĄZANEGO WIDEO */
  /* ukryte video do snapshota 1. klatki */
}
.video .video-container {
  width: 90%;
  margin: 1.875rem auto 5.625rem;
  border-radius: 1.25rem;
}
.video .video-container iframe {
  border-radius: 1.25rem;
}
.video .video-container video {
  border-radius: 1.25rem;
}
.video .video .video-container .ratio,
.video .video .video-container iframe,
.video .video .video-container .video-player {
  border-radius: 1.875rem;
  overflow: hidden;
  display: block;
}
.video .relvid-container {
  /* okładka (góra karty) */
  /* obraz/canvas/placeholder – bez własnych radiusów */
  /* przycisk play na środku */
  /* tytuł (dół karty) – tło $mainBlue, zero przerwy z okładką */
}
.video .relvid-container .relvid-link {
  display: block;
  border-radius: 0.9375rem;
  overflow: hidden;
  text-decoration: none;
}
.video .relvid-container .relvid-media {
  position: relative;
  display: block;
}
.video .relvid-container .relvid-thumb,
.video .relvid-container .relvid-canvas,
.video .relvid-container .relvid-thumb.placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  background: #f1f3f5;
  margin: 0;
}
.video .relvid-container .relvid-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.video .relvid-container .relvid-play i {
  font-size: 3.5rem;
  color: #fff;
}
.video .relvid-container .relvid-title {
  display: block;
  background: #11306E;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 0.875rem;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}
.video .relvid-snap {
  display: none;
}
.video .button-container {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.dotations-list {
  margin: 5rem 0;
}
.dotations-list .dotation-item {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.dotations-list .dotation-item .dotation-title {
  color: white;
  background: #11306E;
  padding: 0.375rem 1.25rem;
}
.dotations-list .dotation-item .dotation-title a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #FFFFFF;
}
.dotations-list .dotation-item .dotation-text {
  background: #A6D4FF;
  color: #11306E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  padding: 0.9375rem 1.25rem 0.9375rem;
  color: #164194;
}
.dotations-list .dotation-item .dotation-text p {
  margin-bottom: 0;
}
.dotations-list .dotation-item .dotation-text a {
  text-decoration: none;
  display: flex;
  color: #164194;
  align-items: baseline;
}
.dotations-list .dotation-item .dotation-text .link-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100%;
}
.dotations-list .dotation-item .dotation-text .link-arrow {
  font-size: 2.5rem;
  display: block;
  line-height: 0.625rem;
}

.site-news {
  margin: 5rem 0;
}
.site-news .single-news {
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.site-news .single-news .img-container {
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.site-news .single-news .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-news .single-news .text-container {
  background: #A6D4FF;
  padding-bottom: 1.25rem;
}
.site-news .single-news .text-container .title-container {
  background: #11306E;
  width: 90%;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
}
.site-news .single-news .text-container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: white;
}
.site-news .single-news .text-container h3 a {
  text-decoration: none;
  color: inherit;
}
.site-news .single-news .text-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #164194;
}
.site-news .single-news .text-container .link-container {
  display: flex;
  justify-content: flex-end;
}
.site-news .single-news .text-container .link-container a {
  text-decoration: none;
  font-weight: bold;
  color: #164194;
}
.site-news .single-news .text-container .link-container a span {
  font-size: 2.5rem;
  line-height: 0.625rem;
}

.text-section {
  margin: 5rem 0;
}
.text-section .breadcrumb {
  color: #11306E;
  display: flex;
  gap: 0.5rem;
}
.text-section .breadcrumb a {
  text-decoration: none;
  color: #11306E;
}
.text-section .breadcrumb svg {
  height: 1.5rem;
  fill: #11306E;
}
.text-section .img-container {
  width: 100%;
  height: 100%;
}
.text-section .img-container img {
  width: 100%;
  height: 100%;
  max-height: 31.25rem;
  object-fit: cover;
  display: block;
}
.text-section .featured-image {
  border-radius: 0.9375rem;
}
.text-section h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  text-transform: uppercase;
  /* Kolor04 */
  color: #164194;
}
.text-section .post-date {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* Kolor04 */
  color: #164194;
  margin-bottom: 1.25rem;
  display: block;
}
.text-section .post-excerpt {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #164194;
}
.text-section .main-content {
  margin-top: 3.75rem;
}

.place-container {
  padding: 0.0625rem 1.875rem;
}
.place-container span {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #164194;
}

.experts {
  margin-bottom: 5rem;
}
.experts .expert-box {
  background: #164194;
  box-shadow: 0rem 0.25rem 0.4813rem rgba(22, 65, 148, 0.5);
  text-align: center;
  padding: 1.25rem 1.875rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.experts .expert-box:hover {
  background: white;
  transition: all 0.3s ease;
}
.experts .expert-box:hover h3 {
  color: #11306E;
}
.experts .expert-box h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.event-desc-box {
  box-shadow: 0rem 0.25rem 0.4813rem rgba(22, 65, 148, 0.5);
  border-radius: 0.75rem;
  margin-left: 2.5rem;
  overflow: hidden;
}
.event-desc-box .title-container {
  background: #11306E;
  padding: 0.5rem 1.25rem;
}
.event-desc-box .title-container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #FFFFFF;
}
.event-desc-box .desc-container {
  padding: 1.25rem;
  background: #A6D4FF;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #11306E;
}

.knowmore {
  margin-bottom: 5rem;
}
.knowmore .text-container {
  text-align: center;
}
.knowmore .text-container p {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #164194;
}

.about-fst {
  margin: 5rem 0;
}
.about-fst .wywiswyg p,
.about-fst .wywiswyg ul,
.about-fst .wywiswyg ol {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  color: #11306E;
}
.about-fst .col-md-6 {
  margin-bottom: 1.875rem;
}

.map {
  margin-bottom: 5rem;
}
.map .text-container {
  text-align: center;
}

.map-viewport {
  position: relative;
  width: 100%;
  height: 40.625rem;
  /* okno */
  overflow: hidden;
  background: #f5f7fa;
  touch-action: none;
}

.map-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* << potrzebne, by % wysokości w SVG miał punkt odniesienia */
  will-change: transform;
  cursor: grab;
}

.map-inner.dragging {
  cursor: grabbing;
}

/* Zamiast szerokości – wypełniamy WYSOKOŚĆ okna i trochę więcej,
   żeby mapa nie była „połową” kontenera. Zmieniaj 140% wg uznania (120–200%). */
.map-inner > svg {
  display: block;
  height: 300%;
  width: auto;
}

/* opcjonalnie */
.map-inner svg * {
  vector-effect: non-scaling-stroke;
}

.map-container svg .cls-15,
.map-container svg .cls-6,
.map-container svg .cls-13 {
  transition: fill 0.2s ease, stroke 0.2s ease;
  pointer-events: all;
  /* na wszelki wypadek */
}

/* (opcjonalnie) upewnij się, że pathy nie łapią hovera */
.map-container svg path {
  stroke-width: 0 !important;
  /* pointer-events: none;  // odkomentuj, żeby pathy nie były klikalne */
}

.map .map-legend {
  display: none;
  background: #FFDD00;
  /* Shadow */
  box-shadow: 0rem 0.25rem 0.4813rem rgba(22, 65, 148, 0.5);
  border-radius: 0.75rem;
}
.map .map-legend .title-container {
  background: #11306E;
  width: 90%;
  padding: 0.625rem 1.25rem;
}
.map .map-legend .title-container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  color: #FFFFFF;
}
.map .map-legend .desc-container {
  padding: 0.625rem 1.25rem;
}
.map .map-legend .desc-container h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #11306E;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #6BB1E2;
}
.map .map-legend .desc-container p,
.map .map-legend .desc-container ol,
.map .map-legend .desc-container ul {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #11306E;
}

@media (max-width: 62rem) {
  header .wcag-menu {
    margin-bottom: 1.875rem;
  }
  .news .news-box {
    margin-bottom: 1.875rem;
  }
  .experts .expert-box {
    display: flex !important;
    align-items: center;
    height: 100%;
  }
  .experts .expert-box h3 {
    font-size: 16px;
  }
  .main-banner h1 {
    font-size: 24px;
    width: 90%;
  }
  h2 {
    font-size: 24px;
  }
  .main-banner .banner-content {
    min-height: 188px;
  }
  .place-container span {
    font-size: 12.8px;
    line-height: 19.2px;
  }
  .site-news .single-news .text-container h3 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .site-news .single-news .text-container .link-container a {
    font-size: 12.8px;
  }
  header .navbar-brand {
    width: 75%;
  }
}
@media (max-width: 48rem) {
  footer .footer-top h3 {
    font-size: 1.2rem;
  }
  .experts .col-md-4 {
    margin-bottom: 20px;
  }
  .main-banner h1 {
    font-size: 1.5rem;
    width: 90%;
  }
  h2 {
    font-size: 1.5rem;
  }
  .main-banner .banner-content {
    min-height: 188px;
  }
  .newsletter .newsletter-container {
    padding: 1.875rem 0.9375rem;
  }
  html {
    font-size: 0.875rem;
  }
  footer .footer-top .footer-text {
    flex-wrap: wrap;
  }
  .main-banner .wysiwyg {
    width: 90%;
  }
}
/* tryb kontrastu */
body.high-contrast {
  background: #000 !important;
  color: #fff !important;
}

body.high-contrast * {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

/* powiększona czcionka */
html.font-large {
  font-size: 130%;
}

@media (resolution: 120dpi), (resolution: 1.25dppx) {
  /* np. Windows ustawione na 125% skalowania */
  html {
    zoom: 0.8;
  }
}

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