/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
}

.search-form__button {
  height: auto;
}

.accordion-single-title {
  padding: 1.3rem 0 1.3rem 0;
  color: var(--black);
  font-weight: 800;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-family: "area-normal", sans-serif;
  transition: border-bottom-color 0.5s ease;
}

@media only screen and (min-width: 639px) {
  .accordion-single-title {
    padding: 2rem 0 1.3rem 0;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 959px) {
  .accordion-single-title {
    padding: 2.4rem 5.4rem 2.4rem 0;
    font-size: 2.4rem;
  }
}

.accordion-single-title.is-visible {
  border-bottom-color: var(--black);
}

.accordion-single-title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljk5OTggNi42NjY3NVYyNS4zMzM0TTYuNjY2NSAxNi4wMDAxSDI1LjMzMzIiIHN0cm9rZT0iIzFEMUUyMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

.accordion-single-counter {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #677C6D;
  font-family: "area-normal", sans-serif;
}

@media only screen and (min-width: 639px) {
  .accordion-single-counter {
    top: 0.5rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 959px) {
  .accordion-single-counter {
    top: 1rem;
    left: 0;
    font-size: 1.4rem;
  }
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 1.2rem 3.2rem 3.2rem 0;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.accordion-single-item.is-open .accordion-single-title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjY2NSAxNkgyNS4zMzMyIiBzdHJva2U9IiMxRDFFMjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 1000px;
  /* Ustaw wystarczająco dużą wartość */
}

.accordion-single-title::after,
.accordion-single-title::before {
  transition: all 0.5s ease-in-out;
}

.line,
.line0,
.line1,
.line2,
.line3,
.line4 {
  color: var(--black);
  margin: 0;
}

.lectors {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.lectors-section__container {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 959px) {
  .lectors-section__container {
    flex-direction: row;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 959px) {
  .lectors-section__column {
    width: 50%;
  }
}

.lectors-section__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--dark-blue);
}

@media only screen and (min-width: 639px) {
  .lectors-section__heading {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 959px) {
  .lectors-section__heading {
    font-size: 4.8rem;
  }
}

.lectors__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 959px) {
  .lectors__list {
    flex-direction: row;
  }
}

.lectors__item {
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 2.4rem;
}

@media only screen and (min-width: 959px) {
  .lectors__item {
    width: calc(50% - 2rem);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding: 2rem;
  }
}

.lectors__last-item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  align-items: center;
  row-gap: 4rem;
}

@media only screen and (min-width: 959px) {
  .lectors__last-item {
    width: calc(50% - 2rem);
    padding: 2rem;
  }
}

.lectors__button {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background: var(--dark-blue);
  border-radius: 1.9rem;
  padding: 0.85rem 1.6rem;
  font-family: "Urbanist", sans-serif;
}

.lectors__button:hover {
  color: var(--white);
  background-color: var(--red);
}

.lectors__last-item-image {
  max-width: 17.5rem;
}

@media only screen and (min-width: 959px) {
  .lectors__last-item-image {
    max-width: 23.3rem;
  }
}

.lectors__image {
  flex-shrink: 0;
}

.lectors__image img {
  border-radius: 0.8rem;
  width: 30vw;
  height: 50.56vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 959px) {
  .lectors__image img {
    width: 18.1rem;
    height: 31.2rem;
  }
}

.lectors__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: var(--dark-blue);
}

@media only screen and (min-width: 639px) {
  .lectors__title {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 959px) {
  .lectors__title {
    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 639px) {
  .lectors__title--mobile {
    display: none;
  }
}

.lectors__title--desktop {
  display: none;
}

@media only screen and (min-width: 639px) {
  .lectors__title--desktop {
    display: block;
  }
}

.lectors__text p {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 479px) {
  .lectors__text p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 639px) {
  .lectors__text p {
    font-size: 1.4rem;
  }
}

.lectors__content {
  display: flex;
  flex-direction: column;
}

.panels {
  display: flex;
  margin: 6rem auto 8rem;
  padding: 0;
  list-style-type: none;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  height: 67.3rem;
}

.panels li {
  flex: 0.2;
  display: flex;
  align-items: stretch;
  padding: 1px;
  position: relative;
  background: var(--black);
  cursor: pointer;
  transition: all 0.5s ease;
}

.panels li img.front-image {
  display: none;
}

.panels li.image {
  background-size: cover;
  background-repeat: no-repeat;
  flex: 3;
  transition: all 0.3s ease;
}

.panels li.image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(1, 3, 2) 0%, rgba(1, 3, 2, 0) 75%);
  z-index: 0;
}

.panels li.image img.image-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.panels li.image--1 {
  background-image: url(../images/bartosz_grabowski.d3bc44d9.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.panels li.image--1:hover {
  background-size: 105% 105%;
  /* powiększenie tła na hover */
}

.panels li.image--2 {
  background-image: url(../images/marcin_czyczerski.633fc6da.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.panels li.image--2:hover {
  background-size: 105% 105%;
  /* powiększenie tła na hover */
}

.panels li.image--3 {
  background-image: url(../images/kacper_grabowski.6bf869c0.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.panels li.image--3:hover {
  background-size: 105% 105%;
  /* powiększenie tła na hover */
}

.panels li.image .section-title {
  flex: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

.panels li.image .section-title h2 {
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: unset;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
}

.panels li.image .section-title span.position {
  margin: 0 auto;
  font-size: 2.4rem;
  white-space: nowrap;
  display: flex;
  text-transform: uppercase;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
}

.panels li.image .section-title span.plus-icon {
  margin: 0 auto;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.panels li.narrow {
  width: 7rem;
}

.panels li .position {
  display: none;
}

.panels li.active {
  flex: 7;
  background: #fff;
  cursor: default;
}

.panels li.active img.image-front {
  display: none;
}

.panels li.active .section-title {
  display: none;
}

.panels li.active h2 {
  color: var(--black);
}

.panels li.active .section-content {
  opacity: 1;
  transform: scaleX(1);
}

.panels li.active li.list-item {
  background: none;
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  font-family: "area-normal", sans-serif;
}

.panels li.active li.list-item:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 50%;
  top: 0.8rem;
  left: 0;
  background-color: var(--yellow);
}

.panels li.active .description-wrapper-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 3rem;
  background-color: #263B36;
  color: var(--white);
  text-decoration: none;
  font-family: "Afacad", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.panels li.active .description-wrapper-button:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.panels li .section-title {
  flex: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

.panels li .section-title h2 {
  margin: 0;
  white-space: nowrap;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(270deg);
  transform-origin: 0 0;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 100px;
  left: 15px;
}

.panels li .section-title span.plus-icon {
  margin: 0 auto;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.panels li .section-content {
  flex: 1;
  display: flex;
  margin: 0;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.7s 0.1s ease-out;
}

.panels li .section-content.hidden {
  opacity: 0;
  transform: scaleX(0);
}

.panels li .image-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}

.panels li .image-wrapper-heading {
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-family: "area-normal", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #677C6D;
  margin: 0;
}

.panels li .image-wrapper-heading::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.3rem;
  background-color: var(--yellow);
  margin-top: 0.8rem;
}

.panels li .description-wrapper {
  padding: 20px;
  overflow: hidden;
}

.panels li .section-content-close {
  font-family: "Arial", Courier, monospace;
  font-size: 2rem;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 10;
}

.panels li .description-wrapper-heading {
  font-family: "Afacad", sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
}

.panels li .description-wrapper-subheading {
  font-family: "area-normal", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2rem;
}

.panels li .description-wrapper-position {
  font-family: "area-normal", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #677C6D;
}

.panels.panels-active li:not(.active) {
  flex: 0.2;
  background: var(--black);
  width: 7rem;
}

.panels.panels-active li:not(.active) .section-title h2 {
  color: white;
}

.panels.panels-active li:not(.active) .section-content {
  opacity: 0;
  transform: scaleX(0);
}

.constant-tilt-shake {
  animation: tilt-shaking 0.5s infinite;
}

.vertical-shake {
  animation: vertical-shaking 0.95s infinite;
}

.skew-shake-y {
  animation: skew-y-shake 2.3s infinite;
}

.hithere {
  animation: hithere 3s ease-in-out infinite;
}

.hithere-2 {
  animation: hithere 3s ease-in-out infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes skew-x-shake {
  0% {
    transform: skewX(-15deg);
  }

  5% {
    transform: skewX(15deg);
  }

  10% {
    transform: skewX(-15deg);
  }

  15% {
    transform: skewX(15deg);
  }

  20% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

@keyframes skew-y-shake {
  0% {
    transform: skewY(-15deg);
  }

  5% {
    transform: skewY(15deg);
  }

  10% {
    transform: skewY(-15deg);
  }

  15% {
    transform: skewY(15deg);
  }

  20% {
    transform: skewY(0deg);
  }

  100% {
    transform: skewY(0deg);
  }
}

@keyframes hithere {
  30% {
    transform: scale(1.2);
  }

  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    transform: rotate(0deg) scale(1.2);
  }
}

@keyframes hithere-2 {

  30%,
  60% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(20deg);
  }

  70% {
    transform: rotate(0deg);
  }
}

.newsletter-form form {
  margin: 0;
  font-family: "area-normal", sans-serif;
}

.newsletter-form .form-row {
  display: flex;
}

.newsletter-form .form-control input {
  width: 100%;
  background-color: transparent;
  padding: 1.2rem 1.2rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.newsletter-form input[type=submit] {
  background-color: #FFBD59;
  color: #263B36;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 3.6rem;
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.newsletter-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background-color: #46b450;
  color: var(--white);
  padding: 1rem 2rem;
}

.newsletter-form .wpcf7 form.failed .wpcf7-response-output,
.newsletter-form .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background-color: #dc3232;
  color: var(--white);
  padding: 1rem 2rem;
}

.newsletter-form .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background-color: #f56e28;
  color: var(--white);
  padding: 1rem 2rem;
}

.newsletter-form .wpcf7 form.invalid .wpcf7-response-output,
.newsletter-form .wpcf7 form.unaccepted .wpcf7-response-output,
.newsletter-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--yellow);
  /* Yellow */
  background-color: var(--yellow);
  color: var(--white);
  padding: 1rem 2rem;
}

.articles-block__list {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
  row-gap: 3.2rem;
}

@media only screen and (min-width: 1279px) {
  .articles-block__list {
    row-gap: 12rem;
  }
}

.articles-block__item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media only screen and (min-width: 1279px) {
  .articles-block__item {
    flex-direction: row;
    -moz-column-gap: 3.13vw;
    column-gap: 3.13vw;
  }
}

.articles-block__item-heading {
  margin-top: 0;
  color: var(--black);
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 800;
  font-family: "area-normal", sans-serif;
}

@media only screen and (min-width: 1279px) {
  .articles-block__item-heading {
    font-size: 2.4rem;
  }
}

.articles-block__item-description {
  margin-bottom: 2rem;
}

.articles-block__item-description p {
  font-size: 1.2rem;
  margin: 0;
}

.articles-block__item-link {
  border: 2px solid var(--black);
  padding: 1rem 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  height: 4rem;
  color: var(--black);
  text-decoration: none;
  font-family: "Afacad", sans-serif;
}

.articles-block__item-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.articles-block__item-content {
  order: 2;
}

@media only screen and (min-width: 1279px) {
  .articles-block__item-content {
    order: 1;
  }
}

.articles-block__item-image {
  flex-shrink: 0;
  overflow: hidden;
  order: 1;
}

.articles-block__item-image img {
  max-width: 40rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  filter: grayscale(1);
}

@media only screen and (min-width: 1279px) {
  .articles-block__item-image {
    order: 1;
  }
}

.articles-block__item-image:hover img {
  transform: scale(1.05);
}

.slider-container {
  height: 54rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 639px) {
  .slider-container {
    height: 40rem;
  }
}

.slider-container__container {
  position: absolute;
  width: 100%;
  max-width: 132rem;
  padding-top: 12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  padding-left: 8vw;
  padding-right: 8vw;
}

@media only screen and (min-width: 639px) {
  .slider-container__container {
    padding-top: 6rem;
    padding-left: 3.864vw;
    padding-right: 3.864vw;
  }
}

@media only screen and (min-width: 959px) {
  .slider-container__container {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 1279px) {
  .slider-container__container {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 1439px) {
  .slider-container__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.slider-container__heading {
  font-size: 4rem;
  margin: 0;
  color: var(--white);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2rem;
}

.slider-container__heading span {
  color: var(--yellow);
}

@media only screen and (min-width: 1279px) {
  .slider-container__heading {
    font-size: 8rem;
  }
}

.slider-container__description {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: var(--white);
  font-weight: 600;
  font-family: "area-normal", sans-serif;
}

@media only screen and (min-width: 639px) {
  .slider-container__description {
    font-size: 2.4rem;
  }
}

.slider-container__button {
  color: var(--white);
  border: 2px solid var(--white);
  font-size: 1.2rem;
  padding: 0.6rem 2.4rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
}

.slider-container__button:hover {
  background-color: var(--white);
}

@media only screen and (min-width: 639px) {
  .slider-container__button {
    font-size: 1.4rem;
  }
}

.slider-container .swiper-slide {
  height: 54rem;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 959px) {
  .slider-container .swiper-slide {
    height: 40rem;
  }
}

.vector-line__container {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIxIiBoZWlnaHQ9IjYwMSIgdmlld0JveD0iMCAwIDkyMSA2MDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMzEuNTcgMzAwLjVIMTUwLjVDNjcuNjU3MyAzMDAuNSAwLjUgMzY3LjY1NyAwLjUgNDUwLjVDMC41IDUzMy4zNDMgNjcuNjU3MyA2MDAuNSAxNTAuNSA2MDAuNUg0OTIuMDU4SDc1MS41IiBzdHJva2U9IiM2NzdDNkQiLz4KPHBhdGggZD0iTTE5MC41IDAuNUg3NzAuNUM4NTMuMzQzIDAuNSA5MjAuNSA2Ny42NTczIDkyMC41IDE1MC41QzkyMC41IDIzMy4zNDMgODUzLjM0MyAzMDAuNSA3NzAuNSAzMDAuNUg0NjFIMjMxLjI1IiBzdHJva2U9IiM2NzdDNkQiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31.5rem;
  height: 27rem;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 479px) {
  .vector-line__container {
    width: 40rem;
    height: 34rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__container {
    width: 58rem;
    height: 44rem;
    display: block;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__container {
    width: 88rem;
    height: 65.5rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__container {
    width: 92rem;
    height: 65.5rem;
  }
}

.vector-line__item-heading-one {
  position: absolute;
  top: -3rem;
  left: 5rem;
  font-size: 1rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item-heading-one {
    top: -4rem;
    left: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item-heading-one {
    top: -4rem;
    left: 5rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item-heading-one {
    top: -6rem;
    left: 11rem;
    font-size: 1.4rem;
  }
}

.vector-line__item-heading-two {
  position: absolute;
  top: 7rem;
  left: 5rem;
  font-size: 1rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item-heading-two {
    top: 9rem;
    left: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item-heading-two {
    top: 14rem;
    left: 5rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item-heading-two {
    top: 22rem;
    left: 11rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item-heading-two {
    top: 24rem;
  }
}

.vector-line__item-heading-three {
  position: absolute;
  top: 17rem;
  left: 5rem;
  font-size: 1rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item-heading-three {
    top: 22.5rem;
    left: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item-heading-three {
    top: 33rem;
    left: 5rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item-heading-three {
    font-size: 1.4rem;
    top: 52rem;
    left: 11rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item-heading-three {
    top: 54rem;
  }
}

.vector-line__item {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 800;
  font-family: "area-normal";
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 639px) {
  .vector-line__item {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item {
    font-size: 2.4rem;
  }
}

.vector-line__item::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--yellow);
  border-radius: 50%;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 639px) {
  .vector-line__item::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item::before {
    width: 3.2rem;
    height: 3.2rem;
    top: -4rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:hover::before {
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
  }
}

.vector-line__item:nth-child(1) {
  position: absolute;
  top: 1.4rem;
  left: 3rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(1) {
    top: 1rem;
    left: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(1) {
    top: 1rem;
    left: 5rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(1) {
    left: 10.5rem;
    top: 2rem;
  }
}

.vector-line__item:nth-child(2) {
  position: absolute;
  top: 1.4rem;
  left: 12.4rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(2) {
    top: 1rem;
    left: 16rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(2) {
    top: 1rem;
    left: 24rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(2) {
    top: 2rem;
    left: 40rem;
  }
}

.vector-line__item:nth-child(3) {
  position: absolute;
  top: 1.4rem;
  right: 2rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(3) {
    top: 1rem;
    right: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(3) {
    top: 1rem;
    right: 5rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(3) {
    top: 2rem;
    right: 10rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(3) {
    top: 2rem;
    right: 12rem;
  }
}

.vector-line__item:nth-child(4) {
  position: absolute;
  top: 11.5rem;
  left: 4rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(4) {
    top: 14rem;
    left: 5rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(4) {
    top: 19.5rem;
    left: 6rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(4) {
    top: 30.5rem;
    left: 12.5rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(4) {
    top: 32rem;
  }
}

.vector-line__item:nth-child(5) {
  position: absolute;
  top: 11.5rem;
  left: 14rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(5) {
    top: 14rem;
    left: 17.5rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(5) {
    top: 19.5rem;
    left: 26.5rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(5) {
    top: 30.5rem;
    left: 43rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(5) {
    top: 32rem;
  }
}

.vector-line__item:nth-child(6) {
  position: absolute;
  top: 11.5rem;
  right: 2rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(6) {
    top: 14rem;
    right: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(6) {
    top: 19.5rem;
    right: 6rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(6) {
    top: 30.5rem;
    right: 10rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(6) {
    top: 32rem;
    right: 12rem;
  }
}

.vector-line__item:nth-child(7) {
  position: absolute;
  bottom: 1.7rem;
  left: 2.5rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(7) {
    bottom: 3rem;
    left: 3.5rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(7) {
    bottom: 0rem;
    left: 3rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(7) {
    bottom: -1rem;
    left: 11.5rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(7) {
    bottom: -4rem;
    left: 11rem;
  }
}

.vector-line__item:nth-child(8) {
  position: absolute;
  bottom: 3.5rem;
  left: 13.5rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(8) {
    bottom: 5rem;
    left: 17rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(8) {
    bottom: 2.5rem;
    left: 26rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(8) {
    bottom: 2.5rem;
    left: 42rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(8) {
    bottom: 0;
  }
}

.vector-line__item:nth-child(9) {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}

@media only screen and (min-width: 479px) {
  .vector-line__item:nth-child(9) {
    bottom: 3rem;
    right: 4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line__item:nth-child(9) {
    bottom: 0;
    right: 6rem;
  }
}

@media only screen and (min-width: 959px) {
  .vector-line__item:nth-child(9) {
    bottom: -1rem;
    right: 10rem;
  }
}

@media only screen and (min-width: 1279px) {
  .vector-line__item:nth-child(9) {
    bottom: -3.5rem;
    right: 11rem;
  }
}

.vector-line-vertical__container {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNjI0IiB2aWV3Qm94PSIwIDAgMTYgNjI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAwTDguMDAwMDMgNjI0IiBzdHJva2U9IiM2NzdDNkQiLz4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNGRkJENTkiLz4KPGNpcmNsZSBjeD0iOCIgY3k9Ijg0IiByPSI4IiBmaWxsPSIjRkZCRDU5Ii8+CjxjaXJjbGUgY3g9IjgiIGN5PSIxNjAiIHI9IjgiIGZpbGw9IiNGRkJENTkiLz4KPGNpcmNsZSBjeD0iOCIgY3k9IjIzNiIgcj0iOCIgZmlsbD0iI0ZGQkQ1OSIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iMzEyIiByPSI4IiBmaWxsPSIjRkZCRDU5Ii8+CjxjaXJjbGUgY3g9IjgiIGN5PSIzODgiIHI9IjgiIGZpbGw9IiNGRkJENTkiLz4KPGNpcmNsZSBjeD0iOCIgY3k9IjQ2NCIgcj0iOCIgZmlsbD0iI0ZGQkQ1OSIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iNTQwIiByPSI4IiBmaWxsPSIjRkZCRDU5Ii8+CjxjaXJjbGUgY3g9IjgiIGN5PSI2MTYiIHI9IjgiIGZpbGw9IiNGRkJENTkiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 31.5rem;
  height: 62.4rem;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 479px) {
  .vector-line-vertical__container {
    height: 62.4rem;
  }
}

@media only screen and (min-width: 639px) {
  .vector-line-vertical__container {
    width: 58rem;
    height: 44rem;
    display: none;
  }
}

.vector-line-vertical__item {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "area-normal";
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.vector-line-vertical__item:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
}

.vector-line-vertical__item:nth-child(2) {
  position: absolute;
  top: 7rem;
  left: 0;
}

.vector-line-vertical__item:nth-child(3) {
  position: absolute;
  top: 14.5rem;
  right: 0;
}

.vector-line-vertical__item:nth-child(4) {
  position: absolute;
  top: 22rem;
  left: 0;
}

.vector-line-vertical__item:nth-child(5) {
  position: absolute;
  top: 29.5rem;
  right: 4rem;
}

.vector-line-vertical__item:nth-child(6) {
  position: absolute;
  top: 35rem;
  left: 0;
  text-align: left;
}

.vector-line-vertical__item:nth-child(7) {
  position: absolute;
  top: 45rem;
  right: 0;
  text-align: left;
}

.vector-line-vertical__item:nth-child(8) {
  position: absolute;
  top: 52rem;
  left: 0;
}

.vector-line-vertical__item:nth-child(9) {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
}

.steps-block {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

@media only screen and (min-width: 959px) {
  .steps-block {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}

.steps-block__container {
  display: none;
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
}

@media only screen and (min-width: 959px) {
  .steps-block__container {
    display: flex;
  }
}

.steps-block__column {
  width: 50%;
}

.steps-block__column.left {
  border-right: 1px solid #677C6D;
  padding-right: 3rem;
  position: relative;
}

@media only screen and (min-width: 959px) {
  .steps-block__column.left {
    padding-right: 6rem;
  }
}

.steps-block__column.right {
  display: block;
}

.steps-block__column--with-line {
  --pseudo-height: 0%;
}

.steps-block__column--with-line::after {
  content: "";
  height: var(--pseudo-height);
  /* inne style */
}

.steps-block__column--with-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 4px;
  height: var(--pseudo-height);
  background-color: var(--yellow);
  transform: translateX(-50%);
}

.steps-block__image-container {
  position: sticky;
  top: 8rem;
}

.steps-block__image-arrow {
  position: absolute;
  bottom: 2rem;
  left: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
}

@media only screen and (min-width: 959px) {
  .steps-block__image-arrow {
    width: 4.4rem;
    height: 4.4rem;
    left: -2.2rem;
  }
}

.steps-block__image {
  width: 12rem;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 639px) {
  .steps-block__image {
    width: 20rem;
  }
}

@media only screen and (min-width: 959px) {
  .steps-block__image {
    width: 31.2rem;
  }
}

.steps-block__items {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}

@media only screen and (min-width: 959px) {
  .steps-block__items {
    row-gap: 22rem;
  }
}

.steps-block__item {
  display: flex;
  flex-direction: column;
  max-width: 40rem;
}

.steps-block__item-step {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #677C6D;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 959px) {
  .steps-block__item-step {
    font-size: 1.4rem;
  }
}

.steps-block__item-heading {
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "area-normal";
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 639px) {
  .steps-block__item-heading {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 959px) {
  .steps-block__item-heading {
    font-size: 2.4rem;
  }
}

.steps-block__item-description {
  font-size: 1rem;
}

@media only screen and (min-width: 639px) {
  .steps-block__item-description {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .steps-block__item-description {
    font-size: 1.4rem;
  }
}

.language-switcher {
  margin-left: 6rem;
  display: flex;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.language-switcher a {
  text-decoration: none;
  color: var(--white);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-family: "Afacad", sans-serif;
}

.language-switcher a:hover {
  color: #FFBD59;
}

.language-switcher a.active {
  background-color: var(--white);
  color: var(--black);
}

.btn--expandable {
  display: flex;
  /* Zmiana na inline-flex */
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 50px;
  background-color: var(--yellow);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  padding-left: 10px;
  right: 20px;
  bottom: 8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
  width: 48px;
  /* Początkowa szerokość */
}

@media only screen and (min-width: 1279px) {
  .btn--expandable {
    width: 55px;
    /* Początkowa szerokość */
    height: 55px;
    right: 50px;
    bottom: 20rem;
  }
}

.btn--expandable>a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.btn--expandable .button-text {
  margin-left: 10px;
  opacity: 0;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-family: "Afacad", sans-serif;
}

@media only screen and (min-width: 1279px) {
  .btn--expandable:hover {
    width: 170px;
    /* Docelowa szerokość po rozwinięciu */
  }
}

.btn--expandable:hover .button-text {
  opacity: 1;
}

/* Styl dla ikony */
.btn--expandable svg {
  display: block;
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

.animated-flip-button .animated-button {
  background-color: var(--yellow);
  width: 21rem;
  height: 4rem;
  font-size: 1.6rem;
  font-family: "Afacad", sans-serif;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.animated-flip-button .animated-button:hover {
  background-color: #677C6D;
  color: var(--white);
}

.animated-flip-button .animated-button:hover span {
  color: var(--white);
}

.animated-flip-button .text-container {
  position: relative;
  width: 100%;
  text-align: center;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animated-flip-button .text-container span {
  position: absolute;
  line-height: 1;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.animated-flip-button .text-container span.active {
  opacity: 1;
}

html {
  scroll-snap-type: y proximity;
}

.vector-slider {
  margin-top: 6rem;
}

@media only screen and (min-width: 959px) {
  .vector-slider {
    display: none;
  }
}

.vector-slider li {
  scroll-snap-align: center;
  padding-left: 0.2em;
}

.vector-slider li {
  /* IMPORTANT FOR THE SNAPPING */
  scroll-snap-align: center;
  padding-left: 0.2em;
}

.vector-slider li>span {
  display: inline-block;
}

.vector-slider .cols2 {
  display: flex;
  /* outline:1px solid green; */
}

.vector-slider h3,
.vector-slider ul,
.vector-slider li {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.vector-slider h3 {
  display: block;
  width: 20px;
}

.vector-slider li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media only screen and (min-width: 639px) {
  .vector-slider li {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}

.vector-slider h1 {
  /* background:#c6e6ff; */
  flex-grow: 0;
  align-self: flex-start;
}

.vector-slider ul {
  list-style-type: none;
  padding-left: 0;
  /* outline: 1px solid blue; */
}

.vector-slider ul,
.vector-slider h1,
.vector-slider li {
  line-height: 1;
}

@media only screen and (min-width: 959px) {
  .horizontal {
    display: none;
  }
}

.horizontal-section {
  position: relative;
  background: var(--white);
}

.horizontal__wrap {
  overflow: hidden;
  position: relative;
}

.horizontal__wrap-element {
  top: 40rem;
  width: 100px;
  height: 40px;
}

.horizontal__item-heading-container {
  display: block;
  position: relative;
}

.horizontal .horizontal-sliders {
  display: flex;
  flex-wrap: nowrap;
  width: 500%;
  overflow-x: hidden;
  flex-wrap: nowrap;
  align-self: center;
  height: 82rem;
}

.horizontal__item {
  display: flex;
  min-height: 52rem;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  width: 35rem;
  flex-shrink: 0;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}

@media only screen and (min-width: 639px) {
  .horizontal__item {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 959px) {
  .horizontal__item {
    width: 63rem;
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1439px) {
  .horizontal__item {
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1279px) {
  .horizontal__item:first-child {
    margin-left: 10rem;
  }
}

@media only screen and (min-width: 1439px) {
  .horizontal__item:first-child {
    margin-left: 20rem;
  }
}

.horizontal__item-content {
  min-height: 45rem;
}

.horizontal__item-step {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: "area-noral", sans-serif;
  color: #677C6D;
  text-transform: uppercase;
}

.horizontal__item-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "area-noral", sans-serif;
  color: var(--black);
}

.horizontal__item-date-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.horizontal__item-date-info {
  z-index: 1;
  font-size: 1.4rem;
}

@media only screen and (min-width: 639px) {
  .horizontal__item-date-info {
    bottom: 2.4rem;
  }
}

.horizontal__content-wrapper {
  background: linear-gradient(270deg, rgb(233, 233, 236) 0%, rgb(241, 241, 243) 100%);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  backdrop-filter: blur(20px);
  padding: 2rem 2.8rem 2rem 5.8rem;
  border: 2px solid #E9E9EC;
  border-radius: 1.6rem;
  margin-top: 4rem;
}

@media only screen and (min-width: 959px) {
  .horizontal__content-wrapper {
    margin-top: 10rem;
  }
}

.horizontal__content-container {
  background: linear-gradient(270deg, rgb(233, 233, 236) 0%, rgb(241, 241, 243) 100%);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border: 2px solid #E9E9EC;
  border-radius: 1.6rem;
  margin-top: 4rem;
  width: 28rem;
}

@media only screen and (min-width: 1279px) {
  .horizontal__content-container {
    margin-top: 10rem;
    padding: 2rem 5.8rem;
    width: 50rem;
  }
}

.horizontal__image {
  position: absolute;
  right: 0;
  left: 0;
  top: 42rem;
  z-index: 11;
}

.horizontal__image img {
  width: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.horizontal__image-arrow {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  top: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
}

.horizontal__image-arrow svg {
  transform: rotate(-90deg);
  width: 2.4rem;
}

.main {
  overflow-x: hidden;
  position: relative;
}

.main__element {
  position: absolute;
  left: 10px;
  top: 40rem;
  background: var(--yellow);
  z-index: 10;
  width: 1px;
  height: 3px;
}

.main__element-shadow {
  position: absolute;
  left: 10px;
  top: 40.1rem;
  background: #677C6D;
  z-index: 1;
  width: 90%;
  height: 1px;
}

@media only screen and (min-width: 1279px) {
  .main__element-shadow {
    left: 50px;
    top: 49%;
  }
}

.panels-mobile {
  margin: 6rem auto 2rem;
  padding: 0;
  list-style-type: none;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.panels-mobile__button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

@media only screen and (min-width: 959px) {
  .panels-mobile__button-container {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}

.panels-mobile li {
  display: flex;
  padding: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  height: 68.53vw;
}

@media only screen and (min-width: 959px) {
  .panels-mobile li {
    height: 67.3rem;
  }
}

.panels-mobile li:hover {
  scale: 1.01;
}

.panels-mobile li.image {
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 36.6rem;
}

.panels-mobile li.image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(1, 3, 2) 0%, rgba(1, 3, 2, 0) 75%);
  z-index: 0;
}

.panels-mobile li.image--1 {
  background-image: url(../images/bartosz_grabowski.d3bc44d9.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image--2 {
  background-image: url(../images/marcin_czyczerski.633fc6da.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image--3 {
  background-image: url(../images/kacper_grabowski.6bf869c0.jpg);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image--4 {
  background-image: url(../images/karolina_hutyra.02b60f69.png);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image--5 {
  background-image: url(../images/katarzyna_sokol.800fb102.png);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image--6 {
  background-image: url(../images/natalia_wardejn.42293618.png);
  background-size: 100% 100%;
  /* początkowy rozmiar tła */
  background-repeat: no-repeat;
}

.panels-mobile li.image:hover {
  background-size: 105% 105%;
  /* powiększenie tła przy najechaniu */
}

.panels-mobile li.image .section-title {
  flex: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  z-index: 2;
}

.panels-mobile li.image .section-title h2 {
  margin: 0 auto;
  font-family: "area-normal", sans-serif;
  font-size: 1.2rem;
  white-space: nowrap;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: unset;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 7.6rem;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li.image .section-title h2 {
    font-size: 1.8rem;
    bottom: 11rem;
  }
}

@media only screen and (min-width: 959px) {
  .panels-mobile li.image .section-title h2 {
    font-size: 3.2rem;
    bottom: 14rem;
  }
}

.panels-mobile li.image .section-title span.position {
  margin: 0 auto;
  font-size: 1rem;
  white-space: nowrap;
  display: flex;
  font-family: "area-normal", sans-serif;
  text-transform: uppercase;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 5.5rem;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li.image .section-title span.position {
    font-size: 1.2rem;
    bottom: 8.5rem;
  }
}

@media only screen and (min-width: 959px) {
  .panels-mobile li.image .section-title span.position {
    font-size: 1.8rem;
    bottom: 10rem;
  }
}

.panels-mobile li.image .section-title span.plus-icon {
  margin: 0 auto;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li.image .section-title span.plus-icon {
    width: 4rem;
    height: 4rem;
    bottom: 3rem;
  }
}

@media only screen and (min-width: 959px) {
  .panels-mobile li.image .section-title span.plus-icon {
    width: 4.4rem;
    height: 4.4rem;
    bottom: 4rem;
  }
}

.panels-mobile li .section-title {
  flex: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

.panels-mobile li .section-title h2 {
  margin: 0;
  white-space: nowrap;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(270deg);
  transform-origin: 0 0;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white);
  position: absolute;
  bottom: 55px;
  left: 20px;
  font-size: 1.4rem;
  font-family: "area-normal", sans-serif;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li .section-title h2 {
    bottom: 65px;
    left: 30px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 959px) {
  .panels-mobile li .section-title h2 {
    bottom: 65px;
    left: 20px;
    font-size: 3.2rem;
  }
}

.panels-mobile li .section-title span.plus-icon {
  margin: 0 auto;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li .section-title span.plus-icon {
    width: 4rem;
    height: 4rem;
    bottom: 30px;
  }
}

@media only screen and (min-width: 959px) {
  .panels-mobile li .section-title span.plus-icon {
    width: 4.4rem;
    height: 4.4rem;
    bottom: 40px;
  }
}

.panels-mobile li.list-item {
  background: none;
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1rem;
  font-family: "area-normal", sans-serif;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 639px) {
  .panels-mobile li.list-item {
    font-size: 1.4rem;
  }
}

.panels-mobile li.list-item:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  border-radius: 50%;
  top: 0.8rem;
  left: 0;
  background-color: var(--yellow);
}

@media only screen and (min-width: 639px) {
  .panels-mobile li.list-item:before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.popup-block .popup_body {
  pointer-events: none;
  /* Uniemożliwia interakcję, gdy niewidoczny */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 300ms ease;
  background: rgba(0, 0, 0, 0.7);
  /* Ciemne tło */
  z-index: 1000;
  /* Ustaw na najwyższy poziom */
  /* animacja */
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  transform: scale(1);
}

.popup-block .popup_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Tło dla popupu */
}

.popup-block .popup_body_show {
  opacity: 1;
  pointer-events: auto;
  /* Umożliwia interakcję */
  transform: scale(1);
}

.popup-block .popup_contain {
  position: absolute;
  /* Umożliwia wyśrodkowanie popupu */
  background: #fff;
  min-width: 300px;
  max-width: 95%;
  /* Maksymalna szerokość */
  width: 1024px;
  /* Szerokość popupu */
  margin: auto;
  /* Wyśrodkowanie */
  top: 50%;
  /* Wyśrodkowanie pionowe */
  left: 50%;
  /* Wyśrodkowanie poziome */
  transform: translate(-50%, -50%);
  /* Wyśrodkowanie */
  min-height: 150px;
  padding: 20px;
  /* Padding dla wewnętrznego zawartości */
  padding-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.popup-block .popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup-block .image-wrapper-heading {
  font-family: "area-normal", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #677C6D;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 639px) {
  .popup-block .image-wrapper-heading {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .popup-block .image-wrapper-heading {
    font-size: 2.4rem;
  }
}

.popup-block .image-wrapper-heading::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.3rem;
  background-color: var(--yellow);
  margin-top: 0.8rem;
}

.popup-block .description-wrapper {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media only screen and (min-width: 959px) {
  .popup-block .description-wrapper {
    flex-direction: row;
  }
}

.popup-block .image-wrapper {
  flex-shrink: 0;
}

.popup-block .image-wrapper-image {
  display: none;
}

@media only screen and (min-width: 959px) {
  .popup-block .image-wrapper-image {
    display: block;
  }
}

.popup-block .description-wrapper-heading {
  font-family: "Afacad", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 639px) {
  .popup-block .description-wrapper-heading {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .popup-block .description-wrapper-heading {
    font-size: 3.2rem;
  }
}

.popup-block .description-wrapper-text {
  font-size: 1rem;
}

@media only screen and (min-width: 639px) {
  .popup-block .description-wrapper-text {
    font-size: 1.4rem;
  }
}

.popup-block .description-wrapper-subheading {
  font-family: "area-normal", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 639px) {
  .popup-block .description-wrapper-subheading {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 959px) {
  .popup-block .description-wrapper-subheading {
    font-size: 1.4rem;
  }
}

.popup-block .description-wrapper-position {
  font-family: "area-normal", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #677C6D;
}

@media only screen and (min-width: 639px) {
  .popup-block .description-wrapper-position {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .popup-block .description-wrapper-position {
    font-size: 1.4rem;
  }
}

.popup-block li.list-item {
  background: none;
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1.2rem;
  font-family: "area-normal", sans-serif;
  position: relative;
}

@media only screen and (min-width: 639px) {
  .popup-block li.list-item {
    font-size: 1.4rem;
  }
}

.popup-block li.list-item:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 50%;
  top: 0.8rem;
  left: 0;
  background-color: var(--yellow);
}

.popup-block .description-wrapper-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 3rem;
  background-color: #263B36;
  color: var(--white);
  text-decoration: none;
  font-family: "Afacad", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.popup-block .description-wrapper-button:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.popup-block .swiper-button-next {
  top: 45%;
}

@media only screen and (min-width: 1279px) {
  .popup-block .swiper-button-next {
    right: -1rem;
    top: 53%;
    display: block;
  }
}

@media only screen and (min-width: 1439px) {
  .popup-block .swiper-button-next {
    right: -6rem;
  }
}

.popup-block .swiper-button-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjM2NCAxNEMyNy4zNjQgNi42MTk0OCAyMS4zODA5IDAuNjM2Mzc1IDE0LjAwMDQgMC42MzYzNzVDNi42MTk4MiAwLjYzNjM3NSAwLjYzNjcxOSA2LjYxOTQ4IDAuNjM2NzE5IDE0QzAuNjM2NzE5IDIxLjM4MDUgNi42MTk4MiAyNy4zNjM2IDE0LjAwMDQgMjcuMzYzNkMyMS4zODA5IDI3LjM2MzYgMjcuMzY0IDIxLjM4MDUgMjcuMzY0IDE0WiIgZmlsbD0iI0Y5RjlGNCIgc3Ryb2tlPSIjMjYzQjM2Ii8+CjxwYXRoIGQ9Ik04LjA2MDU1IDE0LjAwMDFIMTkuOTM5NE0xOS45Mzk0IDE0LjAwMDFMMTQgOC4wNjA2N00xOS45Mzk0IDE0LjAwMDFMMTQgMTkuOTM5NSIgc3Ryb2tlPSIjMjYzQjM2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

@media only screen and (min-width: 1279px) {
  .popup-block .swiper-button-next:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyMiAyMikiIHN0cm9rZT0iIzI2M0IzNiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xMi42NjY2IDIyLjAwMDJMMzEuMzMzMyAyMi4wMDAyTTMxLjMzMzMgMjIuMDAwMkwyMiAxMi42NjY4TTMxLjMzMzMgMjIuMDAwMkwyMiAzMS4zMzM1IiBzdHJva2U9IiMyNjNCMzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  }
}

.popup-block .swiper-button-prev {
  display: none;
}

@media only screen and (min-width: 1279px) {
  .popup-block .swiper-button-prev {
    left: -2rem;
    top: 53%;
    display: block;
  }
}

@media only screen and (min-width: 1439px) {
  .popup-block .swiper-button-prev {
    left: -6rem;
  }
}

.popup-block .swiper-button-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NCA0NCkiIHN0cm9rZT0iIzI2M0IzNiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zMS4zMzMzIDIyLjAwMDJMMTIuNjY2NyAyMi4wMDAyTTEyLjY2NjcgMjIuMDAwMkwyMiAxMi42NjY4TTEyLjY2NjcgMjIuMDAwMkwyMiAzMS4zMzM1IiBzdHJva2U9IiMyNjNCMzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.steps-mobile {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 959px) {
  .steps-mobile {
    display: none;
  }
}

.steps-mobile__container {
  display: none;
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
}

@media only screen and (min-width: 959px) {
  .steps-mobile__container {
    display: flex;
  }
}

.steps-mobile__image-arrow {
  position: absolute;
  bottom: 2rem;
  left: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
}

@media only screen and (min-width: 959px) {
  .steps-mobile__image-arrow {
    width: 4.4rem;
    height: 4.4rem;
    left: -2.2rem;
  }
}

.steps-mobile__image-container {
  display: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
  position: relative;
}

.steps-mobile__image {
  width: 16rem;
  margin: 2rem auto 0;
}

.steps-mobile__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-mobile__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 100;
  height: 2px;
  background-color: var(--black);
}

.steps-mobile__items {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}

@media only screen and (min-width: 959px) {
  .steps-mobile__items {
    row-gap: 22rem;
  }
}

.steps-mobile__item {
  display: flex;
  flex-direction: column;
}

.steps-mobile__item-date {
  font-size: 1rem;
  text-transform: uppercase;
  color: #677C6D;
  margin-bottom: 1.6rem;
  display: block;
}

.steps-mobile__item-heading {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "area-normal";
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--black);
}

@media only screen and (min-width: 639px) {
  .steps-mobile__item-heading {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 959px) {
  .steps-mobile__item-heading {
    font-size: 2.4rem;
  }
}

.steps-mobile__item-description {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (min-width: 639px) {
  .steps-mobile__item-description {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .steps-mobile__item-description {
    font-size: 1.4rem;
  }
}

.steps-mobile__pagination-container {
  position: relative;
  width: 100%;
  height: 1rem;
  margin-top: 4rem;
}

.steps-mobile .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  /* Dostosuj według potrzeby */
  width: 100%;
  height: 1px;
  /* Grubość paska */
  background: #677C6D;
  /* Tło paska */
}

.steps-mobile .swiper-pagination-progressbar {
  background: #677C6D;
  /* Kolor paska postępu */
}

.steps-mobile .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--yellow);
  /* Zmień #ff0000 na wybrany kolor */
}

.steps-mobile .swiper-button-next-steps {
  position: absolute;
  left: 50%;
  top: -1rem;
  display: block;
  transform: translateX(-50%);
  z-index: 10;
}

.steps-mobile .swiper-button-next-steps:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMiAxMikiIGZpbGw9IiNGRkJENTkiLz4KPHBhdGggZD0iTTYuOTA5MTIgMTEuOTk5OUwxNy4wOTA5IDExLjk5OTlNMTcuMDkwOSAxMS45OTk5TDEyIDYuOTA5TTE3LjA5MDkgMTEuOTk5OUwxMiAxNy4wOTA4IiBzdHJva2U9IiMyNjNCMzYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.knowledge-button__button {
  font-weight: 700;
  background-color: transparent;
  color: var(--greem-2);
  text-transform: uppercase;
  padding: 0.8rem 2.6rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  font-size: 1.2rem;
  align-items: center;
  font-family: "Afacad", sans-serif;
  border: 2px solid var(--black);
  margin-top: 2rem;
}

.knowledge-button__button svg path {
  transition: all 0.3s ease;
}

.knowledge-button__button:hover {
  color: var(--white);
  background-color: var(--black);
}

.knowledge-button__button:hover:hover svg path {
  stroke: var(--white);
}

@media only screen and (min-width: 1279px) {
  .knowledge-button__button {
    position: absolute;
    bottom: 0;
    left: -4rem;
    transform: translateX(-100%);
  }
}

.polylang_langswitcher {
  display: flex;
  margin-left: 3.125vw;
  width: 7.6rem;
  height: 3.2rem;
  justify-content: space-between;
  position: relative;
}

.polylang_langswitcher .lang-item {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0.8rem;
}

.polylang_langswitcher .lang-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Afacad", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  width: 3.2rem;
  height: 3.2rem;
  text-decoration: none;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 0.8rem;
}

.polylang_langswitcher .lang-item a:hover {
  color: var(--black);
  background-color: var(--white);
}

.polylang_langswitcher .lang-item.current-lang {
  background-color: var(--white);
}

.polylang_langswitcher .lang-item.current-lang a {
  color: var(--black);
}

.polylang_langswitcher .lang-item-pl {
  position: absolute;
  top: -0.2rem;
  left: 0;
}

.polylang_langswitcher .lang-item-en {
  position: absolute;
  top: -0.2rem;
  right: 0;
}

.site {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-height: var(--site-header--height);
  transform: translateY(0);
  z-index: 50;
  transition: transform 0.35s ease;
}

.site-header--custom {
  background: #263B36;
  background-image: linear-gradient(270deg, rgb(103, 124, 109) 0%, rgb(38, 59, 54) 100%);
  padding-bottom: 2rem;
}

.site-header>div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.35s ease;
  z-index: 1;
}

.site-header__navbar {
  display: flex;
  align-items: center;
  width: calc(100% - 2 * var(--site-padding));
  max-width: 132rem;
  margin: auto auto 0.8rem;
  padding-top: 3rem;
}

@media only screen and (min-width: 959px) {
  .site-header__navbar {
    margin-bottom: 1rem;
    justify-content: space-between;
  }
}

.site-header__button {
  overflow: hidden;
  position: relative;
  display: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background: var(--red);
  border-radius: 1.9rem;
  padding: 0.8rem 1.67rem;
  z-index: 0;
  font-family: "Urbanist", sans-serif;
}

@media only screen and (min-width: 959px) {
  .site-header__button {
    display: flex;
  }
}

@media only screen and (min-width: 1279px) {
  .site-header__button {
    padding: 0.85rem 1.6rem;
  }
}

.site-header__button:hover {
  color: var(--white);
  background-color: var(--dark-blue);
}

.site-branding {
  display: flex;
  margin: 0;
}

.site-logo {
  display: block;
}

@media only screen and (min-width: 1279px) {
  .site-logo--mobile {
    display: none;
  }
}

.site-logo--desktop {
  display: none;
}

@media only screen and (min-width: 1279px) {
  .site-logo--desktop {
    display: flex;
  }
}

.site-logo img,
.site-logo svg {
  width: auto;
  max-width: 14rem;
  height: auto;
}

@media only screen and (min-width: 959px) {

  .site-logo img,
  .site-logo svg {
    max-width: 41rem;
  }
}

.site-title {
  display: block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.site-title:hover {
  color: #c8d7ea;
}

.site-navigation {
  display: none;
  margin: auto 0;
}

@media only screen and (min-width: 1279px) {
  .site-navigation {
    display: block;
  }
}

.site-navigation__container {
  display: flex;
  align-items: center;
}

.site-navigation .menu {
  display: flex;
}

.site-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-navigation .menu-item:hover,
.site-navigation .menu-item.is-expanded {
  color: #FFBD59;
}

.site-navigation .menu-item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--white);
  color: inherit;
}

.site-navigation .menu-item-link:hover {
  color: #FFBD59 !important;
  font-weight: 700;
}

.site-navigation .menu-item-link:hover::after {
  width: 100%;
}

.site-navigation .menu-item-link[aria-current=page]::after {
  width: 100%;
}

.site-navigation .menu-item-link:not([href])+button::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-navigation .menu-item-link:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}

.site-navigation .menu>.menu-item>a {
  height: 4.8rem;
  font-family: "Afacad", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}

.site-navigation .menu>.menu-item+li {
  margin-left: 4em;
}

.site-navigation .submenu {
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  width: 14em;
  color: #fff;
  background: #ff5123;
  margin: 0 0 0 -7em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.site-navigation .submenu a {
  visibility: hidden;
}

.site-navigation .submenu[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}

.site-navigation .submenu[aria-hidden=false] a {
  visibility: visible;
}

.site-navigation .submenu-toggle {
  position: unset;
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
  background: transparent;
  margin-left: 0.4rem;
}

.site-navigation .submenu-toggle svg {
  transition: transform 0.35s ease;
}

.site-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.site-navigation .submenu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.625em 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.site-navigation .submenu .menu-item a:hover {
  color: inherit;
}

.site-navigation .submenu .menu-item:first-child::before,
.site-navigation .submenu .menu-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 5px solid;
  border-color: #ff5123 transparent transparent #ff5123;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}

.site-navigation .submenu .menu-item:first-child::after {
  top: -0.4rem;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}

.site-navigation .submenu .menu-item:first-child a {
  border-top: 0;
  padding-top: 1.5em;
}

.site-navigation .submenu .menu-item:last-child a {
  border-bottom: 0;
  padding-bottom: 1.5em;
}

.site-navigation .submenu .menu-item:hover a {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: transparent;
}

.site-navigation .submenu::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
}

.site-navigation .submenu::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2px 0;
  background: inherit;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}

.site-navigation .menu-item:last-child ul {
  left: unset;
  right: 0;
}

.site-navigation .menu-item:last-child ul li:first-child::before,
.site-navigation .menu-item:last-child ul li:first-child::after {
  right: 2.4rem;
  left: unset;
}

.site-navigation+* {
  margin-left: 4.8rem;
}

.site-header.is-sticky .site-navigation .menu-item:hover,
.site-header.is-sticky .site-navigation .menu-item.is-expanded {
  color: #ff5123;
}

.site-header.color .site-navigation .menu-item-link {
  color: var(--black);
}

.mobile-navigation {
  z-index: 10;
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 1279px) {
  .mobile-navigation {
    display: none;
  }
}

.mobile-navigation__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 100;
}

.mobile-navigation__toggle .icon {
  position: absolute;
  width: unset;
  height: auto;
}

.mobile-navigation__toggle .icon--close {
  opacity: 0;
}

.mobile-navigation__toggle[aria-expanded=true] .icon--menu {
  opacity: 0;
}

.mobile-navigation__toggle[aria-expanded=true] .icon--close {
  opacity: 1;
}

.mobile-navigation__container {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-top: 3rem;
  padding-left: 4rem;
  font-weight: 500;
  color: #3b413a;
  background-image: linear-gradient(90deg, rgb(103, 124, 109) 0%, rgb(38, 59, 54) 100%);
  transition: all 0.35s ease;
}

.mobile-navigation__container[aria-hidden=false] {
  left: 0;
  visibility: visible;
}

.mobile-navigation__inner-container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  padding: var(--site-padding) 0 calc(var(--site-padding) + 1.6rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-navigation__inner-container::-webkit-scrollbar {
  display: none;
}

.mobile-navigation .menu {
  padding-top: 4rem;
}

.mobile-navigation .menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mobile-navigation .menu>li:first-child::before {
  display: none;
}

.mobile-navigation .menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  height: auto;
  text-transform: uppercase;
  text-align: left;
  justify-content: flex-start;
  min-height: 6.4rem;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0;
  color: #fff;
  letter-spacing: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 1.4rem;
}

.mobile-navigation .menu-link:not([href])+button::after {
  content: "";
  position: absolute;
  inset: 0;
}

.mobile-navigation .submenu {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.mobile-navigation .submenu-toggle {
  position: unset;
  color: inherit;
  background: transparent;
}

.mobile-navigation .submenu-toggle svg {
  max-width: 0.9rem;
  transition: transform 0.35s ease;
}

.mobile-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.mobile-navigation .submenu .menu-link {
  visibility: hidden;
  padding-left: 0.75em;
}

.mobile-navigation .submenu[aria-hidden=false] {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.mobile-navigation .submenu[aria-hidden=false] .menu-link {
  visibility: visible;
}

.mobile-navigation .polylang_langswitcher {
  margin-top: 3rem;
  margin-left: 0;
}

.mobile-navigation__backdrop {
  top: var(--site-header--height);
  height: calc(100vh - var(--site-header--height));
}

.color .mobile-navigation__toggle .icon--menu svg path {
  stroke: var(--black);
}

.site-content {
  flex: 1;
  max-width: 100vw;
}

.post-item {
  position: relative;
}

.post-item__inner-container {
  background: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px #f2f9fb;
}

.post-item__image {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 66.67%;
}

.post-item__image img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-item__title {
  font-size: 2.1rem;
  margin: 0.5em 0 0.75em;
}

.post-item__date {
  position: relative;
  width: auto;
}

.post-item__content {
  padding: 6% 8% 10%;
}

.post-item__content> :first-child {
  margin-top: 0;
}

.post-item__content> :last-child {
  margin-bottom: 0;
}

.post-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}

@media only screen and (min-width: 639px) {
  .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 959px) {
  .post-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1279px) {
  .post-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pagination {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.pagination .icon-button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
}

.pagination-links {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 5.6rem;
  padding: 0 5.6rem;
}

.pagination-links__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-links__item {
  margin: 0.4rem;
}

.pagination-links__dots {
  margin: 0.4rem;
  pointer-events: none;
}

.pagination-links__prev,
.pagination-links__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0.4rem;
}

.pagination-links__prev {
  left: 0;
  margin-left: 0;
}

.pagination-links__next {
  right: 0;
  margin-right: 0;
}

.pagination-links--without-numbers {
  width: 11.2rem;
}

.pagination-links--without-numbers.is-right-aligned {
  margin-left: auto;
}

.pagination:first-child {
  margin-top: 0;
}

.pagination:last-child {
  margin-bottom: 0;
}

.post-header {
  background: #f3f6f9;
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
}

.post-header__inner-container {
  padding-top: clamp(6.4rem, 6.4rem + 64 * (100vw - 375px) / 905, 12.8rem);
  padding-bottom: clamp(4.8rem, 4.8rem + 48 * (100vw - 375px) / 905, 9.6rem);
}

.post-header__title {
  max-width: var(--max-width--medium);
  font-size: clamp(3.2rem, 3.2rem + 28 * (100vw - 375px) / 905, 6rem);
  text-align: center;
}

.post-header__text {
  max-width: var(--max-width--medium);
  font-size: clamp(1.8rem, 1.8rem + 4 * (100vw - 375px) / 905, 2.2rem);
  line-height: 1.65;
  text-align: center;
}

.site-content__inner-container>.post-header:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}

.post-content {
  position: relative;
}

.post-author {
  display: flex;
  align-items: flex-end;
}

.post-author__avatar {
  margin-right: 2.4rem;
}

.post-author__avatar img {
  border: 3px solid #e5e5e5;
}

.post-author__content {
  display: flex;
  line-height: 1;
  letter-spacing: 0.02em;
}

.post-author__byline {
  font-weight: 500;
}

.post-author__name {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0 0.25em;
}

.post-author.has-avatar .post-author__content {
  flex-flow: column;
  padding-bottom: 0.3rem;
}

.post-author.has-avatar .post-author__byline {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.post-author.has-avatar .post-author__name {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 1rem 0 0;
}

.post-date {
  display: flex;
}

.post-date__label,
.post-date__published {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.5;
}

.post-date__label {
  margin-right: 0.4rem;
}

.post-terms {
  position: relative;
}

.post-terms__label {
  display: block;
  font-size: 1.4rem;
  color: #8290af;
  margin-bottom: 1.6rem;
}

.post-terms__list {
  display: flex;
  padding: 0;
  margin: -0.4rem;
}

.post-terms__list-item {
  margin: 0.4rem;
}

.post-term {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #8290af;
  background: #fff;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.post-term:hover {
  color: #3b413a;
  background: #fafcfe;
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.08);
}

.post-navigation .pagination-links {
  width: 11.2rem;
}

.post-comments {
  position: relative;
  width: auto;
  max-width: unset;
  padding-right: calc((100% - var(--max-width--wide)) / 2 - var(--site-padding));
  padding-left: calc((100% - var(--max-width--regular)) / 2 - var(--site-padding));
  margin-top: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-right: var(--site-padding);
  margin-left: var(--site-padding);
}

.post-comments__heading {
  font-size: 3.2rem;
}

.post-comments__list {
  margin-top: 4.8rem;
}

.post-comments__list ol {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  margin: 3.2rem 0 0;
}

.post-comments__form {
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  padding: 4.8rem 5.6rem 6.4rem;
}

.post-comments__form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2rem + 4 * (100vw - 375px) / 905, 2.4rem);
  margin: 0;
}

.post-comments__form-title>a {
  text-transform: capitalize;
  border: 0;
  margin: 0 auto 0 0.5em;
}

.post-comments__form-title small {
  margin-left: 0.75em;
}

.post-comments__form-title small a {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e9eefd;
  padding: 0.8rem 1.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.post-comments__form-title small a:hover {
  color: #4061a9;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}

.post-comments__list+.post-comments__form {
  margin-top: 5.6rem;
}

.post-comments__pagination {
  max-width: var(--max-width--regular);
  margin: 6.4rem 0;
}

.comment {
  position: relative;
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  margin: 4.8rem 0 0;
}

.comment-body {
  display: flex;
  flex-flow: column;
  padding: 3.2rem;
}

.comment-meta {
  position: relative;
  display: flex;
  flex-flow: column;
}

.comment-author {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  min-height: 7.2rem;
  padding-left: 10.4rem;
}

.comment-author__avatar {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8rem;
  height: 8rem;
}

.comment-author__avatar img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: inset 0 0 0 2px #e9eefd;
  border-radius: 50%;
  padding: 8px;
}

.comment-author__name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.comment-author__role {
  font-weight: 500;
  color: #788ebe;
  background: #f7f9fd;
  padding: 0.375em 0.875em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.comment-author__role+.comment-author__role {
  margin-left: 0.8rem;
}

.comment-date {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}

.comment-date__published {
  color: #788ebe;
  background: #f7f9fd;
  border-radius: 1.6rem;
  padding: 0.5em 1.5em;
}

.comment-awaiting-moderation {
  display: block;
  margin: 1.5em 0 0;
  letter-spacing: 0.02em;
}

.comment-content {
  order: 2;
  margin: 2.4rem 0 0;
}

.comment-content__notice {
  display: block;
  font-size: 1.6rem;
  color: #4086c3;
  background: #f1f9ff;
  padding: 0.75em 1.5em;
}

.comment-toolbar {
  order: 3;
  display: flex;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.comment-reply-link,
.comment-edit-link {
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: #f7f9fd;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0.375em 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #4061a9;
  background: #fff;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}

.comment-edit-link {
  border-left: 0;
}

.comment-reply-link+.comment-edit-link {
  margin-left: 1rem;
}

.comment:first-child {
  margin-top: 0;
}

.comment-form {
  margin-top: 2.4rem;
}

.comment-form__cookies {
  margin-top: 3.2rem;
}

.comment-form__submit {
  margin-top: 4.8rem;
}

.sidebar {
  position: relative;
}

.site-footer {
  overflow: hidden;
  position: relative;
  background: #263B36;
  background-image: linear-gradient(270deg, rgb(103, 124, 109) 0%, rgb(38, 59, 54) 100%);
  z-index: 0;
}

.site-footer__inner-container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.site-footer__container {
  display: flex;
  padding-top: 3.2rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  row-gap: 3.2rem;
  margin-bottom: 3.2rem;
  flex-direction: column;
}

@media only screen and (min-width: 959px) {
  .site-footer__container {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 1279px) {
  .site-footer__container {
    padding-top: 8rem;
    flex-direction: row;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

.site-footer__heading {
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1279px) {
  .site-footer__heading {
    font-size: 8rem;
  }
}

.site-footer__contact-button {
  background-color: #FFBD59;
  color: #263B36;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 3.6rem;
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer__description {
  color: var(--white);
  font-size: 1.2rem;
}

@media only screen and (min-width: 639px) {
  .site-footer__description {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1279px) {
  .site-footer__description {
    font-size: 1.6rem;
  }
}

.site-footer__logo-container {
  width: 31.5rem;
}

@media only screen and (min-width: 959px) {
  .site-footer__logo-container img {
    margin-bottom: 4.4rem;
  }
}

.site-footer__logo-container--desktop {
  display: none;
}

@media only screen and (min-width: 959px) {
  .site-footer__logo-container--desktop {
    display: block;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__logo-container--mobile {
    display: none;
  }
}

.site-footer__slogan {
  color: var(--white);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 1279px) {
  .site-footer__slogan {
    font-size: 4rem;
  }
}

.site-footer__content {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  color: var(--white);
}

@media only screen and (min-width: 959px) {
  .site-footer__content {
    flex-flow: row;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

@media only screen and (min-width: 1279px) {
  .site-footer__content {
    padding-bottom: 3.2rem;
    -moz-column-gap: 14.4rem;
    column-gap: 14.4rem;
  }
}

.site-footer__nav-container {
  display: flex;
  margin-top: 2.4rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media only screen and (min-width: 959px) {
  .site-footer__nav-container {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

.site-footer__nav {
  width: 50%;
  border-top: 2px solid var(--white);
}

@media only screen and (min-width: 959px) {
  .site-footer__nav {
    width: auto;
    max-width: 31.5rem;
  }
}

@media only screen and (min-width: 1279px) {
  .site-footer__nav {
    margin-top: 5.4rem;
    width: 31.5rem;
  }
}

.site-footer__nav ul {
  line-height: 1.2;
}

.site-footer__nav a {
  color: var(--white);
  line-height: 1.2;
  font-family: "area-normal", sans-serif;
}

.site-footer__nav a:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 3.2rem;
}

.site-footer__item a {
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (min-width: 639px) {
  .site-footer__item a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__item a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1279px) {
  .site-footer__item--about-mobile {
    display: none;
  }
}

.site-footer__item--about-desktop {
  display: none;
}

@media only screen and (min-width: 1279px) {
  .site-footer__item--about-desktop {
    display: block;
  }
}

.site-footer__linkedin a {
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2rem;
  display: flex;
}

@media only screen and (min-width: 639px) {
  .site-footer__linkedin a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__linkedin a {
    font-size: 1.4rem;
  }
}

.site-footer__email a {
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2rem;
  display: flex;
}

@media only screen and (min-width: 639px) {
  .site-footer__email a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__email a {
    font-size: 1.4rem;
  }
}

.site-footer__nav-heading {
  font-family: "area-normal", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  color: var(--white);
}

@media only screen and (min-width: 639px) {
  .site-footer__nav-heading {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__nav-heading {
    font-size: 1.6rem;
  }
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 4.6rem;
}

@media only screen and (min-width: 639px) {
  .site-footer__contact {
    margin-bottom: 3.6rem;
  }
}

.site-footer__contact p {
  color: var(--white);
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 639px) {
  .site-footer__contact p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 959px) {
  .site-footer__contact p {
    font-size: 1.4rem;
  }
}

.site-footer__policy {
  display: flex;
  width: 100%;
  padding: 3rem 8vw;
  max-width: 132rem;
  margin: 0 auto;
}

@media only screen and (min-width: 639px) {
  .site-footer__policy {
    padding: 3rem 3.864vw;
  }
}

@media only screen and (min-width: 1439px) {
  .site-footer__policy {
    padding: 3rem 0;
  }
}

.site-footer__policy-link {
  color: var(--white);
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
}

.site-footer__designed {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0;
  font-weight: 500;
}

.site-footer__policy-link {
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
}

@media only screen and (min-width: 639px) {
  .site-footer__policy-link {
    font-size: 1.4rem;
  }
}

.site-footer__policy-link:hover {
  color: var(--white);
}

#scrollToTop {
  width: 4.8rem;
  display: none;
  /* początkowo niewidoczny */
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  z-index: 10;
}

#scrollToTop:hover svg circle {
  fill: #677c6d;
}

@media only screen and (min-width: 1279px) {
  #scrollToTop {
    width: 5.6rem;
    right: 4.6rem;
    bottom: 12rem;
  }
}

#scrollToTop.active {
  display: block;
  /* widoczny po dodaniu klasy */
}

.site-contact {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.site-contact__inner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
  transition: transform 0.6s ease;
  transform: translateX(100%);
  margin: 0 0 0 auto;
  z-index: 100;
}

@media only screen and (min-width: 1279px) {
  .site-contact__inner-container {
    width: 50%;
  }
}

.site-contact__inner-container>div {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}

.site-contact__header {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
}

.site-contact__header h4 {
  font-size: 2rem;
  color: #868A86;
}

.site-contact__header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 2.5em;
  font-size: 1em;
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
  border-radius: 5em;
}

.site-contact__header button:hover {
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
}

.site-contact__form {
  position: relative;
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 905, 2rem);
  width: 100%;
  height: 100%;
  margin: 2vw 0 0;
}

.site-contact__backdrop {
  position: absolute;
  background: rgba(247, 247, 247, 0.5);
}

.site-contact[aria-hidden=false] {
  pointer-events: all;
}

.site-contact[aria-hidden=false]>div {
  transform: translateX(0);
}

.site-contact[aria-hidden=false]>button {
  opacity: 1;
  pointer-events: all;
}

.gallery-item {
  position: relative;
  flex-direction: column;
  display: flex;
  /* aby korzystać z align-items */
  width: 100%;
  height: 40rem;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0);
}

.gallery-item:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
}

.gallery-item:hover .gallery-item__title {
  color: #677c6d;
}

.gallery-item.hide {
  display: none;
}

.gallery-item.show {
  display: flex;
}

.gallery-item__inner-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 639px) {
  .gallery-item {
    width: calc(50% - 1rem);
    height: 63rem;
  }
}

@media only screen and (min-width: 1279px) {
  .gallery-item {
    width: calc(25% - 3rem);
    max-width: 30rem;
  }
}

@media only screen and (min-width: 639px) {

  .gallery-item:nth-child(3),
  .gallery-item:nth-child(8),
  .gallery-item:nth-child(9) {
    width: calc(50% - 1rem);
  }
}

@media only screen and (min-width: 1279px) {

  .gallery-item:nth-child(3),
  .gallery-item:nth-child(8),
  .gallery-item:nth-child(9) {
    width: calc(50% - 1rem) !important;
    max-width: 64rem;
  }

  .gallery-item:nth-child(3) .gallery-item__image img,
  .gallery-item:nth-child(8) .gallery-item__image img,
  .gallery-item:nth-child(9) .gallery-item__image img {
    height: 28rem;
  }
}

.gallery-item:nth-child(3) .gallery-item__date,
.gallery-item:nth-child(8) .gallery-item__date,
.gallery-item:nth-child(9) .gallery-item__date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 1279px) {

  .gallery-item:nth-child(3) .gallery-item__date,
  .gallery-item:nth-child(8) .gallery-item__date,
  .gallery-item:nth-child(9) .gallery-item__date {
    flex-direction: row;
  }
}

.gallery-item:nth-child(3) .gallery-item__date-container,
.gallery-item:nth-child(8) .gallery-item__date-container,
.gallery-item:nth-child(9) .gallery-item__date-container {
  display: flex;
}

@media only screen and (min-width: 1279px) {

  .gallery-item:nth-child(3) .gallery-item__date-container,
  .gallery-item:nth-child(8) .gallery-item__date-container,
  .gallery-item:nth-child(9) .gallery-item__date-container {
    order: 2;
  }
}

@media only screen and (min-width: 1279px) {

  .gallery-item:nth-child(3) .gallery-item__author-name,
  .gallery-item:nth-child(8) .gallery-item__author-name,
  .gallery-item:nth-child(9) .gallery-item__author-name {
    order: 1;
  }
}

.gallery-item__image {
  display: block;
  height: auto;
  overflow: hidden;
  transition: all 0.3s linear;
  flex-shrink: 0;
}

.gallery-item__image img {
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 13.4rem;
  transition: all 0.2s linear;
}

.gallery-item__date {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 1.2rem;
}

.gallery-item__date-published {
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  color: #677c6d;
  margin-right: 1.6rem;
  order: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 639px) {
  .gallery-item__date-published {
    font-size: 1.4rem;
  }
}

.gallery-item__author-name {
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--black);
  order: 2;
}

@media only screen and (min-width: 639px) {
  .gallery-item__author-name {
    font-size: 1.4rem;
  }
}

.gallery-item__title {
  font-size: 1.6rem;
  font-family: "area-normal", sans-serif;
  margin-top: 0;
  margin-bottom: 3.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--black);
  transition: all 0.3s ease;
}

@media only screen and (min-width: 959px) {
  .gallery-item__title {
    font-size: 2.4rem;
  }
}

.gallery-item__excerpt {
  font-size: 1.4rem;
  font-family: "area-normal", sans-serif;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  display: none;
}

@media only screen and (min-width: 639px) {
  .gallery-item__excerpt {
    display: block;
  }
}

@media only screen and (min-width: 959px) {
  .gallery-item__excerpt {
    font-size: 1.6rem;
  }
}

.gallery-item__content {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 2rem;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (min-width: 639px) {
  .gallery-item__content {
    padding: 4.6rem 2.4rem;
  }
}

.gallery-item__item-link {
  border: 2px solid var(--black);
  padding: 1rem 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  line-height: 1;
  height: 3.2rem;
  font-size: 1.2rem;
  color: var(--black);
  text-decoration: none;
  font-family: "Afacad", sans-serif;
}

.gallery-item__item-link:hover {
  background-color: var(--black);
  color: var(--white);
}

@media only screen and (min-width: 959px) {
  .gallery-item__item-link {
    font-size: 1.6rem;
    line-height: 1;
    width: 11rem;
    height: 4rem;
  }
}

.gallery-item__button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-item__icon {
  width: 7.5rem;
}

@media only screen and (min-width: 959px) {
  .gallery-item__icon {
    width: 11.5rem;
  }
}

.gallery-items {
  display: flex;
  /* Użycie Flexboxa */
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 3.2rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 132rem;
  row-gap: 2rem;
  padding-left: 8vw;
  padding-right: 8vw;
}

@media only screen and (min-width: 639px) {
  .gallery-items {
    flex-direction: row;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem;
    padding-bottom: 4.8rem;
    padding-left: 3.864vw;
    padding-right: 3.864vw;
  }
}

@media only screen and (min-width: 1279px) {
  .gallery-items {
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
    row-gap: 3rem;
    justify-content: space-evenly;
  }
}

@media only screen and (min-width: 1439px) {
  .gallery-items {
    padding-left: 0;
    padding-right: 0;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 639px) {
  .slider-container__button {
    font-size: 2.4rem !important;
  }
}

.page-id-1258 #vectors {
  display: none !important;
}

.page-id-1258 .panels-mobile li.image--4 {
  background-image: url(/wp-content/uploads/2026/03/natalia_wardejn.png) !important;
}

.mail,
.phone {
  color: #fff;
  text-decoration: none;
}

.animated-flip-button .animated-button {
  width: 34rem;
  height: 6rem;
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.animated-flip-button .text-container span {
  font-size: 1.9rem;
}

.btnOfferJob {
  background-color: var(--yellow);
  width: 35rem;
  height: 6rem;
  font-size: 1.6rem;
  font-family: "Afacad", sans-serif;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  margin: auto;
  color: #000;
}

.btnOfferJob:hover {
  background-color: #677C6D;
  color: var(--white);
}

.front-page-hero__headline {
  width: 940px;
}

.home .menu-item-1323 {
  display: none;
}

.home .menu-item-1310 {
  display: none;
}

.page-id-1258 .menu-item-1307 {
  display: none;
}

.page-id-1258 .menu-item-1322 {
  display: none;
}

.site-footer__content {
  display: none;
}

.page-id-1303 .menu-item-892 {
  display: none;
}

.blog .menu-item-1341 {
  display: none;
}

.blog .menu-item-1342 {
  display: none;
}


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